-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
644 lines (575 loc) · 34.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
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
<!-- <!DOCTYPE html> -->
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-PGZH8HT');</script>
<!-- End Google Tag Manager -->
<!-- Materialize - Compiled and minified CSS-->
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/css/materialize.min.css" />
<!-- Font Awesome Icon - CSS-->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
<!-- Custom Styles-->
<link rel="stylesheet" href="/assets/css/style.css" />
<title>Sushree Satarupa | Software Developer</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-126939217-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-126939217-2');
</script>
<!-- Open Graph-->
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Sushree Satarupa | Software Developer" />
<meta property="og:description" content="Software Developer" />
<meta property="og:url" content="https://Sushreesatarupa.github.io/" />
<meta property="og:site_name" content="Sushree Satarupa | Software Developer" />
<meta property="article:publisher" content="https://SushreeSatarupa.github.io/" />
<!-- Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@SatarupaSushree" />
<meta name="twitter:title" content="Coder | Web Developer | Explorer " />
<meta name="twitter:description" content="Software Developer" />
<meta name="twitter:url" content="https://twitter.com/SatarupaSushree" />
<meta name="author" content="Sushree Satarupa" />
<meta name="description" content="Software Developer with a passion for full stack web development." />
<link rel="icon" type="image/png" href="/circle-cropped.png" />
<link rel="manifest" href="/assets/img/favicon/manifest.json" />
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/assets/img/favicon/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<meta name="robots" content="index, follow" />
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PGZH8HT"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<!-- Navigation Menu-->
<!-- Nav class 1 -->
<nav class="hide-on-small-only">
<ul class="side-nav fixed section table-of-contents">
<li class="logo">
<a id="logo-container" aria-label="Navigate to the beginning of the page" href="#intro"
class="brand-logo grey-blue-text">
<img src="/assets/img/circle-cropped.png" class="circle img-responsive profile-pic" alt="avatar">
</a>
</li>
<li class="bold">
<a aria-label="Navigate to the About section" href="#about" class="waves-effect waves-dark teal-text"><i
class="mdi-social-person small"></i><span>About</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Experience section" href="#experience"
class="waves-effect waves-dark teal-text"><i
class="mdi-action-trending-up small"></i><span>Experience</span></a>
</li>
<li class="bold">
<!-- mdi-av-web small
mdi-av-my-library-books small-->
<a aria-label="Navigate to the Projects section" href="projects.html" class="waves-effect waves-dark teal-text"><i
class="mdi-av-my-library-books small"></i><span>Projects</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Skills section" href="#skills" class="waves-effect waves-dark teal-text"><i
class="mdi-action-assessment small"></i><span>Skills</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Education section" href="#education" class="waves-effect waves-dark teal-text"><i
class="mdi-social-school small"></i><span>Education</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Contact section" href="#contact" class="waves-effect waves-dark teal-text"><i
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
<li class="bold">
<a aria-label="Open Sushree's resume in a new tab" href="https://drive.google.com/file/d/1zoHM5AqIaloUSHRwwAvIogRpSaKyUjA6/view?usp=sharing" target="_blank"
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
</li>
</ul>
</nav>
<!-- Nav class 2 -->
<nav class="hide-on-large only trigger z-depth-1">
<a aria-label="Toggle visibility of the mobile navbar" href="#" data-activates="slide-out"
class="button-collapse"><i class="mdi-navigation-menu"></i></a>
<div class="name-title">
<a id="name" aria-label="Navigate to the beginning of the page" href="#" class="teal-text">Sushree
Satarupa</a><span class="black-text">Software Developer</span>
</div>
</nav>
<!-- Nav class 3 -->
<nav class="hide-on-large only">
<ul id="slide-out" class="side-nav">
<li class="bold">
<a aria-label="Navigate to the About section" href="#about" class="waves-effect waves-dark teal-text"><i
class="mdi-social-person small"></i><span>About</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Experience section" href="#experience"
class="waves-effect waves-dark teal-text"><i
class="mdi-action-trending-up small"></i><span>Experience</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Projects section" href="projects.html" class="waves-effect waves-dark teal-text"><i
class="mdi-av-my-library-books small"></i><span>Projects</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Skills section" href="#skills" class="waves-effect waves-dark teal-text"><i
class="mdi-action-assessment small"></i><span>Skills</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Education section" href="#education" class="waves-effect waves-dark teal-text"><i
class="mdi-social-school small"></i><span>Education</span></a>
</li>
<li class="bold">
<a aria-label="Navigate to the Contact section" href="#contact" class="waves-effect waves-dark teal-text"><i
class="mdi-content-mail small"></i><span>Contact</span></a>
</li>
<li class="bold">
<a aria-label="Open Sushree's Resume in a new tab"
href="https://drive.google.com/file/d/1zoHM5AqIaloUSHRwwAvIogRpSaKyUjA6/view?usp=sharing" target="_blank"
class="waves-effect waves-dark teal-text"><i class="mdi-file-folder-open small"></i><span>Resume</span></a>
</li>
</ul>
</nav>
<!-- Main Content-->
<main>
<!-- First Section: Heading lines and image -->
<section id="intro" class="section scrollspy full-height">
<div class="overlay"></div>
<div class="container">
<div class="col-md-9">
<div class="content section-padding valign" style="margin-left: 10%; margin-top: 50px;">
<div class="caption">
<h2>Hi, I'm <span class="teal">Sushree Satarupa.</span></h2>
<h5 style="color:#fff"><span class="typing" style="font-weight: 300; color:#76dbca"></span></h5>
<!-- <h5 style="color:#00796b">A <span class="typing" style="font-weight: 300; color:#fff"></span></h5> -->
<h5>I am currently a sophomore computer science major at NIT Rourkela(2019-23). I'm good at C and C++, and I am working on web projects for two years.</h5>
</div>
<div class="social">
<a href="https://www.linkedin.com/in/sushree-satarupa-4a45411a5" target="_blank">
<button class="icon-btn linkedin">
<i class="fa fa-linkedin"></i>
</button>
</a>
<a href="https://github.com/SushreeSatarupa/" target="_blank">
<button class="icon-btn github">
<i class="fa fa-github"></i>
</button>
</a>
</div>
<div class='buttons'>
<a href="#about" class="readme">Read More</a>
<a href="#contact" class="contactme">Contact Me</a>
</div>
</div>
</div>
</div>
</section>
<!-- Second Section: About -->
<section id="about" class="section scrollspy">
<h3 class="page-title white-text teal">About</h3>
<div class="container flow-text">
<p>
I am a <b>Software Developer</b> with 1 year of professional experience
in Web Development, App Development with a willingness to learn and master Software Development, Backend Development.
I am adept in C, C++, SQL, Web Development, App Development.
<!-- Detail-oriented Software Engineer with a get-it-done, on-time, and high-quality product spirit and a keen interest in Software Development and Artificial Intelligence. -->
</p>
<p>
Looking for an opportunity to work in a challenging position combining my skills in Software Engineering, which provides professional development, interesting experiences and personal growth.
</p>
<p>
I am the <b> Founder and President</b> of SHECODERS the Women Coding Community of NIT Rourkela.
This is my interview with The New Indian Express.<a href="https://www.edexlive.com/happening/2021/feb/09/nit-rourkelas-shecoders-is-a-girls-only-coding-club-that-is-killing-it-18099.html">FEATURE</a>
</p>
</div>
</section>
<!-- Third Section: Experience -->
<section id="experience" class="section scrollspy">
<h3 class="page-title white-text teal">Experience</h3>
<div class="container">
<!-- Experience 2 -->
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="http://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4OAgf?ver=6a31" target="_blank"><img alt="Mtag logo"
src="http://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4OAgf?ver=6a31" class="responsive-img center-block" /></a>
</div>
<!-- <div class="col s12 m10"> -->
<div class="col s12 m10">
<p>
<span class="card-title"><a href="http://img-prod-cms-rt-microsoft-com.akamaized.net/cms/api/am/imageFileData/RE4OAgf?ver=6a31" target="_blank"
class="teal-text hoverline">Microsoft </a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Microsoft Learn Student Ambassador</div>
<ul>
<li>
I'm one of the Learn Student Ambassadors (a global group of campus leaders).
</li>
<li>
I help fellow students by conducting webinars to develop technical and career skills for the future.
</li>
<li>
<b>Skills:</b> Mentor, Tutor, Developer
</li>
</ul>
</div>
<div class="card-action">
<span>April 2021 - Now | Rourkela, India</span>
</div>
</div>
<!-- Latest Experience -->
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://bit.ly/SHECODERS" target="_blank"><img alt="Meditab logo"
src="https://media-exp1.licdn.com/dms/image/C4D0BAQFOCnbEBAhxAw/company-logo_200_200/0/1624381345943?e=1632960000&v=beta&t=JSfaTfRo6phsUgAE5EmO-XmfwqjQvQ8jqp7NKoOYQxM" class="responsive-img center-block" /></a>
</div>
<!-- <div class="col s12 m10"> -->
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://bit.ly/SHECODERS" target="_blank"
class="teal-text hoverline">SHECODERS</a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">President</div>
<ul>
<li>
Founder and President of SHECODERS , women coding community of NIT Rourkela
</li>
<li>
Managing Teaching,Content and Design team
</li>
<li>
Part of Teaching team. I take webinars and sessions on Web development and programming languages.
</li>
<li>
Developer and maintainer of <a href="https://bit.ly/SHECODERS"> club's website</a>
</li>
</ul>
</div>
<div class="card-action">
<span>June 2020 - till now | NIT Rourkela, India</span>
</div>
</div>
<!-- Experience 2 -->
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://www.linkedin.com/company/institute-counselling-services-nit-rourkela" target="_blank"><img alt="Mtag logo"
src="https://media-exp1.licdn.com/dms/image/C560BAQEsuTyfcMJzKw/company-logo_200_200/0/1605591209776?e=1632960000&v=beta&t=U7dW8piKxD0DMGTzCSrWwywXiKW2sDw_gYFsKE-0wF0" class="responsive-img center-block" /></a>
</div>
<!-- <div class="col s12 m10"> -->
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://www.linkedin.com/company/institute-counselling-services-nit-rourkela" target="_blank"
class="teal-text hoverline">ICS, NIT Rourkela </a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Student Mentor</div>
<ul>
<li>
At ICS, I deal with various important Academic, Financial, Mental and Socio-cultural aspects of student's life at NIT Rourkela and guide 8 CSE first-year students.
</li>
<li>
<b>Skills:</b> Mentor, Advisor
</li>
</ul>
</div>
<div class="card-action">
<span>July 2020 - Now | NITR, India</span>
</div>
</div>
<!-- Experience 3 -->
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://www.facebook.com/pg/akriti.nitrkl/photos" target="_blank"><img alt="Cignex logo"
src="https://scontent.fbbi3-1.fna.fbcdn.net/v/t1.6435-9/53910535_2152572161477915_8932754363261124608_n.jpg?_nc_cat=104&ccb=1-3&_nc_sid=973b4a&_nc_ohc=RtHJoA8OxNYAX87MVz-&_nc_ht=scontent.fbbi3-1.fna&oh=c18e97b39dfbbcdea2d633a08920dc99&oe=60DC97DA" class="responsive-img center-block" /></a>
</div>
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://www.facebook.com/pg/akriti.nitrkl/photos" target="_blank"
class="teal-text hoverline">AKRITI Club, NIT Rourkela </a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Artist | Software Developer</div>
<ul>
<li>
At AKRITI, I work on acrylic painting and clay crafts.
</li>
<li>
I build and maintain the AKRITI webpage for the digital showcase of arts and crafts.
</li>
<li>
<b>Tools:</b> HTML, CSS, Javascript
</li>
</ul>
</div>
<div class="card-action">
<span>Dec 2019 - Now | NITR, India</span>
</div>
</div>
<!-- Experience 2 -->
<div class="card">
<div class="card-content">
<div class="row">
<div class="col s12 m2">
<a href="https://www.facebook.com/pg/NCC-NIT-Rourkela-100910244967418/posts/" target="_blank"><img alt="Mtag logo"
src="data:image/jpeg;base64,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" class="responsive-img center-block" /></a>
</div>
<!-- <div class="col s12 m10"> -->
<div class="col s12 m10">
<p>
<span class="card-title"><a href="https://www.facebook.com/pg/NCC-NIT-Rourkela-100910244967418/posts/" target="_blank"
class="teal-text hoverline">National Cadet Corps </a></span>
</p>
</div>
</div>
<div class="role brown-text text-darken-2">Cadet</div>
<ul>
<li>
I have been part of the youth organization and attended several camps that aim to develop character, comradeship, discipline, leadership, secular outlook, the spirit of adventure, and ideals of selfless service.
</li>
<li>
<b>Skills:</b> comradeship, discipline, leadership
</li>
</ul>
</div>
<div class="card-action">
<span>July 2019 - July 2020 | NITR, India</span>
</div>
</div>
</div>
</section>
<!-- Fifth Section: Skills -->
<section id="skills" class="section scrollspy">
<h3 class="page-title white-text teal">Skills</h3>
<div class="container">
<!-- Languages and Databases -->
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Languages and Databases</h4>
<div class="row text-center">
<div class="col s4 m2">
<img alt="" src="/assets/img/python-logo-1-300x300.jpg" class="responsive-img" />Python
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/html5-300x300.jpg" class="responsive-img" />HTML5
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/css3-300x300.jpg" class="responsive-img" />CSS3
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/mysql-logo-1-300x300.jpg" class="responsive-img" />MySQL
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/postgresql-logo.png" class="responsive-img" />JS
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/shell-logo-1-300x300.jpg" class="responsive-img" />C++
</div>
</div>
</div>
</div>
<!-- Frameworks -->
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Frameworks</h4>
<div class="row text-center">
<div class="col s4 m2">
<img alt="" src="/assets/img/django-logo.webp" class="responsive-img" />Django
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/flask-logo.png" class="responsive-img" />Flask
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/bootstrap.png" class="responsive-img" />Bootstrap
</div>
</div>
</div>
</div>
<!-- Other -->
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Other</h4>
<div class="row text-center">
<div class="col s4 m2">
<img alt="" src="/assets/img/git.png" class="responsive-img" />Git
</div>
<div class="col s4 m2">
<img alt="" src="/assets/img/heroku.png" class="responsive-img" />Heroku
</div>
</div>
</div>
</div>
<!--certifications -->
<div class="card">
<div class="card-content">
<h4 class="brown-text light">Certificates</h4>
<div class="row text-left">
<div class="container">
<div class="row">
<div class="col s12 m6 l6">
<div class="card">
<div class="card-content">
<span class="card-title teal-text">Web Development - Internshala</span>
</div>
</div>
</div>
<div class="col s12 m6 l6">
<div class="card">
<div class="card-content">
<span class="card-title teal-text">Top performer (Programming with C and C++ Training) - Internshala</span>
</div>
</div>
</div>
<div class="col s12 m6 l6">
<div class="card">
<div class="card-content">
<span class="card-title teal-text">Top performer (Machine Learning Training) - Internshala</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div> -->
</div>
</section>
<!-- Seventh Section: Education -->
<section id="education" class="section scrollspy">
<h3 class="page-title white-text teal">Education</h3>
<div class="container">
<div class="row">
<!-- Education -->
<div class="col s12 m6">
<div class="card">
<div class="card-content">
<p>
<span class="card-title"><a href="https://nitrkl.ac.in/" class="teal-text hoverline">National Institute of Technology Rourkela</a></span>
</p>
<p class="brown-text">Odisha, India</p>
<p>
<b>Degree: </b>Bachelor of Technology in Computer Science and Engineering
<br>
<b>CGPA: </b>9.0/10
</p>
<ul>
<p>
<b>Relevant Courseworks:</b>
<ul>
<li>Data Structures and Algorithms</li>
<li>Database Management Systems</li>
<li>Operating Systems</li>
<li>Web Development</li>
</ul>
</p>
</ul>
</div>
</div>
</div>
<div class="col s12 m6">
<div class="card">
<div class="card-content">
<p>
<span class="card-title"><a href="https://en.wikipedia.org/wiki/Ispat_English_Medium_School" class="teal-text hoverline">Ispat English Medium School</a></span>
</p>
<p class="brown-text">Odisha, India</p>
<p>
<b> 12th ISC board</b> Ispat English Medium School
<br>
<b>Percentage: </b>95.8%
</p>
<p>
<b> 10th ICSE board</b> Ispat English Medium School
<br>
<b>Percentage: </b> 96.16%
</p>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Eight Section: Contact -->
<section id="contact" class="section scrollspy full-height">
<h3 class="page-title white-text teal">Contact</h3>
<div class="container">
<p>
<a aria-label="Call Sushree" data-position="top" data-tooltip="Call Sushree"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i class="fa fa-phone"></i><a
aria-label="Call Sushree">+918328887210</a></a>
</p>
<p>
<a aria-label="Email Sushree" href="mailto:sushreesatarupa.ss@gmail.com" target="_blank" data-position="top"
data-tooltip="Email Sushree" class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-envelope"></i><a aria-label="Email Sushree" href="mailto:sushreesatarupa.ss@gmail.com"
class="hoverline">sushreesatarupa.ss@gmail.com</a></a>
</p>
<p>
<a aria-label="View Sushree on GitHub" href="http://github.com/Sushreesatarupa" target="_blank"
data-position="top" data-tooltip="View Sushree on GitHub"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i class="fa fa-github"></i><a
aria-label="Sushree on Github" href="http://github.com/Sushreesatarupa" class="hoverline"
target="_blank">github.com/Sushreesatarupa</a></a>
</p>
<p>
<a aria-label="View Sushree on LinkedIn" href="https://www.linkedin.com/in/sushree-satarupa-4a45411a5/" target="_blank"
data-position="top" data-tooltip="View Sushree on LinkedIn"
class="btn-floating btn-large waves-effect waves-light blue-grey tooltipped"><i
class="fa fa-linkedin"></i><a aria-label="Sushree on LinkedIn" href="https://www.linkedin.com/in/sushree-satarupa-4a45411a5/"
class="hoverline" target="_blank">https://www.linkedin.com/in/sushree-satarupa-4a45411a5/</a></a>
</p>
</div>
</section>
</main>
<!-- typed.js -->
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["Web Developer", "App Developer", "Leader", "CSE Sophomore"],
loop: true,
typeSpeed: 80,
backSpeed: 40
});
</script>
<!-- jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Materialize - Compiled and minified JavaScript-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.95.3/js/materialize.min.js"></script>
<script>
// Materialize - Initializers
$(document).ready(function () {
$(".scrollspy").scrollSpy()
// Initialize collapse button
$(".button-collapse").sideNav({
menuWidth: 190, // Default is 240
edge: "left", // Choose the horizontal origin
closeOnClick: true // Closes side-nav on <a> clicks, useful for Angular/Meteor
})
})
</script>
</body>
</html>