-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (68 loc) · 2.47 KB
/
Copy pathindex.html
File metadata and controls
76 lines (68 loc) · 2.47 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Michelle Boula | Data Analyst Portfolio</title>
<style>
body {
font-family: Arial, sans-serif;
max-width: 900px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
}
.intro {
text-align: center;
margin-bottom: 40px;
}
.banner {
max-width: 100%;
height: auto;
}
h2 {
border-bottom: 2px solid #ccc;
padding-bottom: 4px;
margin-top: 40px;
}
ul {
padding-left: 20px;
}
</style>
</head>
<body>
<div class="intro">
<img src="https://github.com/mboula/mboula.github.io/raw/main/GitHubBanner.png" alt="Michelle Boula Banner" class="banner" />
<p>
Welcome! I’m so glad you’re here! This is the central hub for my data analytics journey — blending technical skills with real-world impact in housing rights, cannabis trends, and operational strategy.
</p>
</div>
<h2>🔍 Current Projects</h2>
<p><strong>🟢 <a href="https://github.com/mboula/Cannabis-Sales-Insight">Cannabis Sales Insight</a></strong><br>
<strong>Goal:</strong> Forecast retail cannabis trends using official Connecticut sales data<br>
<strong>Tools:</strong> Excel (cleaning, KPIs, dashboards), SQL (queries), inventory modeling</p>
<p><strong>🟣 <a href="https://github.com/mboula/TX-Civil-Rights-Pattern-Analysis">Civil Rights Pattern Analysis (TX)</a></strong><br>
<strong>Goal:</strong> Map procedural breakdowns in Texas Fair Housing enforcement<br>
<strong>Tools:</strong> Google Sheets, Airtable, timeline tracking, pattern recognition</p>
<h2>📊 Merit America Projects (In Progress)</h2>
<ul>
<li>SQL Project — Coming Soon</li>
<li>Excel Dashboard — Coming Soon</li>
<li>Capstone Project — Coming Soon</li>
</ul>
<h2>🧠 About Me</h2>
<p>
I'm a data analyst with a background in system diagnostics, risk mapping, and operational strategy. I specialize in turning patterns into direction — not just dashboards. Currently focused on:
</p>
<ul>
<li>Real estate and civil rights data</li>
<li>Cannabis industry insights</li>
<li>Advocacy-driven analytics</li>
</ul>
<h2>📬 Contact</h2>
<ul>
<li><a href="https://www.linkedin.com/in/emboula">LinkedIn</a></li>
<li>Email: <a href="mailto:michelleleeboula@gmail.com">michelleleeboula@gmail.com</a></li>
</ul>
</body>
</html>