-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
178 lines (147 loc) · 6.48 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<!DOCTYPE html>
<html>
<!-- Head section -->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Explore the projects and expertise of an intermediate Python developer and Linux enthusiast. From building bots to developing Android apps using Python, discover a diverse range of projects on this GitHub portfolio." />
<meta name="keywords" content="Python developer, Linux enthusiast, GitHub portfolio, bots, Android apps, Python projects">
<meta name="robots" content="index, follow">
<link rel="stylesheet" href="style.css">
<title>Kourva | Welcome :)</title>
</head>
<!-- Body section -->
<body>
<!-- Header -->
<header class="header">
<div class="overlay">
<!-- Profile picture -->
<div class="avatar">
<img src="https://avatars.githubusercontent.com/u/118578799?v=4">
</div>
<!-- Title -->
<h1>Hey I'm KOURVA</h1>
<br>
<!-- View profile button -->
<a href="https://github.com/Kourva" target="_blank">
<button class="view_button">View Profile</button>
</a>
</div>
</header>
<br><br>
<!-- Certificates -->
<div class="cards-list">
<div class="card 1">
<div class="card_image">
<a href="https://verify.mygreatlearning.com/verify/YJFFJNUM" target="_blank">
<img src="https://camo.githubusercontent.com/d75df45b1bc2afef1df2580f84e1fd61f828bf4e5769d24bafcbc09845c827e9/68747470733a2f2f64746d76616d616873343075782e636c6f756466726f6e742e6e65742f436f6d706c656d656e74617279436f7572736543657274696669636174652f323731313739312f6f726967696e616c2f4d696b655f4b6f7572766132303233303630382d36392d316774313367772e6a7067" />
</a>
</div>
<div class="card_title title-white">
<p class="card-title">Python (Basic)</p>
</div>
</div>
<div class="card 2">
<div class="card_image">
<a href="https://www.hackerrank.com/certificates/c3daf8efff6a" target="_blank">
<img src="https://user-images.githubusercontent.com/118578799/233812176-983a8253-d161-4a1e-a336-0db76fcc15e2.png" />
</a>
</div>
<div class="card_title title-white">
<p class="card-title">Python (Fundamental)</p>
</div>
</div>
<div class="card 3">
<div class="card_image">
<a href="https://verify.mygreatlearning.com/verify/OWNKOILF" target="_blank">
<img src="https://camo.githubusercontent.com/32f22029fb86af1780367b3678c4d924f76a36a55ece5d7501ceb6f355801df1/68747470733a2f2f64396a6d746a733572346367712e636c6f756466726f6e742e6e65742f436f6d706c656d656e74617279436f7572736543657274696669636174652f323731323132362f6f726967696e616c2f4d696b655f4b6f7572766132303233303630382d36392d767339786d612e6a7067" />
</a>
</div>
<div class="card_title">
<p class="card-title">Python (Basic)</p>
</div>
</div>
</div>
<!-- About me -->
<section class="design-section">
<div class="timeline">
<div class="timeline-empty"></div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-component timeline-content">
<h3>Python</h3>
<p>I have been working as a intermediate Python developer for around four years and continue to do so!</p>
</div>
<div class="timeline-component timeline-content">
<h3>Linux</h3>
<p>I’m a Linux user, specifically using Arch-based distributions like Artix, with various init systems.</p>
</div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class="timeline-empty"></div>
<div class="timeline-empty"></div>
<div class="timeline-middle">
<div class="timeline-circle"></div>
</div>
<div class=" timeline-component timeline-content">
<h3>Projects</h3>
<p>I’ve worked on many projects, ranging from building bots to developing Android apps using Python.</p>
</div>
</div>
</section>
<br><br>
<!-- Projects links -->
<center>
<button class="learn-more">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<a href="https://github.com/Kourva/AwesomeChatGPTBot" target="_blank">
<span class="button-text">ChatGPT Bot</span>
</a>
</button>
<button class="learn-more">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<a href="https://github.com/Kourva/V2Paste" target="_blank">
<span class="button-text">V2Paste App</span>
</a>
</button>
<button class="learn-more">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<a href="https://github.com/Kourva/TempMailBot" target="_blank">
<span class="button-text">Temp Mail Bot</span>
</a>
</button>
<button class="learn-more">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<a href="https://github.com/Kourva/MtProtoBot" target="_blank">
<span class="button-text">MTProto Bot </span>
</a>
</button>
<button class="learn-more">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<a href="https://Kourva.github.io/IPLookup/" target="_blank">
<span class="button-text">IP Lookup </span>
</a>
</button>
</center>
<br><br><br><br><br><br><br><br>
<!-- Simple Planet -->
<center>
<div class="planet"></div>
<p>Maybe I'll add some stuff using PyScript later!</p>
</center>
<br><br><br>
<script src="script.js"></script>
</body>
</html>