-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
422 lines (416 loc) · 17.8 KB
/
index.html
File metadata and controls
422 lines (416 loc) · 17.8 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
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
<!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 class="" shadow-lg p-3 mb-5>Cindy Yueh</title>
<link rel="icon" type="image/x-icon" href="assets/img/boba.png" />
<!-- Font Awesome icons (free version)-->
<script
src="https://use.fontawesome.com/releases/v6.1.0/js/all.js"
crossorigin="anonymous"
></script>
<!-- Google fonts-->
<link
href="https://fonts.googleapis.com/css?family=Varela+Round"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i"
rel="stylesheet"
/>
<!-- 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-light fixed-top" id="mainNav">
<div class="container px-4 px-lg-5">
<a class="icon-boba nav-item" href="#page-top" data-bs-toggle="tooltip" data-bs-placement="bottom" title="this is Boba"
><img src="/assets/bobabigger.png"
/></a>
<button
class="navbar-toggler navbar-toggler-right"
type="button"
data-bs-toggle="collapse"
data-bs-target="#navbarResponsive"
aria-controls="navbarResponsive"
aria-expanded="false"
aria-label="Toggle navigation"
>
Menu
<i class="fas fa-bars"></i>
</button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#signup">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Masthead-->
<header class="masthead">
<div
class="container px-4 px-lg-5 d-flex h-100 align-items-center justify-content-center"
>
<div class="d-flex justify-content-center">
<div class="text-center">
<h5>hi, my name is</h5>
<h1 class="name mx-auto my-0 text-uppercase">Cindy Yueh</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">
Full-Stack Developer | Bootcamp Student
</h2>
<a class="btn btn-primary" href="#about">About Me</a>
</div>
</div>
</div>
</header>
<!-- About-->
<section class="about-section text-center" id="about">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5 justify-content-center">
<div class="col-lg-9 mb-0">
<h2 class="intro-line text-white mb-4">I like to make things!</h2>
<p class="text-white-50 mb-4">
My interest in web development began when I was in middle school.
As it turns out, tweaking and making my own Tumblr themes taught
me a good amount about HTML and CSS. At the time, however, I had
no idea that web development was a viable career path. As a
result, I pursued a dream that wasn't my own, and burned out
quickly.
</p>
<p class="text-white-50 mb-4">
During my PT school application process after graduating from
Rutgers University, I tried my hand out at teaching myself coding
through Harvard's Intro to Computer Science course, CS50. After I
was about halfway through the program, I found that I wanted
something a little more interactive, a little more immersive, and
four months later, began my education at the Grace Hopper Program
at Fullstack Academy.
</p>
<p class="text-white-50 mb-2">
Here are a few technologies I've been working with recently:
<div class="container text-white-50">
<div class="row align-items-start">
<div class="col">
<ul class="technologies">
<li class="technology">Javascript</li>
<li class="technology">HTML</li>
<li class="technology">CSS</li>
<li class="technology">Bootstrap</li>
</ul>
</div>
<div class="col">
<ul class="technologies">
<li class="technology">React</li>
<li class="technology">Redux</li>
<li class="technology">Express</li>
<li class="technology">Sequelize</li>
</ul>
</div>
</div>
</div>
</p>
</div>
</div>
</div>
<div class="container px-4 px-lg-5">
<!-- Featured Project Row-->
<div class="row gx-0 align-items-center">
<div class="col-xl-6 col-lg-5">
<img
class="headshot img-fluid w-75 mb-5"
src="assets/img/headshot.JPG"
alt="..."
/>
</div>
<div class="col-xl-5 col-lg-2">
<div class="featured-text text-center text-lg-left">
<p class="text-white-50 mb-3">
When I'm not at my desk coding or gaming, you can find me at the gym or reading manga in bed! I can never say no to good food or bubble tea :)
</p>
<p class="text-white-50 mb-2">
Here's a few things that I've been into lately:
<div class="container text-white-50 mb-0">
<div class="row align-items-start">
<div class="col">
<ul class="technologies">
<li class="technology">Bulleted lists</li>
<li class="technology">Milk tea protein</li>
<li class="technology">Taking pictures</li>
<li class="technology">Valorant</li>
</ul>
</div>
<div class="col">
<ul class="technologies">
<li class="technology">Oxford commas</li>
<li class="technology">Hiking</li>
<li class="technology">Loud Luxury</li>
<li class="technology">Oat milk</li>
</ul>
</div>
</div>
</div>
</p>
<a class="btn btn-primary mb-3" href="assets/resume2.pdf" target="_blank">Resume</a>
</div>
</div>
</div>
</div>
</section>
<!-- Projects-->
<section class="projects-section bg-light" id="projects">
<div class="d-flex justify-content-center">
<div class="text-center">
<h2 class="intro-line mx-auto mt-2 mb-5">
Things I've made:
</h2>
</div>
</div>
<div class="container px-4 px-lg-5">
<!-- Project One Row-->
<div class="row gx-0 mb-5 mb-lg-0 justify-content-center">
<div class="col-lg-6">
<img
class="img-fluid"
src="assets/img/tomat.png"
alt="..."
/>
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="project-description-1 d-flex h-100">
<div
class="project-text w-100 my-auto text-center text-lg-left"
>
<h4 class="text-white">Tomato</h4>
<p class="mb-3 text-white-50">
A social media app that allows users to drop pins at their current location to connect with friends and see what's going on around them!
</p>
<p class="mb-2 text-white-50">
Tech Stack: Google Maps API, Expo, React Native, React Native Paper, Firebase, Firestore
</p>
<a href="https://github.com/team-tomatoes/tomato" target="_blank" class="btn btn-secondary stretched-link mt-2">Check it out!</a>
<hr class="d-none d-lg-block mb-0 ms-0" />
</div>
</div>
</div>
</div>
</div>
<!-- Project Two Row-->
<div class="row gx-0 justify-content-center">
<div class="col-lg-6">
<img
class="img-fluid"
src="assets/img/spoti.png"
alt="..."
/>
</div>
<div class="col-lg-6 order-lg-first">
<div class="bg-black text-center h-100 project">
<div class="project-description-1 d-flex h-100">
<div
class="project-text w-100 my-auto text-center text-lg-right"
>
<h4 class="text-white">Spot-info-y</h4>
<p class="mb-3 text-white-50">
A data visualization project that takes a user's Spotify information in order to display their most listened-to genres from three different time frames: short term (4 weeks), medium term (6 months), and long term (1 year).
</p>
<p class="mb-2 text-white-50">
Tech Stack: Spotify API, D3.js, Styled Components, React.js
</p>
<a href="https://github.com/cindyyueh/spot-info-y" target="_blank" class="btn btn-secondary stretched-link mt-2">Check it out!</a>
<hr class="d-none d-lg-block mb-0 me-0" />
</div>
</div>
</div>
</div>
</div>
<!-- Project Three Row -->
<div class="row gx-0 mb-5 mb-lg-0 justify-content-center">
<div class="col-lg-6">
<div class="hovereffect"><img
class="img-fluid"
src="assets/img/ColorMeHues.png"
alt="..."
/></div>
</div>
<div class="col-lg-6">
<div class="bg-black text-center h-100 project">
<div class="project-description-1 d-flex h-100">
<div
class="project-text w-100 my-auto text-center text-lg-left"
>
<h4 class="text-white">Color-Me-Hues</h4>
<p class="mb-3 text-white-50">
A fully functional e-commerce site that sells emotions based on colors. Features a working guest cart and guest checkout, as well as a working logged-in-user cart.
</p>
<p class="mb-2 text-white-50">
Tech Stack: React.js, Redux.js, React Bootstrap, PSQL, Express.js
</p>
<a href="https://github.com/grace-shopper-ladybug/shop" target="_blank" class="btn btn-secondary stretched-link mt-2">Check it out!</a>
<hr class="d-none d-lg-block mb-0 ms-0" />
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Signup-->
<section class="signup-section" id="signup">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col-md-10 col-lg-8 mx-auto text-center">
<i class="far fa-paper-plane fa-2x mb-2 text-white"></i>
<h2 class="text-white mb-5">Let's connect!</h2>
<!-- * * * * * * * * * * * * * * *-->
<!-- * * SB Forms Contact Form * *-->
<!-- * * * * * * * * * * * * * * *-->
<!-- This form is pre-integrated with SB Forms.-->
<!-- To make this form functional, sign up at-->
<!-- https://startbootstrap.com/solution/contact-forms-->
<!-- to get an API token!-->
<!-- <form
class="form-signup"
id="contactForm"
data-sb-form-api-token="API_TOKEN"
> -->
<!-- Email address input-->
<!-- <div class="row input-group-newsletter">
<div class="col">
<input
class="form-control"
id="emailAddress"
type="email"
placeholder="Enter email address..."
aria-label="Enter email address..."
data-sb-validations="required,email"
/>
</div>
<div class="col-auto">
<button
class="btn btn-primary disabled"
id="submitButton"
type="submit"
>
Notify Me!
</button>
</div>
</div>
<div
class="invalid-feedback mt-2"
data-sb-feedback="emailAddress:required"
>
An email is required.
</div>
<div
class="invalid-feedback mt-2"
data-sb-feedback="emailAddress:email"
>
Email is not valid.
</div> -->
<!-- Submit success message-->
<!---->
<!-- This is what your users will see when the form-->
<!-- has successfully submitted-->
<!-- <div class="d-none" id="submitSuccessMessage">
<div class="text-center mb-3 mt-2 text-white">
<div class="fw-bolder">Form submission successful!</div>
To activate this form, sign up at
<br />
<a href="https://startbootstrap.com/solution/contact-forms"
>https://startbootstrap.com/solution/contact-forms</a
>
</div>
</div> -->
<!-- Submit error message-->
<!---->
<!-- This is what your users will see when there is-->
<!-- an error submitting the form-->
<!-- <div class="d-none" id="submitErrorMessage">
<div class="text-center text-danger mb-3 mt-2">
Error sending message!
</div>
</div>
</form> -->
<!-- Contact-->
<section class="contact-section">
<div class="container px-4 px-lg-5">
<div class="row gx-4 gx-lg-5">
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-map-marked-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Address</h4>
<hr class="my-4 mx-auto" />
<div class="small text-black-50">Fort Lee, NJ</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-envelope text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Email</h4>
<hr class="my-4 mx-auto" />
<div class="small text-black-50">
<a href="#!">cindyyuehh@gmail.com</a>
</div>
</div>
</div>
</div>
<div class="col-md-4 mb-3 mb-md-0">
<div class="card py-4 h-100">
<div class="card-body text-center">
<i class="fas fa-mobile-alt text-primary mb-2"></i>
<h4 class="text-uppercase m-0">Phone</h4>
<hr class="my-4 mx-auto" />
<div class="small text-black-50">+1 (469) 251-2345</div>
</div>
</div>
</div>
</div>
<div class="social d-flex justify-content-center">
<!-- <a class="mx-2" href="#!"><i class="fab fa-twitter"></i></a> -->
<a class="mx-2" href="https://www.linkedin.com/in/cindyyuehh/"
target="_blank"><i class="fab fa-linkedin"></i
></a>
<a class="mx-2" href="https://github.com/cindyyueh"
target="_blank"><i class="fab fa-github"></i
></a>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50">
<div class="container px-4 px-lg-5">Copyright © Cindy Yueh 2022</div>
</footer>
<!-- Bootstrap core JS-->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js"></script>
<!-- Core theme JS-->
<script src="js/scripts.js"></script>
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- * * SB Forms JS * *-->
<!-- * * Activate your form at https://startbootstrap.com/solution/contact-forms * *-->
<!-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *-->
<!-- <script src="https://cdn.startbootstrap.com/sb-forms-latest.js"></script> -->
</body>
</html>