-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
559 lines (511 loc) · 15.3 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
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width height=device-height initial-scale=1.0">
<style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&display=swap" rel="stylesheet">
#web{
display: none;
}
.mobile
{
display: none;
}
.m_header
{
display: none;
background-color:#E0EEF2;
}
@media only screen and (max-width: 1024px) {
.web
{
display: none;
}
.mobile
{
display: block;
text-align: center;
}
.m_header
{
display: block;
}
}
.web{
padding: 0px;
margin: 0px;
}
.m_h1,.m_h2,.m_h3
{
display: inline;
}
.m_h1
{
font-size: 2.3rem;
}
.m_h2
{
font-size: 1.2rem;
}
.m_h3
{
font-size: 0.9rem;
}
.m_header
{
display:flex;
justify-content: center;
background-color:#53565A;
padding: 0.8rem;
}
.m_mainbody,
{
display: inline-block;
}
.m_text_content
{
padding:0.2rem;
text-align: center;
justify-content: center;
}
.m_logos,.m_h5
{
display: inline-block;
padding: 0.6rem;
color: #53565A;
}
.m_h5_prj
{
padding: 0.8rem;
color: #53565A
}
.m_skill_content
{
display: flex;
justify-content: center;
margin: 0px;
padding: 0px;
}
.m_skill_web,.m_skill_android,.m_skill_git,.m_skill_coding_langs
{
display: flex;
justify-content:center;
align-content: center;
margin: 0px;
padding: 0px;
}
.m_prj_prtflio,.m_prj_xo,.m_prj_doge,.m_prj_weather
{
display: flex;
justify-content:center;
align-content: center;
margin: 0px;
padding: 0.2rem;
}
.m_h2_title
{
text-align:center;
font-size: 1.2rem;
}
.m_h2_contact
{
text-align:center;
font-size: 1.2rem;
color: #F1F9F7;
}
.m_footer
{
background-color: black;
color: #F1F9F7;
padding-top: 1.5rem;
padding-bottom: 1rem;
}
.m_contact_title
{
display: inline;
padding: 0.5rem;;
margin: 0px;
font-size: 0.1rem;
}
.m_contact_content
{
display: inline;
padding: 0px;
margin: 0px;
font-size: 0.8rem;
}
.contact_hr
{
color: #F1F9F7;
background-color:#F1F9F7 ;
height: 0.08rem;
border-radius: 0.5rem;
}
.m_resume_a
{
text-align: center;
}
.m_prj_links
{
display: flex;
justify-content: center;
align-content: center;
}
.m_resume
{
display: inline-block;
background-color: #44C059;
padding: 0.5rem;
border-radius: 5rem;
border-width: 0rem;
font-weight: bold;
color: white;
max-width: 10rem;
}
.m_col
{
width: 0.1rem;
height: 8rem;
background-color: #F1F9F7;
display: inline-block;
}
.m_contact_content_bar
{
display: flex;
justify-content: space-evenly;
}
.m_email_info
{
padding: 0.4rem;
}
.m_phone_info
{
padding: 0.4rem;
}
.m_socials
{
display: flex;
justify-content: space-evenly;
padding: 0.4rem;
margin-bottom: 1.5rem;
}
hr
{
color: #53565A;
background-color: #53565A;
text-decoration: none;
height: 0.08rem;
border-radius: 0.5rem;
width: 18rem;
}
.tenp
{
color:red;
}
body
{
background-color: #E0EEF2;
font-family: 'Inter', sans-serif;
margin: 0;
padding: 0;
}
.parent
{
color: #F4FCFB;
display: flex;
justify-content: space-between;
margin: 0.63em;
}
.options
{
display: flex;
justify-content: space-evenly;
margin-right: 4.5rem;
}
.grp1
{
padding: 0.3rem;
text-align: center;
}
.portfolio
{
padding: 0.3rem;
}
.main
{
padding: 0;
margin: 0;
display: flex;
justify-content: space-between;
}
.main_image
{
width: 40rem;
height: 30rem;
padding: 0px;
padding-left:2rem;
margin: 0px;
}
.bg_img
{
padding: 0;
margin: 0;
height: 30.1rem;
width: 39.5rem;
text-align:end;
}
.main_content
{
padding-left: 2.8rem;
margin: 0px;
text-align: center;
display: flex;
flex-direction: column;
align-content: center;
justify-content: center;
}
.content
{
margin: 1rem;padding: 1rem;
}
.resume
{
background-color: #44C059;
padding: 1.1rem;
border-radius: 5rem;
border-width: 0rem;
font-weight: bold;
color: white;
}
.item
{
padding: 1.1rem;
font-size: 1.38em;
font-weight: lighter;
}
h2,h1,h3
{
display: inline;
}
h1
{
font-size: 6rem;
}
h2
{
font-size: 2.4rem;
}
h3
{
font-size: 1.4rem;
}
.highlight
{
font-size: 1.6rem;
}
.w_header
{
background-color: #53565A;
padding-top: 0.8rem;
padding-bottom: 0.8rem;
}
pre
{
font-family: 'Inter', sans-serif;
}
.header_title
{
position: relative;
display: inline-block;
}
.drpdwn
{
display: none;
margin-left: 0px;
width: 12.9rem;
background-color: #525558;
position: absolute;
z-index: 1;
border-radius: 1rem;
}
.item:hover .drpdwn
{
display: block;
}
.drp_title
{
font-size: 1rem;
color: skyblue;
font-weight: 700;
}
.drp
{
position:relative;
}
a
{
text-decoration: none;
font-family: 'Inter', sans-serif;
color: #F4FCFB;
}
.subelements
{
font-size: 0.8rem;
display: inline;
padding: 0px;
margin:0px;
}
.subelements_small
{
font-size: 0.7rem;
display: inline;
padding: 0px;
margin:0px;
}
.title_for_subelements
{
display: inline;
padding: 0px;
margin: 0px;
}
</style>
</head>
<body>
<header class="web w_header">
<div class="parent web">
<div class="portfolio grp1 web"><img src="portfolio_o.svg" alt="Portfio
"></div>
<div class="options grp1 web">
<div class="header_title item web"><span class="web">Skills</span>
<div class="drpdwn web" style="margin-right: 10rem; ">
<p class="drp_title web" >Skills</p>
<div class=" webstuff drp web"><h6 class="web">Web Development using html,css,js</h6></div>
<div class="c drp web"><h6 class="web">C/C++,Java,Dart</h6></div>
<div class="android drp web"><h6 class="web">Android Application Developmen</h6></div>
<div class="ds drp web"><h6 class="web">Data Science(R,Python)</h6></div>
<div class="git drp web"><h6 class="web">GIT and GITHUB</h6></div>
</div>
</div>
<div class="header_title item web"><span class="web">Projects</span>
<div class=" drpdwn web">
<p class="drp_title web">Projects</p>
<div class="webstuff drp web"><a href="https://github.com/aaarc/TheXOGame" target="_blank"><h6 class="prj_title web">The XO GAME</h6></a></div>
<div class="prtflio drp web"><a href="https://github.com/aaarc/Portfoilo-Webiste" target="_blank"><h6>Portfolio Website</h6></a></div>
<div class="discord_chtbot drp web"><a href=""><h6 class="prj_title web">Doge-Sama</h6></a></div>
</div>
</div>
<div class="header_title item web"><span class="web">Contact Me</span>
<div class="skills_drop drpdwn web">
<p class="drp_title web">Contact Me</p>
<div class="email drp web"><a><h6 class="title_for_subelements web">Email</h6>
<pre class="subelements_small web">
aaarcadithya@gmail.com
adithyanarayansamal@gmail.com</pre></a></div>
<div class="phno drp web"><h6 class="title_for_subelements web">Phone Number</h6><pre class="subelements web">
+91 9940726436
+91 8939680091</pre></div>
<div class="lkndin drp web"><a href="https://www.linkedin.com/in/adithya-narayan-samal-249b3019a/"><h6>Linked In</h6></a></div>
<div class="github drp web"><a href="https://github.com/aaarc"><h6>Github</h6></a></div>
<div class="insta drp web"><a href="https://www.instagram.com/aaarc_adithya/"><h6>Instagram</h6></a></div>
<div class="whatsapp drp web"><a href="https://wa.me/919940726436" target="_blank"><h6>Whatsapp</h6></a></div>
</div>
</div>
</div>
</div>
</header>
<header class="mobile m_header">
<div class="mobile m_parent">
<div class="mobile"><img src="portfolio_o_mobile.svg" class="mobile ">
</div>
</div>
</header>
<div class="main web">
<div class="main_content main_item web">
<pre class="web"><h2 class="content web">
Hey, This is
<h1 class="web">Adithya</h1>
<h3 class="web"> a 3rd Year<strong> Computer Science</strong> Student
from <strong> VIT Vellore</strong> and passionate about
anything related to <strong >Technology</strong></h3></h2></pre>
<br>
<a href="Resume.pdf" target="_blank" class="web"><button class="resume web">Download My Resume</button></a>
</div>
<div class="main_image main_item web"><img src="bg_img_3.jpg" class="bg_img" alt="bg_image"></div></div><div class="tenp web"></div>
<div class="mobile m_mainbody">
<div class="mobile m_text_content">
<pre><h2 class="mobile m_h2">
Hey, This is</h2>
<h1 class="mobile m_h1">Adithya</h1>
<h3 class="mobile m_h3">a 3rd Year<strong> Computer Science</strong> Student
from <strong> VIT Vellore</strong> and passionate about
anything related to <strong >Technology</strong></h3><br>
<a href="Resume.pdf" target="_blank" class="mobile m_resume"><button class="m_resume mobile">Download My Resume</button></a>
</pre>
</div>
<div class="mobile m_main_img">
<img>
</div>
</div>
<hr class="mobile">
<div class="mobile m_skills">
<div class="mobile m_skills_content">
<h2 class="mobile m_h2_title ">My Skillset Include</h2>
<div class="mobile m_skill_git">
<img src="code.svg" class=" mobile m_logos"><h6 class="mobile m_h5">Programming in C/C++,Java,JavaScript,Python,Dart</h6>
</div>
<div class="mobile m_skill_web m_skill_common">
<img src="web_dev_logo.svg" class=" mobile m_logos"><h5 class="mobile m_h5">Web Development (with HTML5,CSS2,JS)</h5>
</div>
<div class="mobile m_skill_android m_skill_common">
<img src="mobile.svg" class=" mobile m_logos"><h5 class="mobile m_h5">Android Development (using Dart)</h5>
</div>
<div class="mobile m_skill_git m_skill_common">
<img src="ds_logo.svg" class=" mobile m_logos"><h5 class="mobile m_h5">Data Science (with R,Python)</h5>
</div>
<div class="mobile m_skill_git m_skill_common">
<img src="code.svg" class=" mobile m_logos"><h5 class="mobile m_h5">Git and Github</h5>
</div>
</div>
</div>
<hr class="mobile">
<div class="mobile m_projects">
<div class="mobile m_projects_content"><h2 class="mobile m_h2_title ">PROJECTS</h2>
<div class="mobile m_prj_doge">
<a class="mobile m_prj_links" href="https://github.com/aaarc/TheXOGame" target="_blank"><img src="flag_icon.svg" class=" mobile m_logos"><h5 class="mobile m_h5_prj">The XO Game: basic tic-tac-toe app with great UI</h5> </a>
</div>
<div class="mobile m_prj_doge">
<a class="mobile m_prj_links"><img src="flag_icon.svg" class=" mobile m_logos"><h5 class="mobile m_h5_prj">Doge-Sama: bot to manage Discord Servers</h5> </a>
</div>
<div class="mobile m_prj_weather">
<a class="mobile m_prj_links"><img src="flag_icon.svg" class=" mobile m_logos"><h5 class="mobile m_h5_prj">Whether?: a Simple Weather App</h5></a>
</div>
<div class="mobile m_prj_prtflio">
<a class="mobile m_prj_links" href="https://github.com/aaarc/Portfoilo-Webiste" target="_blank"><img src="flag_icon.svg" class=" mobile m_logos"><h5 class="mobile m_h5_prj">Portfolio Website</h5></a>
</div>
</div>
</div>
<footer class=" mobile m_footer">
<h2 class="mobile m_h2_contact ">Contact Me</h2>
<div class="mobile m_contact">
<div class="mobile m_contact_content_bar">
<div class="mobile m_email_info"><p class="mobile m_contact_subtitle">Email</p><pre class="mobile m_contact_content">aaarcadithya@gmail.com
adithyanarayansamal@gmail.com</pre></div>
<div class="moblie m_col"></div>
<div class="mobile m_phone_info"><p class="mobile m_contact_subtitle">Phone Number</p><pre class="mobile m_contact_content">+91 9940726436
+91 8939680091</pre></div>
</div>
<div class="mobile bottom_bar">
<h2 class="mobile m_h2_contact ">You can find me on</h2>
<div class="mobile m_socials">
<a href="https://wa.me/919940726436" target="_blank" class="moblie"><img src="whatsapp.svg" class="mobile m_logos"></a>
<a href="https://www.linkedin.com/in/adithya-narayan-samal-249b3019a/" target="_blank" class="moblie"><img src="linkedin.svg" class="mobile m_logos"></a>
<a href="https://www.instagram.com/aaarc_adithya/" target="_blank" class="moblie"><img src="instagram.svg" class="mobile m_logos"></a>
<a href="https://github.com/aaarc" target="_blank" class="moblie"><img src="github.svg" class="mobile m_logos"></a>
</div>
</div>
</div>
</footer>
</body>
</html>