-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
287 lines (286 loc) · 7.44 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
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE html>
<html lang="en">
<head>
<title>rishabharidas</title>
<meta charset="UTF-8">
<meta name="description" content="All about Rishab Haridas | Developer who works and plays on code who is a great dreamer">
<meta name="keywords" content="rishab rishabharidas rishabpharidas rishabp">
<meta name="author" content="Rishab Haridas">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
rel="icon"
href="img/game.png"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="css/main.css"
/>
<link
rel="stylesheet"
href="css/moon.css"
/>
<link
rel="stylesheet"
href="css/about.css"
/>
<link
rel="stylesheet"
href="css/star.css"
/>
<link
rel="stylesheet"
href="css/navigator.css"
/>
<meta
name="viewport"
content="width=device-width"
/>
<script
src="js/script.js"
type="text/javascript"
></script>
<meta
</head>
<body id="home-page">
<div
class="page"
onclick="showNavigator(true)"
>
<div
class="route"
id="comet-route"
>
<div
id="comet"
class=""
></div>
</div>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<span class="star">.</span>
<section
style="height: 100vh"
id="main-section"
>
<div class="content">
<div class="content-data">
<span class="heading">
<a
href="https://anilist.co/user/rishabharidas/"
target="_blank"
class="heading-splitter"
>
<span class="short-name">rh</span>
<span class="divider">@</span>
<span class="my-name">rishabharidas</span>
</a>
</span>
<div class="subHeading">
<span class="content-sub-heading">
<a
href="https://github.com/rishabharidas"
target="_blank"
>
Developer
</a>
<span>Dreamer</span>
</span>
</div>
<div
class="social"
id="social"
>
<div class="network">
<a
href="https://twitter.com/rishabharidas"
target="_blank"
aria-label="connect with rishabharidas on twitter"
>
<img
width="48"
height="48"
src="https://img.icons8.com/color/48/twitterx--v1.png"
alt="twitterx--v1"
/>
</a>
</div>
<div class="network">
<a
href="https://linkedin.com/in/rishabharidas"
target="_blank"
aria-label="connect with rishabharidas on linkedin"
>
<img
src="https://img.icons8.com/doodle/48/000000/linkedin-circled.png"
width="48"
height="48"
alt="linkedin-circled"
/>
</a>
</div>
<div class="network">
<a
href="https://instagram.com/rishabharidas"
target="_blank"
aria-label="connect with rishabharidas on instagram"
>
<img
width="48"
height="48"
src="https://img.icons8.com/fluency/48/instagram-new.png"
alt="instagram-new"
/>
</a>
</div>
<div class="network">
<a
href="https://t.me/rishabharidas"
target="_blank"
aria-label="message rishabharidas on telegram"
>
<img
class="telegram"
src="https://img.icons8.com/doodle/48/telegram-app.png"
width="48"
height="48"
alt="telegram-circle"
/></a>
</div>
</div>
</div>
</div>
</section>
<section
id="moretoworks"
class="more-section"
>
<div class="about-section">
<span class="heading"> Something about me! </span>
<p class="more-info">
Programmer by day, Weeb on my own time. My fingers dance
across the keyboard, crafting clean, reusable code that
sings its own symphony. Like an anime character facing a
challenge, I relish the thrill of a complex problem,
dissecting it with the analytical eye of a code whisperer.
</p>
</div>
</section>
<section>
<div class="element-shuttle">
<div class="shuttle">
<span class="shuttle-top">
<span class="top-shade"></span>
</span>
<span class="shuttle-middle">
<span class="middle-lights">
<span class="light"></span>
<span class="light"></span>
<span class="light"></span>
<span class="light"></span>
</span>
</span>
<span class="hands">
<span class="left-hand"></span>
<span class="right-hand"></span>
</span>
</div>
</div>
</section>
<section>
<div class="element-moon">
<div class="moon-shadow">
<div class="moon">
<div class="moon-crator"></div>
<div class="moon-crator"></div>
<div class="moon-crator"></div>
<div class="moon-crator"></div>
<div class="moon-crator"></div>
</div>
</div>
</div>
</section>
</div>
<div
class="drive-up-list"
id="drive-up-list"
>
<div
class="side-nav"
id="sideNav"
>
<div
class="menu-item-1"
id="menuItem1"
>
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512"
width="25px"
onclick="downloadResume()"
>
<path
fill="#ffffff"
d="M320 464c8.8 0 16-7.2 16-16V160H256c-17.7 0-32-14.3-32-32V48H64c-8.8 0-16 7.2-16 16V448c0 8.8 7.2 16 16 16H320zM0 64C0 28.7 28.7 0 64 0H229.5c17 0 33.3 6.7 45.3 18.7l90.5 90.5c12 12 18.7 28.3 18.7 45.3V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V64z"
/>
</svg>
</div>
<a
href="https://buymeacoffee.com/rishabharidas"
target="_blank"
class="menu-item-2"
id="menuItem2"
>
<svg
fill="#ffffff"
width="35px"
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M9.197 0l-1.619 3.735h-2.407v3.359h0.921l0.943 5.975h-1.473l1.948 10.973 1.249-0.015 1.256 7.973h11.891l0.083-0.531 1.172-7.443 1.188 0.015 1.943-10.973h-1.407l0.937-5.975h1.011v-3.359h-2.557l-1.625-3.735zM9.901 1.073h12.057l1.025 2.375h-14.115zM6.235 4.803h19.525v1.228h-19.525zM6.839 14.136h18.183l-1.568 8.823-7.536-0.079-7.511 0.079z"
/>
</svg>
</a>
<div class="side-nav-2">
<svg
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
width="35px"
id="svgIcon"
ondrag="showNavigator()"
onclick="showNavigator()"
onmousedown="return false;"
>
<path
fill="#ffffff"
d="M0 96C0 78.3 14.3 64 32 64H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32H416c17.7 0 32 14.3 32 32s-14.3 32-32 32H32c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H416c17.7 0 32 14.3 32 32z"
/>
</svg>
</div>
</div>
</div>
</body>
</html>