-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
568 lines (504 loc) · 22.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 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-5BB8W2X');</script>
<!-- End Google Tag Manager -->
<link rel="icon" type="image/png" href="/icon.png"/>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Swathi's Portfolio</title>
<meta name="description" content="Swathi Dharma Sankaran's Portfolio - Software Developer, Machine Learning Enthusiast, and Full Stack Developer.">
<meta name="keywords" content="Swathi Dharma Sankaran, Swathi Portfolio, Software Developer, Machine Learning, Full Stack Developer">
<!-- Other meta tags -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/icofont/icofont.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/owl.carousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/venobox/venobox.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-169007209-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-169007209-3');
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5BB8W2X"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- ======= Header ======= -->
<header id="header" class="header-tops">
<div id="particles-js"></div>
<div class="container">
<!-- Place this where you want the particle effects to appear -->
<h1><a href="index.html">Swathi Dharma Sankaran</a></h1>
<h2 style="color:#d736d2">I <span class="typing" style="color: #9F2BC1"></span></h2>
<nav class="nav-menu d-none d-lg-block">
<ul>
<li class="active"><a href="#header"> <span>Home</span></a></li>
<li><a href="#about"><span>About</span></a></li>
<li><a href="#portfolio"> <span>Projects</span></a></li>
<li><a href="#skills"> <span>Skills</span></a></li>
<!--li><a href="https://drive.google.com/file/d/1UFZbjxnn6frVHv0WuMSnTUbh5eU3lJh2/view?usp=sharing" target="_blank"> <span>Resume</span></a></li-->
<li><a href="#contacts"> <span>Say hello!</span></a></li>
</ul>
</nav><!-- .nav-menu -->
<!--div class="social-links">
<a href="https://www.linkedin.com/in/swathidharmasankaran" target="_blank" class="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.github.com/Lemonnycodes" target="_blank" class="github"><i class="bx bxl-github"></i></a>
<a href="mailto:[email protected]" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div-->
</div>
</header><!-- End Header -->
<!-- ======= About Section ======= -->
<section id="about" class="about">
<!-- ======= About Me ======= -->
<div class="about-me container">
<div class="section-title">
<h2>About</h2>
</div>
<div class="row">
<div class="col-lg-4" data-aos="fade-right">
<img src="assets/img/SDS Pro Pic.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 pt-4 pt-lg-0 content" data-aos="fade-left">
<p class="magic-line">🧙♂️ Muggle by day but I cast code spells with the precision of a Lumos Maxima incantation.</p>
<p>I am a developer who is passionate about all things tech and often on the look out for the next big thing. I recently graduated with a Masters in Computer Science from George Mason University, with a background in Predictive Modeling, Distributed system, and Building Component based Software. Working for the tassel was not just about hitting the books but about discovering how much I loved solving complex problems and turning abstract ideas into real, working solutions.</p>
<p>I enjoy the quiet focus of solo coding sessions late at night, but I also thrive on the buzz of collaboration, bouncing ideas off others, and finding the best way forward together.</p>
<p>I love working with design patterns to build quality software. Every bug I squash and every feature I add feels like a small victory, and it's those little wins that keep me coming back for more, day after day.</p>
<p>Beyond the lines of code, you will probably find me lost reading fiction, traversing tales untold</p>
<p>So, that's a bit about me. I'm always excited to connect with fellow enthusiasts and explore how we can create something extraordinary together. Let’s connect and see where our shared passions can take us!
</p>
</div>
</div>
<!-- ======= Education ======= -->
<div class="education container">
<div class="section-title">
<h2>Education</h2>
</div>
<div class="row">
<!-- George Mason University -->
<div class="col-lg-6 col-md-6">
<div class="info-box" style="padding: 20px; border-radius: 10px; box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.2);">
<a href="https://www.gmu.edu" target="_blank">
<img src="assets/img/education/GMU.jpeg" class="education-img img-fluid" alt=" " style="border-radius: 50%; padding: 14px; float: left; background: rgba(255, 255, 255, 0);">
<h3 style="margin: 10px 0 8px 68px;">George Mason University (May 2024)</h3>
<h4 style="margin: 0 0 0 68px;">Master of Science,Computer Science</h4>
<div style="margin: 5px 0 0 68px;">
<p>Relevant Courses:</p>
<ul style="list-style-type: disc; color: #fff; line-height: 24px; font-size: 14px;">
<li>Decision Guidance System</li>
<li>Component Based Software Development</li>
<li>Software Design and Architecture</li>
<li>Database Management System</li>
</ul>
<p>Classroom Support Technician (Part time ) </p>
<ul style="list-style-type: disc; color: #fff; line-height: 24px; font-size: 14px;">
<li>Acted as a key communicator between IT and academic staff.</li>
<li>Troubleshoot and report network connection issues.</li>
<li>Set up network access with users and install applications for file sharing, cloud computing, and security.</li>
</ul>
</div>
</a>
</div>
</div>
<!-- SRM Institute of Science And Technology -->
<div class="col-lg-6 col-md-6 mt-4 mt-md-0">
<div class="info-box" style="padding: 20px; border-radius: 10px; box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.2);">
<a href="https://www.srmist.edu.in" target="_blank">
<img src="assets/img/education/SRM.jpeg" class="education-img img-fluid" alt="Course Logo" style="border-radius: 50%; padding: 14px; float: left; background: rgba(255, 255, 255, 0);">
<h3 style="margin: 10px 0 8px 68px;">SRM Institute of Science And Technology (2018-2022)</h3>
<h4 style="margin: 0 0 0 68px;">Bachelor of Technology,Computer Science & Engineering</h4>
<div style="margin: 5px 0 0 68px;">
<p><strong>Relevant Courses:</strong></p>
<ul style="list-style-type: disc; color: #fff; line-height: 24px; font-size: 14px;">
<li>Computer Organization And Architecture</li>
<li>Object-Oriented Design and Programming</li>
<li>Network Security</li>
</ul>
<p>Activities:</p>
<ul style="list-style-type: disc; color: #fff; line-height: 24px; font-size: 14px;">
<li>Lead[2020-2022], Logic play technical community which focuses on industry 4.0, organized multiple educational workshops and events.</li>
<li>Student Volunteer, National Service Scheme [2018-2022]:'Plant a tree' movement, and Rallies to spread awareness on social causes (climate change and women empowerment.)</li>
<li>Participated as a delegate in the International Model United Nations (IMUN) online conference [2021-22]</li>
</ul>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- End Education -->
</section><!-- End About Section -->
<!-- Start Project Section -->
<section id="portfolio" class="portfolio">
<div class="container">
<div class="section-title">
<h2>Projects</h2>
</div>
<div class="row">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">Tech Folio</li-->
<li data-filter=".filter-data">ML</li>
<li data-filter=".filter-app">Web-App</li>
<!--li data-filter=".filter-project">Dashboards and Data Visualization</li-->
</ul>
</div>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-data">
<center><h4>Fire Evacuation: Q-Learning with Hybrid Detection</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/firee.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/firee.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-data">
<center><h4>Advance Data Analysis and Predictive Modeling</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/DAE.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/DAE.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-data">
<center><h4>Sentiment Analysis with Counselling Chatbot</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/senti.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/sentimentanalysis.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-data">
<center><h4>Delay prediction in operation of flights</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/flightdelay.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/flightdelay.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-data">
<center><h4>Spam VS Ham - Email Classification</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/hamspam.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/Sieve.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-data">
<center><h4>Crop Classification with Satellite Imagery</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/tf.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/crop.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<center><h4>Feedback Management System</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/FEEDBACK.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/fb.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<center><h4>Student Information Web Portal</h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/aws.jpeg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/aws.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<center><h4>Savour Vault - MERN Stack </h4></center>
<div class="portfolio-wrap">
<img src="assets/img/project/Cataloghub.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<div class="portfolio-links">
<a href="projects/catalog.html" data-gall="portfolioDetailsGallery" data-vbtype="iframe" class="venobox" title="Project Details"><i class="bx bx-info-circle"></i></a>
</div>
</div>
</div>
</div>
</section>
<!-- ======= Skills Section ======= -->
<section id="skills" class="services">
<div class="container">
<div class="section-title">
<h2>Skills</h2>
</div>
<div class="row">
<div class="col-lg-12">
<div class="project-card">
<div class="project-info">
<h4>Programming</h4>
<p>Python, C, C++, HTML5, CSS3, MySQL</p>
<h4>Frameworks</h4>
<p>Bootstrap, TensorFlow, PyTorch, OpenCV, Scikit-learn</p>
<h4>Data Visualization</h4>
<p>Microsoft Excel (PivotTables, PivotCharts), Tableau, matplotlib, seaborn, Plotly</p>
<h4>DevOps and Version Control</h4>
<p>AWS, GCP, Git, Jenkins, Docker</p>
</div>
</div>
</div>
</div>
<div class="section-title">
<h2>Certifications</h2>
</div>
<div class="row">
<!-- Certification 1 -->
<div class="col-lg-6 col-md-6 portfolio-item">
<div class="project-card">
<div class="project-info">
<h4>Data Analytics Consulting Virtual Internship</h4>
<h5>KPMG</h5>
<p>In-Depth Analysis of real-world datasets, Predictive modelling with advanced statistical methods</p>
</div>
</div>
</div>
<!-- Certification 2 -->
<div class="col-lg-6 col-md-6 portfolio-item">
<div class="project-card">
<div class="project-info">
<h4>Data Science with R Language</h4>
<h5>Prag Robotics, India</h5>
<p>Built a model for predicting the onset of Parkinson's. Achieved an accuracy of 94.87% with XG Boost</p>
</div>
</div>
</div>
</div>
<div class="row">
<!-- Certification 3 -->
<div class="col-lg-6 col-md-6 portfolio-item">
<div class="project-card">
<div class="project-info">
<h4>Deep Learning Essentials</h4>
<h5>IBM</h5>
<p>Convolutional neural networks to improve image recognition and classification accuracy, Deep Learning algorithms for pattern creation and prediction.</p>
</div>
</div>
</div>
<!-- Certification 4 -->
<div class="col-lg-6 col-md-6 portfolio-item">
<div class="project-card">
<div class="project-info">
<h4>Software Engineering Virtual Experience</h4>
<h5>JP Morgan Chase & Co</h5>
<p>Software development and Engineering Principles, Coding, Debugging, Software Testing and deployment.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Refined Contact Section without Background Color Change -->
<section id="contacts" class="contact">
<div class="container">
<div class="section-title">
<h2>Contact information</h2>
<div id="introduction" style="margin-top: 20px;"> <!-- Added inline style for margin-top -->
<p>Reach out and let's spark some tech magic together. Can't wait to hear from you!</p>
</div>
</div>
<div class="row mt-5"> <!-- Improved spacing for visual appeal -->
<!-- Address Box -->
<div class="col-md-6 d-flex align-items-stretch mb-5 mb-md-0">
<div class="info-box" style="padding: 20px; border-radius: 10px; box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.2);">
<i class="bx bx-map" style="color: #5e72e4;"></i>
<h3>I Live In</h3>
<p>San Francisco Bay Area</p>
</div>
</div>
<!-- Social Profiles with Hover Effects -->
<div class="col-md-6 d-flex align-items-stretch">
<div class="info-box" style="padding: 20px; border-radius: 10px; box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.2);">
<i class="bx bx-share-alt" style="color: #5e72e4;"></i>
<h3>Social Profiles</h3>
<div class="social-links">
<a href="https://www.linkedin.com/in/swathidharmasankaran" target="_blank" class="linkedin" style="margin-right: 10px;"><i class="bx bxl-linkedin"></i></a>
<a href="https://www.github.com/Lemonnycodes" target="_blank" class="github" style="margin-right: 10px;"><i class="bx bxl-github"></i></a>
<a href="mailto:[email protected]" target="_blank" class="google"><i class="bx bxl-google"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Vendor JS Files -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/vendor/counterup/counterup.min.js"></script>
<script src="assets/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/venobox/venobox.min.js"></script>
<script src="assets/vendor/typed.js/typed.min.js"></script>
<script src="assets/js/particles.js"></script>
<script type="text/javascript">
var typed = new Typed('.typing',{
strings: ["Build Websites", "'m a Data-Story Teller" , "'m an Open-Source Contributor"],
loop: true,
typeSpeed: 65,
backSpeed: 65
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
particlesJS("particles-js", {
// Particle.js configuration goes here
"particles": {
"number": {
"value": 67,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "star",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": true,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": true
}
},
"size": {
"value": 6,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"bounce": false,
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": true,
"mode": "grab"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200,
"duration": 0.4
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true
});
</script>
</body>
</html>