-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
634 lines (566 loc) · 28.4 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
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<title>Soham Pahari</title>
<meta name="description" content="Creative portfolio template. Fully responsive with cool animations">
<meta name="keywords" content="agency, bootstrap, business, company, corporate, creative, clean, modern, multipurpose, onepage, personal, portfolio, professional, responsive, minimal">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1, maximum-scale=1, user-scalable=0">
<link rel="icon" type="image/png" sizes="16x16" href="img/logo.png">
<style>
@import 'http://fonts.googleapis.com/css?family=Titillium+Web:400,200';
#img {
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 1;
opacity: 0;
}
#img.on {
opacity: 1;
}
body {
background-image: url("bg web.jpg");
background-repeat: no-repeat;
background-size: cover;
}
nav ul li a img {
display: inline-block;
width: 16px; /* set the width of the icon image */
height: 16px; /* set the height of the icon image */
margin-right: 5px; /* add some spacing between the text and the icon */
}
</style>
<link rel="stylesheet" href="fonts/opensans/stylesheet.css">
<link rel="stylesheet" href="fonts/ionicons/ionicons.min.css">
<link rel="stylesheet" href="fonts/fontawesome/font-awesome.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="js/lib/swiper.min.css">
<link rel="stylesheet" href="js/lib/jquery.fullpage.min.css">
<link rel="stylesheet" href="js/lib/vegas/vegas.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body id="menu" class="body-page">
<div class="pageloader" id="pageloader">
<div>
<div class="icon ion-spin"></div>
</div>
</div>
<header class="page-header navbar page-header-alpha scrolled-white menu-right topmenu-right">
<a class="navbar-brand" href="#home">
<span class="logo">
<img class="light-logo" style="height: 100px;width: 200px;" src="img/logo-white5.png" alt="Logo">
</span>
</a>
<div class="all-menu-wrapper" id="navbarMenu">
<nav class="navbar-mainmenu">
<ul class="navbar-nav mr-auto mr-auto-my">
<li class="nav-item active">
<a class="nav-link" href="index.html#home">Home
<span class="sr-only">(current)</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="item.html">Item</a>
</li>
</ul>
</nav>
<nav class="navbar-sidebar ">
<ul class="social">
<li>
<a href="mailto:[email protected]" target="_blank">
<img src="img/google.png" alt="Google logo">
</a>
</li>
<li>
<a href="https://twitter.com/SohamPahari" target="_blank" >
<img src="img/twitter.png" alt="twitter logo">
</a>
</li>
<li>
<a href="https://github.com/suhanpahari" target="_blank">
<img src="img/git.png" alt="Github logo">
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/soham-pahari-190b63260/" target="_blank">
<img src="img/in.png" alt="linkedin logo">
</a>
</li>
<li>
<a href="https://www.instagram.com/sohampahari/" target="_blank">
<img src="img/ig.png" alt="instagram logo">
</a>
</li>
<li>
<a href="https://t.me/Suhanpahari" target="_blank">
<img src="img/tele.png" alt="Telegram logo">
</a>
</li>
<li>
<a href="mailto:[email protected]" target="_blank">
<img src="img/yahoo.png" alt="yahoo logo">
</a>
</ul>
</nav>
</div>
</header>
<div class="page-cover" style="background-image: url('img/bg-web.jpg'); background-size: cover; background-position: center center;">
<div class="cover-bg-mask bg-color" data-bgcolor="#1D1D1D" style="background-color: rgb(29, 29, 29);"></div>
</div>
<main class="page-main page-fullpage main-anim" id="mainpage">
<div class="section section-home fullscreen-md fp-auto-height-responsive main-home" data-section="home">
<div class="section-wrapper center-vh dir-col anim">
<div class="section-content reduced text-center">
<div class="row">
<div class="col-12 col-md-12 text-center">
<div class="title-desc">
<h2 class="display-4 display-title home-title anim-1">SOHAM <br>PAHARI</h2>
<h4 class="anim-2 opacity-75">BTech CSE'26 at UPES Dehradun <br><br></h4>
<h4 class="anim-2 opacity-75">Obsessed with DATA and Mathematical problem.</h4>
</div>
</div>
</div>
</div>
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">About Me</span>
</a>
</footer>
</div>
</div>
<div class="section section-description fp-auto-height-responsive about-section" data-section="about">
<div class="section-wrapper center-vh dir-col anim">
<div class="section-title text-center">
<h2 class="display-4 display-title anim-2 mb-32">About Me</h2>
</div>
<div class="section-content reduced">
<div class="row">
<div class="col-12 col-md-4 text-left">
<div class="title-desc pr-4">
<h2 class="display-5 anim-2">"The only real valuable thing is intuition"</h2>
</div>
</div>
<div class="col-12 col-md-8 text-left mission-border anim-2">
<div class="title-desc anim-2">
<p>Hey There! I am Soham, an undergrad at UPES Dehradun with Computer Science Engineering.
I am a Data Science enthusiast who likes to deal with data and predict future.
I'm also love Mathametics and Statistics.
My interests lie primarily in the field of Data Science, Machine Learning, Web Development</p>
<p>Apart from this, I'm an Astrophile.I love to spend my night with stars.I'm a Photographer. I'm addicted to music and Book.
I love watching Football ("Leo Messi is the GOAT"), Cricket specially IPL ("YOLLOVE") and TV Series. </p>
</div>
</div>
</div>
</div>
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Gallery</span>
</a>
</footer>
</div>
</div>
<!--
<div class="section services section-list-feature fp-auto-height-responsive " data-section="services">
<div class="section-wrapper twoside center-vh dir-col anim">
<div class="anim-2 text-center mb-3">
<h2 class="display-4 display-title">Echivment</h2>
</div>
<div class="item row justify-content-between fade-1">
<div class="col-12 col-md-6 col-lg-6">
<div class="section-content reduced">
<div class="media">
<div class="media-body">
<h4>Olymiad Medalist</h4>
<h7><b></b></h7>
<i class="icon icon ion-code-working"></i>
<p>State Level Mathametics olimpiad Silver and Physics Olimpiad Bronze Medalist.</p>
</div>
</div>
<div class="media">
<div class="media-body">
<h4>Hackerrank</h4>
<h7><b></b></h7>
<i class="icon ion-code-download"></i>
<p> Hackarrank intermidiate developer.
Develope multiple C code and webDEV
using PY, SQL, and JavaScript framework.</p>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-6 col-lg-6">
<div class="section-content reduced">
<div class="media">
<div class="media-body">
<h4>SDE Intern (Summer'19)</h4>
<h7><b>Inversion Consultancy, Bengaluru</b></h7>
<i class="icon ion-code-download"></i>
<p>Developed large scale Web Applications under the IT Cell, providing required technical solutions.
Worked with team on Frontend design using ReactJS and integration of the assigned projects.</p>
</div>
</div>
<div class="media">
<div class="media-body">
<h4>Web Developer (Winter'18)</h4>
<h7><b>IRAA IIT(ISM) Dhanbad</b></h7>
<i class="icon ion-code-working"></i>
<p> Developed the official website of IIT(ISM) Dhanbad.
Incorporated various UI/UX frameworks, and deployed MySQL Database along with PHP based Backend.</p>
</div>
</div>
</div>
</div>
</div>
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Gallery</span>
</a>
</footer>
</div>
</div>
-->
<div class="section section-twoside fp-auto-height-responsive " data-section="projects">
<div class="section-wrapper twoside dir-col anim">
<div class="section-title center-vh dir-col text-center">
<h2 class="display-4 display-title anim-2 mb-32">Gallery</h2>
</div>
<div class="slider-wrapper carousel-swiper-beta fade-1 carousel-smalls carousel-swiper-beta-demo">
<div class="slider-container swiper-container">
<br><br><br><br>
<ul class="item-list swiper-wrapper">
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221012_173947.jpg" alt="Image" class="img" ">
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221012_175234.jpg" alt="Image" class="img" >
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221020_102920.jpg" alt="Image" class="img">
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221109_210438.jpg" alt="Image" class="img">
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221020_094210.jpg" alt="Image" class="img">
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221106_210931 (2).jpg" alt="Image" class="img">
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221107_182409 (2).jpg" alt="Image" class="img" >
<div>
</div>
</div>
</div>
</li>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221211_212834.jpg" alt="Image" class="img" >
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221220_162551 (2).jpg" alt="Image" class="img">
<div>
</div>
</div>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/20221220_165425 (2).jpg" alt="Image" class="img">
<div>
</div>
</div>
</div>
</li>
</ul>
</div>
<div class="col-12 col-md-12 text-center">
<div class="title-desc">
<h4 class="anim-2 opacity-75">A Glance Of My Photography</h4>
</div>
</div>
<div class="items-pagination bar"></div>
</div>
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Contact</span>
</a>
</footer>
</div>
</div>
<!--
<div class="section section-twoside fp-auto-height-responsive " data-section="projects">
<div class="section-wrapper twoside dir-col anim">
<div class="section-title center-vh dir-col text-center">
<h2 class="display-4 display-title anim-2 mb-32">Projects</h2>
</div>
<div class="slider-wrapper carousel-swiper-beta fade-1 carousel-smalls carousel-swiper-beta-demo">
<div class="slider-container swiper-container">
<ul class="item-list swiper-wrapper">
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/astro.png" alt="Image" class="img">
</div>
<a class="legend" href="https://no.mobioastro.com/?uid=fdf098fcc6" target="_blank">
<h2 class="display-4">Mobioastro</h2>
<p>Sam Media Intern Project. Developed the frontend of the Mobioastro portal using ReactJS.</p>
</a>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/game.png" alt="Image" class="img">
</div>
<a class="legend" href="https://game-lords.com/" target="_blank">
<h2 class="display-4">Gamelords</h2>
<p>Sam Media Intern Project. Developed the frontend of the Gamelords portal using ReactJS.</p>
</a>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/colplus.png" alt="Image" class="img">
</div>
<a class="legend" href="https://github.com/fswap/college-plus" target="_blank">
<h2 class="display-4">College Plus</h2>
<p>College Plus+ aka OLX of IIT(ISM), lets you buy, sell and post advertisements of used items.</p>
</a>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/coal.jpg" alt="Image" class="img">
</div>
<a class="legend" href="https://github.com/fswap/CIL-Project" target="_blank">
<h2 class="display-4">Manpower Planning Software</h2>
<p>Coal India Ltd. Intern Project.<br> Part of 2.5 Crore project funded by Government of India.</p>
</a>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/iitism.jpg" alt="Image" class="img">
</div>
<a class="legend" href="https://www.iitism.ac.in/" target="_blank">
<h2 class="display-4">Official Website of IIT(ISM) Dhanbad</h2>
<p>Under the aegis of International Relations and Alumni Affairs IIT(ISM) Dhanbad</p>
</a>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/cane.jpg" alt="Image" class="img">
</div>
<a class="legend" href="https://github.com/MadhavShah/Smart-B-cane" target="_blank">
<h2 class="display-4">B-Cane - Smart Blind Man Stick</h2>
<p>Developed a Smart Blind Man Stick, that converts visual data into an auditory
modality to provide Blind user with a robotic
vision through speech. <br> Won HackFest 2019</p>
</a>
</div>
</li>
<li class="slide-item swiper-slide">
<div class="item-wrapper">
<div class="illustr">
<img src="img/enigma.jpg" alt="Image" class="img">
</div>
<a class="legend" href="https://github.com/fswap/enigmaBot" target="_blank">
<h2 class="display-4">Enigma Bot</h2>
<p>Enigma Bot is the most feature-rich chatbot solving various programming and mind game queries, built using Zulip API in HackFest 2019.</p>
</a>
</div>
</li>
</ul>
</div>
<div class="items-pagination bar"></div>
</div>
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Achievements</span>
</a>
</footer>
</div>
</div>
<div class="section testimonials section-twoside fp-auto-height-responsive " data-section="testimonials">
<div class="section-wrapper twoside center-vh dir-col anim">
<div class="anim-2 text-center mb-3">
<h2 class="display-4 display-title anim-2">Testimonials</h2>
</div>
<div class="swiper-container carousel-swiper-beta slider-container fade-2 swiper-container-horizontal">
<div class="item-list swiper-wrapper">
<div class="swiper-slide swiper-slide-prev">
<div class="media-slide-item-gamma">
<div class="media-content text-anim">
<div class="row">
<div class="col col-12">
<div class="media-image mb-3">
<img class="logo" src="img/farah.jpeg" alt="Alt Text">
</div>
</div>
<div class="col col-12 m-auto">
<div class="media-body">
<p> I rarely come across young talents who stand out like Swapnil.
I had the pleasure of mentoring Swapnil during his internship with Sam Media.
He is a very inquisitive, enthusiastic and hard working guy, who puts all his efforts on the task given.
As a Web Developer, Swapnil earns my highest recommendation</p>
<h4 class="">Farah Anjum | SDE at Sam Media</h4>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide swiper-slide-next">
<div class="media-slide-item-gamma">
<div class="media-content text-anim">
<div class="row">
<div class="col col-12">
<div class="media-image mb-3">
<img class="logo" src="img/abhi.jpeg" alt="Alt Text">
</div>
</div>
<div class="col col-12 m-auto">
<div class="media-body">
<p>I have been working with Swapnil on a few projects and also organised many college events with him.
I found him a quick learner and a born leader. He is quite proficient Frontend developer and is outstanding when it comes to JavaScript.
I would recommend him for any new job as I am confident he will catch up and give his best</p>
<h4 class="">Abhishek Raj | SDE Intern at Samsung R&D</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<nav class="items-navigation">
<div class="items-pagination bar swiper-pagination-clickable swiper-pagination-bullets">
<span class="swiper-pagination-bullet"></span>
<span class="swiper-pagination-bullet swiper-pagination-bullet-active"></span>
<span class="swiper-pagination-bullet"></span>
</div>
</nav>
</div>
<footer class="section-footer scrolldown">
<a class="down">
<span class="icon"></span>
<span class="txt">Contact Me</span>
</a>
</footer>
</div>
</div>
-->
<div class="section section-contact fp-auto-height-responsive no-slide-arrows " data-section="contact">
<div class="section-wrapper center-vh dir-col anim">
<div class="section-title text-center">
<h2 class="display-4 display-title">Contact Me</h2>
<p>Reach me at infinity, Just Kidding :v</p>
</div>
<div class="section-content reduced">
<div class="row" style="justify-content: center;display: flex;text-align: center;">
<div class="col-12 col-md-12 col-lg-5 contact-right">
<img src="img/phone-icon.png" alt="">
<div>
<h4>Address</h4>
<p>Bidholi, Dehradun</p>
<p>Uttarakhand, India</p>
</div>
<div>
<h4>Phone</h4>
<p>+91 - 9064520673</p>
</div>
<div>
<h4>Email</h4>
<p><a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
<p><a href="mailto:[email protected]" target="_blank">[email protected]</a></p>
</div>
<div>
<a href="img/Soham's Resume.pdf" target="blank" class="btn" role="button">Download CV</a>
</div>
</div>
</div>
</div>
</div>
</div>
</main>
<footer id="site-footer" class="page-footer">
<div class="footer-left">
<span class="opacity-75"><i class="icon ion-android-call"></i>+91 - 9064520673</span>
<span class="opacity-75"><i class="icon ion-email"></i><a href="mailto:[email protected]" target="_blank">[email protected]</a></span>
</div>
<div class="footer-right">
<p class="note">© Developed by
<a href="">
<span class="marked">SOHAM</span>
</a>
</p>
</div>
</footer>
<script data-cfasync="false" src="../../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script src="js/lib/jquery-1.12.4.min.js"></script>
<script src="js/lib/scrolloverflow.min.js"></script>
<script src="js/lib/all.js"></script>
<script src="js/lib/particlejs/particles.min.js"></script>
<script src="js/custom.js"></script>
</body>
</html>