-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
271 lines (242 loc) · 14.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Frankie Bromage - Data Engineer</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-aFq/bzH65dt+w6FI2ooMVUpc+21e0SRygnTpmBvdBgSdnuTN7QbdgL+OapgHtvPp" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- navbar -->
<!-- Include link to resume on google drive -->
<section id="navbar">
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<!-- <img src="./icons/house.svg" alt="home" height="30px"> -->
Frankie Bromage</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://drive.google.com/file/d/1wkJ1youJLgLVH_W-S84WGKS3zisfic4G/view">Resume</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/in/frankie-bromage-cheng-56b40b172/">LinkedIn</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/frankiebromage">Github</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Projects
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">Data Science</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">Data Engineering</a></li>
<li><hr class="dropdown-divider"></li>
<li><a class="dropdown-item" href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">Web Development</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</section>
<!-- title -->
<section id="title">
<div id="myCarousel" class="carousel slide mb-6 carousel-custom-height" data-bs-ride="carousel" >
<div class="carousel-indicators">
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="0" class="" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="1" aria-label="Slide 2" class="active" aria-current="true"></button>
<button type="button" data-bs-target="#myCarousel" data-bs-slide-to="2" aria-label="Slide 3" class=""></button>
</div>
<div class="carousel-inner">
<div class="carousel-item">
<img src="./images/data_stock_1.jpg" class="img-fluid border rounded-3 shadow-lg mb-4 carousel-img" alt="Example image" width="100%" loading="lazy">
<div class="container">
<div class="carousel-caption text-start py-2 px-4">
<h1>Intuitive Dashboarding</h1>
<p class="opacity-75">Revealing actionable business insights for operations and analytics</p>
<div class="row">
<p><a class="btn btn-lg btn-primary" href="mailto:frankiebromage@gmail.com?subject=Subject%20Here&body=Your%20message%20here">Contact</a></p>
</div>
</div>
</div>
</div>
<div class="carousel-item active" >
<img src="./images/code_stock_1.jpg" class="img-fluid border rounded-3 shadow-lg mb-4 carousel-img" alt="Example image" width="100%" loading="lazy" object-fit="cover">
<div class="container">
<div class="carousel-caption" style=>
<h1>Creating Transparent Data Pipelines </h1>
<p>Well-documented, efficient data pipeline design for seamless data flow</p>
<p><a class="btn btn-lg btn-primary" href="https://drive.google.com/file/d/1wkJ1youJLgLVH_W-S84WGKS3zisfic4G/view">View Resume</a></p>
</div>
</div>
</div>
<div class="carousel-item" >
<img src="./images/code_stock_2.jpg" class="img-fluid border rounded-3 shadow-lg mb-4 carousel-img" alt="Example image" width="100%" loading="lazy">
<div class="container">
<div class="carousel-caption text-end">
<h1>Full Stack Web Development</h1>
<p>Creating maintainable, scalable, and user-centric web solutions</p>
<p><a class="btn btn-lg btn-primary" href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">Browse projects</a></p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#myCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#myCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<!-- About Me -->
<section id="about-me" class="bg-body-tertiary">
<div class="container col-xxl-8 px-4 py-5">
<div class="row flex-lg-row-reverse align-items-center g-5 py-5">
<div class="col-10 col-sm-8 col-lg-6">
<img src="./images/me.jpeg" class="d-block mx-lg-auto img-fluid profile-img " alt="Profile Pic" width="300" height="300" loading="lazy">
</div>
<div class="col-lg-6">
<h1 class="display-5 fw-bold text-body-emphasis lh-1 mb-3">Hi, I'm Frankie</h1>
<p class="lead">A Data Scientist and Engineer with a passion for human-centered design and leveraging data to impact every aspect of your organization</p>
<div class="d-grid gap-2 d-md-flex justify-content-md-start">
<a class="btn btn-primary btn-lg px-4 me-md-2" href="https://drive.google.com/file/d/1wkJ1youJLgLVH_W-S84WGKS3zisfic4G/view">View Resume</a>
<a class="btn btn-outline-secondary btn-lg px-4" href="mailto:frankiebromage@gmail.com?subject=Subject%20Here&body=Your%20message%20here">Contact me</a>
</div>
</div>
</div>
</div>
</section>
<!-- Projects -->
<section id="projects">
<div class="container marketing">
<!-- Three columns of text below the carousel -->
<div class="row py-5">
<div class="col-lg-4">
<img class="rounded-circle bg-body-secondary" width="140" height="140" src="./images/diagram-2.svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<h2 class="fw-normal">Data Engineering</h2>
<p>Implementation of the modern data stack for ingestion, transformation and monitoring</p>
<p><a class="btn btn-outline-secondary" href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">View projects »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle bg-body-secondary" width="140" height="140" src="./images/fast-forward-circle.svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<h2 class="fw-normal">Data Science</h2>
<p>ML models that solve your business use case</p>
<p><a class="btn btn-outline-secondary" href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">View projects »</a></p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="rounded-circle bg-body-secondary" width="140" height="140" src="./images/code-slash.svg" role="img" aria-label="Placeholder" preserveAspectRatio="xMidYMid slice" focusable="false"><title>Placeholder</title><rect width="100%" height="100%" fill="var(--bs-secondary-color)"></rect></img>
<h2 class="fw-normal">Full Stack Engineering</h2>
<p>Front and back end web development written in clean, maintainable code</p>
<p><a class="btn btn-outline-secondary " href="https://abrasive-maraca-791.notion.site/Frankie-Bromage-Data-Scientist-839a7b35b52a48c782c6b0b4639f41a1">View projects »</a></p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">Data Modelling <span class="text-body-secondary">using DBT</span></h2>
<p class="lead">Organize your data warehouse in sql and make it your data team's favourite space</p>
</div>
<div class="col-md-5">
<img src="https://yt3.googleusercontent.com/j6Xi8LLEa1Nfwjo2NSuWZkCd-l0LBBgkC69zK_Ud5AiWZiYGvIyv_zB5F1nkgGlcX2hs2rDc=s900-c-k-c0x00ffffff-no-rj" class="d-block mx-lg-auto img-fluid" alt="DBT" width="500" height="500" loading="lazy">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7 order-md-2">
<h2 class="featurette-heading fw-normal lh-1">AWS ML Pipelines <span class="text-body-secondary">for near realtime time data analysis</span></h2>
<p class="lead">Get reat time data insights using AWS Kinesis Firehose, S3 and your favorite BI tool</p>
</div>
<div class="col-md-5 order-md-1">
<img src="./images/realtimedag.png" class="d-block mx-lg-auto img-fluid" alt="dag" width="500" height="500" loading="lazy">
</div>
</div>
<hr class="featurette-divider">
<div class="row featurette">
<div class="col-md-7">
<h2 class="featurette-heading fw-normal lh-1">Seamless Integration <span class="text-body-secondary">using Github Actions</span></h2>
<p class="lead">Automate your CI/CD using Github Actions</p>
</div>
<div class="col-md-5">
<img src="./images/github.svg" class="d-block mx-lg-auto img-fluid" alt="github" width="500" height="500" loading="lazy">
</div>
</div>
<!-- /END THE FEATURETTES -->
</div>
</section>
<!-- Contact Me -->
<section id="contact" class="contact-section bg-body-tertiary">
<div class="container my-5 pt-3">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<h2 class="text-dark mb-4">Contact Me</h2>
<p class="text-black-50">Have a question or want to discuss a project? Feel free to reach out to me!</p>
</div>
</div>
<!-- <div class="row">
<div class="col-lg-8 mx-auto text-center">
<form id="contactForm" name="sentMessage" novalidate="novalidate">
<div class="row">
<div class="col-md-6">
<div class="form-floating mb-3">
<input class="form-control" id="name" type="text" placeholder="Enter your name..." required="required" data-validation-required-message="Please enter your name." />
<label for="name">Your Name</label>
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-floating mb-3">
<input class="form-control" id="email" type="email" placeholder="Enter your email..." required="required" data-validation-required-message="Please enter your email address." />
<label for="email">Your Email</label>
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="form-floating mb-3">
<textarea class="form-control" id="message" placeholder="Enter your message here..." style="height: 10rem" required="required" data-validation-required-message="Please enter a message."></textarea>
<label for="message">Your Message</label>
<p class="help-block text-danger"></p>
</div> -->
<div class="d-grid">
<a class="btn btn-outline-secondary btn-xl" id="sendMessageButton" href="mailto:frankiebromage@gmail.com?subject=Subject%20Here&body=Your%20message%20here">Contact Me</a>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- Footer -->
<section id="footer">
<div class="container-fluid">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
<a href="/" class="mb-3 me-2 mb-md-0 text-body-secondary text-decoration-none lh-1">
<svg class="bi" width="30" height="24"><use xlink:href="#bootstrap"></use></svg>
</a>
<span class="mb-3 mb-md-0 text-body-secondary">© 2024 Frankie Bromage</span>
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3"><a class="text-body-secondary" href="https://github.com/frankiebromage"><img class="bi" width="24" height="24" src="./images/github.svg"></a></li>
<li class="ms-3"><a class="text-body-secondary" href="https://www.linkedin.com/in/frankie-bromage-cheng-56b40b172/"><img class="bi" width="24" height="24" src="./images/linkedin.svg"></a></li>
</ul>
</footer>
</div>
</section>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz" crossorigin="anonymous"></script>
</body>
</html>