-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
415 lines (366 loc) · 25.8 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
<!-- Ahoy!! Sailor Welcome Aboard -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<title>Pratik Goyal</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Open Sans" rel="stylesheet">
<!--Main CSS -->
<link rel="stylesheet" href="./assets/stylesheet/main.css">
<!--Animation_hover CSS -->
<link rel="stylesheet" href="./assets/stylesheet/animation_hover.css">
<link rel="stylesheet" href="./assets/stylesheet/hover.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="./assets/stylesheet/animate.css">
</head>
<body class="bdy">
<!-- Preloader -->
<div class="sk-chase center">
<div class="sk-chase-dot"></div>
<div class="sk-chase-dot"></div>
<div class="sk-chase-dot"></div>
<div class="sk-chase-dot"></div>
<div class="sk-chase-dot"></div>
<div class="sk-chase-dot"></div>
</div>
<!--Header Section-->
<section class="" style="background-color: #e8fdf5">
<div class="header container-fluid">
<div class="row justify-content-center no-gutters">
<!--Left Part (About)-->
<div class="header_intro col-12 col-sm text-center text-sm-left wow fadeInLeft" data-wow-delay="0.5s">
<h1 class="header_title ">
Pratik Goyal
</h1>
<p class="header_bio">
Biotechnology
</p>
<p class="header_bio">
IIT Jodhpur '22
</p>
<p class="contact_mail">
<a class="txt_hvr" style="color: #052D3F" href="mailto:goyal.9@iitj.ac.in" target="_blank">
goyal [dot] 9 [at] iitj [dot] ac [dot] in
</a>
</p>
<!-- Little Cute Icons -->
<ul class="header_icons">
<a href="https://github.com/pratikgl" target="_blank"> <i class="fab hvr-grow-mdf fa-github-alt other_contacts" style="margin-left: 0" title="Github"></i></a>
<a href="https://www.instagram.com/pratik_gl/" target="_blank"> <i class="fab hvr-grow-mdf fa-instagram other_contacts" title="Instagram"></i></a>
<a href="https://www.linkedin.com/in/pratikgl/" target="_blank"> <i class="fab hvr-grow-mdf fa-linkedin-in other_contacts" title="Linkedin"></i></a>
<a href="https://wa.me/919521411661" target="_blank"><i class="fab hvr-grow-mdf fa-whatsapp other_contacts" title="Whatsapp"></i></a>
<a href="./assets/resume.pdf" target="_blank"> <i class="far hvr-grow-mdf fa-file-alt other_contacts" title="Résumé"></i></a>
</ul>
</div>
<!-- Right Part (Profile Picture) -->
<div class="col-12 col-sm-auto text-sm-right wow fadeInRight" data-wow-delay="0.5s">
<div class="text-center ">
<img src="./assets/img/pratik_gl.jpg" class=" box img-fluid" alt="pratik_gl.jpg" style="border-width:1px;border-color: rgb(189, 255, 231); border-style: solid;" ></img>
</div>
</div>
</div>
</div>
</section>
<!-- About Secton -->
<section>
<div class="intro container-fluid ">
<h3 class="topic wow fadeInUp" data-wow-delay="1.0s" style="text-align: center;">
About me
</h3>
<div class="wow fadeInUp" data-wow-delay="1.7s" data-wow-duration="1.1s">
<p >
I'm Pratik a third-year undergraduate student at Indian Institute of Technology, Jodhpur pursuing Biotechnology. I'm an avid sports programmer, front-end designer, biotech enthusiast and a person who likes to take a click every now and then.
</p >
<P class="wow fadeInUp" data-wow-delay="0.1s" >
I love challenging my brain and programming is the perfect tool for that. For me, programming is a branch of logical reasoning and structured thinking. I have always been thrilled by the idea that a set of keywords can do such amazing things. Hence I have loved doing competitive programming for the past one and a half year. As a part of my B.tech project, I also got a chance to immerse myself in the field of Machine Learning, which was something I found myself naturally gravitate towards as soon as I started exploring the field.
</P>
<P class="wow fadeInUp" data-wow-delay="0.1s">
Being an accidental biotechnology student, the thought of studying biology used to haunt me. But as I got to know about this amazing field, it was love at first sight. It is so fascinating to get to know the concept of what we are and will be is all coded and inherited in the form of genes, and that we are ultimately made up of non-living atoms and molecules, which is an exhilarating and humbling thought. From DNA extraction to bacteria culturing, I loved everything. Love towards programming and biology attracted me towards the field of bioinformatics: a perfect tool to hijack the natural system that a billion years of evolution have left us. I am interested in working in this field and exploring its present boundaries and future possibilities.
</P>
</div>
<p class="wow fadeInUp" data-wow-delay="0.1s">
I like unconventional reading, from mythological and religious stories to historical tragedies and I'm
always up for an engaging chat. I'm a movie maniac and love mystery and thrillers. If I'm not coding, studying
or watching movies, I listen to music. Coldplay and Ed Sheeran are my favourites.
</p>
</div>
</section>
<!-- cards -->
<section>
<div class="skills container-fluid">
<!--Skills and Experience-->
<h3 class="text-center topic wow fadeInUp" data-wow-delay="1.0s">
Skills
</h3>
<div class="container-fluid wow fadeInUp" data-wow-delay="1.0s" style="padding:0;">
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/prog_cp.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title">Programming</h5>
<p class="card-text">My tryst with Programming started in my first year of college and currently I'm proficient in Python, C and C++.</p>
</div>
</div>
</div>
</div>
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/bs4-removebg-preview.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Front-end</h5>
<p class="card-text">Since I love desigining, front-end web development always intrigued me. I have used Bootstrap and CSS extensively.</p>
</div>
</div>
</div>
</div>
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/competitive-programmer-removebg-preview.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Competetive-Coding</h5>
<p class="card-text">I am a problem solver. Check out my
<a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="https://www.codechef.com/users/lo_la">Codechef,</a>
<a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="http://codeforces.com/profile/pratik_gl"> Codeforces,</a>
<a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="https://www.hackerrank.com/profile/pratik_gl"> Hackerrank</a>
account for my Competetive-Coding background.</p>
</div>
</div>
</div>
</div>
</div>
<!--Project-->
<h3 class="text-center topic wow fadeInUp" data-wow-delay="0.7s">
Projects
</h3>
<div class="container-fluid wow fadeInUp" data-wow-delay="0.7s" style="padding:0;">
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/model_pred.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Diabetes Prediction Model</h5>
<p class="card-text">This is my B.tech 2nd year project under
<a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="https://scholar.google.com/citations?user=-nU3So4AAAAJ&hl=en">Dr. Pankaj Yadav,</a>
where we developed a number of models for predicting the risk of diabetes and compared their accuracy. Check out the project
<a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="https://github.com/pratikgl/Diabetes-prediction">here.</a>
</p>
</div>
</div>
</div>
</div>
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/phyto.jpg" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Thinkathon 2.0</h5>
<p class="card-text">This is my idea presented in Thinkathon 2.0, conducted by
<a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="https://sites.google.com/view/smanoharan/home?authuser=0">Dr. Shankar Manohoran</a>
for the course BB222. I made an attempt to hypothesise and come up with a strategical approach to control phytoplankton blooms using Genetic engineering techniques. Click <a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="./assets/Thinkathon_2020/Thinkathon_2.0.pdf">here</a> for more information.
</p>
</div>
</div>
</div>
</div>
</div>
<!--Extra Curricular-->
<h3 class="text-center topic wow fadeInUp" data-wow-delay="0.7s">
Extra Curricular
</h3>
<div class="container-fluid wow fadeInUp" data-wow-delay="0.7s" style="padding:0;">
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/ps_cutf.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Photoshop and Desigining</h5>
<p class="card-text">I am a perfectionist when it comes to pictures, and photoshop is the best tool in my arsenal to achieve it. I'm also adept in making attractive digital posters and logos and have designed many posters for college fests.</p>
</div>
</div>
</div>
</div>
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/IMG_20190401_093813_659-01-01-removebg-preview.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Photography</h5>
<p class="card-text">My love for Photography is emphasised by the fact that I have dedicated an entire section of my page to it. I am always on the lookout for that perfect click.</p>
</div>
</div>
</div>
</div>
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/quiz_invert-removebg-preview.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Quiz Club</h5>
<p class="card-text">I am a core member of the Quiz Club of my college. My genres include MELA quiz (Music, Entertainment, Literature and Arts) and General quiz.</p>
</div>
</div>
</div>
</div>
<div class="card hvr-grow-card wow fadeInUp" data-wow-delay="0.5s">
<div class="row no-gutters">
<div class="col-sm-4 d-flex align-items-center justify-content-center">
<img src="./assets/img/cards/cs_team_crop-removebg-preview.png" class="card-img-top" alt="">
</div>
<div class="col-sm-8 ">
<div class="card-body">
<h5 class="card-title ">Counselling Service</h5>
<p class="card-text">I am a part of Counselling Service team of IIT Jodhpur where I got the opportunity to guide and mentor seven freshmen assigned to me. </p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Photography -->
<section class="wow fadeInUp" data-wow-delay="0.7s">
<div class="photography container-fluid">
<h3 class="text-center topic">
Photography
</h3>
<P class="wow fadeInUp" data-wow-delay="0.1s" >
As a recreational photographer I truly believe in "No matter how sophisticated the camera, the photographer makes the picture". I try to make the best of what I have. Be it a DSLR issued by the college or my smartphone, I try to get the best click with just a few tweaks to the camera.
</p>
<P class="wow fadeInUp" data-wow-delay="0.1s" >
I am inspired by symmetry, landscape and candids. My favorite genres include long exposure and portrait photography. Check them out on my <a class="txt_hvr" style="color: #052D3F; text-decoration: underline" target="_blank" href="https://www.instagram.com/pratik_gl/">Instagram page.</a>
</p>
<!-- Carousel -->
<div class="carousel container-fluid wow fadeInUp" data-wow-delay="0.1s" >
<div id="carouselExampleControls" class="carousel slide" data-interval="4000" data-ride="carousel">
<div class="carousel-inner" style="border-radius: 10px; border-width: 1.5px; border-style: solid;">
<div class="carousel-item active">
<img class="d-block w-100" src="assets/img/carousel/1.jpg" alt="b/w_kid">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/3.jpg" alt="iitb_hostel">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/4.jpg" alt="juhu_beach">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/10.jpg" alt="ju_railway_stn">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/7.jpg" alt="iitj_street_light">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/12.jpg" alt="bonfire">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/19.jpg" alt="ignus_pronite">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="assets/img/carousel/2.jpg" alt="rat_run">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleControls" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleControls" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section class="wow fadeIn" data-wow-delay="0.5s">
<div class="contact container-fluid">
<div >
<div>
<h2 style="text-align: center; padding-bottom: 0; " class="topic">Contact info</h2>
<p class= "container-fluid d-flex justify-content-center" style=" margin-bottom: 8px;">
<i class="fas fa-map-marker-alt contact_info_logo" style="color: rgb(102, 102, 102);"></i>
<a href="https://goo.gl/maps/Wam3ziDR7hEPqT9D7" class="txt_hvr_dark" style="color: rgb(102, 102, 102); text-align: center;" target="_blank">
Indian Institute of Technology, Jodhpur, India
</a>
</p>
<p class= "container-fluid d-flex justify-content-center" style=" margin-bottom: 8px;">
<i class="fas fa-envelope contact_info_logo" style="color: rgb(102, 102, 102);"></i>
<a href="mailto:goyal.9@iitj.ac.in" class="txt_hvr_dark" style="color: rgb(102, 102, 102);" target="_blank">
goyal.9@iitj.ac.in
</a>
</p>
<p class= "container-fluid d-flex justify-content-center" style=" margin-bottom: 20px;">
<i class="fas fa-phone-alt contact_info_logo" style="color: rgb(102, 102, 102);"></i>
<a href="tel:+91952411661" class="txt_hvr_dark" style="color: rgb(102, 102, 102);" target="_blank">
+91-9521411661
</a>
</p>
<!-- Social Network Icons -->
<div class= "container-fluid d-flex justify-content-center">
<ul style="padding:0;">
<a href="https://fb.com/pratik.gl/" target="_blank"> <i class="fab hvr-grow-mdf fa-facebook-square other_contacts"></i></a>
<a href="https://www.instagram.com/pratik_gl/" target="_blank"> <i class="fab hvr-grow-mdf fa-instagram other_contacts"></i></a>
<a href="https://www.linkedin.com/in/pratikgl/" target="_blank"> <i class="fab hvr-grow-mdf fa-linkedin-in other_contacts"></i></a>
<a href="https://wa.me/919521411661" target="_blank"><i class="fab hvr-grow-mdf fa-whatsapp other_contacts"></i></a>
<a href="https://www.twitter.com/pratik_gl/" target="_blank"><i class="fab hvr-grow-mdf fa-twitter other_contacts"></i></a>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<div style="background-color: rgb(51, 44, 53)">
<div class="footer container-fluid d-flex justify-content-center">
<p style="margin:0; color: rgb(218, 218, 218);">
Designed and built by Pratik Goyal
</p>
</div>
</div>
<!-- Preloader javascript -->
<script>
document.onreadystatechange = function() {
if (document.readyState !== "complete") {
document.querySelector(
"body").style.visibility = "hidden";
document.querySelector(
".sk-chase").style.visibility = "visible";
} else {
document.querySelector(
".sk-chase").style.display = "none";
document.querySelector(
"body").style.visibility = "visible";
new WOW().init();
}
};
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="./assets/js/wow.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>