-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
429 lines (415 loc) · 29.8 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
416
417
418
419
420
421
422
423
424
425
426
427
428
429
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="" />
<meta name="author" content="" />
<title>Maddy Chen</title>
<link rel="icon" type="image/x-icon" href="assets/img/m-letter.ico" />
<!-- Font Awesome icons (free version)-->
<script src="https://use.fontawesome.com/releases/v5.12.1/js/all.js" crossorigin="anonymous"></script>
<!-- Google fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic,700italic" rel="stylesheet" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700" rel="stylesheet" type="text/css" />
<!-- Core theme CSS (includes Bootstrap)-->
<link href="css/styles.css" rel="stylesheet" />
</head>
<body id="page-top">
<!-- Navigation-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top" id="mainNav">
<div class="container">
<a class="navbar-brand js-scroll-trigger" href="#page-top"><img src="assets/img/navbar-maddychen.svg" /></a><button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarResponsive" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation">Menu<i class="fas fa-bars ml-1"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav text-uppercase ml-auto">
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#about">About</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#portfolio">Experiences</a></li>
<!-- <li class="nav-item"><a class="nav-link js-scroll-trigger" href="#extracurriculars">Extracurriculars</a></li>
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#skills and interests">Skills and Interests</a></li> -->
<li class="nav-item"><a class="nav-link js-scroll-trigger" href="#contact">Contact</a></li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div class="container">
<div class="masthead-subheading">welcome to my website</div>
<div class="masthead-heading text-uppercase">Hello! I'm Maddy</div>
<!-- <a class="btn btn-primary btn-xl text-uppercase js-scroll-trigger" href="#about">Learn More</a> -->
</div>
</header>
<!-- About Me-->
<section class="page-section" id="about">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">About</h2>
<h3 class="section-subheading text-muted">A snippet into who I am</h3>
</div>
<div class="row text-center">
<div class="col-md-4">
<span class="fa-stack fa-4x"><i class="fas fa-circle fa-stack-2x text-primary"></i><i class="fas fa-user-graduate fa-stack-1x fa-inverse"></i></span>
<h4 class="my-3">Student</h4>
<p class="text-muted">I’m a 4th year at UC Berkeley studying Data Science and Economics. During college, I’m focused on equipping myself with the skills and experiences to be prepared to tackle the challenges of the “real world”.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x"><i class="fas fa-circle fa-stack-2x text-primary"></i><i class="fas fa-laptop fa-stack-1x fa-inverse"></i></span>
<h4 class="my-3">Technologist</h4>
<p class="text-muted"> I’m captivated by the potential for technology to make global change. Specifically, I hope to be on the forefront of leveraging data to create products that will create positive decisions and improve the world.</p>
</div>
<div class="col-md-4">
<span class="fa-stack fa-4x"><i class="fas fa-circle fa-stack-2x text-primary"></i><i class="fas fa-users fa-stack-1x fa-inverse"></i></span>
<h4 class="my-3">Leader</h4>
<p class="text-muted">Leadership is a lifestyle. I’m constantly learning how to become a more effective leader because I believe that visions can only be achieved through teamwork.</p>
</div>
</div>
</div>
</section>
<!-- Experiences -->
<section class="page-section bg-light" id="portfolio">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Experiences</h2>
<h3 class="section-subheading text-muted">I'm actively pursuing product management and data science roles - here's my <a target="_blank" rel="noopener noreferrer" href=assets/Maddy-Chen-Resume.pdf>resume</a></h3>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal1"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/experiences/tech-gals-full.png" alt=""/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Tech Gals Podcast</div>
<div class="portfolio-caption-subheading text-muted">Founder and Host</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal2"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/experiences/fidelity-thumbnail.png" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Fidelity Investments</div>
<div class="portfolio-caption-subheading text-muted">Software Engineering Intern</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal3"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/experiences/vidora-thumbnail.png" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Vidora</div>
<div class="portfolio-caption-subheading text-muted">Product Marketing Intern</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-lg-0">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal4"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/experiences/ASUC_logo.png" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Associated Students of UC</div>
<div class="portfolio-caption-subheading text-muted">Senator</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6 mb-4 mb-sm-0">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal5"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/experiences/CSM_logo.png" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Computer Science Mentors</div>
<div class="portfolio-caption-subheading text-muted">Instructor/Mentor</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="portfolio-item">
<a class="portfolio-link" data-toggle="modal" href="#portfolioModal6"
><div class="portfolio-hover">
<div class="portfolio-hover-content"><i class="fas fa-plus fa-3x"></i></div>
</div>
<img class="img-fluid" src="assets/img/experiences/GLO-logo.png" alt=""
/></a>
<div class="portfolio-caption">
<div class="portfolio-caption-heading">Global Leadership Organization</div>
<div class="portfolio-caption-subheading text-muted">Chapter Founder, President, Director, Counselor</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact -->
<section class="page-section" id="contact">
<div class="container">
<div class="text-center">
<h2 class="section-heading text-uppercase">Contact Me</h2>
<div class="col-lg-8 col-md-10 mx-auto">
<ul class="list-inline text-center">
<li class="list-inline-item">
<a target="_blank" rel="noopener noreferrer" href="mailto:[email protected]">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="far fa-envelope fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener noreferrer" href="https://www.linkedin.com/in/madelinechen7/">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener noreferrer" href="https://github.com/madelinechen">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener noreferrer" href="https://twitter.com/themaddyco">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-twitter fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener noreferrer" href="https://www.facebook.com/themaddyco">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-facebook-f fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" rel="noopener noreferrer" href="https://medium.com/@themaddyco">
<span class="fa-stack fa-lg">
<i class="fas fa-circle fa-stack-2x"></i>
<i class="fab fa-medium fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
<p class="copyright text-muted"> Copyright © Maddy Chen 2020</p>
</div>
</div>
</div>
</section>
<!-- Portfolio Modals--> <!-- Modal 1-->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Tech Gals Podcast</h2>
<p class="item-intro text-muted">a podcast for women, minorities, and all those aspiring to be in tech</p>
<img class="img-fluid d-block mx-auto" src="assets/img/experiences/tech-gals-full.png" alt="" />
<p>I wanted to start this podcast because as an aspiring engineer, I have found a lack of role models that look and have experiences like me. I believe that having role models and mentors make it easier to see yourself overcoming obstacles, standing up for yourself, and making a difference.</p>
<p>I’ve reached out to various women in tech and engineering of all backgrounds - education, socioeconomic, racial and more. Rather than just having me hear their stories, I want to share the opportunity to listen and join our conversations with others.</p>
<p>Tech Gals was created not only as a vehicle to amplify minority voices, but also to start conversations about allyship and support for creating a more diverse community in tech.</p>
<p>Available on all major platforms.</p>
<ul class="list-inline">
<li>Date: April 2020 - Present</li>
<li><a target="_blank" rel="noopener noreferrer" href="https://open.spotify.com/show/1N81jsVcuuNT1SLsNSgMYl">Listen Here</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.techgalspod.com/">Website</a> // <a target="_blank" rel="noopener noreferrer" href=assets/TG-One-Page-Marketing-Flyer.pdf>One-Page Media Kit</li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.instagram.com/tech.gals/">Tech Gals Instagram</a> // <a target="_blank" rel="noopener noreferrer" href="https://www.facebookcom/techgals/">Tech Gals Facebook</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close Page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 2-->
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<ul class="list-inline">
<h2 class="text-uppercase">Fidelity Investments</h2>
<p class="item-intro text-muted">Software Engineering Intern</p>
<img class="img-fluid d-block mx-auto" src="assets/img/experiences/fidelity-full.png" alt="" />
<p class="item-intro text-muted">Photo: my last day of work as a Fidelity intern!</p>
<ul>
<li>Improved automation process for the replication between mainframe and Oracle</li>
<li>Built a tool to streamline a matching process between volunteers and projects for Fidelity Cares and Common Impact</li>
</ul>
<ul class="list-inline">
<li>Date: May 2019 - Aug 2019</li>
<li>Location: Durham, NC</li>
<li>Technology: Python, HTML/CSS, Linux</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close Page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 3-->
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Vidora (ML Startup)</h2>
<p class="item-intro text-muted">Product Marketing Intern</p>
<img class="img-fluid d-block mx-auto" src="assets/img/experiences/vidora-full.png" alt="" />
<p class="item-intro text-muted">Photo: me with Vidora's CEO Alex Holub</p>
<ul>
<li>Formalized AdWords and LinkedIn marketing campaigns, generating 40,700+ impressions in three weeks with a $1000 budget, boosting the AdWords click through rate by 115% and impressions by 160% and generated 1400+ sales leads</li>
<li>Analyzed the features and models of Vidora’s ML product to create new use cases and draw industry conclusions</li>
</ul>
<ul class="list-inline">
<li>Date: May 2018 - Aug 2018</li>
<li>Location: San Francisco, CA</li>
<li>Technology: Google Sheets/Excel, Google Adwords, LinkedIn campaigns</li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close Page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 4-->
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Associated Students of University of California (ASUC)</h2>
<p class="item-intro text-muted">Senator</p>
<img class="img-fluid d-block mx-auto" src="assets/img/experiences/asuc-full.jpg" alt="" />
<p class="item-intro text-muted">Photo: some of the other 2020-21 Senators and executives</p>
<p>Elected as 1 in 20 students to represent 40,000+ undergraduate and graduate students. My platforms revolve around improving the tech, data science, and social good communities.</p>
<ul class="list-inline">
<li>Date: May 2020 - Present</li>
<li><a target="_blank" rel="noopener noreferrer" href="https://asuc.org/senate/">ASUC Senate Website</a></li>
<li><a target="_blank" rel="noopener noreferrer" href=assets/Maddy-Campaign-Website-Page.pdf>Campaign Page</a></li>
<li><a target="_blank" rel="noopener noreferrer" href="https://www.dailycal.org/2020/04/10/live-results-from-the-2020-asuc-general-elections/">Election Results</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close Page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 5-->
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Computer Science Mentors (CSM)</h2>
<p class="item-intro text-muted">Data Structures Course Instructor/Senior Mentor</p>
<img class="img-fluid d-block mx-auto" src="assets/img/experiences/csm-full.jpg" alt="" />
<p class="item-intro text-muted">Photo: CSM mentors celebrating the end of another successful semester</p>
<ul>
<li>Teach groups of 4-5 students data structures and algorithms by summarizing each week’s essential information into easily digestible mini-lecture, weekly worksheets, and providing hands-on practice and support for all problems and concepts.</li>
<li>Lead a group of 5-6 Junior Mentors weekly, to give pedagogy tips and technical clarification, and shadow Junior Mentors' sections twice a semester to provide constructive teaching feedback.</li>
</ul>
<ul class="list-inline">
<li>Date: September 2019 - Present</li>
<li>Technology: Java</li>
<li><a target="_blank" rel="noopener noreferrer" href="https://csmentors.berkeley.edu/#/">CSM Website</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close Page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Modal 6-->
<div class="portfolio-modal modal fade" id="portfolioModal6" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-dialog">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal"><img src="assets/img/close-icon.svg" /></div>
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="modal-body">
<!-- Project Details Go Here-->
<h2 class="text-uppercase">Global Leadership Organization (GLO)</h2>
<p class="item-intro text-muted">Berkeley Chapter Founder and Former President, Sp'19 Summit Director, Counselor</p>
<img class="img-fluid d-block mx-auto" src="assets/img/experiences/glo-full.jpg" alt="" />
<p class="item-intro text-muted">Photo: group photo from the Spring'18 Summit that I directed</p>
<p><b>Founder & President:</b> Established the first on-campus organization that specializes in leadership training with 5 committees and 35+ members. Promoted nationwide GLO alumni relations through semester-long mentorship programs, networking dinners, weekly newsletters, career panels, internal marketing and professional workshops, established partnership with the Sutardja Center for Entrepreneurship and Technology and Cal Alumni Association to expand GLO’s campus presence and impact more students</p>
<p><b>Summit Director:</b> Spearheaded the largest US GLO Summit by increasing the attendee count by 300% from 30+ to 100+ by launching social media campaigns generating 25,000+ impressions and hosting an info session involving 60+ attendees. Rebranded GLO from an undergraduate leadership conference to a MBA training bootcamp by introducing more hand-on learning workshops, personalized mentorship from experienced professionals, and revamping marketing materials.</p>
<p><b>Counselor:</b> Lead groups of 8-12 GLO Summit attendees in 15+ hour training sessions over two days, teaching social transformative leadership, project and meeting management, vision setting, and public speaking and then facilitating practice of these skills.</p>
<ul class="list-inline">
<li>Date: October 2017 - Present </li>
<li><a target="_blank" rel="noopener noreferrer" href="http://www.gloleadership.org/">GLO Website</a></li>
</ul>
<button class="btn btn-primary" data-dismiss="modal" type="button"><i class="fas fa-times mr-1"></i>Close Page</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bootstrap core JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<!-- Third party plugin JS-->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
</body>
</html>