-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
executable file
·557 lines (483 loc) · 23.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<meta name="google-site-verification" content="fHJ0mgTVfTJZPqHeptMGeX0xFujQQLo3XnNFHT-hvl8" />
<title>Personal website of Abhijith Ramalingam </title>
<!-- Bootstrap Core CSS -->
<link href="assets/css/bootstrap/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- -->
<!-- Font Awesome -->
<link href="assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<!-- Default Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:400,200,300,600,500' rel='stylesheet' type='text/css'>
<!-- Modern Style Fonts (Include these is you are using body.modern!) -->
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Vintage Style Fonts (Include these if you are using body.vintage!) -->
<link href='http://fonts.googleapis.com/css?family=Sanchez:400italic,400' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cardo:400,400italic,700' rel='stylesheet' type='text/css'>
<!-- Plugin CSS -->
<link href="assets/css/plugins/owl-carousel/owl.carousel.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.theme.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/owl-carousel/owl.transitions.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/magnific-popup.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/jquery.fs.wallpaper.css" rel="stylesheet" type="text/css">
<link href="assets/css/plugins/animate.css" rel="stylesheet" type="text/css">
<!-- Vitality Theme CSS -->
<!-- Uncomment the color scheme you want to use. -->
<!-- <link href="assets/css/vitality-red.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-aqua.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-blue.css" rel="stylesheet" type="text/css"> -->
<link href="assets/css/vitality-green.css" rel="stylesheet" type="text/css">
<!-- <link href="assets/css/vitality-orange.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-pink.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-purple.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="assets/css/vitality-tan.css" rel="stylesheet" type="text/css"> -->
<!--<link href="assets/css/vitality-turquoise.css" rel="stylesheet" type="text/css">-->
<!-- <link href="assets/css/vitality-yellow.css" rel="stylesheet" type="text/css"> -->
<!-- IE8 support for HTML5 elements and media queries -->
<!--[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.3.0/respond.min.js"></script>
<![endif]-->
</head>
<!-- Alternate Body Classes: .modern and .vintage -->
<body id="page-top">
<!-- Navigation -->
<!-- Note: navbar-default and navbar-inverse are both supported with this theme. -->
<nav class="navbar navbar-inverse navbar-fixed-top navbar-expanded">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button 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" href="#page-top">
<img src="assets/img/creative/logo.png" class="img-responsive" alt="">
</a>
</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-center">
<li>
<a href="https://ca.linkedin.com/in/abramalingam">
<i class="fa fa-linkedin"></i>
</a>
</li>
<li>
<a href="mailto:[email protected]"
<i class="fa fa-envelope"></i>
</a>
</li>
<li>
<a href="http://www.github.com/Abhijith1995">
<i class="fa fa-github"></i>
</a>
</li>
<li>
<a href="resume.pdf">
<i class="fa fa-file-text-o"></i>
Resume
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a class="page-scroll" href="#page-top"></a>
</li>
<li>
<a class="page-scroll" href="#about">About</a>
</li>
<li>
<a class="page-scroll" href="#services">Interests</a>
</li>
<li>
<a class="page-scroll" href="#projects">Projects</a>
</li>
<li>
<a class="page-scroll" href="#work">Work Experience</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container -->
</nav>
<header style="background-color: black; min-height:600px;">
<div class="intro-content">
<div class="col-sm-offset-3 col-sm-6"><img style="min-height:200px min-width:100px;" src="assets/img/bg/bg.jpg"></div>
<div class="brand-name">Abhijith Ramalingam</div>
<!-- <div class="brand-name-subtext sidebar">
<br><br>
<a class="col-md-3" href="https://ca.linkedin.com/in/abramalingam">
<i class="fa fa-linkedin"></i>
</a>
<a class="col-md-3" href="mailto:[email protected]">
<i class="fa fa-envelope"></i>
</a>
<a class="col-md-3" href="http://www.github.com/Abhijith1995">
<i class="fa fa-github"></i>
</a>
<a class ="col-md-3" href="resume.pdf">
<i class="fa fa-file-o"></i>
</a>
</div> -->
</div>
<!-- <div class="scroll-down">
<a class="btn page-scroll" href="#about"><i class="fa fa-angle-down fa-fw"></i></a>
</div> -->
</header>
<section id="about">
<div class="container wow fadeIn">
<div class="row">
<div class="col-md-12 text-center">
<h1>Hi, I'm Abhijith </h1>
<hr class="colored">
<p>I am a recent Waterloo engineering graduate, with a passion for solving difficult and engaging problems. I have two years of work experience in Software Development, where my supervisors and colleagues have described me as a motivated and resourceful individual with a strong ability to learn.
</p>
</div>
</div>
</div>
</section>
<section id="services" class="bg-gray">
<div class="container-fluid">
<div class="row text-center">
<div class="col-lg-12 wow fadeIn">
<h1>Some of my interests</h1>
<hr class="colored">
</div>
</div>
<div class="row text-center content-row">
<div class="col-md-4 col-sm-6 wow fadeIn" data-wow-delay=".4s">
<div class="about-content">
<i class="fa fa-cloud fa-4x"></i>
<h3>Web Development</h3>
<p> I am primarily a full stack developer, specialising in backend roles. Most of experience comes through my internships and projects where I built websites and APIs with React, Node.js, Express, Python and Django. </p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeIn" data-wow-delay=".2s">
<div class="about-content">
<i class="fa fa-line-chart fa-4x"></i>
<h3>Data Engineering</h3>
<p> At Amazon, I worked for the Advertising Data Platform, where I learnt Big Data technologies like Hadoop, Hive and Spark. I was also exposed to developing large scale data pipelines and aggregates.</p>
</div>
</div>
<div class="col-md-4 col-sm-6 wow fadeIn" data-wow-delay=".6s">
<div class="about-content">
<i class="fa fa-cogs fa-4x"></i>
<h3>DevOps</h3>
<p>At Capital One and Amazon, I was responsible for both the code I wrote and securely deploying it without any downtime. I am a huge fan of AWS and the toolsets it provides to developers.</p>
</div>
</div>
</div>
</div>
</section>
<section id ="projects">
<div class="container text-center wow fadeIn">
<h2>Projects</h2>
<hr class="colored">
<p>Over the past five years in university I have worked on a lot of different projects. Here are some of the more memorable ones.</p>
<div class="row content-row">
<div class="col-lg-12">
<div class="portfolio-filter">
<ul id="filters" class="clearfix">
<li>
<span class="filter active" data-filter="programming embedded">All</span>
</li>
<li>
<span class="filter" data-filter="programming">Web Development</span>
</li>
<li>
<span class="filter" data-filter="embedded">Embedded Systems</span>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div id="portfoliolist">
<div class="portfolio programming" data-cat="programming" href="#portfolioModalVents" data-toggle="modal">
<div class="portfolio-wrapper">
<img src="assets/img/portfolio/grid/programming/vents.jpg" alt="">
<div class="caption">
<div class="caption-text">
<a class="text-title">Smart Vents</a>
<span class="text-category">IoT system to control individual room temperatures in a home.</span>
</div>
<div class="caption-bg"></div>
</div>
</div>
</div>
<div class="portfolio embedded" data-cat="embedded" href="#portfolioModalRobot" data-toggle="modal">
<div class="portfolio-wrapper">
<img src="assets/img/portfolio/grid/embedded/turtlebot.jpg" alt="">
<div class="caption">
<div class="caption-text">
<a class="text-title">Autonomous robots</a>
<span class="text-category"> C++ projects on a small robot to learn path-planning, mapping and localization.</span>
</div>
<div class="caption-bg"></div>
</div>
</div>
</div>
<div class="portfolio programming " data-cat="programming" href="#portfolioModalChatbot" data-toggle="modal">
<div class="portfolio-wrapper">
<img src="assets/img/portfolio/grid/programming/chatbot.jpg" alt="">
<div class="caption">
<div class="caption-text">
<a class="text-title">Personal Finance Chatbot</a>
<span class="text-category">Facebook Messenger chatbot to keep track of expenses and savings goals.</span>
</div>
<div class="caption-bg"></div>
</div>
</div>
</div>
<div class="portfolio embedded" data-cat="embedded " href="#portfolioModalKeil" data-toggle="modal">
<div class="portfolio-wrapper">
<img src="assets/img/portfolio/grid/embedded/keil.jpg" alt="">
<div class="caption">
<div class="caption-text">
<a class="text-title">Keil Projects</a>
<span class="text-category">Developed a game for the ARM-Keil board and a memory allocator that works in O(1) time.</span>
</div>
<div class="caption-bg"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="work"class="testimonials bg-gray" >
<div class="container wow fadeIn">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<div class="testimonials-carousel">
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">"Abhijith joined a project, that requires a non-standard approach and was able to adapt to a rapidly changing environment and found ways to apply his existing skills to be successful.</p>
<span class="name">Alex Tucker </span>
<p class="small">Engineering Manager, Wave</p>
</div>
</div>
<hr class="colored">
<p class="quote">At Wave, I worked on the next version of the cloud-based accounting product, writing mainly backend services in Python and Django.</p>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">" I feel that Abhijith was an asset to the R&D team during his work term here at IFDS. He was a very good team player who is not afraid to share his opinon. "</p>
<div class="testimonial-info">
<div class="testimonial-author">
<span class="name">Chin Hsu </span>
<p class="small">Senior R&D Architect, International Financial Data Services</p>
</div>
</div>
<hr class="colored">
<p class="quote">At IFDS, I worked on various projects to improve internal tools and processes within the company. I worked on a big data engine, a GUI and classifier to identify users using wearables and a web based image viewer to improve business analyst producitivity.</p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">" Abhijith did a commendable job developing automation test scripts. He worked well independently as well as in collaboration within the team and has a thirst and curiosity for technology"</p>
<div class="testimonial-info">
<div class="testimonial-author">
<span class="name">Hai Hoang</span>
<p class="small">Sr. Software Developer, HubHead Corp</p>
</div>
</div>
<hr class="colored">
<p class="quote">At HubHead I mainly wrote testing scripts (both unit and end to end) for a cloud based data quality solution which was developed using agile methodologies.</p>
</div>
</div>
</div>
<div class="item">
<div class="row">
<div class="col-lg-12">
<p class="lead">" Abhijith works effectively in a team environment, adapts to changing requirements, and has certainly shown he has the ability to learn new technology"</p>
<div class="testimonial-info">
<div class="testimonial-author">
<span class="name">Henry Chin</span>
<p class="small">R&D Director, Protecode</p>
</div>
</div>
<hr class="colored">
<p class="quote">At Protecode I primarily worked with web crawlers and databases to come up with software solutions to download large amounts of open source projects from code hosting websites.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Portfolio Modals -->
<!-- Modal -->
<div class="portfolio-modal modal fade" id="portfolioModalVents" tabindex="-1" role="dialog" aria-hidden="true" style="background-image: url('assets/img/creative/bg-aside.jpg')">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Smart Vents</h2>
<hr class="colored">
<p>For my final year design project, I worked with a group of five to a smart vents system that allows users to control the temperature of rooms inside their homes. </a>
</p>
<p> The system was controlled using a mobile app as seen below</p>
<img src="assets/img/portfolio/grid/programming/revent-frontend.png" class="img-responsive" alt="">
<p>I mainly wrote the backend using Node.js, MongoDb and Heroku, integrating it with third party APIs. Contact me to see a live demo of the <a href="https://fydp-revent-frontend.herokuapp.com/">product </a>. You can visit our project blog <a href="https://projectrevent.wordpress.com/">here.</p>
<img src="assets/img/portfolio/grid/programming/revent-backend.jpg" class="img-responsive" alt="">
</div>
<div class="col-lg-8 col-lg-offset-2">
<ul class="list-inline item-details">
<li>Date:
<strong>Jan 2018 - March 2018</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="portfolio-modal modal fade" id="portfolioModalRobot" tabindex="-1" role="dialog" aria-hidden="true" style="background-image: url('assets/img/creative/bg-aside.jpg')">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Autonomous Robots Coursework</h2>
<hr class="colored">
<p>As part of the coursework for my Autonomous Mobile Robots course, I worked with a team of four to program a turtlebot to perform tasks like path planning, mapping and localization.</p>
<p>We used Probabalistic Road Maps for Robotic path planning as seen below. </p>
<img src="assets/img/portfolio/grid/embedded/planning.png" class="img-responsive" alt="">
<p>We also mapped our environment using a Kinect sensor and an Internal Positioning system</p>
<img src="assets/img/portfolio/grid/embedded/mapping.png" class="img-responsive" alt="">
</div>
<div class="col-lg-8 col-lg-offset-2">
<ul class="list-inline item-details">
<li>Date:
<strong>Oct 2017 - Nov 2017</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="portfolio-modal modal fade" id="portfolioModalChatbot" tabindex="-1" role="dialog" aria-hidden="true" style="background-image: url('assets/img/creative/bg-aside.jpg')">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Personal Finance Chatbot</h2>
<hr class="colored">
<p>I took part in hackathon where teams created solutions to problems that are faced by charities. We partnered with "Prosper Canada", a national charity dedicated to expanding economic opportunity for Canadians living in poverty
</p>
<p> We built a Facebook Messenger chatbot that allowed users to enter their income, expenses and keep track of saving goals through an easy to use, friendly chat interface.</p>
</div>
<div class="col-lg-8 col-lg-offset-2">
<ul class="list-inline item-details">
<li>Date:
<strong>Oct 2016</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal -->
<div class="portfolio-modal modal fade" id="portfolioModalKeil" tabindex="-1" role="dialog" aria-hidden="true" style="background-image: url('assets/img/creative/bg-aside.jpg')">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="modal-body">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2>Keil Projects</h2>
<hr class="colored">
<p>As part of coursework for "Real Time Operating Systems", I wrote programs in C that ran on a Keil board</p>
<p>Bouncing Ball Game : I wrote a game that simulates bouncing balls on the LCD screen of a microcontroller which was implemented using
a multi-threaded architecture, semaphore locks and hardware interrupts to interface with peripherals </p>
</p>
<p>Quick Sort with Threads: Using semaphores and threads, I improved the performance of the standard quick sort algorithm.</p>
</div>
<div class="col-lg-8 col-lg-offset-2">
<ul class="list-inline item-details">
<li>Date:
<strong>Oct- Nov 2015</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Core Scripts -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/bootstrap/bootstrap.min.js"></script>
<!-- Plugin Scripts -->
<script src="assets/js/plugins/jquery.easing.min.js"></script>
<script src="assets/js/plugins/classie.js"></script>
<script src="assets/js/plugins/cbpAnimatedHeader.js"></script>
<script src="assets/js/plugins/owl-carousel/owl.carousel.js"></script>
<script src="assets/js/plugins/jquery.magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="assets/js/plugins/jquery.fs.wallpaper.js"></script>
<script src="assets/js/plugins/jquery.mixitup.js"></script>
<script src="assets/js/plugins/wow/wow.min.js"></script>
<script src="assets/js/plugins/jqBootstrapValidation.js"></script>
<!-- Vitality Theme Scripts -->
<script src="assets/js/vitality.js"></script>
</body>
</html>