-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
568 lines (518 loc) · 26.6 KB
/
index.html
File metadata and controls
568 lines (518 loc) · 26.6 KB
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
<!DOCTYPE HTML>
<!--
Photon by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Anush Shashidhara | Medical Student</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.0/animate.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.1/Chart.bundle.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/materialize.css" />
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<section id="header">
<div class="inner">
<span class="icon major fa-heartbeat"></span>
<h1>My name is <strong>Anush Shashidhara.</strong></h1><br>
<ul>Final Year Medical Student</ul>
<ul>Graphic Designer</ul>
<ul>Web Developer</ul>
<ul>Photographer</ul>
<ul class="actions">
<li><a href="#one" class="button scrolly">About Me</a></li>
<li><a href="#two" class="button scrolly">Projects</a></li>
</ul>
</div>
</section>
<!-- One -->
<section id="one" class="main style1" style="margin-right: 1em;">
<div class="container">
<div class="row">
<div class="6u 12u$(medium)">
<header class="major">
<h2>About Me</h2>
</header>
<p>I'm a final medical student at <strong>University College London</strong>, with my main interests focusing around <strong>rheumatology and medical imaging, as well as <strong>medical education</strong>. I've also completed an intercalated bachelors in Medical Physics and Biomedical Engineering, and I'm constantly on the lookout for how technology and medicine can be woven together in an intuitive fashion.</p>
<p>I have a rather erratic and broad set of interests, including but not limited to:</p>
<ul style="padding-left: 2em;">
<li style="list-style-type: disc;">Psychology (especially <strong>cognitive psychology</strong>)</li>
<li style="list-style-type: disc;">Photography</li>
<li style="list-style-type: disc;">Classical and contemprorary music</li>
<li style="list-style-type: disc;">Graphic design</li>
<li style="list-style-type: disc;">Frontend-related Programming</li>
</ul>
</div>
<div class="6u$ 12u$(medium) important(medium)">
<span class="image fit"><img src="images/pic01.png" alt="" /></span>
<div class="card white business-card grey-text" style="padding: 1em; padding-bottom:0.5em;">
<h3>Anush Shashidhara</h3>
<hr><p>Web and Graphic Designer<br><strong>Medical Student</strong><br>Photographer</p><hr>
<a class="blue-text" style="margin-top: 1em !important;" href="anushks97@outlook.com">anushks97@outlook.com</a>
</div>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="main style2">
<div class="container">
<div class="row 150%">
<div class="6u 12u$(medium)">
<ul class="major-icons">
<li><span class="icon style1 major fa-code"></span></li>
<li><span class="icon style2 major fa-bolt"></span></li>
<li><span class="icon style3 major fa-camera-retro"></span></li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<header class="major">
<h2>My Projects</h2>
</header>
<ul class="actions">
<li><a href="https://anushks.github.io/free-room-finder/" class="button">Free Room Finder</a><br>for UCL Medical School</li>
<li><a href="http://clinicalvaccinology.org" class="button">NIC Conference Website</a><br>National Immunisation Conference</li>
<li><a href="https://www.instagram.com/anush_ks/" class="button">Freelance Photography</a><br>for TechNightLdn, SHE++</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Five -->
<section id="five" class="main style1 container">
<header class="major">
<h2>Education</h2></header>
<div class="resume">
<ul class="timeline">
<li>
<div class="posted-date">
<span class="month">2011-2013</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>GENERAL CERTIFICATE OF SECONDARY EDUCATION</h3>
<span>Altrincham Grammar School for Boys, Cheshire</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>I completed my GCSE qualifications, attaining <strong>8 A* grades and 5 A grades</strong>. In addition to these, I also completed the <em>free-standing maths qualification</em>, and recieved an <strong>award for achieveing the highest score for chemistry.</strong></p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="timeline-inverted">
<div class="posted-date">
<span class="month">2013-2015</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>ADVANCED LEVELS</h3>
<span>Altrincham Grammar School for Boys Sixth Form, Cheshire</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<ul>
<li>Chemistry - <strong>A*</strong></li>
<li>Biology - <strong>A*</strong></li>
<li>Maths - <strong>A</strong></li>
<li>Physics - <strong>A (AS level)</strong></li>
<li>Extended Project Qualification - <strong>A*</strong></li>
</ul>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
<li class="">
<div class="posted-date">
<span class="month">2017-2018</span>
</div><!-- /posted-date -->
<div class="timeline-panel wow fadeInUp">
<div class="timeline-content">
<div class="timeline-heading">
<h3>iBSc MEDICAL SCIENCES WITH MEDICAL PHYSICS AND BIOMEDICAL ENGINEERING (HONS)</h3>
<span>University College London</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Completed modules in computing, biomedical engineering, electronics and mathematics, as well as a <strong>research project</strong> looking into the use of functional near-infrared spectroscopy to predict brain injuries in babies. This was a challenging degree in terms of content (I hadn't studied maths or physics at undergraduate level before) and <strong>time management.</strong></p>
</div><!-- /timeline-body -->
</div> <!-- /timeline-content -->
</div><!-- /timeline-panel -->
</li>
</ul>
</div>
</div>
</div></div></div></div></div></section>
</section>
<section id="seven" class="main style2">
<div class="container">
<header class="major">
<h2>Experience: <strong>Tech</strong></h2></header>
<div class="timeline-heading">
<h3>WEB DEVELOPER<strong> (2015-Current)</strong></h3>
<span>National Immunisation Conference</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>I originally set up the website for the National Immunisation Conference back in 2015, and still work with the conference organise to this day, ensuring that the website is kept up to date with the latest information, as well as videos from the latest iteration of the conference.</p>
<a class="button" href="http://clinicalvaccinology.org">Clinical Vaccinology</a><br><hr>
</div>
<div class="timeline-heading">
<h3>MARKETING DIRECTOR <strong>(2017-2018)</strong></h3>
<span>UCL Technology Society</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Lead a team of marketers and designers to help brand and advertise one of the largest and busiest student-run societies at UCL. This role really pushed my <strong>leadership and communication skills</strong> to a new level, some of our events were <strong>hackathons as large as 300-400 people</strong>, which involved co-ordinating several teams of volunteers at a time.</p>
<a class="button" href="http://ucltechsoc.com">UCL Technology Society</a><br><hr>
<h3>DEVELOPER RELATIONS AND FRONTEND <strong>(2018-Current)</strong></h3>
<span>UCL API, University College London</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>My time here has been spent <strong>organising hackathons</strong>, working on <strong>new apps and ideas</strong> that improve the day to day life of students at UCL. I've also had the pleasure of working with one of the most wonderful teams!</p>
<a class="button" href="http://uclapi.com">UCL API</a><br><hr>
</div>
<div class="timeline-heading">
<h3>FREELANCE WORK <strong>(Ongoing)</strong></h3>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>I've also taken on a fair bit of frontend, photography and graphic design related work over the last few years. You can check these out <a href="#insert"><strong>below</strong></a>.</p>
</div>
</div>
</section>
<section id="eight" class="main style">
<div class="container">
<header class="major">
<h2>Experience: <strong>Medical Education and Representation</strong></h2></header>
<div class="timeline-heading">
<h3>VICE PRESIDENT EDUCATION YEARS 1-3 <strong>(2017-2018)</strong></h3>
<span>RUMS, University College London</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>In this role I represented the voices of around half the medical school when it came preclinical matters. This role was again a <strong>major leadership position</strong> that I was voted into, showing the faith of my peers in me. It also allowed me to learn a lot about <strong>what is important when delivering education</strong> to students, and what makes teaching good or bad.</p>
<p>I also created the <a href="#two"><strong>Free Room Finder</strong></href>, allowing medical students at UCL to find free, unbooked rooms in order to use them for group study.</p>
<a class="button" href="http://myrums.com">myRUMS</a><br><hr>
</div>
<div class="timeline-heading">
<h3>VICE PRESIDENT FINANCE <strong>(2018-2019)</strong></h3>
<span>RUMS, University College London</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>Same union, slightly different role the following year. This year my main responsibility was keeping the RUMS union afloat financially, ensuring <strong>good communication with the student body</strong> and working with other members of the committee to organise events throughout the course of the year. When elected to this role, I also ensured a few <strong>constitutional changes</strong> were made:</p>
<ol>
<li>RUMS would hold onto its profits at the end of the year, unlike previously were it returned them to the larger UCL Union.</li>
<li>RUMS would start a <strong>community fund</strong> in order to reinvest these profits for the benefit of all medical students, to bring in improvements in regards to both welfare and education.</li>
</ol>
<a class="button" href="http://myrums.com">myRUMS</a><br><hr>
</div>
<div class="timeline-heading">
<h3>Student Selected Component Co-Lead: Medical Innovation, Education and Technology <strong>(2019-Current)</strong></h3>
<span>UCL Medical School, University College London</span>
</div><!-- /timeline-heading -->
<div class="timeline-body">
<p>The opportunity to lead this SSC and teach younger medical students about topics I am passionate about was one of the best at my time in UCL. Seeing students going on from knowing very little, to being able to write a lengthy essay, on these topics was incredibly satisfying.
<br><br>I gained some valuable skills myself during the SSC - how to improve my classroom teaching style based on feedback received after every session, and getting to grips with grading and subsequently moderating essays fairly with my co-leads.
<br><br>Taking over the reigns for this optional component of the course some younger medical students may choose to study challenged me in terms of time-management; having to miss valuable clinical time to deliver this SSC meant that I needed to find time elsewhere to compensat.</p>
<a class="button" href="http://myrums.com">myRUMS</a><br><hr>
</div>
</div>
</div>
</section>
<!--
<section>
<h4>Lists</h4>
<div class="row">
<div class="6u 12u$(medium)">
<h5>Unordered</h5>
<ul>
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
<h5>Alternate</h5>
<ul class="alt">
<li>Dolor pulvinar etiam.</li>
<li>Sagittis adipiscing.</li>
<li>Felis enim feugiat.</li>
</ul>
</div>
<div class="6u$ 12u$(medium)">
<h5>Ordered</h5>
<ol>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis viverra.</li>
<li>Felis enim feugiat.</li>
<li>Dolor pulvinar etiam.</li>
<li>Etiam vel felis lorem.</li>
<li>Felis enim et feugiat.</li>
</ol>
<h5>Icons</h5>
<ul class="icons">
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="#" class="icon fa-github"><span class="label">Github</span></a></li>
</ul>
</div>
</div>
<h5>Actions</h5>
<div class="row">
<div class="6u 12u$(medium)">
<ul class="actions">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions vertical">
<li><a href="#" class="button special">Default</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions vertical small">
<li><a href="#" class="button special small">Small</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
</div>
<div class="6u 12u$(medium)">
<ul class="actions vertical">
<li><a href="#" class="button special fit">Default</a></li>
<li><a href="#" class="button fit">Default</a></li>
</ul>
<ul class="actions vertical small">
<li><a href="#" class="button special small fit">Small</a></li>
<li><a href="#" class="button small fit">Small</a></li>
</ul>
</div>
</div>
</section>
<section>
<h4>Table</h4>
<h5>Default</h5>
<div class="table-wrapper">
<table>
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
<h5>Alternate</h5>
<div class="table-wrapper">
<table class="alt">
<thead>
<tr>
<th>Name</th>
<th>Description</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td>Item One</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Two</td>
<td>Vis ac commodo adipiscing arcu aliquet.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Three</td>
<td> Morbi faucibus arcu accumsan lorem.</td>
<td>29.99</td>
</tr>
<tr>
<td>Item Four</td>
<td>Vitae integer tempus condimentum.</td>
<td>19.99</td>
</tr>
<tr>
<td>Item Five</td>
<td>Ante turpis integer aliquet porttitor.</td>
<td>29.99</td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="2"></td>
<td>100.00</td>
</tr>
</tfoot>
</table>
</div>
</section>
<section>
<h4>Buttons</h4>
<ul class="actions">
<li><a href="#" class="button special">Special</a></li>
<li><a href="#" class="button">Default</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button big">Big</a></li>
<li><a href="#" class="button">Default</a></li>
<li><a href="#" class="button small">Small</a></li>
</ul>
<ul class="actions fit">
<li><a href="#" class="button fit">Fit</a></li>
<li><a href="#" class="button special fit">Fit</a></li>
<li><a href="#" class="button fit">Fit</a></li>
</ul>
<ul class="actions fit small">
<li><a href="#" class="button special fit small">Fit + Small</a></li>
<li><a href="#" class="button fit small">Fit + Small</a></li>
<li><a href="#" class="button special fit small">Fit + Small</a></li>
</ul>
<ul class="actions">
<li><a href="#" class="button special icon fa-download">Icon</a></li>
<li><a href="#" class="button icon fa-download">Icon</a></li>
</ul>
<ul class="actions">
<li><span class="button special disabled">Disabled</span></li>
<li><span class="button disabled">Disabled</span></li>
</ul>
</section>
<section>
<h4>Form</h4>
<form method="post" action="#">
<div class="row uniform 50%">
<div class="6u 12u$(xsmall)">
<input type="text" name="demo-name" id="demo-name" value="" placeholder="Name" />
</div>
<div class="6u$ 12u$(xsmall)">
<input type="email" name="demo-email" id="demo-email" value="" placeholder="Email" />
</div>
<div class="12u$">
<div class="select-wrapper">
<select name="demo-category" id="demo-category">
<option value="">- Category -</option>
<option value="1">Manufacturing</option>
<option value="1">Shipping</option>
<option value="1">Administration</option>
<option value="1">Human Resources</option>
</select>
</div>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="demo-priority-low" name="demo-priority" checked>
<label for="demo-priority-low">Low</label>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="demo-priority-normal" name="demo-priority">
<label for="demo-priority-normal">Normal</label>
</div>
<div class="4u$ 12u$(small)">
<input type="radio" id="demo-priority-high" name="demo-priority">
<label for="demo-priority-high">High</label>
</div>
<div class="6u 12u$(small)">
<input type="checkbox" id="demo-copy" name="demo-copy">
<label for="demo-copy">Email me a copy</label>
</div>
<div class="6u$ 12u$(small)">
<input type="checkbox" id="demo-human" name="demo-human" checked>
<label for="demo-human">Not a robot</label>
</div>
<div class="12u$">
<textarea name="demo-message" id="demo-message" placeholder="Enter your message" rows="6"></textarea>
</div>
<div class="12u$">
<ul class="actions">
<li><input type="submit" value="Send Message" class="special" /></li>
<li><input type="reset" value="Reset" /></li>
</ul>
</div>
</div>
</form>
</section>
<section>
<h4>Image</h4>
<h5>Fit</h5>
<div class="box alt">
<div class="row uniform 50%">
<div class="12u"><span class="image fit"><img src="images/pic06.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic04.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic02.jpg" alt="" /></span></div>
<div class="4u"><span class="image fit"><img src="images/pic03.jpg" alt="" /></span></div>
</div>
</div>
<h5>Left & Right</h5>
<p><span class="image left"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
<p><span class="image right"><img src="images/pic05.jpg" alt="" /></span>Fringilla nisl. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Donec accumsan interdum nisi, quis tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent tincidunt felis sagittis eget. tempus euismod. Vestibulum ante ipsum primis in faucibus vestibulum. Blandit adipiscing eu felis iaculis volutpat ac adipiscing accumsan eu faucibus. Integer ac pellentesque praesent.</p>
</section>
</div>
</section>
-->
<!-- Footer -->
<section id="footer">
<ul class="icons">
<li><a href="https://twitter.com/anush_ks" class="icon alt white-text fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://www.facebook.com/dondu97" class="icon alt white-text fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="https://www.instagram.com/anush_ks/" class="icon alt white-text fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/anushks/" class="icon alt white-text fa-github"><span class="label">GitHub</span></a></li>
<li><a href="mailto:anushshashidhara97@gmail.com" class="icon alt white-text fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://www.linkedin.com/in/anush-shashidhara-31a6b6151/" class="icon alt white-text fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© Anush Shashidhara</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</section>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/materialize.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>