-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathindex.html
More file actions
318 lines (276 loc) · 13.1 KB
/
Copy pathindex.html
File metadata and controls
318 lines (276 loc) · 13.1 KB
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
<!doctype html>
<html lang="en">
<head>
<title>Vivian Edema | Portfolio Hub</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css">
<!-- Font Awesome (reliable social icons) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<!-- Your CSS -->
<link rel="stylesheet" href="main2.css">
</head>
<body id="home">
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-dark fixed-top">
<div class="container">
<a class="navbar-brand" href="#home">Vivian Edema</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#nav" aria-controls="nav"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="nav">
<div class="navbar-nav">
<a class="nav-item nav-link" href="#areas">Portfolio Areas</a>
<a class="nav-item nav-link" href="#contact">Contact</a>
</div>
</div>
</div>
</nav>
<!-- Hero / Jumbotron -->
<div class="jumbotron jumbotron-fluid text-center hero">
<div class="container">
<h1 class="display-4 mt-5">
Hello, I’m <span class="highlight">Vivian Edema</span>
</h1>
<p class="lead mt-3">
I am Vivian Edema, a passionate Data Analytics professional with a strong foundation in transforming raw
data into
meaningful insights. Skilled in Excel, SQL, Python, R Programming, Power BI, and Tableau, I enjoy
uncovering patterns,
building visualizations, and supporting data-driven decision-making.
This portfolio showcases my projects, demonstrating my ability to analyze complex datasets, create
impactful dashboards,
and communicate findings effectively. </p>
<!-- Use anchor styled as button (cleaner than button inside a tag) -->
<a href="#areas" class="btn custom-btn mt-2">Explore My Work</a>
</div>
</div>
<!-- Portfolio Areas (Cards) -->
<div class="container mt-5" id="areas">
<h2 class="text-center">Portfolio Areas</h2>
<p class="text-center intro mt-3">
Choose a section to view projects and resources.
</p>
<div class="row project-row">
<!-- Card 1 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Excel Dashboard</h5>
<p class="card-text">
Care workforce analytics dashboard with cleaning, pivot tables, KPIs.
</p>
<div class="mt-auto">
<a href="" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<div class="card-body d-flex flex-column">
<h5 class="card-title">SQL Database Project</h5>
<p class="card-text">
Retail customer + orders dataset: JOINs, aggregation, reporting.
</p>
<div class="mt-auto">
<a href="" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<div class="card-body d-flex flex-column">
<h5 class="card-title">ETL Pipeline</h5>
<p class="card-text">
Multi-source sales data cleaning & transformation (Power Query).
</p>
<div class="mt-auto">
<a href="" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
<!-- Card 4 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Power BI Dashboard</h5>
<p class="card-text">
E-commerce customer insight dashboard with DAX KPIs.
</p>
<div class="mt-auto">
<a href="" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
</div>
<div class="row project-row">
<!-- Card 5 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<!-- Top Image -->
<img src="" class="slds-max-medium-size_1-of-1 card-img-top" alt="ETL Pipeline">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Tableau Dashboard</h5>
<p class="card-text">
Social media engagement analytics using interactive storytelling.
</p>
<div class="mt-auto">
<a href="#contact" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
<!-- Card 6 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<!-- Top Image -->
<img src="Week 12_Project/images/Python_Main.png" class="slds-max-medium-size_1-of-1 card-img-top"
alt="ETL Pipeline">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Python Project</h5>
<p class="card-text">
Customer behaviour dataset: pandas, visualisation, trends & insights.
</p>
<div class="mt-auto">
<a href="Week 12_Project/loan_analysis.html" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
<!-- Card 7 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<!-- Top Image -->
<img src="#" class="slds-max-medium-size_1-of-1 card-img-top" alt="ETL Pipeline">
<div class="card-body d-flex flex-column">
<h5 class="card-title">R Statistics Project</h5>
<p class="card-text">
UK housing costs vs income: hypothesis testing & regression.
</p>
<div class="mt-auto">
<a href="#contact" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
<!-- Card 8 -->
<div class="col-12 col-sm-6 col-lg-3 text-center">
<div class="card mb-3 h-100 fancy-card">
<!-- Top Image -->
<img src="#" class="slds-max-medium-size_1-of-1 card-img-top" alt="ETL Pipeline">
<div class="card-body d-flex flex-column">
<h5 class="card-title">Capstone Project</h5>
<p class="card-text">
End-to-end analytics solution with SQL + BI + storytelling.
</p>
<div class="mt-auto">
<a href="#contact" class="btn custom-btn mt-2">View Project</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Contact -->
<div class="container w-50 mt-5 mb-5 form-div" id="contact">
<form id="contactForm" novalidate>
<div class="form-group">
<h3 class="text-center pt-3">Contact</h3>
<label for="name">Name <span class="text-warning">*</span></label>
<input type="text" class="form-control" id="name" placeholder="Your name" required minlength="2">
<div class="invalid-feedback">Please enter your name (at least 2 characters).</div>
</div>
<div class="form-group">
<label for="email">Email <span class="text-warning">*</span></label>
<input type="email" class="form-control" id="email" placeholder="Your email" required>
<div class="invalid-feedback">Please enter a valid email address.</div>
</div>
<div class="form-group">
<label for="message">Message <span class="text-warning">*</span></label>
<textarea class="form-control" id="message" rows="4" required minlength="10"
placeholder="Write your message..."></textarea>
<div class="invalid-feedback">Please enter a message (at least 10 characters).</div>
</div>
<div id="formSuccess" class="alert alert-success d-none" role="alert">
Thanks! Your message is valid. (You can later connect this to EmailJS / Formspree.)
</div>
<button type="submit" class="btn custom-btn mt-2" id="form-btn">Send</button>
</form>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="socicons-list">
<li>
<a href="https://github.com/Vedema" target="_blank" aria-label="GitHub">
<i class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/vivian-edema-phd-afhea-9990698b" target="_blank"
aria-label="LinkedIn">
<i class="fa-brands fa-linkedin-in"></i>
</a>
</li>
<li>
<a href="https://www.facebook.com/vchinwe" target="_blank" aria-label="Facebook">
<i class="fa-brands fa-facebook-f"></i>
</a>
</li>
<li>
<a href="https://twitter.com/oyemikevivian" target="_blank" aria-label="Twitter">
<i class="fa-brands fa-x-twitter"></i>
</a>
</li>
</ul>
</footer>
<p class="copyright text-center mb-3">
Vivian Edema © <span id="year"></span>
</p>
<!-- Dynamic year -->
<script src="js/year.js"></script>
<!-- Form validation -->
<script>
(function () {
const form = document.getElementById("contactForm");
const success = document.getElementById("formSuccess");
if (!form) return;
function isValidEmail(email) {
return /^[^\s@]+@[^\s@]+\.[^\s@]{2,}$/.test(email);
}
form.addEventListener("submit", function (event) {
event.preventDefault();
const email = document.getElementById("email");
let valid = form.checkValidity();
if (email && !isValidEmail(email.value.trim())) {
email.setCustomValidity("Invalid");
valid = false;
} else if (email) {
email.setCustomValidity("");
}
if (!valid) {
event.stopPropagation();
form.classList.add("was-validated");
if (success) success.classList.add("d-none");
return;
}
form.classList.add("was-validated");
if (success) success.classList.remove("d-none");
});
})();
</script>
<!-- Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"
crossorigin="anonymous"></script>
</body>
</html>