-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
144 lines (130 loc) · 6.26 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
<!DOCTYPE HTML>
<!--
Solid State by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Michael's 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" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Banner -->
<section id="banner">
<div class="inner">
<div class="logo"><span class="icon fa-home"></span>PORTFOLIO</div>
<h2>MICHAELSARPONG</h2>
<p>Data Analyst greate in Microsoft Excel, SQL and Power BI. Look me up on <a href="https://github.com/KingSmilesNet">GitHub</a> Or LinkedIn<a href="https://www.linkedin.com/in/michael-sarpong-481aa097/"> @Michael Sarpong</a>
</p>
</div>
</section>
<!-- Wrapper -->
<section id="wrapper">
<!-- One -->
<section id="one" class="wrapper spotlight style1">
<div class="inner">
<a href="https://github.com/KingSmilesNet/Sales-Transactions-Analysis" class="image"><img src="images/Sales Data Image.jpg" alt="" /></a>
<div class="content">
<h2 class="major">PROJECTS</h2>
<h2 class="major">Sales Transaction Data Analysis</h2>
<p>In this project I extracted data, cleaned data and made some analysis on the sales data of a mini store across different regions. I made a report using charts </p>
<a href="https://github.com/KingSmilesNet/Sales-Transactions-Analysis" class="special">View Project</a>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt spotlight style2">
<div class="inner">
<a href="https://github.com/KingSmilesNet/Health-Facilities-Analysis/blob/main/Health%20Data%20Analysis" class="image"><img src="images/Health data image.webp" alt="" /></a>
<div class="content">
<h2 class="major">Health Facilities Analysis</h2>
<p>I extracted the health dataset from a webpage, cleaned it in Microsoft Excel and made some analysis in MySQL to improve upon my skill in SQL and back in Excel again to build my report and dashboard.</p>
<a href="https://github.com/KingSmilesNet/Health-Facilities-Analysis/blob/main/Health%20Data%20Analysis" class="special">View Project</a>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper alt style1">
<div class="inner">
<h2 class="major">More Projects</h2>
<p></p>
<section class="features">
<article>
<a href="https://github.com/KingSmilesNet/Excel-Projects" class="image"><img src="images/Dashboard Image.png" alt="" /></a>
<h3 class="major">Pacient Health Analysis</h3>
<p>In this project I extracted and cleaned the data, made some analysis, created a report using an interactive dashboard , all in Excel.</p>
<a href="https://github.com/KingSmilesNet/Excel-Projects" class="special">View Project</a>
</article>
<article>
<a href="https://github.com/KingSmilesNet/Grocery-Shop-Sales-Analysis" class="image"><img src="images/Screenshot (58).png" alt="" /></a>
<h3 class="major">Grocery Shop Sales Analysis</h3>
<p>This project was available on a web platform so I extracted and cleaned in excel then I made some analysis using SQL (MySQL) to find solution for tasks provided on the project.</p>
<a href="https://github.com/KingSmilesNet/Grocery-Shop-Sales-Analysis" class="special">View Project</a>
</article>
<article>
<a href="https://github.com/MikeDeAnalyst/Power-Bi-Projects" class="image"><img src="images/Power Bi Cover.png" alt="" /></a>
<h3 class="major">Power Bi Analysis And Reports</h3>
<p>Here you can view all analysis and reports I made in Power Bi.</p>
<a href="https://github.com/MikeDeAnalyst/Power-Bi-Projects" class="special">View Project</a>
</article>
</section>
<ul class="actions">
<li><a href="https://github.com/KingSmilesNet" class="button">Browse All Projects</a></li>
</ul>
</div>
</section>
</section>
<!-- Footer -->
<section id="footer">
<div class="inner">
<h2 class="major">Get in touch</h2>
<form method="post" action="https://formspree.io/f/xgebzwbv" >
<div class="fields">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="4"></textarea>
</div>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
</ul>
</form>
<ul class="contact">
<li class="icon solid fa-home">
Ghana<br />
Tema<br />
Greater-Accra
</li>
<li class="icon solid fa-phone">(+233) 249401182</li>
<li class="icon solid fa-envelope"><a href="mailto:[email protected]">[email protected]</a></li>
<li class="icon brands fa-linkedin"><a href="https://www.linkedin.com/in/michael-sarpong-481aa097/">LinkedIn/Michael Sarpong</a></li>
</ul>
<ul class="copyright">
<li>© KingSmiles LLC. All rights reserved.</li>
</ul>
</div>
</section>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.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>