-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
491 lines (445 loc) · 40.9 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
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Rushi Chaganti</title>
<link rel="stylesheet" href="./src/libs/normalize.css" />
<link rel="stylesheet" href="./src/css/setup.css" />
<link rel="stylesheet" href="./src/css/styles.css" />
<link rel="stylesheet" href="./src/css/animations.css" />
<link rel="stylesheet" href="./src/css/media-queries.css"
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
</head>
<body>
<!-- Header -->
<header class="header show-on-scroll">
<div class="main-photo"></div>
<div class="heading">
<h1 class="intro">Hi, my name is Rushi</h1>
<p class="lead">
I'm a student who loves Python, Java, Web Development, and App Development.
</p>
<p><a id="header-btn1" class="header-btn contact-btn">Contact Me</a></p>
<p><a id="header-btn2" class="header-btn contact-btn" href="https://drive.google.com/file/d/1giF1lay6fpEgbP1zKW6a0VAp_Gi7m9T6/view?usp=drive_link" target="_blank">View CV</a></p>
</div>
</header>
<!-- About -->
<section id="about" class="dark-bg">
<div class="about-summary">
<h2 class="white-text">About</h2>
<p>
As a student residing in <strong>Chandigarh</strong> but originally from <strong>Vijayawada</strong>, I possess a fervent passion for continuous learning and project development. My academic journey led me to <strong>Chandigarh University</strong>,
where I successfully attained a Bachelor's degree in Computer Science Engineering, specializing in Artificial Intelligence and Machine Learning.
My affinity for crafting applications and websites has been a driving force in my journey. During my spare time, I dedicate myself to furthering my knowledge in
<strong>Machine Learning</strong>, resulting in the creation of numerous projects utilizing this technology. <strong>Python</strong> and <strong>Machine Learning</strong> have become integral tools
in automating my daily tasks. I am actively seeking job opportunities where I can apply my skills and contribute meaningfully. You can access my <strong>CV</strong> for further details.
</p>
</div>
<div class="about-skills">
<h3 class="white-text">Skills</h3>
<ul class="grid-list slide-left show-on-scroll">
<li>
<div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M439.8 200.5c-7.7-30.9-22.3-54.2-53.4-54.2h-40.1v47.4c0 36.8-31.2 67.8-66.8 67.8H172.7c-29.2 0-53.4 25-53.4 54.3v101.8c0 29 25.2 46 53.4 54.3 33.8 9.9 66.3 11.7 106.8 0 26.9-7.8 53.4-23.5 53.4-54.3v-40.7H226.2v-13.6h160.2c31.1 0 42.6-21.7 53.4-54.2 11.2-33.5 10.7-65.7 0-108.6zM286.2 404c11.1 0 20.1 9.1 20.1 20.3 0 11.3-9 20.4-20.1 20.4-11 0-20.1-9.2-20.1-20.4.1-11.3 9.1-20.3 20.1-20.3zM167.8 248.1h106.8c29.7 0 53.4-24.5 53.4-54.3V91.9c0-29-24.4-50.7-53.4-55.6-35.8-5.9-74.7-5.6-106.8.1-45.2 8-53.4 24.7-53.4 55.6v40.7h106.9v13.6h-147c-31.1 0-58.3 18.7-66.8 54.2-9.8 40.7-10.2 66.1 0 108.6 7.6 31.6 25.7 54.2 56.8 54.2H101v-48.8c0-35.3 30.5-66.4 66.8-66.4zm-6.7-142.6c-11.1 0-20.1-9.1-20.1-20.3.1-11.3 9-20.4 20.1-20.4 11 0 20.1 9.2 20.1 20.4s-9 20.3-20.1 20.3z"
/>
</svg>
</div>
<div class="svg-title-container">Python</div>
</li>
<li>
<div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512"
>
<!-- Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. -->
<path
d="M277.7 312.9c9.8-6.7 23.4-12.5 23.4-12.5s-38.7 7-77.2 10.2c-47.1 3.9-97.7 4.7-123.1 1.3-60.1-8 33-30.1 33-30.1s-36.1-2.4-80.6 19c-52.5 25.4 130 37 224.5 12.1zm-85.4-32.1c-19-42.7-83.1-80.2 0-145.8C296 53.2 242.8 0 242.8 0c21.5 84.5-75.6 110.1-110.7 162.6-23.9 35.9 11.7 74.4 60.2 118.2zm114.6-176.2c.1 0-175.2 43.8-91.5 140.2 24.7 28.4-6.5 54-6.5 54s62.7-32.4 33.9-72.9c-26.9-37.8-47.5-56.6 64.1-121.3zm-6.1 270.5a12.2 12.2 0 0 1 -2 2.6c128.3-33.7 81.1-118.9 19.8-97.3a17.3 17.3 0 0 0 -8.2 6.3 70.5 70.5 0 0 1 11-3c31-6.5 75.5 41.5-20.6 91.4zM348 437.4s14.5 11.9-15.9 21.2c-57.9 17.5-240.8 22.8-291.6 .7-18.3-7.9 16-19 26.8-21.3 11.2-2.4 17.7-2 17.7-2-20.3-14.3-131.3 28.1-56.4 40.2C232.8 509.4 401 461.3 348 437.4zM124.4 396c-78.7 22 47.9 67.4 148.1 24.5a185.9 185.9 0 0 1 -28.2-13.8c-44.7 8.5-65.4 9.1-106 4.5-33.5-3.8-13.9-15.2-13.9-15.2zm179.8 97.2c-78.7 14.8-175.8 13.1-233.3 3.6 0-.1 11.8 9.7 72.4 13.6 92.2 5.9 233.8-3.3 237.1-46.9 0 0-6.4 16.5-76.2 29.7zM260.6 353c-59.2 11.4-93.5 11.1-136.8 6.6-33.5-3.5-11.6-19.7-11.6-19.7-86.8 28.8 48.2 61.4 169.5 25.9a60.4 60.4 0 0 1 -21.1-12.8z"
/>
</svg>
</div>
<div class="svg-title-container">Java</div>
</li>
<li><div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512"
>
<path d="M329.1 142.9c-62.5-62.5-155.8-62.5-218.3 0s-62.5 163.8 0 226.3s155.8 62.5 218.3 0c12.5-12.5 32.8-12.5 45.3 0s12.5 32.8 0 45.3c-87.5 87.5-221.3 87.5-308.8 0s-87.5-229.3 0-316.8s221.3-87.5 308.8 0c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0z"/>
</svg>
</div>
<div class="svg-title-container">C</div>
</li>
<li>
<div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512"
>
<path
d="M0 32l34.9 395.8L191.5 480l157.6-52.2L384 32H0zm308.2 127.9H124.4l4.1 49.4h175.6l-13.6 148.4-97.9 27v.3h-1.1l-98.7-27.3-6-75.8h47.7L138 320l53.5 14.5 53.7-14.5 6-62.2H84.3L71.5 112.2h241.1l-4.4 47.7z"
/>
</svg>
</div>
<div class="svg-title-container">HTML5</div>
</li>
<li>
<div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 384 512"
>
<path
d="M0 32l34.9 395.8L192 480l157.1-52.2L384 32H0zm313.1 80l-4.8 47.3L193 208.6l-.3.1h111.5l-12.8 146.6-98.2 28.7-98.8-29.2-6.4-73.9h48.9l3.2 38.3 52.6 13.3 54.7-15.4 3.7-61.6-166.3-.5v-.1l-.2.1-3.6-46.3L193.1 162l6.5-2.7H76.7L70.9 112h242.2z"
/>
</svg>
</div>
<div class="svg-title-container">CSS3</div>
</li>
<li>
<div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M100.59 334.24c48.57 3.31 58.95 2.11 58.95 11.94 0 20-65.55 20.06-65.55 1.52.01-5.09 3.29-9.4 6.6-13.46zm27.95-116.64c-32.29 0-33.75 44.47-.75 44.47 32.51 0 31.71-44.47.75-44.47zM448 80v352a48 48 0 0 1-48 48H48a48 48 0 0 1-48-48V80a48 48 0 0 1 48-48h352a48 48 0 0 1 48 48zm-227 69.31c0 14.49 8.38 22.88 22.86 22.88 14.74 0 23.13-8.39 23.13-22.88S258.62 127 243.88 127c-14.48 0-22.88 7.84-22.88 22.31zM199.18 195h-49.55c-25-6.55-81.56-4.85-81.56 46.75 0 18.8 9.4 32 21.85 38.11C74.23 294.23 66.8 301 66.8 310.6c0 6.87 2.79 13.22 11.18 16.76-8.9 8.4-14 14.48-14 25.92C64 373.35 81.53 385 127.52 385c44.22 0 69.87-16.51 69.87-45.73 0-36.67-28.23-35.32-94.77-39.38l8.38-13.43c17 4.74 74.19 6.23 74.19-42.43 0-11.69-4.83-19.82-9.4-25.67l23.38-1.78zm84.34 109.84l-13-1.78c-3.82-.51-4.07-1-4.07-5.09V192.52h-52.6l-2.79 20.57c15.75 5.55 17 4.86 17 10.17V298c0 5.62-.31 4.58-17 6.87v20.06h72.42zM384 315l-6.87-22.37c-40.93 15.37-37.85-12.41-37.85-16.73v-60.72h37.85v-25.41h-35.82c-2.87 0-2 2.52-2-38.63h-24.18c-2.79 27.7-11.68 38.88-34 41.42v22.62c20.47 0 19.82-.85 19.82 2.54v66.57c0 28.72 11.43 40.91 41.67 40.91 14.45 0 30.45-4.83 41.38-10.2z"
/>
</svg>
</div>
<div class="svg-title-container">Git (for GitHub)</div>
</li>
<li>
<div class="about-svg-container">
<!-- From Font Awesome -->
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 576 512" >
<path d="M420.6 301.9a24 24 0 1 1 24-24 24 24 0 0 1 -24 24m-265.1 0a24 24 0 1 1 24-24 24 24 0 0 1 -24 24m273.7-144.5 47.9-83a10 10 0 1 0 -17.3-10h0l-48.5 84.1a301.3 301.3 0 0 0 -246.6 0L116.2 64.5a10 10 0 1 0 -17.3 10h0l47.9 83C64.5 202.2 8.2 285.6 0 384H576c-8.2-98.5-64.5-181.8-146.9-226.6"/></svg>
</svg>
</div>
<div class="svg-title-container">App Development</div>
</li>
</ul>
</div>
<div class="about-os">
<h3 class="white-text">Operating Systems</h3>
<u1 class="grid-list slide-right show-on-scroll">
<li>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path d="M220.8 123.3c1 .5 1.8 1.7 3 1.7 1.1 0 2.8-.4 2.9-1.5 .2-1.4-1.9-2.3-3.2-2.9-1.7-.7-3.9-1-5.5-.1-.4 .2-.8 .7-.6 1.1 .3 1.3 2.3 1.1 3.4 1.7zm-21.9 1.7c1.2 0 2-1.2 3-1.7 1.1-.6 3.1-.4 3.5-1.6 .2-.4-.2-.9-.6-1.1-1.6-.9-3.8-.6-5.5 .1-1.3 .6-3.4 1.5-3.2 2.9 .1 1 1.8 1.5 2.8 1.4zM420 403.8c-3.6-4-5.3-11.6-7.2-19.7-1.8-8.1-3.9-16.8-10.5-22.4-1.3-1.1-2.6-2.1-4-2.9-1.3-.8-2.7-1.5-4.1-2 9.2-27.3 5.6-54.5-3.7-79.1-11.4-30.1-31.3-56.4-46.5-74.4-17.1-21.5-33.7-41.9-33.4-72C311.1 85.4 315.7 .1 234.8 0 132.4-.2 158 103.4 156.9 135.2c-1.7 23.4-6.4 41.8-22.5 64.7-18.9 22.5-45.5 58.8-58.1 96.7-6 17.9-8.8 36.1-6.2 53.3-6.5 5.8-11.4 14.7-16.6 20.2-4.2 4.3-10.3 5.9-17 8.3s-14 6-18.5 14.5c-2.1 3.9-2.8 8.1-2.8 12.4 0 3.9 .6 7.9 1.2 11.8 1.2 8.1 2.5 15.7 .8 20.8-5.2 14.4-5.9 24.4-2.2 31.7 3.8 7.3 11.4 10.5 20.1 12.3 17.3 3.6 40.8 2.7 59.3 12.5 19.8 10.4 39.9 14.1 55.9 10.4 11.6-2.6 21.1-9.6 25.9-20.2 12.5-.1 26.3-5.4 48.3-6.6 14.9-1.2 33.6 5.3 55.1 4.1 .6 2.3 1.4 4.6 2.5 6.7v.1c8.3 16.7 23.8 24.3 40.3 23 16.6-1.3 34.1-11 48.3-27.9 13.6-16.4 36-23.2 50.9-32.2 7.4-4.5 13.4-10.1 13.9-18.3 .4-8.2-4.4-17.3-15.5-29.7zM223.7 87.3c9.8-22.2 34.2-21.8 44-.4 6.5 14.2 3.6 30.9-4.3 40.4-1.6-.8-5.9-2.6-12.6-4.9 1.1-1.2 3.1-2.7 3.9-4.6 4.8-11.8-.2-27-9.1-27.3-7.3-.5-13.9 10.8-11.8 23-4.1-2-9.4-3.5-13-4.4-1-6.9-.3-14.6 2.9-21.8zM183 75.8c10.1 0 20.8 14.2 19.1 33.5-3.5 1-7.1 2.5-10.2 4.6 1.2-8.9-3.3-20.1-9.6-19.6-8.4 .7-9.8 21.2-1.8 28.1 1 .8 1.9-.2-5.9 5.5-15.6-14.6-10.5-52.1 8.4-52.1zm-13.6 60.7c6.2-4.6 13.6-10 14.1-10.5 4.7-4.4 13.5-14.2 27.9-14.2 7.1 0 15.6 2.3 25.9 8.9 6.3 4.1 11.3 4.4 22.6 9.3 8.4 3.5 13.7 9.7 10.5 18.2-2.6 7.1-11 14.4-22.7 18.1-11.1 3.6-19.8 16-38.2 14.9-3.9-.2-7-1-9.6-2.1-8-3.5-12.2-10.4-20-15-8.6-4.8-13.2-10.4-14.7-15.3-1.4-4.9 0-9 4.2-12.3zm3.3 334c-2.7 35.1-43.9 34.4-75.3 18-29.9-15.8-68.6-6.5-76.5-21.9-2.4-4.7-2.4-12.7 2.6-26.4v-.2c2.4-7.6 .6-16-.6-23.9-1.2-7.8-1.8-15 .9-20 3.5-6.7 8.5-9.1 14.8-11.3 10.3-3.7 11.8-3.4 19.6-9.9 5.5-5.7 9.5-12.9 14.3-18 5.1-5.5 10-8.1 17.7-6.9 8.1 1.2 15.1 6.8 21.9 16l19.6 35.6c9.5 19.9 43.1 48.4 41 68.9zm-1.4-25.9c-4.1-6.6-9.6-13.6-14.4-19.6 7.1 0 14.2-2.2 16.7-8.9 2.3-6.2 0-14.9-7.4-24.9-13.5-18.2-38.3-32.5-38.3-32.5-13.5-8.4-21.1-18.7-24.6-29.9s-3-23.3-.3-35.2c5.2-22.9 18.6-45.2 27.2-59.2 2.3-1.7 .8 3.2-8.7 20.8-8.5 16.1-24.4 53.3-2.6 82.4 .6-20.7 5.5-41.8 13.8-61.5 12-27.4 37.3-74.9 39.3-112.7 1.1 .8 4.6 3.2 6.2 4.1 4.6 2.7 8.1 6.7 12.6 10.3 12.4 10 28.5 9.2 42.4 1.2 6.2-3.5 11.2-7.5 15.9-9 9.9-3.1 17.8-8.6 22.3-15 7.7 30.4 25.7 74.3 37.2 95.7 6.1 11.4 18.3 35.5 23.6 64.6 3.3-.1 7 .4 10.9 1.4 13.8-35.7-11.7-74.2-23.3-84.9-4.7-4.6-4.9-6.6-2.6-6.5 12.6 11.2 29.2 33.7 35.2 59 2.8 11.6 3.3 23.7 .4 35.7 16.4 6.8 35.9 17.9 30.7 34.8-2.2-.1-3.2 0-4.2 0 3.2-10.1-3.9-17.6-22.8-26.1-19.6-8.6-36-8.6-38.3 12.5-12.1 4.2-18.3 14.7-21.4 27.3-2.8 11.2-3.6 24.7-4.4 39.9-.5 7.7-3.6 18-6.8 29-32.1 22.9-76.7 32.9-114.3 7.2zm257.4-11.5c-.9 16.8-41.2 19.9-63.2 46.5-13.2 15.7-29.4 24.4-43.6 25.5s-26.5-4.8-33.7-19.3c-4.7-11.1-2.4-23.1 1.1-36.3 3.7-14.2 9.2-28.8 9.9-40.6 .8-15.2 1.7-28.5 4.2-38.7 2.6-10.3 6.6-17.2 13.7-21.1 .3-.2 .7-.3 1-.5 .8 13.2 7.3 26.6 18.8 29.5 12.6 3.3 30.7-7.5 38.4-16.3 9-.3 15.7-.9 22.6 5.1 9.9 8.5 7.1 30.3 17.1 41.6 10.6 11.6 14 19.5 13.7 24.6zM173.3 148.7c2 1.9 4.7 4.5 8 7.1 6.6 5.2 15.8 10.6 27.3 10.6 11.6 0 22.5-5.9 31.8-10.8 4.9-2.6 10.9-7 14.8-10.4s5.9-6.3 3.1-6.6-2.6 2.6-6 5.1c-4.4 3.2-9.7 7.4-13.9 9.8-7.4 4.2-19.5 10.2-29.9 10.2s-18.7-4.8-24.9-9.7c-3.1-2.5-5.7-5-7.7-6.9-1.5-1.4-1.9-4.6-4.3-4.9-1.4-.1-1.8 3.7 1.7 6.5z"/></svg>
</div>
<div class="svg-title-container">Linux</div>
</li>
<li>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path d="M0 93.7l183.6-25.3v177.4H0V93.7zm0 324.6l183.6 25.3V268.4H0v149.9zm203.8 28L448 480V268.4H203.8v177.9zm0-380.6v180.1H448V32L203.8 65.7z"/></svg>
</div>
<div class="svg-title-container">Windows</div>
</li>
</u1>
</div>
<div class="about-programs">
<h3 class="white-text">Programs</h3>
<ul class="grid-list slide-right show-on-scroll">
<li>
<div class="svg-container">
<svg
class="svg-image"
clip-rule="evenodd"
fill-rule="evenodd"
stroke-linecap="round"
stroke-linejoin="round"
stroke-miterlimit="1.5"
version="1.1"
viewBox="0 0 1080 1080"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
>
<g
transform="matrix(1.7839 0 0 1.7839 -123.23 -284.38)"
>
<path
d="m130.77 631.55l-61.689-20.77 150.38-148.66-150.38-148.66 61.689-20.769 148.92 111.98 247.22-243.45 147.59 62.091v477.6l-147.59 62.09-247.22-243.45-148.92 111.98zm226.69-169.42l169.54 127.8v-255.61l-169.54 127.8z"
/>
</g>
</svg>
</div>
<div class="svg-title-container">
Visual Studio Code
</div>
</li>
<li>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<path
d="M257.981 272.971L63.638 467.314c-9.373 9.373-24.569 9.373-33.941 0L7.029 444.647c-9.357-9.357-9.375-24.522-.04-33.901L161.011 256 6.99 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L257.981 239.03c9.373 9.372 9.373 24.568 0 33.941zM640 456v-32c0-13.255-10.745-24-24-24H312c-13.255 0-24 10.745-24 24v32c0 13.255 10.745 24 24 24h304c13.255 0 24-10.745 24-24z"
/>
</svg>
</div>
<div class="svg-title-container">Terminal</div>
</li>
<li>
<div class="svg-container">
<svg
class="svg-image"
clip-rule="evenodd"
fill-rule="evenodd"
stroke-linejoin="round"
stroke-miterlimit="2"
version="1.1"
viewBox="0 0 1080 1080"
xml:space="preserve"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m809.23 793.1c0.307 4.739 0.463-0.485 0.463 4.324 0 131.27-115.95 237.85-258.77 237.85-142.4 0-258.09-95.954-258.77-226.69l247.85 179.47 269.23-194.95zm-269.23-770.93l427.63 202.96-23 449.92-404.63 293-404.63-293-23-449.92 427.63-202.96zm-67.367 495.36l-307-178.28 14.135 291.63 292.86 211.55v-324.9zm134.73 0l307-178.28-14.135 291.63-292.86 211.55v-324.9zm-174.72-376.9l-171.28 80.505 278.63 161.91 77.387-45.13-19.915-14.081 38.021-83.553-103.44 35.432 35.616-82.036-176.52 57.662 70.59-96.964-29.083-13.743zm29.335-13.789l37.733 17.831-42.884 58.907 155.9-50.923-35.187 81.047 104.74-35.874-53.483 117.53 12.323 8.714 176.52-102.94-277.63-130.96-78.018 36.67z"
/>
</svg>
</div>
<div class="svg-title-container">VirtualBox</div>
</li>
</ul>
</div>
<div class="hobbies">
<h3 class="white-text">Hobbies</h3>
<u1 class="grid-list slide-right show-on-scroll">
<li>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 45 50"
width="100px" height="100px"
>
<path d="M 32.84375 1.96875 C 32.625 2.007813 32.429688 2.117188 32.28125 2.28125 L 28.0625 6.5 L 24.78125 2.375 C 24.570313 2.109375 24.242188 1.96875 23.90625 2 C 23.589844 2.039063 23.3125 2.222656 23.15625 2.5 L 20.65625 6.65625 L 14.5 3.125 C 14.164063 2.921875 13.742188 2.9375 13.417969 3.15625 C 13.09375 3.378906 12.933594 3.769531 13 4.15625 L 13.78125 8.8125 L 8.15625 8 C 7.777344 7.945313 7.398438 8.117188 7.183594 8.4375 C 6.972656 8.753906 6.960938 9.167969 7.15625 9.5 L 9.59375 13.5625 L 4.5625 16.09375 C 4.179688 16.285156 3.960938 16.695313 4.019531 17.121094 C 4.074219 17.542969 4.394531 17.882813 4.8125 17.96875 L 8.625 18.71875 L 7.0625 22.625 C 6.890625 23.023438 6.996094 23.488281 7.324219 23.773438 C 7.652344 24.058594 8.128906 24.101563 8.5 23.875 L 9 23.59375 L 9 26.09375 C 9.003906 26.15625 9.015625 26.21875 9.03125 26.28125 C 9.15625 26.902344 9.550781 27.480469 10.125 27.78125 C 9.957031 27.914063 9.761719 28.085938 9.59375 28.3125 C 9.09375 29.011719 8.804688 30.113281 8.90625 31.3125 C 9.304688 34.914063 11.613281 36.199219 12.3125 36.5 C 12.613281 38.199219 13.40625 40.210938 14.90625 42.3125 C 16.40625 44.613281 23.40625 47.90625 24.90625 47.90625 C 26.40625 47.90625 33.40625 44.511719 34.90625 42.3125 C 36.304688 40.210938 37.105469 38.101563 37.40625 36.5 C 38.105469 36.199219 40.40625 34.914063 40.90625 31.3125 C 41.007813 30.113281 40.6875 29.011719 40.1875 28.3125 C 40.039063 28.113281 39.898438 27.9375 39.75 27.8125 C 40.386719 27.53125 40.835938 26.945313 40.96875 26.28125 C 40.984375 26.21875 40.996094 26.15625 41 26.09375 L 41 24.03125 C 41.34375 24.039063 41.664063 23.871094 41.855469 23.585938 C 42.046875 23.300781 42.078125 22.9375 41.9375 22.625 L 40.3125 18.5625 L 44.375 16.9375 C 44.75 16.792969 45.007813 16.4375 45.019531 16.035156 C 45.03125 15.632813 44.804688 15.261719 44.4375 15.09375 L 39.34375 12.53125 L 41.8125 7.4375 C 41.992188 7.078125 41.941406 6.648438 41.683594 6.339844 C 41.425781 6.035156 41.007813 5.914063 40.625 6.03125 L 34.8125 7.71875 L 34 2.84375 C 33.96875 2.570313 33.828125 2.324219 33.609375 2.15625 C 33.390625 1.992188 33.113281 1.925781 32.84375 1.96875 Z M 24.09375 4.71875 L 27.21875 8.625 C 27.394531 8.851563 27.660156 8.992188 27.949219 9.011719 C 28.234375 9.03125 28.515625 8.921875 28.71875 8.71875 L 32.3125 5.125 L 33 9.15625 C 33.042969 9.445313 33.207031 9.699219 33.453125 9.855469 C 33.699219 10.011719 34.003906 10.054688 34.28125 9.96875 L 39 8.59375 L 37.09375 12.5625 C 36.976563 12.800781 36.960938 13.078125 37.046875 13.332031 C 37.136719 13.585938 37.320313 13.792969 37.5625 13.90625 L 41.53125 15.90625 L 38.625 17.0625 C 38.375 17.160156 38.175781 17.355469 38.066406 17.601563 C 37.960938 17.847656 37.960938 18.125 38.0625 18.375 L 39 20.6875 L 34.5 18.125 C 34.347656 18.039063 34.175781 17.996094 34 18 L 15 18 C 14.824219 17.996094 14.652344 18.039063 14.5 18.125 L 10 20.6875 L 10.9375 18.375 C 11.042969 18.097656 11.023438 17.785156 10.878906 17.527344 C 10.734375 17.265625 10.480469 17.085938 10.1875 17.03125 L 8.03125 16.59375 L 11.4375 14.90625 C 11.683594 14.78125 11.871094 14.558594 11.945313 14.292969 C 12.023438 14.023438 11.988281 13.738281 11.84375 13.5 L 9.9375 10.3125 L 14.84375 11 C 15.164063 11.054688 15.492188 10.953125 15.722656 10.722656 C 15.953125 10.492188 16.054688 10.164063 16 9.84375 L 15.34375 5.9375 L 20.5 8.875 C 20.976563 9.132813 21.570313 8.96875 21.84375 8.5 Z M 15.28125 20 L 15.5625 20 C 15.222656 20.589844 15 21.269531 15 22 L 15 24 C 15 24.730469 15.222656 25.410156 15.5625 26 L 11 26 L 11 22.4375 Z M 19 20 L 31 20 C 32.191406 20 33 20.808594 33 22 L 33 24 C 33 25.191406 32.191406 26 31 26 L 19 26 C 17.808594 26 17 25.191406 17 24 L 17 22 C 17 20.808594 17.808594 20 19 20 Z M 34.71875 20.59375 L 39 23.03125 L 39 26 L 34.4375 26 C 34.777344 25.410156 35 24.730469 35 24 L 35 22 C 35 21.503906 34.882813 21.03125 34.71875 20.59375 Z M 12.65625 28 L 37.3125 28 C 37.371094 28.222656 37.476563 28.4375 37.6875 28.59375 C 37.886719 28.695313 38.300781 29.007813 38.5 29.40625 C 38.800781 29.804688 39.007813 30.292969 38.90625 31.09375 C 38.507813 34.292969 36.3125 34.90625 36.3125 34.90625 C 36.066406 34.96875 35.898438 35.148438 35.78125 35.34375 C 35.332031 35.082031 34.835938 34.871094 34.34375 34.6875 C 33.273438 34.285156 32.25 34.03125 32.25 34.03125 C 32.117188 33.992188 31.980469 33.984375 31.84375 34 C 31.359375 34.058594 30.992188 34.457031 30.96875 34.945313 C 30.945313 35.429688 31.273438 35.863281 31.75 35.96875 C 31.75 35.96875 32.726563 36.214844 33.65625 36.5625 C 34.121094 36.738281 34.570313 36.953125 34.84375 37.125 C 34.949219 37.191406 34.996094 37.21875 35.03125 37.25 C 35.054688 37.328125 35.085938 37.398438 35.125 37.46875 C 34.914063 38.03125 34.640625 38.632813 34.3125 39.28125 C 33.949219 38.828125 33.511719 38.4375 33.09375 38.125 C 32.257813 37.5 31.4375 37.09375 31.4375 37.09375 C 31.261719 37.007813 31.066406 36.976563 30.875 37 C 30.84375 37 30.8125 37 30.78125 37 C 30.34375 37.074219 30.007813 37.429688 29.957031 37.871094 C 29.910156 38.3125 30.152344 38.734375 30.5625 38.90625 C 30.5625 38.90625 31.242188 39.25 31.90625 39.75 C 32.238281 40 32.550781 40.28125 32.75 40.53125 C 32.949219 40.78125 33 40.957031 33 41 C 33.003906 41.140625 33.035156 41.277344 33.09375 41.40625 C 32.746094 41.84375 32.246094 42.277344 31.65625 42.71875 C 31.410156 42.25 31.085938 41.84375 30.78125 41.46875 C 30.234375 40.800781 29.6875 40.28125 29.6875 40.28125 C 29.480469 40.058594 29.179688 39.945313 28.875 39.96875 C 28.832031 39.976563 28.789063 39.988281 28.75 40 C 28.386719 40.085938 28.101563 40.367188 28.011719 40.726563 C 27.917969 41.089844 28.035156 41.46875 28.3125 41.71875 C 28.3125 41.71875 28.765625 42.164063 29.21875 42.71875 C 29.582031 43.164063 29.808594 43.65625 29.90625 43.84375 C 27.84375 45.058594 25.585938 46 25 46 C 24.410156 46 22.128906 45.074219 20.0625 43.875 C 20.144531 43.726563 20.394531 43.191406 20.78125 42.71875 C 21.234375 42.164063 21.6875 41.71875 21.6875 41.71875 C 22.023438 41.429688 22.128906 40.957031 21.949219 40.554688 C 21.769531 40.148438 21.34375 39.910156 20.90625 39.96875 C 20.875 39.976563 20.84375 39.988281 20.8125 40 C 20.621094 40.042969 20.449219 40.140625 20.3125 40.28125 C 20.3125 40.28125 19.765625 40.800781 19.21875 41.46875 C 18.90625 41.851563 18.558594 42.265625 18.3125 42.75 C 17.738281 42.328125 17.246094 41.878906 16.90625 41.46875 C 16.976563 41.324219 17.007813 41.160156 17 41 C 17 40.957031 17.050781 40.78125 17.25 40.53125 C 17.449219 40.28125 17.761719 40 18.09375 39.75 C 18.757813 39.25 19.4375 38.90625 19.4375 38.90625 C 19.960938 38.78125 20.292969 38.269531 20.191406 37.742188 C 20.089844 37.214844 19.59375 36.859375 19.0625 36.9375 C 18.976563 36.949219 18.894531 36.96875 18.8125 37 C 18.726563 37.019531 18.640625 37.050781 18.5625 37.09375 C 18.5625 37.09375 17.742188 37.5 16.90625 38.125 C 16.488281 38.4375 16.050781 38.828125 15.6875 39.28125 C 15.664063 39.308594 15.648438 39.347656 15.625 39.375 C 15.289063 38.738281 15.027344 38.148438 14.8125 37.59375 C 14.886719 37.488281 14.9375 37.375 14.96875 37.25 C 15.003906 37.21875 15.050781 37.191406 15.15625 37.125 C 15.429688 36.953125 15.878906 36.738281 16.34375 36.5625 C 17.273438 36.214844 18.25 35.96875 18.25 35.96875 C 18.800781 35.890625 19.1875 35.378906 19.109375 34.828125 C 19.03125 34.277344 18.519531 33.890625 17.96875 33.96875 C 17.914063 33.976563 17.863281 33.984375 17.8125 34 C 17.792969 34.007813 17.769531 34.019531 17.75 34.03125 C 17.75 34.03125 16.726563 34.285156 15.65625 34.6875 C 15.144531 34.878906 14.617188 35.09375 14.15625 35.375 C 14.03125 35.195313 13.832031 35.058594 13.59375 35 C 13.59375 35 11.398438 34.292969 11 31.09375 C 10.898438 30.292969 11.105469 29.804688 11.40625 29.40625 C 11.707031 29.007813 11.988281 28.695313 12.1875 28.59375 C 12.425781 28.476563 12.601563 28.265625 12.65625 28 Z M 19.5 29 C 18.671875 29 18 29.671875 18 30.5 C 18 31.328125 18.671875 32 19.5 32 C 20.328125 32 21 31.328125 21 30.5 C 21 29.671875 20.328125 29 19.5 29 Z M 30.5 29 C 29.671875 29 29 29.671875 29 30.5 C 29 31.328125 29.671875 32 30.5 32 C 31.328125 32 32 31.328125 32 30.5 C 32 29.671875 31.328125 29 30.5 29 Z"/></svg> </div>
<div class="svg-title-container">Anime</div>
</li>
<li>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 640 512"
>
<path d="M249.6 471.5c10.8 3.8 22.4-4.1 22.4-15.5V78.6c0-4.2-1.6-8.4-5-11C247.4 52 202.4 32 144 32C93.5 32 46.3 45.3 18.1 56.1C6.8 60.5 0 71.7 0 83.8V454.1c0 11.9 12.8 20.2 24.1 16.5C55.6 460.1 105.5 448 144 448c33.9 0 79 14 105.6 23.5zm76.8 0C353 462 398.1 448 432 448c38.5 0 88.4 12.1 119.9 22.6c11.3 3.8 24.1-4.6 24.1-16.5V83.8c0-12.1-6.8-23.3-18.1-27.6C529.7 45.3 482.5 32 432 32c-58.4 0-103.4 20-123 35.6c-3.3 2.6-5 6.8-5 11V456c0 11.4 11.7 19.3 22.4 15.5z"/></svg>
<div class="svg-title-container">Reading Books</div>
</li>
</section>
<!-- Social -->
<section id="social" class="dark-bg">
<div class="social-intro">
<h2 class="white-text">Social</h2>
<p class="section-lead">
If you would like to contact me directly, you can use the
<a id="social-contact">contact form</a> below. If you prefer
social media, you can find me using these icon links.
</p>
</div>
<div class="social-icons">
<ul class="grid-list slide-left show-on-scroll">
<li>
<a
href="https://github.com/RushiChaganti"
target="_blank"
>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 496 512"
>
<path
d="M165.9 397.4c0 2-2.3 3.6-5.2 3.6-3.3.3-5.6-1.3-5.6-3.6 0-2 2.3-3.6 5.2-3.6 3-.3 5.6 1.3 5.6 3.6zm-31.1-4.5c-.7 2 1.3 4.3 4.3 4.9 2.6 1 5.6 0 6.2-2s-1.3-4.3-4.3-5.2c-2.6-.7-5.5.3-6.2 2.3zm44.2-1.7c-2.9.7-4.9 2.6-4.6 4.9.3 2 2.9 3.3 5.9 2.6 2.9-.7 4.9-2.6 4.6-4.6-.3-1.9-3-3.2-5.9-2.9zM244.8 8C106.1 8 0 113.3 0 252c0 110.9 69.8 205.8 169.5 239.2 12.8 2.3 17.3-5.6 17.3-12.1 0-6.2-.3-40.4-.3-61.4 0 0-70 15-84.7-29.8 0 0-11.4-29.1-27.8-36.6 0 0-22.9-15.7 1.6-15.4 0 0 24.9 2 38.6 25.8 21.9 38.6 58.6 27.5 72.9 20.9 2.3-16 8.8-27.1 16-33.7-55.9-6.2-112.3-14.3-112.3-110.5 0-27.5 7.6-41.3 23.6-58.9-2.6-6.5-11.1-33.3 2.6-67.9 20.9-6.5 69 27 69 27 20-5.6 41.5-8.5 62.8-8.5s42.8 2.9 62.8 8.5c0 0 48.1-33.6 69-27 13.7 34.7 5.2 61.4 2.6 67.9 16 17.7 25.8 31.5 25.8 58.9 0 96.5-58.9 104.2-114.8 110.5 9.2 7.9 17 22.9 17 46.4 0 33.7-.3 75.4-.3 83.6 0 6.5 4.6 14.4 17.3 12.1C428.2 457.8 496 362.9 496 252 496 113.3 383.5 8 244.8 8zM97.2 352.9c-1.3 1-1 3.3.7 5.2 1.6 1.6 3.9 2.3 5.2 1 1.3-1 1-3.3-.7-5.2-1.6-1.6-3.9-2.3-5.2-1zm-10.8-8.1c-.7 1.3.3 2.9 2.3 3.9 1.6 1 3.6.7 4.3-.7.7-1.3-.3-2.9-2.3-3.9-2-.6-3.6-.3-4.3.7zm32.4 35.6c-1.6 1.3-1 4.3 1.3 6.2 2.3 2.3 5.2 2.6 6.5 1 1.3-1.3.7-4.3-1.3-6.2-2.2-2.3-5.2-2.6-6.5-1zm-11.4-14.7c-1.6 1-1.6 3.6 0 5.9 1.6 2.3 4.3 3.3 5.6 2.3 1.6-1.3 1.6-3.9 0-6.2-1.4-2.3-4-3.3-5.6-2z"
/>
</svg>
</div>
<div class="svg-title-container">GitHub</div>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/rushichaganti/"
target="_blank"
>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"
/>
</svg>
</div>
<div class="svg-title-container">LinkedIn</div>
</a>
</li>
<li>
<a
href="https://twitter.com/Rushichaganti"
target="_blank"
>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm-48.9 158.8c.2 2.8.2 5.7.2 8.5 0 86.7-66 186.6-186.6 186.6-37.2 0-71.7-10.8-100.7-29.4 5.3.6 10.4.8 15.8.8 30.7 0 58.9-10.4 81.4-28-28.8-.6-53-19.5-61.3-45.5 10.1 1.5 19.2 1.5 29.6-1.2-30-6.1-52.5-32.5-52.5-64.4v-.8c8.7 4.9 18.9 7.9 29.6 8.3a65.447 65.447 0 0 1-29.2-54.6c0-12.2 3.2-23.4 8.9-33.1 32.3 39.8 80.8 65.8 135.2 68.6-9.3-44.5 24-80.6 64-80.6 18.9 0 35.9 7.9 47.9 20.7 14.8-2.8 29-8.3 41.6-15.8-4.9 15.2-15.2 28-28.8 36.1 13.2-1.4 26-5.1 37.8-10.2-8.9 13.1-20.1 24.7-32.9 34z"
/>
</svg>
</div>
<div class="svg-title-container">Twitter</div>
</a>
</li>
<li>
<a
href="https://www.facebook.com/RushiChaganti08"
target="_blank"
>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 512 512"
>
<path
d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"
/>
</svg>
</div>
<div class="svg-title-container">Facebook</div>
</a>
</li>
<li>
<a
href="https://www.instagram.com/rushi_chaganti/"
target="_blank"
>
<div class="svg-container">
<svg
class="svg-image"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 448 512"
>
<path
d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"
/>
</svg>
</div>
<div class="svg-title-container">Instagram</div>
</a>
</li>
</ul>
</div>
</section>
<!-- Contact -->
<section id="contact">
<div class="contact-intro">
<h2>Contact</h2>
<p class="section-lead">
Send me a message! Your email address will not be shared.
Required fields are marked with a
<span class="red-text">*</span>.
</p>
</div>
<form class="contact-form" method="POST" action="/">
<fieldset id="contact-form-name">
<label for="name"
>Name<span class="red-text">*</span></label
>
<input
type="text"
name="name"
id="name"
placeholder="Will Smith"
required
/>
</fieldset>
<fieldset id="contact-form-email">
<label for="email"
>Email<span class="red-text">*</span></label
>
<input
type="email"
name="email"
id="email"
placeholder="[email protected]"
required
/>
</fieldset>
<fieldset id="contact-form-no-bots">
<label for="bots">Please leave this field empty</label>
<input
type="text"
name="bots"
id="bots"
placeholder="No bots allowed"
/>
</fieldset>
<fieldset id="contact-form-message">
<label for="message"
>Message<span class="red-text">*</span></label
>
<textarea
name="message"
id="message"
placeholder="Hi, how are you?"
cols="30"
rows="18"
required
></textarea>
</fieldset>
<button id="contact-form-submit" type="submit">
Send Message
</button>
</form>
</section>
<!-- Footer -->
<footer>
<p>
<small id="copyright-text"
>© Copyright Rushi Chaganti 2024</small
>
</p>
</footer>
<script src="./src/js/script.js"></script>
</body>
</html>