-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
601 lines (456 loc) · 19.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content=" Nithin M is an electrical engineering student at IIT-Bombay interested in Computer Vision, kernel Programming and Machine Learning. This site displays Nithin's projects and other info including contact info">
<meta name="author" content="Nithin M">
<meta name="keywords" content="Nithin Murali,nithin murali website, nithin m iitb, nithin m ,Nithin M Computer Science, Nithin, Murali">
<title>Nithin Murali</title>
<link rel="icon" href="assets/img/favicon.ico">
<!-- CSS -->
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="assets/css/font-awesome.min.css" rel="stylesheet" media="screen">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400italic,700,900,900italic,300,100,100italic' rel='stylesheet' type='text/css'>
<link href="assets/css/simple-line-icons.css" rel="stylesheet" media="screen">
<link rel="stylesheet" href="assets/css/animate.min.css">
<!-- Custom styles CSS -->
<link href="assets/css/style.css" rel="stylesheet" media="screen">
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/modernizr.custom.js"></script>
<script>
new WOW({offset: 100, mobile: false}).init();
</script>
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div id="status"></div>
</div>
<!-- Home start -->
<section id="background-container" class="background-container">
<div id="background-output" class="background-output"></div>
<div id="vignette" class="overlay vignette"></div>
</div>
<div class="heading animated fadeIn">
<div class="v-align">
<div class="child-v-align">
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 text-center">
<h1 class="title-text"></h1>
<div class="icons">
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 text-center heading-pointer">
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="home" class="pfblock-image screen-height">
<div class="home-overlay"></div>
<div class="intro">
<!-- <div class="start ">Hello, my name is </div> -->
<img src="./assets/images/mex.jpg" alt="Nithin Murali" class="profile avatar rounded hvr-buzz-out">
<h1 class="title-text">Nithin Murali</h1>
<div class=" heading icons">
<h2>
<span class="fa-stack">
<span style="color:#FAFAFA" class="fa fa-circle fa-stack-2x fa-inverse"></span>
<a href="mailto:[email protected]" class="fa fa-envelope fa-stack-1x "></a>
</span>
<span class="fa-stack">
<span style="color:#FAFAFA" class="fa fa-circle fa-stack-2x fa-inverse"></span>
<a href="https://github.com/nithinmurali" class="fa fa-github-alt fa-stack-1x "></a>
</span>
<span class="fa-stack">
<span style="color:#FAFAFA" class="fa fa-circle fa-stack-2x fa-inverse"></span>
<a href="https://in.linkedin.com/in/nithinmurali" class="fa fa-linkedin fa-stack-1x"></a>
</span>
<span class="fa-stack">
<span style="color:#FAFAFA" class="fa fa-circle fa-stack-2x fa-inverse"></span>
<a href="https://www.facebook.com/imnithinm" class="fa fa-facebook fa-stack-1x"></a>
</span>
</h2>
</div>
</div>
<a href="#services">
<div class="scroll-down">
<span>
<i class="fa fa-angle-down fa-2x"></i>
</span>
</div>
</a>
</section>
<!-- Home end -->
<!-- Navigation start -->
<header class="header">
<nav class="navbar navbar-custom" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#custom-collapse">
<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" href="index.html">Nithin M</a>
</div>
<div class="collapse navbar-collapse" id="custom-collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#services">About Me</a></li>
<li><a href="#portfolio">Projects</a></li>
<!-- <li><a href="#skills">Skills</a></li> -->
<li><a href="#testimonials">Accomplishments</a></li>
<li><a href="https://github.com/nithinmurali/nithinmurali.github.io/raw/master/assets/others/CV.pdf">Resume</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blog">Blog</a></li>
</ul>
</div>
</div><!-- .container -->
</nav>
</header>
<!-- Navigation end -->
<!-- about me start -->
<section id="services" class="pfblock pfblock-gray">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="pfblock-header wow fadeInUp">
<h2 class="pfblock-title">WHO I AM</h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
Hi, I am Nithin Murali, currently pursuing Dual Degree in Electrical Engineering from IIT Bombay. This website describes more of my techincal hobby projects/ research interests. I love building stuff that creates a high level of impact.
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-3">
<div class="papers wow slideInLeft">
<div class="iconbox-icon">
<span class="icon-magic-wand"></span>
</div>
<div class="iconbox-text">
<h3 class="iconbox-title">Building Technology</h3>
<div class="iconbox-desc">
To me, the ability to build things is very important. It gives you the ability to communicate and actually 'experience' your thoughts in reality.
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="papers wow slideInLeft">
<div class="iconbox-icon">
<span class="icon-film"></span>
</div>
<div class="iconbox-text">
<h3 class="iconbox-title">Image processing</h3>
<div class="iconbox-desc">
I have been working on Image processing for a while, as head of image processing division AUV IITB.
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="papers wow slideInRight">
<div class="iconbox-icon">
<span class="icon-puzzle"></span>
</div>
<div class="iconbox-text">
<h3 class="iconbox-title">Meachine Learning</h3>
<div class="iconbox-desc">
Meachine learning is the hottest research topic right now. I have worked on various classifires for object detection. currently working on nural networks, especially cnn.
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="papers wow slideInRight">
<div class="iconbox-icon">
<span class="icon-social-youtube"></span>
</div>
<div class="iconbox-text">
<h3 class="iconbox-title">Movies</h3>
<div class="iconbox-desc">
ohh , yeah movies too. I always find time watch some movies, or atleast some trailers :p
</div>
</div>
</div>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- about me end -->
<!-- Porjects start -->
<section id="portfolio" class="pfblock">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="pfblock-header wow fadeInUp">
<h2 class="pfblock-title">My Projects</h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
Take a look at some intresting projects i have done till now
</div>
</div>
</div>
</div><!-- .row -->
<div class="row">
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="grid wow zoomIn">
<a href="http://www.auv-iitb.org/Web/">
<figure class="effect-bubba">
<img src="assets/images/matsya.jpg" alt="img01"/>
<figcaption>
<h2><span>Matsya</span></h2>
<p>worked on Image processing and meachine learning division as software lead</p>
</figcaption>
</figure>
</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="grid wow zoomIn">
<a href="https://github.com/nithinmurali/robin">
<figure class="effect-bubba">
<img src="assets/images/robin.png" alt="img01"/>
<figcaption>
<h2>Game . <span>ROBIN</span></h2>
<p>A small 2D paltform game entirly made in c++ from scratch.</p>
</figcaption>
</figure>
</a>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="grid wow zoomIn">
<figure class="effect-bubba">
<img src="assets/images/ajanta.jpg" alt="img01"/>
<figcaption>
<h2> VR APP.<span>AJANTA</span></h2>
<p>An virtual reality tour of ajanta caves as andriod app</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="grid wow zoomIn">
<figure class="effect-bubba">
<img src="assets/images/lifi.jpg" alt="img01"/>
<figcaption>
<h2>The <span>LIFI BEACON</span></h2>
<p>We developed an beacon which uses visible light to transmit the data. </p>
</figcaption>
</figure>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="grid wow zoomIn">
<figure class="effect-bubba">
<img src="assets/images/item-5.jpg" alt="img01"/>
<figcaption>
<h2>NIL <span>ZONE</span></h2>
<p>Ahh .. this is empty, yet to add</p>
</figcaption>
</figure>
</div>
</div>
<div class="col-xs-12 col-sm-4 col-md-4">
<div class="grid wow zoomIn">
<figure class="effect-bubba">
<img src="assets/images/item-6.jpg" alt="img01"/>
<figcaption>
<h2>NIL <span>ZONE</span></h2>
<p>Ahh .. this is empty, yet to add</p>
</figcaption>
</figure>
</div>
</div>
</div>
</div><!-- .contaier -->
</section>
<!-- Porjects end -->
<!-- Skills start -->
<!-- <section class="pfblock pfblock-gray" id="skills">
<div class="container">
<div class="row skills">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="pfblock-header wow fadeInUp">
<h2 class="pfblock-title">My Skills</h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
No one lights a lamp in order to hide it behind the door: the purpose of light is to create more light, to open people’s eyes, to reveal the marvels around.
</div>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span data-percent="80" class="chart easyPieChart" style="width: 140px; height: 140px; line-height: 140px;">
<span class="percent">80</span>
</span>
<h3 class="text-center">Programming</h3>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span data-percent="90" class="chart easyPieChart" style="width: 140px; height: 140px; line-height: 140px;">
<span class="percent">90</span>
</span>
<h3 class="text-center">Design</h3>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span data-percent="85" class="chart easyPieChart" style="width: 140px; height: 140px; line-height: 140px;">
<span class="percent">85</span>
</span>
<h3 class="text-center">Marketing</h3>
</div>
<div class="col-sm-6 col-md-3 text-center">
<span data-percent="95" class="chart easyPieChart" style="width: 140px; height: 140px; line-height: 140px;">
<span class="percent">95</span>
</span>
<h3 class="text-center">UI / UX</h3>
</div>
</div>
</div>
</section> -->
<!-- Skills end -->
<!-- CallToAction start -->
<section class="calltoaction">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<h2 class="wow slideInRight" data-wow-delay=".1s">WANNA HAVE A CHAT WITH ME?</h2>
<div class="calltoaction-decription wow slideInRight" data-wow-delay=".2s">
whether its an intresting project or idea or just wanna have a coffe, ping me.
</div>
</div>
<div class="col-md-12 col-lg-12 calltoaction-btn wow slideInRight" data-wow-delay=".3s">
<a href="#contact" class="btn btn-lg">Contact Me</a>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- CallToAction end -->
<!-- Testimonials start -->
<section id="testimonials" class="pfblock pfblock-gray">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="pfblock-header wow fadeInUp">
<h2 class="pfblock-title">A FEW MILESTONES</h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
Some small milestones so far in my journey
</div>
</div>
</div>
</div><!-- .row -->
<div class="row">
<div id="cbp-qtrotator" class="cbp-qtrotator">
<div class="cbp-qtcontent">
<img class="mile-img" src="assets/images/basic.jpg" alt="client-1" />
<blockquote>
<p>Wrote my first program in BASIC. Thats a long time ago ....</p>
<footer>6th grade</footer>
</blockquote>
</div>
<div class="cbp-qtcontent">
<img class="mile-img" src="assets/images/gsoc.jpg" alt="client-2" />
<blockquote>
<p>Selected for Google Summer Of code 2015, and indroduction to open source through mozilla and robocomp</p>
<footer>2015</footer>
</blockquote>
</div>
</div>
</div><!-- .row -->
</div><!-- .row -->
</section>
<!-- Testimonial end -->
<!-- Contact start -->
<section id="contact" class="pfblock">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="pfblock-header">
<h2 class="pfblock-title">Contact Me</h2>
<div class="pfblock-line"></div>
<div class="pfblock-subtitle">
Does our intrest matches? Have some intresting projects? Just want to talk to me? Use the form below to reach me.
</div>
</div>
</div>
</div><!-- .row -->
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<form id="contact-form" role="form">
<div class="ajax-hidden">
<div class="form-group wow fadeInUp">
<label class="sr-only" for="c_name">Name</label>
<input type="text" id="c_name" class="form-control" name="c_name" placeholder="Name">
</div>
<div class="form-group wow fadeInUp" data-wow-delay=".1s">
<label class="sr-only" for="c_email">Email</label>
<input type="email" id="c_email" class="form-control" name="c_email" placeholder="E-mail">
</div>
<div class="form-group wow fadeInUp" data-wow-delay=".2s">
<textarea class="form-control" id="c_message" name="c_message" rows="7" placeholder="Message"></textarea>
</div>
<button type="submit" class="btn btn-lg btn-block wow fadeInUp" data-wow-delay=".3s">Send Message</button>
</div>
<div class="ajax-response"></div>
</form>
</div>
</div><!-- .row -->
</div><!-- .container -->
</section>
<!-- Contact end -->
<!-- Footer start -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col-sm-12">
<ul class="social-links">
<li><a href="index.html#" class="wow fadeInUp"><i class="fa fa-facebook"></i></a></li>
<li><a href="index.html#" class="wow fadeInUp" data-wow-delay=".1s"><i class="fa fa-twitter"></i></a></li>
<li><a href="index.html#" class="wow fadeInUp" data-wow-delay=".2s"><i class="fa fa-google-plus"></i></a></li>
<li><a href="index.html#" class="wow fadeInUp" data-wow-delay=".4s"><i class="fa fa-pinterest"></i></a></li>
<li><a href="index.html#" class="wow fadeInUp" data-wow-delay=".5s"><i class="fa fa-envelope"></i></a></li>
</ul>
<p class="heart">
Made with <span class="fa fa-heart fa-2x animated pulse"></span> in a Night
</p>
<p class="copyright">
customized by Nithin Murali | Themes: <a href="https://github.com/HackathonHackers/personal-sites">personal sites</a>
</p>
</div>
</div><!-- .row -->
</div><!-- .container -->
</footer>
<!-- Footer end -->
<!-- Scroll to top -->
<div class="scroll-up">
<a href="#home"><i class="fa fa-angle-up"></i></a>
</div>
<!-- Scroll to top end-->
<!-- Javascript files -->
<script src="assets/js/jquery-1.11.1.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/jquery.parallax-1.1.3.js"></script>
<script src="assets/js/imagesloaded.pkgd.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script src="assets/js/smoothscroll.js"></script>
<script src="assets/js/wow.min.js"></script>
<script src="assets/js/jquery.easypiechart.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.cbpQTRotator.js"></script>
<script src="assets/js/custom.js"></script>
<script src="assets/js/shader.js"></script>
<script src="assets/js/shaderadd.js"></script>
</body>
</html>