-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
539 lines (434 loc) · 19.5 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
<!DOCTYPE HTML>
<!--
Prologue by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>imSathiya17 | Portfolio</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<style>
/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
color: #fff;
font-family: monospace;
overflow: hidden; /* Ensures the content is not revealed until the animation */
border-right: .15em solid orange; /* The typwriter cursor */
white-space: nowrap; /* Keeps the content on a single line */
margin: 0 auto; /* Gives that scrolling effect as the typing happens */
letter-spacing: .15em; /* Adjust as needed */
animation:
typing 3.5s steps(30, end),
blink-caret .5s step-end infinite;
}
/* The typing effect */
@keyframes typing {
from { width: 0 }
to { width: 100% }
}
/* The typewriter cursor effect */
@keyframes blink-caret {
from, to { border-color: transparent }
50% { border-color: orange }
}
</style>
</head>
<body class="is-preload">
<!-- Header -->
<div id="header">
<div class="top">
<!-- Logo -->
<div id="logo">
<span class="image avatar48"><img src="images/avatar-1.jpg" alt="" /></span>
<h1 id="title">imSathiya17</h1>
<p>Software Engineer</p>
</div>
<!-- Nav -->
<nav id="nav">
<ul>
<li><a href="#top" id="top-link"><span class="icon solid fa-home">Intro</span></a></li>
<li><a href="#portfolio-links" id="portfolio-link"><span class="icon solid fa-th">Portfolio</span></a></li>
<li><a href="#about" id="about-link"><span class="icon solid fa-user">About Me</span></a></li>
<li><a href="#education" id="education-link"><span class="icon solid fa-user-graduate">Education</span></a></li>
<li><a href="#experience" id="experience-link"><span class="icon solid fa-chalkboard-teacher">Experience</span></a></li>
<li><a href="#skills" id="skills-link"><span class="icon solid fa-book-open">Skills</span></a></li>
<li><a href="#certifications" id="contact-link"><span class="icon solid fa-award">Certifications</span></a></li>
<li><a href="#contact" id="contact-link"><span class="icon solid fa-envelope">Contact</span></a></li>
</ul>
</nav>
</div>
<div class="bottom">
<!-- Social Icons -->
<ul class="icons">
<li><a href="#" class="icon brands fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/imsathiya17" class="icon brands fa-linkedin" target="_blank"><span class="label">Facebook</span></a></li>
<li><a href="https://github.com/imsathiya17" class="icon brands fa-github" target="_blank"><span class="label">Github</span></a></li>
<li><a href="#" class="icon brands fa-dribbble" target=”_blank”><span class="label">Dribbble</span></a></li>
<li><a href="mailto:imsathiyass@hotmail.com" class="icon solid fa-envelope" target=”_blank”><span class="label">Email</span></a></li>
</ul>
</div>
</div>
<!-- Main -->
<div id="main">
<!-- Intro -->
<section id="top" class="dark cover">
<div class="container">
<header>
<h2 class="alt"><strong>Hi! I'm Sathiya,<br />
Software Designer & Developer
<!-- <div class="typewriter">
<h1>The cat and the hat.</h1>
</div>
-->
<br/></strong></h2>
<p>A self-starter with exceptional organizational skills and a keen eye for details. Passionate about Product development, Data Analytics and Data Science.</p>
</header>
<footer>
<a href="#portfolio-links" class="btn scrolly"><button class="btn">My Portfolio</button></a>
</footer>
<footer>
<div class="container">
<a style="margin-right: 7px;" href="https://www.linkedin.com/in/imsathiya17" class="icon brands fa-linkedin fa-2x" target="_blank"><span class="label">Linkedin</span></a>
<a style="margin-right: 7px;" href="https://www.github.com/imsathiya17" class="icon brands fa-github fa-2x" target="_blank"><span class="label">Github</span></a>
</div>
</footer>
</div>
</section>
<!-- Intro -->
<section id="portfolio-links" class="five">
<div class="container">
<header>
<h2>Portfolio</h2>
</header>
</div>
<div class="container">
<a href="#portfolio-data-visualization" class="btn scrolly"><button class="btn">Data Visualization</button></a>
<a href="#portfolio-data-engineering" class="btn scrolly"><button class="btn">Data Enginerring</button></a>
<a href="#portfolio-web-design" class="btn scrolly"><button class="btn">Web Design</button></a>
</div>
</section>
<!-- Portfolio-data-visualization -->
<section id="portfolio-data-visualization" class="two">
<div class="container">
<header>
<h3><u>Data Visualization</u></h3>
</header>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/flitex.png" alt="" /></a>
<div class="container">
<header>
<h3>FliteX Dashboard</h3>
<a style="margin-right: 5px;" href="https://flitex.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/idata-research.png" alt="" /></a>
<div class="container">
<header>
<h3>iData Research Report</h3>
<a style="margin-right: 5px;" href="https://idatadb.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/undergroundaes-report.png" alt="" /></a>
<div class="container">
<header>
<h3>Custom Report</h3>
<a style="margin-right: 5px;" href="https://undergroundaes.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/covid.png" alt="" /></a>
<div class="container">
<header>
<h3>COVID Dashboard</h3>
<a style="margin-right: 5px;" href="https://cov2db.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/buddhastation.png" alt="" /></a>
<div class="container">
<header>
<h3>Sales Dashboard</h3>
<a style="margin-right: 5px;" href="https://buddhastation.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
<article class="item">
<a href="#" class="image fit"><img src="images/redlineScreen.png" alt="" /></a>
<div class="container">
<header>
<h3>Redline Sales Dashboard</h3>
<a style="margin-right: 5px;" href="https://redline-auto.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Portfolio-data-engineering -->
<section id="portfolio-data-engineering" class="two">
<div class="container">
<header>
<h3><u>Data Engineering</u></h3>
</header>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/data-export-import.svg" alt="" /></a>
<div class="container">
<header>
<h3>Data Import Utility</h3>
<a style="margin-right: 5px;" href="https://idatadb.herokuapp.com/import-data" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Portfolio-web-design -->
<section id="portfolio-web-design" class="two">
<div class="container">
<header>
<h3><u>Web Design</u></h3>
</header>
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/dashing-db.png" alt="" /></a>
<div class="container">
<header>
<h3>DashingDB Dashboard Design</h3>
<a style="margin-right: 5px;" href="https://dashingdb.herokuapp.com/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/tabler-preview.png" alt="" /></a>
<div class="container">
<header>
<h3>Analytics Dashboard Design</h3>
<a style="margin-right: 5px;" href="https://preview.tabler.io" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/materialize.jpg" alt="" /></a>
<div class="container">
<header>
<h3>Materialize Dashboard Design</h3>
<a style="margin-right: 5px;" href="https://pixinvent.com/materialize-material-design-admin-template/html/ltr/vertical-modern-menu-template/" target="_blank"><i class="fas fa-external-link-alt"></i></a>
<a style="margin-right: 5px;" href="#" target="_blank"><i class="fas fa-binoculars"></i></a>
</header>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- About Me -->
<section id="about" class="three">
<div class="container">
<header>
<h2>About Me</h2>
</header>
<a href="#" class="image featured"><img src="images/full-stack-banner.jpg" alt="" /></a>
<ul style="line-height:1.4;text-align: left;">
<strong>
<li>A seasoned developer with extensive professional experience in designing and developing full stack solutions for various domains and projects.</li>
<li>Experince in Front-End Design, Back-End Programming, Web Applications, Data Engineering, Data Analytics, Data Visualization and Data Quality.</li>
<li>Expert in developing and designing Data Visualization Reports and Dashboards.</li>
<li>Experience in cloud platforms like AWS and Snowflake.</li>
<li>Experience in stack technologies like MEAN, MERN, LAMP.</li>
<li>Expertise in developing solutions for Enterprise Data Warehouses.</li>
<li>Expertise in designing and developing end to end Products and applications.</li>
</strong>
</ul>
</div>
</section>
<!-- Education -->
<section id="education" class="three">
<div class="container">
<header>
<h2>Education</h2>
</header>
<div class="container">
<div class="card">
<img src="images/education-1.jpeg" alt="Avatar" style="width:100%">
<div class="container">
<h4><strong>College of Engineering, Chennai</strong></h4>
<p><b>Bachelor's degree</b></p>
<p><b>2004 - 2008</b></p>
</div>
</div>
</div>
</div>
</section>
<!-- Education -->
<section id="experience" class="three">
<div class="container">
<header>
<h2>Experience</h2>
</header>
<div class="container">
<div class="row">
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/fmr.png" alt="" /></a>
<div class="container">
<header>
<h3>Lead Software Engineer</h3>
<div>Fidelity Investments, Full-time</div>
<div>Apr 2015 - Present</div>
</header>
</div>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/TCS_Logo.jpg" alt="" width="100" height="140"/></a>
<div class="container">
<header>
<h3>Senior Software Engineer</h3>
<div>Tata Consultancy Services, Full-time</div>
<div>Sep 2011 - Mar 2015</div>
</header>
</div>
</article>
</div>
<div class="col-4 col-12-mobile">
<article class="item">
<a href="#" class="image fit"><img src="images/Wipro.jpg" alt="" /></a>
<div class="container">
<header>
<h3>Software Engineer</h3>
<div>Wipro Technologies, Full-time</div>
<div>Jan 2009 - Jul 2011</div>
</header>
</div>
</article>
</div>
</div>
</div>
</div>
</section>
<!-- Skills -->
<section id="skills" class="three">
<div class="container">
<header>
<h2>My Skills</h2>
</header>
<div class="row">
<div class="col-12 col-12-mobile">
<article class="item">
<div class="container">
<header>
<button type="button" class="btn">Data Engineering</button>
<button type="button" class="btn btn-default">Data Analytics</button>
<button type="button" class="btn btn-primary">Data Integration (ETL)</button>
<button type="button" class="btn btn-success">Data Visualization</button>
<button type="button" class="btn btn-success">Data Lineage</button>
<button type="button" class="btn btn-success">Metadata Management</button>
<button type="button" class="btn btn-success">Data Catalogs</button>
<button type="button" class="btn btn-info">Snowflake</button>
<button type="button" class="btn btn-info">AWS</button>
<button type="button" class="btn btn-info">Docker</button>
<button type="button" class="btn btn-info">Kubernetes</button>
<button type="button" class="btn btn-warning">Full Stack</button>
<button type="button" class="btn btn-danger">MEAN</button>
<button type="button" class="btn btn-link">MERN</button>
<button type="button" class="btn btn-link">LAMP</button>
<button type="button" class="btn btn-link">Django</button>
<button type="button" class="btn btn-link">Node.js</button>
<button type="button" class="btn btn-link">PHP</button>
<button type="button" class="btn btn-link">Java</button>
<button type="button" class="btn btn-link">C#</button>
<button type="button" class="btn btn-link">React.js</button>
<button type="button" class="btn btn-link">Vue.js</button>
<button type="button" class="btn btn-link">UI/UX Design</button>
<button type="button" class="btn btn-link">Wordpress</button>
<button type="button" class="btn btn-link">Python</button>
<button type="button" class="btn btn-link">Spark</button>
<button type="button" class="btn btn-link">Scala</button>
<button type="button" class="btn btn-link">Shell Scripting</button>
<button type="button" class="btn btn-link">Javascript</button>
<button type="button" class="btn btn-link">jQuery</button>
<button type="button" class="btn btn-link">HTML5</button>
<button type="button" class="btn btn-link">CSS</button>
<button type="button" class="btn btn-link">Oracle</button>
<button type="button" class="btn btn-link">MongoDB</button>
<button type="button" class="btn btn-link">MySQL</button>
</div>
</article>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="four">
<div class="container">
<header>
<h2>Contact</h2>
</header>
<p>If you are looking for any help, reach me by filling out the below form</p>
</br>
<form method="post" action="https://formspree.io/f/xvodynev">
<div class="row">
<div class="col-6 col-12-mobile"><input type="text" name="name" placeholder="Name" /></div>
<div class="col-6 col-12-mobile"><input type="text" name="email" placeholder="Email" /></div>
<div class="col-12">
<textarea name="message" placeholder="Message"></textarea>
</div>
<div class="col-12">
<input type="submit" value="Send Message" />
</div>
</div>
</form>
</div>
</section>
</div>
<!-- Footer -->
<div id="footer">
<!-- Copyright -->
<ul class="copyright">
<li>© imsathiya17. All rights reserved.</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>