-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
575 lines (502 loc) · 27.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Karen Fernandes - Data Analyst Portfolio</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/favicon.png" rel="favicon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Quicksand:wght@300;400;500;600;700&family=Domine:wght@400;500;600;700&display=swap"
rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Laura
* Template URL: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid position-relative d-flex align-items-center justify-content-between">
<a href="https://karlyndiary.github.io/" class="logo d-flex align-items-center me-auto me-xl-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">Karen</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<div class="header-social-links">
<a href="https://www.linkedin.com/in/karenjfernandes/" class="linkedin"><i
class="bi bi-linkedin"></i></a>
<a href="https://github.com/karlyndiary" class="github"><i class="bi bi-github"></i></a>
</div>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/hero-bg.jpg" alt="" data-aos="fade-in">
<div class="container text-center" data-aos="fade-up" data-aos-delay="100">
<h2>Karen Fernandes</h2>
<p>DATA ANALYST</p>
<a href="#about" class="btn-scroll" title="Scroll Down"><i class="bi bi-chevron-down"></i></a>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="description-title">About me</span>
<h2>About Me</h2>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<!--
<div class="col-lg-4">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
-->
<div class="col-lg-8 content">
<h2>Data Analyst</h2>
<p class="fst-italic py-3">
With over 2 years of experience working on personal projects in data analysis, SQL, Python,
Excel, and data visualization tool like Tableau. Proficient in delivering actionable insights
and shaping strategic data-driven solutions.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Profile:</strong> <span>Data Science & Analytics</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>BI Tool:</strong> <span>Tableau</span>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Domain:</strong> <span>Retail, Ecommerce & Digital Marketing</span>
</li>
<li><i class="bi bi-chevron-right"></i> <strong>Other Skills:</strong>
<span>Microsoft Excel, SQL, Python & SEO</span></li>
</ul>
</div>
</div>
<div class="container text-center" data-aos="fade-up" data-aos-delay="100">
<a class="btn" href="https://www.linkedin.com/in/karenjfernandes/">
<span class="btn__inner">LinkedIn</span>
</a>
</div>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Education Section -->
<section id="resume" class="resume section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="description-title">Resume</span>
<h2>Resume</h2>
<!--
<p>Data Analyst with hands-on experience in data cleaning, visualization, and Tableau
dashboards.<br>
Proficient in Python, SQL, Excel, and Tableau, with a passion for uncovering insights and solving
real-world problems through data-driven projects.
</p>
-->
</div><!-- End Section Title -->
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelors in Computer Application</h4>
<h5>2016 - 2019</h5>
<p><em>Kristu Jayanti College, Bangalore</em></p>
<p> </p>
</div><!-- Edn Resume Item -->
</div>
</div>
</div>
</section><!-- /Education Section -->
<!-- Experience Section -->
<section id="experience" class="resume section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Web Developer</h4>
<h5>2021 - 2024</h5>
<p><em>Silk Route Advisors, Bangalore</em></p>
<ul>
<li>Developed and tested over 10 no-code web applications with user-friendly interfaces and robust relational
database integrations, enhancing usability and functionality.
</li>
<li>Diagnosed and resolved user-based security vulnerabilities in existing web applications, strengthening system
reliability.
</li>
<li>Delivered 3 custom no-code web applications, collaborating with stakeholders and tracking client feedback to
ensure alignment with goals and timely delivery.
</li>
<li>Mastered three new software tools within one week, leading to the successful delivery of projects while
maintaining rigorous quality standards and enhancing team productivity.
</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- /Experience Section -->
<!-- Certification Section -->
<section id="certification" class="resume section">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Certifications</h3>
<div class="resume-item">
<ul>
<li>
<strong><a href="https://www.udemy.com/certificate/UC-0d9e8923-f11a-4fef-a3c2-c9807bdfdc74/"
target="_blank">Tableau Ultimate Course (25 Hours): From Zero to Hero (2024)</a></strong> – Udemy
(2024)
<p>Acquired knowledge in data modeling, filtering, dynamic visualizations, advanced calculations, and
dashboard design, with hands-on experience in 60+ chart types and 60+ Tableau functions for data
transformation.</p>
</li>
<li>
<strong><a href="https://www.hackerrank.com/certificates/iframe/6f01b65ec648"
target="_blank">SQL (Intermediate) Certificate</a></strong> – Hackerrank
(2023)
<p>Developed expertise in intermediate-level SQL, including subqueries, aggregate functions, joins,
regex, CTEs, CASE statements, and Boolean operators for effective data analysis and manipulation.</p>
</li>
<li>
<strong><a
href="https://www.coursera.org/account/accomplishments/specialization/certificate/Z7JRK62R2WYS"
target="_blank">Google Data Analytics Specialization</a></strong> – Coursera
(2022)
<p>Gained proficiency in SQL for data querying, applied data cleaning techniques to ensure integrity, and leveraged Tableau and
Excel to create impactful visualizations and interactive dashboards for actionable insights.
</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</section><!-- /Certification Section -->
<!-- Skills Section -->
<section id="skills" class="skills section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="description-title">Skills</span>
<h2>Skills</h2>
<p>Proficient in a diverse set of tools and technologies, I excel at using Python, SQL, Excel, and Tableau
to solve complex data challenges. With strong expertise in data cleaning and visualization, I turn raw
data into actionable insights, helping drive business strategies and decision-making.</p>
</div><!-- End Section Title -->
<div class="row">
<div class="col-md-6 animate-box">
<div class="progress-wrap ftco-animate">
<h3>Python</h3>
<div class="progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="80"
class="progress-bar color-1" role="progressbar" style="width:80%">
<span>80%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box">
<div class="progress-wrap ftco-animate">
<h3>SQL</h3>
<div class="progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="90"
class="progress-bar color-2" role="progressbar" style="width:90%">
<span>90%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box">
<div class="progress-wrap ftco-animate">
<h3>Excel</h3>
<div class="progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="85"
class="progress-bar color-3" role="progressbar" style="width:85%">
<span>85%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box">
<div class="progress-wrap ftco-animate">
<h3>Tableau</h3>
<div class="progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="80"
class="progress-bar color-4" role="progressbar" style="width:80%">
<span>80%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box">
<div class="progress-wrap ftco-animate">
<h3>Data Cleaning</h3>
<div class="progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="95"
class="progress-bar color-3" role="progressbar" style="width:95%">
<span>95%</span>
</div>
</div>
</div>
</div>
<div class="col-md-6 animate-box">
<div class="progress-wrap ftco-animate">
<h3>Data Visualization</h3>
<div class="progress">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="90"
class="progress-bar color-4" role="progressbar" style="width:90%">
<span>90%</span>
</div>
</div>
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section">
<div class="container">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="description-title">Portfolio</span>
<h2>Portfolio</h2>
<p>Here are Data Analytics projects utilizing Python, SQL, Excel, and Tableau.</p>
</div><!-- End Section Title -->
<div class="row d-flex justify-content-center">
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a class="block-20" href="https://github.com/karlyndiary/Global-Electronics-Retailer">
<img src="assets/img/GER.png" class="img-fluid" alt="">
</a>
<div class="text mt-3 float-right d-block">
<div class="d-flex align-items-center mb-3 meta">
<p class="mb-0">
<!--<span class="mr-2">September 23, 2024</span>-->
</p>
</div>
<h3 class="heading"><a href="https://github.com/karlyndiary/Global-Electronics-Retailer">Optimizing
GER: Sales Insights</a></h3>
<p>Developed an analysis using Python, SQL, and Excel to examine revenue, customer
demographics, and profit drivers. The findings aim to enhance business strategies and
improve overall performance.</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry">
<a class="block-20" href="https://github.com/karlyndiary/Adidas-Sales-Analysis">
<img src="assets/img/Adidas Dashboard.png" class="img-fluid" alt="">
</a>
<div class="text mt-3 float-right d-block">
<div class="d-flex align-items-center mb-3 meta">
<p class="mb-0">
<!--<span class="mr-2">September 01, 2024</span>-->
</p>
</div>
<h3 class="heading"><a href="https://github.com/karlyndiary/Adidas-Sales-Analysis">Adidas
Retail Analytics: Uncovering Sales Dynamics</a></h3>
<p>Analyzed Adidas' sales performance, top retailers, trends, growth, and pricing insights.
Performed ETL from Python (Pandas) to SQL Server, extracted data with SQL, and visualized insights in Excel.
</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a class="block-20" href="https://github.com/karlyndiary/Sales-and-Customer-Performance-Dashboard">
<img src="assets/img/Sales & Customer Dashboard.png" class="img-fluid" alt="">
</a>
<div class="text mt-3 float-right d-block">
<div class="d-flex align-items-center mb-3 meta">
<p class="mb-0">
<!--<span class="mr-2">Nov 06, 2024</span>-->
</p>
</div>
<h3 class="heading"><a href="https://github.com/karlyndiary/Sales-and-Customer-Performance-Dashboard"> Sales & Customer Performance Dashboard</a></h3>
<p>Interactive Tableau dashboards leveraging Tableau for data pre-processing and visualization,
designed to provide comprehensive insights into sales performance and customer behavior.
</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry">
<a class="block-20" href="https://github.com/karlyndiary/Mavens-Pizza-Sales-Insight">
<img src="assets/img/Pizza Banner.png" class="img-fluid" alt="">
</a>
<div class="text mt-3 float-right d-block">
<div class="d-flex align-items-center mb-3 meta">
<p class="mb-0">
<!--<span class="mr-2">April 25, 2023</span>-->
</p>
</div>
<h3 class="heading"><a href="https://github.com/karlyndiary/Mavens-Pizza-Sales-Insight">Maven's Pizza Sales Insight</a></h3>
<p>Analyzing Maven Pizza's sales performance and business insights by exploring key metrics, product trends, customer behavior, and peak sales periods, utilizing SQL for querying and Excel for dashboard visualizations.
</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry">
<a class="block-20" href="https://github.com/karlyndiary/Coffee-Shop-Sales-Analysis">
<img src="assets/img/Coffee Sales Dashboard.png" class="img-fluid" alt="">
</a>
<div class="text mt-3 float-right d-block">
<div class="d-flex align-items-center mb-3 meta">
<p class="mb-0">
<!--<span class="mr-2">October 19, 2024</span>-->
</p>
</div>
<h3 class="heading"><a href="https://github.com/karlyndiary/Coffee-Shop-Sales-Analysis">Coffee Shop Sales Analysis</a></h3>
<p>Comprehensive analysis of coffee shop sales utilizing Pandas for data cleaning and exploratory data analysis (EDA), complemented by Streamlit for creating interactive data visualization dashboards.
</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex ftco-animate">
<div class="blog-entry justify-content-end">
<a class="block-20" href="https://github.com/karlyndiary/HR-Dashboard">
<img src="assets/img/HR Dashboard.png" class="img-fluid" alt="">
</a>
<div class="text mt-3 float-right d-block">
<div class="d-flex align-items-center mb-3 meta">
<p class="mb-0">
<!--<span class="mr-2">November 08, 2024</span>-->
</p>
</div>
<h3 class="heading"><a href="https://github.com/karlyndiary/HR-Dashboard">HR Dashboard</a></h3>
<p>Developed a comprehensive HR dashboard leveraging Tableau for both data pre-processing and visualization, providing an overview of key HR trends and in-depth insights.
</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- /Portfolio Section -->
<!-- More Section -->
<section id="more" class="hero section dark-background">
<img src="assets/img/bg_1.jpg" alt="" data-aos="fade-in">
<div class="container text-center" data-aos="fade-up" data-aos-delay="100">
<h2>More projects on Github</h2>
<p>DATA ANALYST</p>
<a class="btn" href="https://github.com/karlyndiary">
<span class="btn__inner">Github</span>
</a>
</div>
</section><!-- /More Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<span class="description-title">Contact</span>
<h2>Contact</h2>
<p>Below are the details to reach out to me!</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4">
<div class="info-item d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<p>Bangalore, India</p>
</div>
</div><!-- End Info Item -->
<div class="col-lg-4">
<div class="info-item d-flex flex-column justify-content-center align-items-center info-item-borders">
<i class="bi bi-telephone"></i>
<h3>Call</h3>
<p>8105744599</p>
</div>
</div><!-- End Info Item -->
<div class="col-lg-4">
<div class="info-item d-flex flex-column justify-content-center align-items-center">
<i class="bi bi-envelope"></i>
<h3>Email</h3>
<p>[email protected]</p>
</div>
</div><!-- End Info Item -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer position-relative dark-background">
<div class="container">
<!--
<h3 class="sitename">Karen Fernandes<br></h3>
<p>Et aut eum quis fuga eos sunt ipsa nihil. Labore corporis magni eligendi fuga maxime saepe commodi
placeat.</p>
-->
<div class="social-links d-flex justify-content-center">
<a href="https://www.linkedin.com/in/karenjfernandes/"><i class="bi bi-linkedin"></i></a>
<a href="https://github.com/karlyndiary"><i class="bi bi-github"></i></a>
<a href="https://www.kaggle.com/karenjudelyn"><i class="fab fa-kaggle"></i></a>
<a href="https://public.tableau.com/app/profile/karen.judelyn.fernandes/vizzes"><i
class="fas fa-braille"></i></a>
</div>
<div class="container">
<div class="copyright">
<span>Copyright</span> <strong class="px-1 sitename">©2024</strong> <span>All Rights Reserved</span>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>