-
Notifications
You must be signed in to change notification settings - Fork 13
/
index.html
472 lines (380 loc) · 20.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Prakhar Uniyal | IIT Mandi</title>
<meta name="description" content="Prakhar Uniyal">
<meta name="author" content="Prakhar Uniyal">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/main.css">
<!-- script
================================================== -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<div id="preloader">
<div id="loader"></div>
</div>
<!-- site header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="images/logo.jpg" alt="Homepage">
</a>
</div>
<nav class="header-nav-wrap">
<ul class="header-main-nav">
<li class="current"><a class="smoothscroll" href="#intro" title="intro">Intro</a></li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li><a class="smoothscroll" href="#services" title="services">Services</a></li>
<li><a class="smoothscroll" href="#works" title="works">Works</a></li>
<li><a class="smoothscroll" href="#contact" title="contact us">Say Hello</a></li>
</ul>
<ul class="header-social">
<li><a href="https://www.facebook.com/UniyalPrakhar"><i class="fab fa-facebook-f" aria-hidden="true"></i></a></li>
<li><a href="https://twitter.com/prakhar_uniyal"><i class="fab fa-twitter" aria-hidden="true"></i></a></li>
<li><a href="https://www.linkedin.com/in/prakhar-uniyal-36b646166/"><i class="fab fa-linkedin" aria-hidden="true"></i></a></li>
<li><a href="https://github.com/PrakharUniyal"><i class="fab fa-github" aria-hidden="true"></i></a></li>
</ul>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header> <!-- end s-header -->
<!-- intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content">
<div class="column large-9 mob-full intro-text">
<h3>Hello, I'm Prakhar Uniyal</h3>
<h1>
Data Scientist, <br>
Digital Designer <br>
and Web Developer <br>
Based In India.
</h1>
</div>
<div class="intro-scroll">
<a href="#about" class="intro-scroll-link smoothscroll">
Scroll For More..
</a>
</div>
<div class="intro-grid"></div>
<div class="intro-pic"></div>
</div> <!-- end row -->
</section> <!-- end intro -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="about-me">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">About Me</h2>
</div>
</div>
<div class="row about-me__content" data-aos="fade-up">
<div class="column large-full about-me__text">
<p class="lead">
I believe in commitment for work. Whatever work I do, my aim is always to be fully dedicated to it.
</p>
<p>
I try to express my creativity in the form of various softwares, applications and algorithms that I work on.
</p>
<p>
My mission is to create an impact on the minds of people with my work so that they can also do something
that makes them happy and simultaneously makes this world a better place.
</p>
<p>
Let's collaborate and do something interesting!
</p>
</div>
</div>
<div class="row about-me__buttons">
<div class="column large-half tab-full" data-aos="fade-up">
<a href="#0" class="btn btn--primary full-width">Download CV</a>
</div>
<div class="column large-half tab-full" data-aos="fade-up">
<a href="#contact" class="btn btn--stroke full-width">Hire Me</a>
</div>
</div>
</div> <!-- end about-me -->
<div class="about-experience">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">Work & Education</h2>
</div>
</div>
<div class="row about-experience__timeline">
<div class="column large-half tab-full" data-aos="fade-up">
<div class="timeline">
<div class="timeline__icon-wrap">
<span class="timeline__icon timeline__icon--work"></span>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">June 2019 - Present</p>
<h3 class="item-title">E-Cell IIT Mandi</h3>
<h5>Co-ordinator</h5>
</div>
<div class="timeline__desc">
<p>Coordinate the overall proceedings of E-Cell IIT Mandi for the academic year 2019-2020.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">December 2018 - February 2019</p>
<h3 class="item-title">KamandPrompt: Programming Club of IIT Mandi</h3>
<h5>Frontend Developer</h5>
</div>
<div class="timeline__desc">
<p>Worked on the frontend of the website of Programming Club of IIT Mandi.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">October 2018 - Present</p>
<h3 class="item-title">Qurosity: Quizzing Club of IIT Mandi</h3>
<h5>Core Team Member</h5>
</div>
<div class="timeline__desc">
<p>Active member of the quizzing society of IIT Mandi. Organized India Quiz and Sports Quiz at the Intra-College Literary Fest and Inter college Cultural Fest of IIT Mandi.</p>
</div>
</div>
</div>
</div>
<div class="column large-half tab-full" data-aos="fade-up">
<div class="timeline">
<div class="timeline__icon-wrap">
<span class="timeline__icon timeline__icon--education"></span>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">August 2018 - Present</p>
<h3 class="item-title">Indian Institute of Technology Mandi</h3>
<h5>Bachelor's Degree</h5>
</div>
<div class="timeline__desc">
<p>Currently pursuing a degree in Electrical Engineering.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<p class="timeline__timeframe">April 2003 - April 2017</p>
<h3 class="item-title">Montfort Inter College</h3>
<h5>Primary and Secondary Schooling</h5>
</div>
<div class="timeline__desc">
<p>Scored 90% marks in U.P. state board High School examinations and was among the top 3 scoring candidates in the school. Scored 87% in CBSE Intermediate Examination.</p>
</div>
</div>
</div>
</div>
</div>
</div> <!-- end about-experience -->
</section> <!-- end s-about -->
<!-- services
================================================== -->
<section id="services" class="s-services ss-dark target-section">
<div class="shadow-overlay"></div>
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading section-heading--centerbottom">My Motto:</h2>
<p class="section-desc">
To try and solve problems of the people around me in order to make their lives and eventually my life easier.
</p>
</div>
</div> <!-- end heading-block -->
<div class="row services-list block-large-1-3 block-medium-1-2 block-tab-full">
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Data Science</h4>
<p>
I am a beginner in the field of data science with Python having ample experience in working with libraries like Pandas, Numpy, Matplotlib and sci-kit learn and being an amateur in the field of machine learning.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Web Development</h4>
<p>
I have experience in developing front end of websites and am currently trying my hands on backend frameworks like Node.js, phpmyadmin and Django.
</p>
</div>
</div>
<div class="column item-service" data-aos="fade-up">
<div class="item-service__content">
<h4 class="item-title">Competitive Programming</h4>
<p>
I am also a CP enthusiast. Having participated in many intra-college and inter college online contests. You can check my Codechef handle: <a href="https://www.codechef.com/users/prakhar_uniyal">prakhar_uniyal</a> and Codeforces handle: <a href="http://codeforces.com/profile/PrakharU">PrakharU</a>.
</p>
</div>
</div>
</div> <!-- end services-list -->
</section> <!-- end s-services -->
<!-- works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading section-heading--centerbottom">Selected Works</h2>
<p class="section-desc">
Here are some of my selected works I have done lately. Feel free to
check them out.
</p>
</div>
</div> <!-- end heading-block -->
<div class="masonry-wrap">
<div class="masonry">
<div class="grid-sizer"></div>
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="https://www.youtube.com/watch?v=jUJzbpTb1kU" class="thumb-link" title="Medex" data-size="1050x700">
<div class="video-container">
<iframe width="560" height="315" src="https://www.youtube.com/embed/jUJzbpTb1kU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</a>
<a href="https://github.com/PrakharUniyal/Medex" class="item-folio__project-link" title="Project link" target="_blank"></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">
MedEx
</h4>
<p class="item-folio__cat">
Webapp for management of medicine stocks.
</p>
</div>
<div class="item-folio__caption">
<p>Webapp for management of medicine stocks.</p>
</div>
</div>
</div> <!-- end masonry__brick -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a href="images/portfolio/gallery/India_quiz.JPG" class="thumb-link" title="Slideshare Profile" data-size="1050x700">
<img src="images/portfolio/gallery/India_quiz.JPG" alt="">
</a>
<a href="https://www.slideshare.net/PrakharUniyal" class="item-folio__project-link" title="Slideshare Profile" target="_blank"></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">
Slideshare Profile
</h4>
<p class="item-folio__cat">
Quizzes conducted
</p>
</div>
<div class="item-folio__caption">
<p>Quizzes conducted</p>
</div>
</div>
</div> <!-- end masonry__brick -->
</div> <!-- end masonry -->
</div> <!-- end masonry-wrap -->
</section> <!-- end s-work -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact ss-dark target-section">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">Get In Touch</h2>
</div>
</div>
<div class="row contact-main" data-aos="fade-up">
<div class="column large-full">
<p class="contact-email">
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p class="section-desc">
I'm happy to connect, listen and help. Let's work together and build
something awesome. Let's turn your idea to an even greater product.
<a href="mailto:[email protected]">Email Me</a>.
</p>
</div>
</div>
<div class="row contact-infos" data-aos="fade-up" data-aos-anchor=".contact-main">
<div class="column large-5 medium-full contact-phone">
<h4>Call Me</h4>
<a href="tel:+91 8318631214">+91 831 863 1214</a>
</div>
<div class="column large-7 medium-full contact-social">
<h4>Social</h4>
<ul>
<li><a href="https://www.facebook.com/UniyalPrakhar" title="Facebook">Facebook</a></li>
<li><a href="https://www.instagram.com/prakhar_uniyal" title="Facebook">Instagram</a></li>
</ul>
</div>
</div> <!-- end contact-infos -->
</section> <!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="column large-full ss-copyright">
<span>© Copyright Epitome 2019</span>
<span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"></a>
</div>
</div>
</footer>
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div><button class="pswp__button pswp__button--close" title="Close (Esc)"></button> <button class="pswp__button pswp__button--share" title=
"Share"></button> <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button> <button class="pswp__button pswp__button--zoom" title=
"Zoom in/out"></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
<div class="pswp__share-tooltip"></div>
</div><button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)"></button> <button class="pswp__button pswp__button--arrow--right" title=
"Next (arrow right)"></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div><!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="js/jquery-3.2.1.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>