-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
656 lines (546 loc) · 29.2 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
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!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">
<meta name="author" content="Ronak Nathani">
<title>Ronak Nathani</title>
<!--Bootstrap CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--Custom CSS -->
<link href="css/site.css" rel="stylesheet">
<!--Animate CSS -->
<link href="css/animate.css" rel="stylesheet">
<!-- Font Awesome-->
<!--<link href="font-awesome-4.2.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">-->
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Qwigley' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
<!-- link rel="shortcut icon" href="images/gaussian.ico" type="image/x-icon" /> -->
<link rel="shortcut icon" href="Rosetta_Stone.ico" type="image/x-icon" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top">
<nav class="navbar navbar-default navbar-fixed-top animated fadeIn">
<div style="padding:0 80px;">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll bottomPadding" style="background:#fff;">
<button style="display:none;" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" style="width:320px;" href="#page-top">
Ronak Nathani<span class="engineer">, Engineer<span>
</a>
<span class="visible-xs"><br /><br /></span>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#education">Education</a>
</li>
<li>
<a class="page-scroll" href="#projects">Experience + Projects</a>
</li>
<li>
<a class="page-scroll" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<header>
<div class="row" style="padding:0; margin:0px;">
<div class="col-md-12 text-center animated fadeInDown">
<center>
<img class="img-responsive" src="images/Ronak.jpg" style="height:300px; width:300px; padding:0; margin:0;" />
</center>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1 text-center animated fadeInUp">
<h4 style="font-weight:400; line-height:24px;">I am Ronak Nathani, a second year graduate student pursuing Master's in Electrical Engineering at Drexel University. I am interested in Data Science, Machine Learning, Digital Signal & Image Processing, Software & Web Development.
<br /><br />I lived in India until I came to US in September 2013 for my Master's.
I love playing Badminton & Ping Pong and look forward to explore new places and possibilities.</h4>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center move-down">
<a class="page-scroll arrow" href="#education">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
</header>
<section id="education" class="sectionpadding">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">Education</h2>
</div>
</div>
</div>
<div class="container" style="margin-top:50px;">
<div class="row check">
<div class="col-md-6 text-center bottom-border-768 bottom-border-xs">
<h4><b>MS in Electrical Engineering</b>, June 2015 (Expected)</h4>
<h4>Drexel University, Philadelphia, PA, USA</h4>
<br />
<div class="row">
<div class="col-sm-12 text-center">
<h4><b>Coursework</b></h4>
<hr class="gradb" style="width:50%;">
</div>
</div>
<br />
<div class="row" style="line-height:28px;">
<div class="col-md-12 visible-md">
<ul style="list-style-type:none; margin:0; padding:0;">
<li>Machine Learning</li>
<li>Machine Translation</li>
<li>Pattern Recognition</li>
<li>Detection & Estimation Theory</li>
<li>Optimization Theory</li>
<li>Operating Systems</li>
<li>Fund. of Computer Vision</li>
<li>Probability & Random Variables</li>
<li>Digital Signal Processing</li>
<li>Stochastic Processes</li>
</ul>
</div>
<div class="col-sm-6 visible-lg visible-sm visible-xs">
<ul style="list-style-type:none; margin:0; padding:0;">
<li>Machine Learning</li>
<li>Machine Translation</li>
<li>Pattern Recognition</li>
<li>Detection & Estimation Theory</li>
<li>Optimization Theory</li>
</ul>
</div>
<div class="col-sm-6 visible-lg visible-sm visible-xs">
<ul style="list-style-type:none; margin:0; padding:0;">
<li>Operating Systems</li>
<li>Fund. of Computer Vision</li>
<li>Probability & Random Variables</li>
<li>Digital Signal Processing</li>
<li>Stochastic Processes</li>
</ul>
</div>
</div>
</div>
<span class="visible-sm"><br /><br /></span>
<div class="col-md-6 text-center left-border">
<h4><b>BE, Electronics & Communications</b>, June 2013</h4>
<h4>Gujarat Technological University, Ahmedabad, Gujarat, India</h4>
<br />
<div class="row">
<div class="col-sm-12 text-center">
<h4><b>Coursework</b></h4>
<hr class="gradb" style="width:50%;">
</div>
</div>
<br />
<div class="row" style="line-height:28px;">
<div class="col-md-12 visible-md">
<ul style="list-style-type:none; margin:0; padding:0;">
<li>Engineering Mathematics</li>
<li>Object Oriented Programming</li>
<li>Basic and Advanced Electronics</li>
<li>Analog and Digital Communication</li>
<li>Digital Signal Processing</li>
<li>Embedded Systems</li>
<li>Microprocessor & Microcontroller</li>
<li>Control Systems</li>
<li>Digital Image Processing</li>
<li>Data Communication Network</li>
</ul>
</div>
<div class="col-sm-6 visible-lg visible-sm visible-xs">
<ul style="list-style-type:none; margin:0; padding:0;">
<li>Engineering Mathematics</li>
<li>Object Oriented Programming</li>
<li>Basic and Advanced Electronics</li>
<li>Analog and Digital Communication</li>
<li>Digital Signal Processing</li>
</ul>
</div>
<div class="col-sm-6 visible-lg visible-sm visible-xs">
<ul style="list-style-type:none; margin:0; padding:0;">
<li>Embedded Systems</li>
<li>Microprocessor & Microcontroller</li>
<li>Control Systems</li>
<li>Digital Image Processing</li>
<li>Data Communication Network</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="col-md-4 col-md-offset-4 text-center move-down">
<a class="page-scroll arrow" href="#projects">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
</section>
<section id="projects" class="sectionpadding" style="min-height:100vh;">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">Experience + Projects</h2>
</div>
</div>
</div>
<div class="container hidden-xs">
<div class="row check">
<div class="col-md-12" style="background-color:#fff; padding-left:0px; padding-right:0px;">
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Front End Web Developer Intern at RegDesk Inc.</h3>
I worked as a Front End Web Developer Intern at RegDesk Inc. from June-Dec '14. I designed (UX/UI) and developed front end of the web application.
<br /> <br /> Check out the website - <a target="_blank" style="color:#fff; text-decoration:underline;" href="http://www.regdesk.co/">RegDesk</a> <i class="fa fa-angle-right"></i>
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Front End Web Developer Intern at RegDesk Inc.</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Sentiment Classification</h3>
Trained models using 5-gram features to predict user ratings of Amazon's
and Trip Advisor's reviews on a scale of 1-5. Compared performance of -
SVM, Random Forest & Logistic Regression. Used Scikit Learn - Machine
Learning library in Python.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Sentiment Classification <br /><br /></h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Bank Telemarketing Success Prediction</h3>
Trained models to classify customers who purchased/didn’t purchase the
product through telemarketing campaign. Compared performance of -
Random Forest, Support Vector Machine, Logistic Regression & Decision
Trees. Used Scikit Learn - Machine Learning library in Python.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Bank Telemarketing Success Prediction</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border bottom-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Embryo Viability Analysis</h3>
Visualized time-lapsed lineage trees of human embryos, using images
obtained non-invasively, to classify viable and non-viable embryos.
Segmented time-lapse embryo images taken over first 6 days.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Embryo Viability Analysis <br /><br /></h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Fingerprint Identification</h3>
Implemented an algorithm to match unknown affine transformed
fingerprint images against a database of known images. Calculated
transformation parameters to undo transformation on test images.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Fingerprint Identification <br /><br /></h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="background">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">HCI using Hand Gesture and Color Recognition</h3>
Developed a standalone application using MATLAB to control a Windows 7
environment using hand gestures and color recognition. Developed an algorithm to recognize gestures by calculating relative positions of finger tips covered with color bands.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">HCI using Hand Gesture & Color Recognition</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Bluetooth Beacons for Indoor Mapping</h3>
Developed a mathematical model to instrument a building with minimum
number of bluetooth beacons.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Bluetooth Beacons for Indoor Mapping</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Critical Data Hackathon at MIT</h3>
Analyzed ICU data to understand obesity paradox. Worked with a team of Bio-Statistician, Electrical Engineers, Physicians, Computer Scientists. Awarded 3<sup>rd</sup> position from a total of 12 teams.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Critical Data Hackathon at MIT, Massachusetts</h3>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<!--description-->
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Hackfit Philadelphia Hackathon</h3>
Developed a mobile application to enhance fitness through daily routine actitvies using bluetooth beacons. Worked with a team of Game Developer, Electrical Engineers, people from Marketing and Business Development. Awarded 2<sup>nd</sup> position from a total of 10 teams.
</span>
</div>
<!--description ends-->
<div class="text-center helpareascol" style="background-color:#fff; color:#333; margin-bottom:0px;">
<h3 style="font-weight:300;">Hackfit Philadelphia Hackathon <span class="visible-lg visible-sm"> <br /> </span></h3>
</div>
</div>
<!-- <div class="col-md-4 col-sm-6 projectDisplay right-border-768" style="padding-left:0px; padding-right:0px;">
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Design Solution for Endodontists</h3>
Conceptualized a design solution to locate root canals faster and with higher precision in real-time. Worked with an Endodontist from University of Pennsylvania and prototyped an attachment to the existing equipment.
</span>
</div>
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Design Solution for Endodontists</h3>
</div>
</div> -->
</div>
</div>
</div>
<div class="container visible-xs">
<div class="row check">
<div class="col-md-12" style="background-color:#fff; padding-left:0px; padding-right:0px;">
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Front End Web Developer Intern at RegDesk Inc.</h3>
<br />
I worked as a Front End Web Developer Intern at RegDesk Inc. from June-Dec '14. I designed (UX/UI) and developed front end of the web application.
<br /> <br /> Check out the website - <a target="_blank" style="text-decoration:underline;" href="http://www.regdesk.co/">RegDesk</a> <i class="fa fa-angle-right"></i>
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Sentiment Classification</h3>
<br />
Trained models using 5-gram features to predict user ratings of Amazon's
and Trip Advisor's reviews on a scale of 1-5. Compared performance of -
SVM, Random Forest & Logistic Regression. Used Scikit Learn - Machine
Learning library in Python.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Bank Telemarketing Success Prediction</h3>
<br />
Trained models to classify customers who purchased/didn’t purchase the
product through telemarketing campaign. Compared performance of -
Random Forest, Support Vector Machine, Logistic Regression & Decision
Trees. Used Scikit Learn - Machine Learning library in Python.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border bottom-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Embryo Viability Analysis</h3>
<br />
Visualized time-lapsed lineage trees of human embryos, using images
obtained non-invasively, to classify viable and non-viable embryos.
Segmented time-lapse embryo images taken over first 6 days.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border right-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Fingerprint Identification</h3>
<br />
Implemented an algorithm to match unknown affine transformed
fingerprint images against a database of known images. Calculated
transformation parameters to undo transformation on test images.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay bottom-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">HCI using Hand Gesture & Color Recognition</h3>
<br />
Developed a standalone application using MATLAB to control a Windows 7
environment using hand gestures and color recognition. Developed an algorithm to recognize gestures by calculating relative positions of finger tips covered with color bands.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border right-border-768 bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Bluetooth Beacons for Indoor Mapping</h3>
<br />
Developed a mathematical model to instrument a building with minimum
number of bluetooth beacons.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border bottom-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Critical Data Hackathon at MIT, Massachusetts</h3>
<br />
Analyzed ICU data to understand obesity paradox. Worked with a team of Bio-Statistician, Electrical Engineers, Physicians, Computer Scientists. Awarded 3<sup>rd</sup> position from a total of 12 teams.
</div>
</div>
<div class="col-md-4 col-sm-6 projectDisplay right-border-768 bottom-border-xs" style="padding-left:0px; padding-right:0px;">
<div class="text-center" style="background-color:#fff; color:#333; margin-bottom:0px;">
<h3 style="font-weight:300;">Hackfit Philadelphia Hackathon <span class="visible-lg visible-sm"> <br /> </span></h3>
<br />
Developed a mobile application to enhance fitness through daily routine actitvies using bluetooth beacons. Worked with a team of Game Developer, Electrical Engineers, people from Marketing and Business Development. Awarded 2<sup>nd</sup> position from a total of 10 teams.
</div>
</div>
<!-- <div class="col-md-4 col-sm-6 projectDisplay right-border-768" style="padding-left:0px; padding-right:0px;">
<div class="profile-hover-test hidden-xs" style="font-size:12px;">
<span class="profile-hover-content-test">
<h3 style="font-weight:300;">Design Solution for Endodontists</h3>
Conceptualized a design solution to locate root canals faster and with higher precision in real-time. Worked with an Endodontist from University of Pennsylvania and prototyped an attachment to the existing equipment.
</span>
</div>
<div class="text-center helpareascol" style="background-color:#fff; color:#333;">
<h3 style="font-weight:300;">Design Solution for Endodontists</h3>
</div>
</div> -->
</div>
</div>
</div>
<div class="row" style="margin-top:20px;">
<div class="col-md-4 col-md-offset-4 text-center move-down">
<a class="page-scroll arrow" href="#contact">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
</section>
<section id="contact" class="sectionpadding" style="min-height:80vh;">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-heading">Contact</h2>
</div>
</div>
</div>
<div class="container">
<div class="row check">
<div class="col-md-10 col-md-offset-1 text-center">
<h2 style="font-weight:300; line-height:38x;">Have an idea, interested in playing badminton/ping pong or just wanna chat (over coffee)? Get in touch. </h2>
</div>
</div>
</div>
<div class="container" style="margin-top:70px;">
<div class="row check">
<div class="col-xs-4 text-center">
<a target="_blank" class="social-buttons gmail" href="mailto:[email protected]">
<i class="fa fa-envelope"></i>
</a>
</div>
<div class="col-xs-4 text-center">
<a target="_blank" class="social-buttons linkedin" href="https://www.linkedin.com/in/ronaknnathani">
<i class="fa fa-linkedin"></i>
</a>
</div>
<div class="col-xs-4 text-center">
<a target="_blank" class="social-buttons github" href="https://github.com/ronaknnathani">
<i class="fa fa-github"></i>
</a>
</div>
</div>
</div>
</section>
<div id="footer" class="footerme">
<footer class="text-center">
<p>©
<script language="javascript" type="text/javascript">
var today = new Date()
var year = today.getFullYear()
document.write(year)
</script>
Ronak Nathani
</p>
</footer>
</div>
<!--<section>
<div class="container" style="width:8.5in; height:11in; background:#333333; padding:0 60px;">
</div>
</section>-->
<!--<section id="about" style="min-height:100vh; background:#054760;">
<div class="container">
<div class="row">
<div class="col-md-2 col-md-offset-5">
<center>
<img class="img-circle img-responsive" src="images/Ronak.jpg" style="width:100%;" />
</center>
</div>
</div>
<div class="row">
<div class="col-md-12 text-center">
I am
</div>
</section>-->
<script src="js/jquery-1.11.0.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/agency.js"></script>
<!--Elements slide up on scroll-->
<script src="js/entrance-fade.js"></script>
<!--Google Analytics-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58832265-1', 'auto');
ga('send', 'pageview');
</script>
<!---->
</body>
</html>