-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
368 lines (316 loc) · 16.2 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Caiyi Chen</title>
<meta name="description" content="Caiyi Chen - Front-End Developer">
<link rel="stylesheet" href="./styles/style.css">
<link rel="stylesheet" href="./fontawesome/css/all.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
</head>
<body>
<section class="home">
<header>
<nav class="topMenu">
<ul class="topMenuContainer">
<li><a href="#" class="homeOption">Home</a></li>
<li><a href="#about" class="aboutOption">About</a></li>
<li><a href="#projects" class="projectOption">Projects</a></li>
<li><a href="./contact.html" class="contactOption">Contact</a></li>
</ul>
</nav><!-- nav end -->
</header><!-- header end -->
<div class="mobileHeader">
<button class="hamburger" id="hamburger">
<i class="fa-solid fa-bars"></i>
</button> <!-- hamburger end -->
<nav class="mobileTopMenu">
<ul class="mobileTopMenuContainer">
</ul>
</nav><!-- nav end -->
</div><!-- mobileHeader end -->
<div class="title">
<h1 data-text="Caiyi Chen" class="homeTitle">Caiyi Chen</h1>
<div class="homePageSubtitle">
<span class="word"></span>
<span class="sr-only">
A Passionate Front-End Developer.An Aspiring Full-Stack Developer.
</span>
<span class="line">|</span>
</div>
</div><!-- title end -->
<div class="arrow">
<a href="#about" class="anchor">
<div class="arrowContainer">
<span class="sr-only">Go to About Information</span>
<img src="./assets/arrow.png" alt="a downward arrow">
</div>
</a>
</div><!-- arrow end -->
<div class="iconContent">
<div class="contactIconContainer">
<div class="icon linkedIn">
<a href="https://www.linkedin.com/in/caiyi-chen-b21898244/">
<i class="fa-brands fa-linkedin"></i>
</a>
<span class="sr-only">
<a href="https://www.linkedin.com/in/caiyi-chen-b21898244/">LinkedIn Page</a>
</span>
</div>
<div class="icon gitHub">
<a href="https://github.com/Sputnikccy">
<i class="fa-brands fa-github"></i>
</a>
<span class="sr-only">
<a href="https://github.com/Sputnikccy">GitHub Page</a>
</span>
</div>
<div class="icon resume">
<a href="https://www.canva.com/design/DAFRNuww2GA/r24adktz1Tz2uDj_6faqmg/view?utm_content=DAFRNuww2GA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton">
<i class="fa-solid fa-file"></i>
</a>
<span class="sr-only">
<a href="https://www.canva.com/design/DAFRNuww2GA/r24adktz1Tz2uDj_6faqmg/view?utm_content=DAFRNuww2GA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton">Resume</a>
</span>
</div>
</div>
</div> <!-- iconContent end -->
</section> <!-- home end -->
<section id="about" class="wrapper">
<div class="aboutInfo">
<h2 id="aboutMe">Incomplete Facts About Me</h2>
<div class="aboutIntro">
<div class="aboutImg">
<img src="./assets/aboutPic" alt="a picture of Caiyi">
</div>
<div class="aboutText">
<p>
My name is Caiyi Chen and I am a Front-End Web Developer👩💻 Using my experience from brand
management, I have developed a passion to create detail-oriented, accessible, and user-friendly
web
applications/pages.
I love creating logical, useful and well structured codes, as well as finding new ways to solve
bugs! The process is an exciting adventure with so much fun and full of discovery. </p>
<p>
When I'm not coding, I'm playing The Legend of Zelda: Breath of the Wild, reading Sci-Fi and
capturing moments of life via a digital or film camera.
</p>
</div><!-- aboutText end -->
</div><!-- aboutIntro end -->
</div><!-- aboutInfo end -->
<div class="tool">
<h2>My Toolkit</h2>
<ul>
<li>
<i class="fa-brands fa-html5"></i>
<p>HTML5</p>
</li>
<li>
<i class="fa-brands fa-css3-alt"></i>
<p>CSS3</p>
</li>
<li>
<i class="fa-brands fa-sass"></i>
<p>SASS</p>
</li>
<li>
<i class="fa-brands fa-square-js"></i>
<p>JavaScript</p>
</li>
<li>
<i class="fa-brands fa-react"></i>
<p>React</p>
</li>
<li>
<i class="fa-solid fa-code-branch"></i>
<p>Firebase</p>
</li>
<li>
<i class="fa-brands fa-git-alt"></i>
<p>Git</p>
</li>
<li>
<i class="fa-brands fa-github"></i>
<p>Github</p>
</li>
<li>
<i class="fa-solid fa-laptop-code"></i>
<p>Rest APIs</p>
</li>
<li>
<i class="fa-regular fa-image"></i>
<p>Photoshop</p>
</li>
<li>
<i class=" fa-solid fa-mobile-screen"></i>
<p>Responsive Design<span>
</li>
<li>
<i class="fa-solid fa-universal-access"></i>
<p>Accessibility</p>
</li>
<li class="endOfToolKit">
<p>
<span>— t</span><span>o</span>
<span>b</span><span>e</span>
<span>c</span><span>o</span><span>n</span><span>t</span><span>i</span><span>n</span><span>u</span><span>e</span><span>d
—</span>
<!-- <span>·</span><span>·</span><span>·</span> -->
</p>
<div class="loader">
<div class="circle"></div>
<div class="circle"></div>
<div class="circle"></div>
</div>
</li>
</ul>
</div>
</section><!-- about end -->
<section class="projects" id="projects">
<div class="gifContainer">
<img src="./assets/coding kitty3_250.gif" alt="a kitty is coding">
</div>
<div class="projectsContainer wrapper">
<div class="projectTwo project" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="100" data-aos-easing="ease-in-out" data-aos-offset="50">
<div class="projectTwoText projectText">
<h3>Flock Of Friends</h3>
<h4>React | JavaScript | Firebase <br> HTML5 | CSS3 | REST API</h4>
<p>With multiple API requests and by storing and fetching data from firebase Real- time database, this app provides hundreds ways to have fun. Personal description can be added to interested events with a unique URL which to be shared with friends </p>
</div>
<div class="projectDemo">
<div class="projectTwoImg projectImag">
<img src="./assets/flockOfFriends.png" alt="Desktop and mobile preview of Flock Of Friends">
</div>
<div class="projectLink">
<a href="https://flock-of-friends.netlify.app/" class="button">
<i class="fa-solid fa-eye"></i>
<span>Live Site</span>
</a>
<a href="https://github.com/Sputnikccy/project-four" class="button">
<i class="fa-solid fa-eye"></i>
<span>GitHub</span>
</a>
</div>
</div><!-- projectDemo end -->
</div> <!-- projectTwo end -->
<div class="projectThree project" data-aos="fade-right" data-aos-duration="1200" data-aos-delay="100" data-aos-easing="ease-in-out" data-aos-offset="50">
<div class="projectThreeText projectText">
<h3>New Year's Notebook</h3>
<h4>React | JavaScript | Firebase <br> HTML5 | CSS3 | REST API</h4>
<p>Help users record annual reviews and create list of new year's resolutions. Built with JavaScript / React, utilizing photo data from the Unsplash API, React Router DOM, storing user inputs in the Firebase Realtime Database to record and display reviews and to efficiently make updates when new information is introduced from RESTful API's</p>
</div>
<div class="projectDemo">
<div class="projectThreeImg projectImag">
<img src="./assets/notebook.png" alt="Desktop and mobile preview of One Magazine">
</div>
<div class="projectLink">
<a href="https://new-year-noteboook.netlify.app/" class="button">
<i class="fa-solid fa-eye"></i>
<span>Live Site</span>
</a>
<a href="https://github.com/Sputnikccy/newYearResolution" class="button">
<i class="fa-solid fa-eye"></i>
<span>GitHub</span>
</a>
</div>
</div><!-- projectDemo end -->
</div> <!-- projectThree end -->
<div class="projectOne project" data-aos="fade-right" data-aos-duration="1000" data-aos-delay="100" data-aos-easing="ease-in-out" data-aos-offset="50">
<div class="projectOneText projectText">
<h3>Hyrule World</h3>
<h4>JavaScript | REST API | Sass | HTML</h4>
<p>Tired of being a human being? Miss the good time in Breath of the Wild? Welcome to Hyrule World!
This pair-programmed application allows users to choose different categories and get detailed
information of the lovely creatures and cool stuffs in Hyrule based on their choice </p>
</div>
<div class="projectDemo">
<div class="projectOneImg projectImag">
<img src="./assets/zelda2.png" alt="Desktop and mobile preview of Hyrule World">
</div>
<div class="projectLink">
<a href="https://zelda-app.netlify.app/" class="button">
<i class="fa-solid fa-eye"></i>
<span>Live Site</span>
</a>
<a href="https://github.com/hyruleWorld/zeldaApp" class="button">
<i class="fa-solid fa-eye"></i>
<span>GitHub</span>
</a>
</div>
</div><!-- projectDemo end -->
</div> <!-- projectOne end -->
</div><!-- projectsContainer end -->
</section><!-- projects end -->
<section class="contact" id="contactContent">
<div id="contactContent" class="wrapper">
<div id="contactInfoTitle">
<h2>Get In Touch!</h2>
</div> <!-- contactInfoTitle end -->
<div class="contactIntro">
<p>
If you want to have a quick chat over a virtual/in-person coffee chat, you can send a message to me
on here or book a meeting with me on
<a href="https://calendly.com/plutoccy" class="calendly">Calendly</a>. Click here to book a
timeslot. </br>
Alternatively, you can get in contact with me via the following options below!
</p>
</div> <!-- contactIntro end -->
<div class="contactInfo">
<div class="contactIconContainer">
<div class="icon linkedIn">
<a href="https://www.linkedin.com/in/caiyi-chen-b21898244/">
<i class="fa-brands fa-linkedin"></i>
</a>
<span class="sr-only">
<a href="https://www.linkedin.com/in/caiyi-chen-b21898244/">LinkedIn Page</a>
</span>
</div>
<div class="icon gitHub">
<a href="https://github.com/Sputnikccy">
<i class="fa-brands fa-github"></i>
</a>
<span class="sr-only">
<a href="https://github.com/Sputnikccy">GitHub Page</a>
</span>
</div>
<div class="icon medium">
<a href="https://www.canva.com/design/DAFRNuww2GA/r24adktz1Tz2uDj_6faqmg/view?utm_content=DAFRNuww2GA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton">
<i class="fa-solid fa-file"></i>
</a>
<span class="sr-only">
<a href="https://www.canva.com/design/DAFRNuww2GA/r24adktz1Tz2uDj_6faqmg/view?utm_content=DAFRNuww2GA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton">Resume</a>
</span>
</div>
</div>
<div class="contactForm">
<div class="formContainer">
<form action="https://formsubmit.co/[email protected]" method="POST">
<label for="name" class="sr-only">Name</label>
<input type="text" id="name" placeholder="Name">
<label for="emailAddress" class="sr-only">Email Address</label>
<input type="email" id="emailAddress" placeholder="Email address">
<label for="message"></label>
<textarea name="message" id="message" rows="10" cols="30" placeholder="Message"></textarea>
<button type="submit" class="button" id="userSubmit">submit</button>
</form>
</div><!-- formContainer end -->
</div><!-- contactForm end -->
</div> <!-- contactInfo end -->
</div><!-- contactContent end -->
</section>
<div class="lineContainer">
<div class="line top"></div>
<div class="line bottom"></div>
<div class="line left"></div>
<div class="line right"></div>
</div><!-- lineContainer end -->
<script src="./scripts/homeHeader.js"></script>;
<script src="./scripts/aboutAnimation.js"></script>;
<script src="./scripts/topMenuColorChange.js"></script>;
<script src="./scripts/hamburgerMenu.js"></script>;
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>;
<script src="./scripts/projectsAnimation.js"></script>
</body>
</html>