-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
463 lines (426 loc) · 22.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
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Cindy's Resume</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link rel="icon" type="image/png" sizes="10.562x18.75" href="./assets/favicon.png">
<!-- GOOGLE FONTS: INTER -->
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap" rel="stylesheet">
</head>
<body>
<section>
<div class="navBarWrapper changeBackground">
<h2 class="visuallyHidden">Navigation Bar</h2>
<div class="navBarGridIcons">
<div class="navBarIcon" id="changeContrast" style="display: none;"> <!-- <p>CONTRAST</p> -->
<a href="" aria-label="Not a navigation button">
<svg width="40px" height="40px" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<g>
<path fill="none" d="M0 0h24v24H0z"/>
<path d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-6.671-5.575A8 8 0 1 0 16.425 5.328a8.997 8.997 0 0 1-2.304 8.793 8.997 8.997 0 0 1-8.792 2.304z"/>
</g>
</svg>
</a>
</div>
<div class="navBarIcon"> <!-- <p>Home</p> -->
<a href="index.html" aria-label="Navigate to the Homepage">
<svg
width="40px"
height="40px"
viewBox="0 0 36 36"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"
role="img"
class="iconify iconify--twemoji"
preserveAspectRatio="xMidYMid meet">
<circle
fill="#F0F0F6"
cx="18" cy="18"
r="18">
</circle>
<g
transform="translate(6.5 5)">
<path
d="M2.168,10.555a1,1,0,0,1,.278-1.387l9-6a1,1,0,0,1,1.11,0l9,6A1,1,0,0,1,21,11H19v9a1,1,0,0,1-1,1H6a1,1,0,0,1-1-1V11H3l.019-.019A.981.981,0,0,1,2.168,10.555Z"/>
</g>
</svg>
</a>
</div>
<div class="navBarIcon" > <!-- <p>Work</p> -->
<a href="#portfolio" aria-label="Navigate to the Portfolio section">
<svg id="svg" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="40px" height="40px" viewBox="0 0 36 36"><g id="svgg"><path id="path0" d="" stroke="none" fill="#040404" fill-rule="evenodd"></path><path id="path1" d="" stroke="none" fill="#080404" fill-rule="evenodd"></path><path id="path2" d="" stroke="none" fill="#080404" fill-rule="evenodd"></path><path id="path3" d="" stroke="none" fill="#080404" fill-rule="evenodd"></path><path id="path4" d="" stroke="none" fill="#080404" fill-rule="evenodd"></path></g></svg>
</a>
</div>
<div class="navBarIcon" > <!-- <p>Work</p> -->
<a href="#work" aria-label="Navigate to the work section">
<svg
width="40px"
height="40px"
viewBox="0 0 36 36"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"
role="img"
class="iconify iconify--twemoji"
preserveAspectRatio="xMidYMid meet">
<circle
fill="#F0F0F6"
cx="18" cy="18"
r="18">
</circle>
<g
transform="translate(4 2.5) scale(0.9)">
<path d="M26,9h-2.6c-1.2-3-4.1-5-7.4-5c-3.3,0-6.2,2-7.4,5H6c-1.7,0-3,1.3-3,3v0.6C3,16.1,5.9,19,9.4,19h13.3
c3.5,0,6.4-2.9,6.4-6.4V12C29,10.3,27.7,9,26,9z M16,6c2.2,0,4.1,1.2,5.2,3H10.8C11.9,7.2,13.8,6,16,6z"/>
<path d="M23,21C23,21,23,21,23,21l0,2c0,0.6-0.4,1-1,1s-1-0.4-1-1v-2H11v2c0,0.6-0.4,1-1,1s-1-0.4-1-1v-2c0,0,0,0,0,0
c-2.4-0.1-4.5-1.2-6-2.9V25c0,1.7,1.3,3,3,3h20c1.7,0,3-1.3,3-3v-6.9C27.5,19.8,25.4,20.9,23,21z"/>
</g>
</svg>
</a>
</div>
<div class="navBarIcon" > <!-- <p>Graduate Cap</p> -->
<a href="#education" aria-label="Navigate to the education section">
<svg
width="40px"
height="40px"
viewBox="0 0 36 36"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"
role="img"
class="iconify iconify--twemoji"
preserveAspectRatio="xMidYMid meet">
<circle
fill="#F0F0F6"
cx="18" cy="18"
r="18">
</circle>
<g
transform="translate(5.5 5)
scale(0.8)">
<g>
<g>
<path d="M31.771,20.319c0-0.474-0.279-0.87-0.676-1.066V11.9c0.09-0.034,0.146-0.119,0.145-0.214c0-0.095-0.062-0.179-0.149-0.21
L15.92,6.125c-0.194-0.069-0.406-0.069-0.601,0L0.15,11.477c-0.089,0.031-0.149,0.115-0.15,0.21s0.056,0.18,0.144,0.214
l15.148,5.896c0.211,0.081,0.444,0.081,0.655,0l14.102-5.492v6.947c-0.396,0.195-0.675,0.594-0.675,1.065
c0,0.492,0.3,0.919,0.729,1.102c-0.429,0.847-0.729,2.585-0.729,3.081c0,0.661,0.537,1.197,1.198,1.197
c0.66,0,1.197-0.536,1.197-1.197c0-0.496-0.301-2.234-0.729-3.081C31.47,21.238,31.771,20.811,31.771,20.319z"/>
<path d="M4.888,14.87c0.001,1.696,0.002,3.692,0.002,4.009c0,3.158,4.753,5.729,10.73,5.89c5.976-0.161,10.729-2.729,10.729-5.89
c0-0.315,0-2.312,0.002-4.009l-10.406,4.051c-0.211,0.082-0.444,0.082-0.655,0L4.888,14.87z"/>
</g>
</g>
</g>
</svg>
</a>
</div>
<div class="navBarIcon"> <!-- <p>Contact</p> -->
<a href="#contact" aria-label="Navigate to the contact section">
<svg
width="40px"
height="40px"
viewBox="0 0 36 36"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"
role="img"
class="iconify iconify--twemoji"
preserveAspectRatio="xMidYMid meet">
<circle
fill="#F0F0F6"
cx="18" cy="18"
r="18">
</circle>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="icon" fill="#000000" transform="translate(7.5, 9) scale(.05)">
<path d="M426.666667,1.42108547e-14 L426.666667,341.333333 L3.55271368e-14,341.333333 L3.55271368e-14,1.42108547e-14 L426.666667,1.42108547e-14 Z M362.666667,213.333333 L234.666667,213.333333 L234.666667,245.333333 L362.666667,245.333333 L362.666667,213.333333 Z M125.333333,155.733333 L109.333333,155.733333 C78.4053873,155.733333 53.3333333,181.333333 53.3333333,213.333333 L53.3333333,213.333333 L181.333333,213.333333 C181.333333,181.333333 156.16,155.733333 125.333333,155.733333 L125.333333,155.733333 Z M362.666667,149.333333 L234.666667,149.333333 L234.666667,181.333333 L362.666667,181.333333 L362.666667,149.333333 Z M117.333333,78.62624 C101.86936,78.62624 89.3333333,91.162267 89.3333333,106.62624 C89.3333333,122.090213 101.86936,134.62624 117.333333,134.62624 C132.797306,134.62624 145.333333,122.090213 145.333333,106.62624 C145.333333,91.162267 132.797306,78.62624 117.333333,78.62624 Z M362.666667,85.3333333 L234.666667,85.3333333 L234.666667,117.333333 L362.666667,117.333333 L362.666667,85.3333333 Z" id="Combined-Shape">
</path>
</g>
</g>
</svg>
</a>
</div>
<div class="navBarIcon"> <!-- <p>Message</p> -->
<a href="#contact" aria-label="Navigate to the contact section">
<svg
width="40px"
height="40px"
viewBox="0 0 36 36"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"
role="img"
class="iconify iconify--twemoji"
preserveAspectRatio="xMidYMid meet">
<circle
fill="#F0F0F6"
cx="18" cy="18"
r="18">
</circle>
<g
transform="translate(7 6.5) scale(.012)">
<path d="M1920 428.266v1189.54l-464.16-580.146-88.203 70.585 468.679 585.904H83.684l468.679-585.904-88.202-70.585L0 1617.805V428.265l959.944 832.441L1920 428.266ZM1919.932 226v52.627l-959.943 832.44L.045 278.628V226h1919.887Z" fill-rule="evenodd"/>
</g>
</svg>
</a>
</div>
</div>
</div>
</section>
<section>
<div class="centralContent">
<div class="heroWrapper changeBackground">
<img class = "heroImage" src="./assets/profilePictures/profilePicture_transparent.png" alt="Profile Picture of Cindy Andrade"/>
<div class="heroDecoration">
<div class="heroDecoration_Icon">
<svg
width="390px"
height="256px"
viewBox="50 50 300 300"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true"
role="img"
class="iconify iconify--twemoji"
preserveAspectRatio="xMidYMid meet">
<circle
fill="none"
stroke="#FFB400"
stroke-width= "2"
cx="16" cy="83"
r="3">
</circle>
<circle
fill="none"
stroke="#FFB400"
stroke-width= "2"
cx="224" cy="224"
r="3">
</circle>
<circle
fill="none"
stroke="#05FF00"
stroke-width= "2"
cx="35" cy="240"
r="3">
</circle>
<circle
fill="none"
stroke="#05FF00"
stroke-width= "2"
cx="209" cy="92"
r="3">
</circle>
<rect width="7" height="7" x="360" y="100" fill="none" stroke="#FFB400" stroke-width="2" />
<rect width="7" height="7" x="150" y="205" fill="none" stroke="#0047FF" stroke-width="2" />
</svg>
</div>
</div>
<div class="heroContent changeFontColor">
<h1>
Hi! I'm Cindy Andrade, <span class="heroContent_Span">Programmer</span> and Educator
</h1>
<p>I hope to continue creating<br/> meaningful web and learning experiences for all</p>
</div>
<div class="heroButton">
<button id="heroButton" type="button" href="#contact" onClick="hireButton()">
Contact Me
</button>
</div>
</div>
<section>
<div class="infoBarWrapper">
<div class="infoBarHide" onclick="hideInfoBar(this)">↤</div>
<div class="infoBarHeader bottomBorder">
<img src="./assets/profilePictures/outdoorBlur.jpg" width="40px" alt="" class="infoBarProfile">
<h2>Cindy Andrade</h2>
<div class="infoBarHeaderSocial">
<a href="https://www.linkedin.com/in/cindy-a-4a4b2588/" class="infoBarHeaderSocialLink" target="_blank" rel="noopener noreferrer" aria-label="Follow Cindy on LinkedIn">
<img src="./assets/svgIcons/socialIcons/linkedin-icon.svg" alt="linkedIn Icon" class="infoBarHeaderSocialImage">
</a>
<a href="https://github.com/cindyawho" class="infoBarHeaderSocialLink" target="_blank" rel="noopener noreferrer" aria-label="Go to Cindy\'s GitHub profile">
<img src="./assets/svgIcons/socialIcons/github-Icon.svg" alt="gitHub Icon" class="infoBarHeaderSocialImage">
</a>
<a href="https://secure.donorschoose.org/profile/teacher-stats.html?teacher=3822677_3824725" class="infoBarHeaderSocialLink" target="_blank" rel="noopener noreferrer" aria-label="Go to Cindy\'s DonorsChoose profile">
<img src="./assets/svgIcons/socialIcons/donorsChoose-icon.svg" alt="donorsChoose Icon" class="infoBarHeaderSocialImage">
</a>
</div>
</div>
<div class="infoBarLanguages">
<h4 class="infoBarSkillsTitle">Languages</h4>
<div class="infoBarSkills-Desktop">
<p>English</p>
<img src="./assets/svgIcons/line-100.svg" alt="line showing 100% filled"/>
<p>Spanish</p>
<img src="./assets/svgIcons/line-90.svg" alt="line showing 90% filled"/>
</div>
<p class="infoBarSkills-Mobile">English and Spanish</p>
</div>
<div class="infoBarSkills">
<h4 class="infoBarSkillsTitle">Skills</h4>
<div id="techStack-container" class="techStack-container">
</div>
<img class="techStackIcon" style="display: none;" height="25" width="auto"/>
<!-- <h5>Programming Languages</h5>
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" alt="Python" width="100" />
<img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" alt="Python" width="100" /> -->
<p class="infoBarSkills-Mobile">HTML/CSS, Python, C++, Javascript, Figma</p>
</div>
<div class="infoBarResume">
<button onClick="openPDF()" href="./assets/CindyAndradeResume-w.pdf" target="_blank" class="infoBarResumeButton">See My Resume</button>
</div>
</div>
</section>
<img id="portfolio" class="centralDecor" alt="" src="./assets/svgIcons/svgDecor/decorationCircleTrio.svg" />
<div class="portfolioWrapper" >
<h2 class="sectionTitle">Portfolio</h2>
<p class="sectionDescription">Here are some of my personal coding projects and some assignments from CIS courses!</p>
<div class="portfolioBar">
<h3>All Categories</h3>
<h3>HTML</h3>
<h3>CSS</h3>
<h3>Javascript</h3>
<h3>C++ and Python</h3>
</div>
</div>
<div id="card-container" class="portfolioProjects">
</div>
<div class="card projectItem" style="display: none;">
<div class="projectItemOverlay" style="display: none;"></div>
<a class="imgLink" href="" target="_blank" rel="noopener noreferrer">
<img src="./assets/portfolioProjects/giveFundScreen.png" alt="screenshot of a nonprofit campaign page" class="projectImage"/>
</a>
<h3 class="projectTitle">Give Fund Snapchat Prototype</h3>
<p class="projectSummary" style="display: none;"></p>
<p class="projectSkills">Skills Used: React Native</p>
<div class="projectLinks">
<a href="./projectsCode/giveFund/index.html" class="underline projectDemo" target="_blank" rel="noopener noreferrer" aria-label="Navigate to project demo">View Project</a>
<a href="https://github.com/cindyawho/2024-Snap-FosterYouth-GiveFund" class="underline projectCode" target="_blank" rel="noopener noreferrer" aria-label="Navigate to project github or code">View Code</a>
</div>
</div>
<img id="work" class="centralDecor" alt="" src="./assets/svgIcons/svgDecor/decorationCircleTrio.svg" />
<div class="workWrapper" id="work">
<h2 class="sectionTitle">Professional Experience</h2>
<p class="sectionDescription">I spent my last summer at Snap Engineering Academy, where I honed my technical skills and gained valuable insights into the engineering field. At HomeTeam GameDev, I am contributing to collaborative game development projects, enhancing my ability to work in diverse, creative teams. </p>
<p class="sectionDescription">In the past four years, I have also taught middle school and high school math, ranging from 6th grade to AP Calculus. My experience extends beyond teaching, encompassing roles in customer service, event planning, and project management.</p>
<div class="filterBar">
<p>Filter By: </p>
<button onclick="filterWork(this)">All</button>
<button onclick="filterWork(this)">Programming</button>
<button onclick="filterWork(this)">Education</button>
<button onclick="filterWork(this)">Other</button>
</div>
<!-- WORK EXPERIENCES CARD CONTAINER -->
<div id="card-container-work" class="workWrapper">
</div>
<div class="card-work workContent bottomBorder" style="display: none;">
<div class="workJobHeadline">
<span class="work-type" style="display: none;">TYPE</span>
<div class="workJobTitle">
<h3>TITLE</h3>
</div>
<div class="workJobDates">
<br/>
<p class="work-emp">EMPLOYER</p>
<br/>
<p class="work-dates">DATES</p>
</div>
</div>
<div class="workJobDescription">
<p class="work-desc">DESCRIPTION</p>
<p class="work-respStart">respSTART</p>
<ul class="workJobList">
<!-- <li>responsibilities1</li>
<span class="seeMoreLess">
<!-- <li>responsibilities2</li>
</span>
<div class="seeFunction">
See More...
</div> -->
</ul>
<div class="work-links"></div>
</div>
</div>
</div>
<img id="education" class="centralDecor" alt="" src="./assets/svgIcons/svgDecor/decorationCircleTrio.svg" />
<div class="educationWrapper" >
<h2 class="sectionTitle">Education</h2>
<p class="sectionDescription">I am extremeley grateful for all the knowledge and skills I have developed in my life. Below are the degrees I will receive or have received from my studies.</p>
<div class="workContent bottomBorder">
<div class="workJobHeadline">
<div class="workJobTitle">
<h3>Pasadena City College</h3>
</div>
<div class="workJobDates">
<p>Jun 2023 - Present</p>
</div>
</div>
<div class="workJobDescription">
<h3>Associate's Degree</h3>
<h3>Computer Information Systems: Full Stack Development</h3>
<p><em>"This Full Stack Web Development curriculum prepares students with necessary skills to seek entry-level employment in client-side and server-side web development. Instruction includes development, testing, deployment, and maintenance of secure web applications using programming languages including and not limited to HTML, CSS, JavaScript, React, and Python."</em></p>
<a href="https://pasadena.edu/academics/degrees-and-certificates/certificates-of-achievement/web-development-applications.php" class="educationLink" target="_blank" aria-label="Read more about this degree">See a more detailed description of the program here.</a>
</div>
</div>
<div class="workContent bottomBorder">
<div class="workJobHeadline">
<div class="workJobTitle">
<h3>University of Southern California</h3>
</div>
<div class="workJobDates">
<p>Jan 2019 - May 2020</p>
</div>
</div>
<div class="workJobDescription">
<h3>Master of Arts</h3>
<h3>Teaching Secondary: Mathematics</h3>
<p><em>"The MAT program meets credential program standards and teacher performance expectations set by the California Commission on Teacher Credentialing (CTC)."</em></p>
<a href="https://rossier.usc.edu/programs/find-compare-programs/master-arts-teaching" class="educationLink" target="_blank" aria-label="Read more about this degree here">See a more detailed description of the program here.</a>
</div>
</div>
<div class="workContent bottomBorder">
<div class="workJobHeadline">
<div class="workJobTitle">
<h3>University of Southern California</h3>
</div>
<div class="workJobDates">
<p>Aug 2015 - May 2019</p>
</div>
</div>
<div class="workJobDescription">
<h3>Bachelor of Arts</h3>
<h3>Applied and Computational Mathematics</h3>
<p><em>"The USC Mathematics Department offers a variety of undergraduate degree programs. Each degree allows enough electives for students to personalize their degree and prepare for their particular interests and goals, from work in industry or government to graduate study."</em></p>
<a href="https://dornsife.usc.edu/mathematics/degree-requirements-undergrad/" class="educationLink" target="_blank" aria-label="Read more about this degree here">See a more detailed description of the program here.</a>
</div>
</div>
</div>
<img id="contact" class="centralDecor" alt="" src="./assets/svgIcons/svgDecor/decorationCircleTrio.svg" />
<div class="contactWrapper">
<div class="contactText">
<h2 class="sectionTitle">Contact Me</h2>
<p class="sectionDescription">I would love to hear about your project and how I could help!</p>
</div>
<div class="contactFormWrapper">
<form action="mailto:cindyandcode@gmail.com?subject=Inquiry from Portfolio Site" method="post" enctype="text/plain" class="contactForm">
<div class="contactControl">
<label for="name">Your Full Name (Required)</label>
<input type="text" id="name" name="name" required/>
</div>
<div class="contactControl">
<label for="email">Your Email (Required)</label>
<input type="email" id="email" name="email" required/>
</div>
<!-- When I implement JavaScript, I will edit the subject of the email using variables -->
<!-- <div class="contactControl">
<label for="subject">Subject of Message (Required)</label>
<input type="subject" id="subject" name="subject" required/>
</div> -->
<div class="contactControl">
<label for="message">Your Message</label>
<textarea name="message" id="message" cols="30" rows="8" ></textarea>
</div>
<div class="contactControl">
<button type="Submit">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="./data/projects.js"></script>
<script type="text/javascript" src="./data/workExperiences.js"></script>
<script type="text/javascript" src="./data/techStackIcons.js"></script>
<script type="text/javascript" src="script.js" defer></script>
</body>
</html>