-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
642 lines (618 loc) · 38.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="color-scheme" content="dark">
<meta name="description" content="" />
<meta name="author" content="Chandra" />
<title>Chandra Malla Data Analyst Portfolio Website</title>
<!-- Favicon-->
<link rel="icon" type="image/x-icon" href="assets/fav.png" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.15.4/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css2?family=Amatic+SC&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/Chart.js/3.7.1/chart.min.js" integrity="sha512-QSkVNOCYLtj73J4hbmVoOV6KVZuMluZlioC+trLpewV8qMjsWqlIQvkn1KGX2StWvPMdWGBqim1xlC8krl1EKQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * Microsoft Clarity * *-->
<script type="text/javascript">
(function(c, l, a, r, i, t, y) {
c[a] = c[a] || function() {
(c[a].q = c[a].q || []).push(arguments)
};
t = l.createElement(r);
t.async = 1;
t.src = "https://www.clarity.ms/tag/" + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, "clarity", "script", "bo65tnhu0y");
</script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg text-uppercase fixed-top" id="mainNav" style="background-color:#fff;position: fixed;">
<div class="container">
<a class="navbar-brand" href="#page-top" style="color: #000;font-family: 'Amatic SC', cursive;"> C.M</a>
<button class="navbar-toggler text-uppercase font-weight-bold bg-primary text-white rounded" type="button" data-bs-toggle="collapse" data-bs-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#portfolio" style="color: #000">Projects</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#about" style="color: #000">Skills</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#Achievements" style="color: #000">Achievements</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="#contact" style="color: #000">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class=" text-white text-center" style="background-color: #FFF; margin:120px">
<div class="container d-flex align-items-center flex-column">
<!-- Masthead Avatar Image-->
<img class=" mb-5" src="assets/me.webp" style="height: 400px" alt="..." />
<!-- Masthead Heading-->
<h2 class="" style="color: #000;padding-top: 2px;width: 70px%;white-space: nowrap;">Hi, I am Chandra</h2>
<!-- Icon Divider-->
<!-- Masthead Subheading-->
<h5 class="masthead-subheading font-weight-light mb-0" style="color: #000;padding-bottom:25px;white-space: nowrap">Infographic designer | Data Analyst | Independent Publisher | Pro Developer </h5>
<p class="masthead-subheading font-weight-light mb-0" style="color: #848C8E;align-content: center;">I love solving impactful problems with data, and my Formula is Data Discovery, Data Integration, Data Agility, Data Intelligence. I am looking for realworld problems in the data industry that I could find rightful solution. Most of the time
my fingers spend time on scrolling tweets, and tagging my friend Muzna everywhere in retweets :), also i am an Independent Publisher for Power Platform Connectors, Check my portfolio to see the works I have done so far. </p>
</div>
</header>
<!-- Portfolio Section-->
<section class="page-section portfolio" id="portfolio">
<div class="container">
<!-- Portfolio Section Heading-->
<h3 class=" text-center text-uppercase mb-0" style="color: #000">Projects</h3>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items-->
<div class="row justify-content-center">
<!-- Portfolio Item 1-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal1">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="">Project LimitLess</i></div>
</div>
<h5>Project LimitLess</h5>
<img class="img-fluid" src="assets/project-limitless.jpg" alt="..." />
</div>
</div>
<!-- Portfolio Item 2-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal2">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="">Visitor Management Solution</i></div>
</div>
<h5>Visitor Management</h5>
<img class="img-fluid" src="assets/vms.jpg" alt="Visitor Management Solution" />
</div>
</div>
<!-- Portfolio Item 3-->
<div class="col-md-6 col-lg-4 mb-5">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal3">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="">DPI/PCR Self-Declaration Portal</i></div>
</div>
<h5>Covid Self-Declaration Portal</h5>
<img class="img-fluid" src="assets/rtpcr.jpg" alt="DPI/PCR Self-Declaration Portal" />
</div>
</div>
<!-- Portfolio Item 4-->
<div class="col-md-6 col-lg-4 mb-5 mb-lg-0">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal4">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="">Employee Vacation Calendar</i></div>
</div>
<h5>Employee Vacation Calendar</h5>
<img class="img-fluid" src="assets/employee-vacation.jpg" alt="Employee Vacation Calendar" />
</div>
</div>
<!-- Portfolio Item 5-->
<div class="col-md-6 col-lg-4 mb-5 mb-md-0">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal5">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="">Meeting Capture</i></div>
</div>
<h5>Meeting Capture</h5>
<img class="img-fluid" src="assets/unnamed.jpg" alt="Meeting Capture" />
</div>
</div>
<!-- Portfolio Item 6-->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal6">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x">IT Support ROTA</i></div>
</div>
<h5>IT Support ROTA Solution
</h5>
<img class="img-fluid" src="assets/rota.jpg" alt="..." />
</div>
</div>
<!-- Portfolio Item 7-->
<div class="col-md-6 col-lg-4">
<div class="portfolio-item mx-auto" data-bs-toggle="modal" data-bs-target="#portfolioModal7">
<div class="portfolio-item-caption d-flex align-items-center justify-content-center h-100 w-100">
<div class="portfolio-item-caption-content text-center text-white"><i class="fas fa-plus fa-3x">Project-Soul</i></div>
</div>
<h5>Project-Soul
</h5>
<img class="img-fluid" src="assets/Project-Soul.jpg" alt="..." />
</div>
</div>
</div>
</div>
</section>
<hr style="width:10%;border-style:dotted;border-bottom: none;border-width: 10px;">
<!-- About Section-->
<div class="container">
<!-- About Section Heading-->
<h2 class="page-section-heading text-center text-uppercase text-black" id="about">Skills</h2>
<!-- Icon Divider-->
<div class="divider-custom divider-light">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- About Section Content-->
<div class="container">
<div class="row">
<div class="charty">
<canvas id="myChart" width="10" height="10"></canvas>
<canvas id="myChart1" width="10" height="10"></canvas>
</div>
</div>
</div>
</div>
<!-- Achievements Section-->
<section class="page-section portfolio" id="Achievements">
<div class="container">
<!-- Portfolio Section Heading-->
<h3 class=" text-center text-uppercase mb-0" style="color: #000">Achievements</h3>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Grid Items-->
<div class="row justify-content-center">
<!-- Portfolio Item 1-->
<div class="col-md-6 col-lg-4 mb-5">
<div data-iframe-width="270" data-iframe-height="300" data-share-badge-id="af4d2075-886a-4132-ba20-aee52e9008cf" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
<!-- Portfolio Item 2 -->
<div class="col-md-6 col-lg-4 mb-5">
<div data-iframe-width="270" data-iframe-height="300" data-share-badge-id="62e455c8-7372-4dcf-b4ad-eb47e65b87f9" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
<!-- Portfolio Item 3 -->
<div class="col-md-6 col-lg-4 mb-5">
<div data-iframe-width="270" data-iframe-height="300" data-share-badge-id="5a556197-0100-4dc9-b7c8-96a392af5041" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
<!-- Portfolio Item 4 -->
<div class="col-md-6 col-lg-4 mb-5">
<div data-iframe-width="270" data-iframe-height="300" data-share-badge-id="fa57ebad-7f00-401e-a0e0-0624fee41095" data-share-badge-host="https://www.credly.com"></div>
<script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div>
</div>
</div>
</section>
<hr style="width:10%;border-style:dotted;border-bottom: none;border-width: 10px;">
<!-- Footer-->
<footer class="footer text-center" id="contact" style="background-color: rgb(0, 122, 204)">
<div class="container">
<div class="row">
<!-- Footer Location-->
<div class="col-lg-5 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p class="lead mb-0">
India
<br />
</p>
</div>
<!-- Footer Social Icons-->
<div class="col-lg-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Electronically Connected</h4>
<h5>Follow</h5>
<a class="btn btn-outline-light btn-social mx-1" href="https://github.com/sekharmalla" target="_blank"><i class="fab fa-fw fa-github"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://twitter.com/ChandraSMalla" target="_blank"><i class="fab fa-fw fa-twitter"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://ae.linkedin.com/in/chandramalla" target="_blank"><i class="fab fa-fw fa-linkedin-in"></i></a>
<a class="btn btn-outline-light btn-social mx-1" href="https://medium.com/sekharmalla" target="_blank"><i class="fab fa-fw fa-medium"></i></a>
<!-- <a class="btn btn-outline-light btn-social mx-1" href="https://public.tableau.com/app/profile/okpara.esther.chinemere#!/" target="_blank"><i class="fab fa-fw fa-dribbble"></i></a> -->
</div>
<!-- Footer About Text-->
<div class="col-lg-4">
<h4 class="text-uppercase mb-4"></h4>
<p class="lead mb-0">
me!
<a href=""></a>
.
</p>
</div>
</div>
</div>
</footer>
<!-- Copyright Section-->
<div class="copyright py-4 text-center text-white" style="background-color: rgb(54, 148, 218)">
<div class="container"><small>Copyright © Chandra Malla 2022</small></div>
</div>
<!-- Portfolio Modals-->
<!-- Portfolio Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" aria-labelledby="portfolioModal1" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.4);">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h4 class=" text-secondary text-uppercase mb-0">Project LimitLess</h4>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<!--<img class="img-fluid rounded mb-5" src="assets/img/heart-failure3.png" alt="..." width="100px" />-->
<!-- Portfolio Modal - Text-->
<p class="mb-4">A variation of the ITSM tool to capture user-level details about services utilization.
<p style="text-align: left">The following task were carried out in this project: </p>
<ul style="text-align: left">
<li>End to end solution from Employee on-boarding to User Insights at one place.</li>
<li>Summary statistics to understand the End user better.</li>
<li>Stakeholders will have clear idea on which Entity is using which managed services and how many users.</li>
<li>This solution comes with Power Automate, Power Apps, Power BI</li>
</ul>
</p>
<!-- <a class="btn btn-outline-dark btn-social mx-1" href="https://github.com/xtric6/heart-failure-predictor" target="_blank"><i class="fab fa-fw fa-github"></i></a>
<a class="" href="https://heart-failure-predictor-webapp.herokuapp.com/" target="_blank" style="margin-left: 10px;background-color:none;color: black;width: 50px;height: 30px;text-decoration: underline;">
View Live WebApp
</a> -->
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" aria-labelledby="portfolioModal2" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.4);">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h4 class="text-secondary text-uppercase mb-0">U.S adult Salary Predictor</h4>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<p class="mb-4" style="text-align: left">This is a classification machine learning project that predicts if an adult in the U.S earns less or more than $500.
<p style="text-align: left">The following task were carried out in this project: </p>
<ul style="text-align: left">
<li>Data cleaning and outlier removal.</li>
<li>Building of pipeline to codify and automate the ML workflow.</li>
<li>Hyper parameter tuning to optimive the machine learning model for better performance.</li>
<li>Integration of the built models into a webapp built with streamlit and deployed on streamlit server.</li>
</ul>
</p>
<a class="btn btn-outline-dark btn-social mx-1" href="https://github.com/xtric6/US-Adult-Salary-Prediction-ML-App" target="_blank"><i class="fab fa-fw fa-github"></i></a>
<a class="" href="https://share.streamlit.io/xtric6/us-adult-salary-prediction-ml-app/main/app.py" target="_blank" style="margin-left: 10px;background-color:none;color: black;width: 50px;height: 30px;text-decoration: underline;">
View Live WebApp</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" aria-labelledby="portfolioModal3" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.4);">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h5 class="text-secondary text-uppercase mb-0">Analysis of customer Churn of a Telco Company</h5>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<p class="mb-4" style="text-align: left">Telco is a company that provides home and internet service to 7043 customers in califonia.Data was provided by them on customers that have left their company(churned).Using this data we want to gain insight into the factors
thats driving customer churn,which will help the company understand how to drive campaigns on customer retention and decision making to aid in reduction customer churn.
<p style="text-align: left">The following task were performed using the data: </p>
<ul style="text-align: left">
<li>Data cleaning</li>
<li>Exploratory data analysis to answer some business problems.(Full description to each step is on the python notebook containing this project on github).</li>
<li>Visualizations.</li>
<li>Building and evaluation of several machine learning models to predict customers that are likely to churn.</li>
</ul>
</p>
<a class="btn btn-outline-dark btn-social mx-1" href="https://github.com/xtric6/Customer-churn-Analysis-for-a-telco-company" target="_blank"><i class="fab fa-fw fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" aria-labelledby="portfolioModal4" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.4)" ;>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h5 class="text-secondary text-uppercase mb-0">Exploratory Data Analysis on Amazon Books Dataset Using SQL</h5>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<p class="mb-4" style="text-align: left">Amazon books is a chain of retail bookstores owned by online retailer Amazon. This projects data was gotten from kaggle and contains data of all the top 50 sold books from 2009-2019.Making it a total of 550 books.The data
was cleaned using python and queried using SQL</p>
<p style="text-align: left">The data was queried using SQL to answer the following questions: </p>
<ul style="text-align: left">
<li>Authors with the highest number of best selling books between (2009-2019)</li>
<li>Most expensive best selling book in amazon between(2009 - 2019)</li>
<li>Average price of amazon best selling books</li>
<li>What genre of book sold the most?</li>
<li>Best selling book between the yaer(2009 - 2019)</li>
<li>Average price of books by genre?</li>
</ul>
<a class="btn btn-outline-dark btn-social mx-1" href="https://github.com/xtric6/Exploratory-Data-Analysis-on-Amazon-Top-50-Best-selling-Books-2009---2019-Dataset.-" target="_blank"><i class="fab fa-fw fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" aria-labelledby="portfolioModal5" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.4);">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h4 class=" text-secondary text-uppercase mb-0">SuperStore Sales Dashboard</h4>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<p class="mb-4" style="text-align: left">Dashboards shows all performance of a business at a glance.it is a collection of several views letting us compare a variety of data simulteneously.</p>
<p style="text-align: left">This interactive dashboard was built with the aim of answering and visualizating the following business questions: </p>
<ul style="text-align: left">
<li>KPI of customers,sales,average shipment time and total quantity.</li>
<li>Total sales made.</li>
<li>Sales per region.</li>
<li>Sales per state.</li>
<li>Sales growth per year(Quaterly).</li>
</ul>
<a class="" href="https://public.tableau.com/app/profile/okpara.esther.chinemere/viz/SUPERSTORESALESDASHBOARD2/Dashboard1" target="_blank" style="margin-left: 10px;background-color:none;color: black;width: 50px;height: 30px;text-decoration: underline;">View Dashboard
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" aria-labelledby="portfolioModal6" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.7);">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h4 class=" text-secondary text-uppercase mb-0">Nothing to see here</h4>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? soluta, eos quod consequuntur itaque. Nam.</p>
<a class="btn btn-outline-light btn-social mx-1" href="#!" target="_blank"><i class="fab fa-fw fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Modal 7-->
<div class="portfolio-modal modal fade" id="portfolioModal7" tabindex="-1" aria-labelledby="portfolioModal7" aria-hidden="true">
<div class="modal-dialog modal-xl">
<div class="modal-content">
<div class="modal-header border-0"><button class="btn-close" type="button" data-bs-dismiss="modal" aria-label="Close"></button></div>
<div class="modal-body text-center pb-5" style="background-color: rgb(127,106,147,0.7);">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<!-- Portfolio Modal - Title-->
<h4 class=" text-secondary text-uppercase mb-0">Project-Soul</h4>
<!-- Icon Divider-->
<div class="divider-custom">
<div class="divider-custom-line"></div>
<div class="divider-custom-icon"><i class="fas fa-star"></i></div>
<div class="divider-custom-line"></div>
</div>
<!-- Portfolio Modal - Image-->
<p class="mb-4">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Mollitia neque assumenda ipsam nihil, molestias magnam, recusandae quos quis inventore quisquam velit asperiores, vitae? soluta, eos quod consequuntur itaque. Nam.</p>
<a class="btn btn-outline-light btn-social mx-1" href="#!" target="_blank"><i class="fab fa-fw fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- <script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> -->
<script>
const ctx = document.getElementById('myChart1').getContext('2d');
const myChart = new Chart(ctx, {
type: 'bar',
data: {
labels: ['PowerApps', 'Power Automate', 'Power BI', 'Dataverse', 'SQL', 'Python', 'R'],
datasets: [{
label: '# of Skills',
data: [100, 95, 80, 50, 30, 45, 22],
backgroundColor: [
'rgba(153, 102, 255, 0.2)',
'rgba(54, 162, 235, 0.2)',
'rgba(255, 206, 86, 0.2)',
'rgba(255, 206, 86, 0.2)',
'rgba(75, 192, 192, 0.2)',
'rgba(255, 159, 64, 0.2)'
],
borderColor: [
'rgba(153, 102, 255, 1)',
'rgba(54, 162, 235, 1)',
'rgba(255, 206, 86, 1)',
'rgba(255, 99, 132, 1)',
'rgba(75, 192, 192, 1)',
'rgba(255, 159, 64, 1)'
],
borderWidth: 1
}]
},
options: {
tooltips: {
enabled: false
},
indexAxis: 'y',
plugins: {
legend: {
display: false
},
tooltip: {
enabled: false
},
},
scales: {
x: {
stacked: true,
grid: {
display: false
}
},
y: {
stacked: true,
grid: {
display: false
}
}
}
}
});
</script>
<script>
const ctx1 = document.getElementById('myChart').getContext('2d');
const myChart1 = new Chart(ctx1, {
type: 'bar',
data: {
labels: ['DATA MODELING', 'DATA CLEANING', 'HTML', 'CSS', 'Javascript', 'Electron.js', 'C#'],
datasets: [{
label: '# of Skills',
data: [75, 95, 100, 50, 80, 45, 30],
backgroundColor: [
'rgba(153, 102, 255, 0.2)',
'rgba(54, 162, 235, 0.2)',
'rgba(255, 206, 86, 0.2)',
'rgba(255, 206, 86, 0.2)',
'rgba(75, 192, 192, 0.2)',
'rgba(255, 159, 64, 0.2)'
],
borderColor: [
'rgba(153, 102, 255, 1)',
'rgba(54, 162, 235, 1)',
'rgba(255, 206, 86, 1)',
'rgba(255, 99, 132, 1)',
'rgba(75, 192, 192, 1)',
'rgba(255, 159, 64, 1)'
],
borderWidth: 1
}]
},
options: {
tooltips: {
enabled: false
},
indexAxis: 'y',
plugins: {
legend: {
display: false
}
},
scales: {
x: {
stacked: true,
grid: {
display: false
}
},
y: {
stacked: true,
grid: {
display: false
}
}
}
}
});
</script>
</body>
</html>