-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
415 lines (394 loc) · 15.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
<!DOCTYPE html>
<html lang="zxx">
<head>
<meta charset="utf-8">
<title>Home | Gabriela Alessio</title>
<!-- mobile responsive meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- ** Plugins Needed for the Project ** -->
<!-- Bootstrap -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- slick slider -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- themefy-icon -->
<link rel="stylesheet" href="plugins/themify-icons/themify-icons.css">
<!-- Main Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<!--Favicon-->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
</head>
<body>
<header class="navigation fixed-top">
<nav class="navbar navbar-expand-lg navbar-dark">
<!-- <a class="navbar-brand font-tertiary h3" href="index.html"><img src="images/logo.png" alt="Myself"></a> -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse text-center" id="navigation">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">about</a>
</li>
<li class="nav-item">
<a class="nav-link" href="portfolio.html">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</div>
</nav>
</header>
<!-- hero area -->
<section class="hero-area bg-primary" id="parallax">
<div class="container">
<div class="row">
<div class="col-lg-11 mx-auto">
<h1 class="text-white font-tertiary">Hi! I’m Gabriela <br> Data & Product person</h1>
</div>
</div>
</div>
<div class="layer-bg w-100">
<img class="img-fluid w-100" src="images/illustrations/leaf-bg.png" alt="bg-shape">
</div>
<div class="layer" id="l2">
<img src="images/illustrations/dots-cyan.png" alt="bg-shape">
</div>
<div class="layer" id="l3">
<img src="images/illustrations/leaf-orange.png" alt="bg-shape">
</div>
<div class="layer" id="l4">
<img src="images/illustrations/dots-orange.png" alt="bg-shape">
</div>
<div class="layer" id="l5">
<img src="images/illustrations/leaf-yellow.png" alt="bg-shape">
</div>
<div class="layer" id="l6">
<img src="images/illustrations/leaf-cyan.png" alt="bg-shape">
</div>
<div class="layer" id="l7">
<img src="images/illustrations/dots-group-orange.png" alt="bg-shape">
</div>
<div class="layer" id="l8">
<img src="images/illustrations/leaf-pink-round.png" alt="bg-shape">
</div>
<div class="layer" id="l9">
<img src="images/illustrations/leaf-cyan-2.png" alt="bg-shape">
</div>
<!-- social icon -->
<ul class="list-unstyled ml-5 mt-3 position-relative zindex-1">
<li class="mb-3"><a class="text-white" href="https://github.com/galessiorob"><i class="ti-github"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://www.facebook.com/galessiorob"><i class="ti-facebook"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://www.instagram.com/galessiorob/?hl=en"><i class="ti-instagram"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://www.linkedin.com/in/gabrielaalessio"><i class="ti-linkedin"></i></a></li>
<li class="mb-3"><a class="text-white" href="https://twitter.com/galessiorob?lang=en"><i class="ti-twitter"></i></a></li>
</ul>
<!-- /social icon -->
</section>
<!-- /hero area -->
<!-- about -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-lg-10 mx-auto text-center">
<p class="font-secondary paragraph-lg text-dark">I am Data Scientist at GitHub working to make
the world’s largest software development platform better by leveraging our unique data to drive
product and business decisions. I am obsessed with understanding users through data and effectively
communicating and coordinating with other teams to solve pain points and delight through features.</p>
<a href="about.html" class="btn btn-transparent">know more</a>
</div>
</div>
</div>
</section>
<!-- /about -->
<!-- skills -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Skills</h2>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card active-bg-primary hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-vector icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Analysis & Engineering</h4>
<div class="lists">
<li style="text-align: left">A/B testing for new features, growth efforts and user flows</li>
<li style="text-align: left">ETLing and Data Warehouse design</li>
<li style="text-align: left">Metric definition, deep dives and forecasting</li>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-palette icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Data Visualization & Presentation</h4>
<div class="lists">
<li style="text-align: left">Audience adapted dashboard design</li>
<li style="text-align: left">Multiple visualization tools inlcuding OSS</li>
<li style="text-align: left">Datapack publishing and resource presentations</li>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card active-bg-primary hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-vector icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Project & Product Management</h4>
<div class="lists">
<li style="text-align: left">Product strategy planning, prioritization and implementation</li>
<li style="text-align: left">Project execution with risk management & OKR tracking & communication plan</li>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-6 mb-4 mb-lg-0">
<div class="card hover-shadow shadow">
<div class="card-body text-center px-4 py-5">
<i class="ti-panel icon mb-5 d-inline-block"></i>
<h4 class="mb-4">Team & Stakeholder Management</h4>
<div class="lists">
<li style="text-align: left">Coordination and delegation based on feature prioritization</li>
<li style="text-align: left">Stakeholder and exec communication based on interest and influence level</li>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /skills -->
<!-- experience -->
<section class="section">
<div class="container">
<div class="row justify-content-around">
<div class="col-lg-12 text-center">
<h2 class="section-title">Experience</h2>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-1.png" alt="icon">
<p class="mb-0">Aug 2014 - May 2016</p>
<h4>Researcher</h4>
<h6 class="text-light">USF</h6>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-1.png" alt="icon">
<p class="mb-0">Jul 2016 - Feb 2017</p>
<h4>Digital Product Analyst</h4>
<h6 class="text-light">Gap Inc</h6>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-2.png" alt="icon">
<p class="mb-0">Feb 2017 - Sep 2017</p>
<h4>Data Analyst</h4>
<h6 class="text-light">Salesforce, AppExchange</h6>
</div>
<div class="col-lg-3 col-md-4 text-center">
<img src="images/experience/icon-3.png" alt="icon">
<p class="mb-0">Sep 2017 - Present</p>
<h4>Data Scientist</h4>
<h6 class="text-light">GitHub</h6>
</div>
</div>
</div>
</section>
<!-- ./experience -->
<!-- education -->
<section class="section position-relative">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-title">Education</h2>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2016</p>
<h4>MBA, concentration in Data Analysis</h4>
<p class="mb-0 text-light">University of San Francisco</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2020</p>
<h4>Machine Learning Certificate</h4>
<p class="mb-0 text-light">MIT</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2010</p>
<h4>BE Chemical Engineering</h4>
<p class="mb-0 text-light">Universidad Iberoamericana</p>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 mb-80">
<div class="d-flex">
<div class="mr-lg-5 mr-3">
<i class="ti-medall icon icon-light icon-bg bg-white shadow rounded-circle d-block"></i>
</div>
<div>
<p class="text-dark mb-1">2014</p>
<h4>International Finance & Economics Diploma</h4>
<p class="mb-0 text-light">UC Berkeley</p>
</div>
</div>
</div>
</div>
</div>
<!-- bg image -->
<img class="img-fluid edu-bg-image w-100" src="images/backgrounds/education-bg.png" alt="bg-image">
</section>
<!-- /education -->
<!-- portfolio -->
<section class="section">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Portfolio</h2>
</div>
</div>
<div class="row shuffle-wrapper">
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-1.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="project-single.html">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-2.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="project-single.html">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-3.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="project-single.html">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-4.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="project-single.html">view project</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-6 mb-4 shuffle-item">
<div class="position-relative rounded hover-wrapper">
<img src="images/portfolio/item-5.png" alt="portfolio-image" class="img-fluid rounded w-100">
<div class="hover-overlay">
<div class="hover-content">
<a class="btn btn-light btn-sm" href="project-single.html">view project</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- /portfolio -->
<!-- contact -->
<section class="section section-on-footer" data-background="images/backgrounds/bg-dots.png">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h2 class="section-title">Contact Info</h2>
</div>
<div class="col-lg-8 mx-auto">
<div class="bg-white rounded text-center p-5 shadow-down">
<h4 class="mb-80">Contact Form</h4>
<form action="#" class="row">
<div class="col-md-6">
<input type="text" id="name" name="name" placeholder="Full Name" class="form-control px-0 mb-4">
</div>
<div class="col-md-6">
<input type="email" id="email" name="email" placeholder="Email Address" class="form-control px-0 mb-4">
</div>
<div class="col-12">
<textarea name="message" id="message" class="form-control px-0 mb-4"
placeholder="Type Message Here"></textarea>
</div>
<div class="col-lg-6 col-10 mx-auto">
<button class="btn btn-primary w-100">send</button>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- /contact -->
<!-- footer -->
<footer class="bg-dark footer-section">
<div class="section">
<div class="container">
<div class="row">
<div class="col-md-4">
<h5 class="text-light">Email</h5>
<p class="text-white paragraph-lg font-secondary">[email protected]</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Phone</h5>
<p class="text-white paragraph-lg font-secondary">+415 999 9096</p>
</div>
<div class="col-md-4">
<h5 class="text-light">Address</h5>
<p class="text-white paragraph-lg font-secondary">San Francisco, California, USA</p>
</div>
</div>
</div>
</div>
</footer>
<!-- /footer -->
<!-- jQuery -->
<script src="plugins/jQuery/jquery.min.js"></script>
<!-- Bootstrap JS -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick slider -->
<script src="plugins/slick/slick.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<!-- Main Script -->
<script src="js/script.js"></script>
</body>
</html>