-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
254 lines (232 loc) · 8.88 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portfolio" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/fa62c117c7.js"
crossorigin="anonymous"
></script>
<link rel="stylesheet" href="styles.css" />
<title>Jamie Cha</title>
</head>
<body class="light" id="top">
<header class="header center">
<h3>
<a href="https://github.com/jamiecha88" class="link"
>JC</a
>
</h3>
<nav class="nav center">
<ul class="nav__list center">
<li class="nav__list-item">
<a class="link link--nav" href="#projects">Projects</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#skills">Skills</a>
</li>
<li class="nav__list-item">
<a class="link link--nav" href="#contact">Contact</a>
</li>
</ul>
<button type="button" aria-label="toggle theme" class="btn btn--icon">
<i aria-hidden="true" id="btn-theme" class="fas fa-moon"></i>
</button>
<button
type="button"
aria-label="toggle navigation"
class="btn btn--icon nav__hamburger"
>
<i aria-hidden="true" class="fas fa-bars"></i>
</button>
</nav>
</header>
<main>
<!-- About -->
<div class="about center">
<h1>Hi, I'm <span class="about__name">Jamie Cha</span></h1>
<h2 class="about__role">Software Engineer👩‍💻</h2>
<p class="about__desc">
I specialize in building full stack software applications. I'm passionate about building products that make people's lives easier 😊
<!--dream of integrating technology and nature together for a sustainable future 🌱 My career in computer science began by analyzing behavioral data of parasitic flies on a ping-pong ball 🏓-->
</p>
<div class="about__contact center">
<a href="">
<span class="btn btn--outline">Resume</span>
</a>
<a
href="https://github.com/jamiecha88"
aria-label="github"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://www.linkedin.com/in/jamiecha88/"
aria-label="linkedin"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-linkedin"></i>
</a>
</div>
</div>
<!-- Projects -->
<section id="projects" class="section projects">
<h2 class="section__title">Projects</h2>
<div class="projects__grid">
<div class="project">
<h3>Snackish</h3>
<p class="project__description">
Snackish is a food-ordering app that allows customers to order online and administrators to maintain and keep track of orders.
</p>
<ul class="project__stack">
<li class="project__stack-item">React</li>
<li class="project__stack-item">JavaScript</li>
<li class="project__stack-item">Firebase Auth Service</li>
</ul>
<a
href="https://github.com/jamiecha88/snackish"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://github.com/jamiecha88/snackish"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Trackr</h3>
<p class="project__description">
Trackr is an online bug tracker and issue tracking software that helps you to track and fix bugs quickly.
</p>
<ul class="project__stack">
<li class="project__stack-item">Tailwind</li>
<li class="project__stack-item">JavaScript</li>
<li class="project__stack-item">Express</li>
<li class="project__stack-item">NoSQL</li>
</ul>
<a
href="https://github.com/jamiecha88/trackr"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://github.com/jamiecha88/trackr"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
<div class="project">
<h3>Facebark</h3>
<p class="project__description">
Social networking app for planning doggy playdates near you 🐶
</p>
<ul class="project__stack">
<li class="project__stack-item">React</li>
<li class="project__stack-item">TypeScript</li>
<li class="project__stack-item">Express</li>
</ul>
<a
href="https://github.com/jamiecha88/facebark"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://github.com/jamiecha88/facebark"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div>
</div>
</section>
<!-- Open Source Contributions -->
<!--- <section id="open-source" class="section OSC">
<h2 class="section__title">Open Source Contribution</h2>
<div class="osc__grid">
<div class="osc">
<h3>Mozilla Common Voice</h3>
<p class="OSC__description">
This is the web app for Mozilla Common Voice, a platform for collecting speech donations in order to create public domain datasets for training voice recognition-related tools.
</p>
<ul class="osc__stack">
<li class="osc__stack-item">TypeScript</li>
<li class="osc__stack-item">JavaScript</li>
<li class="osc__stack-item">CSS</li>
</ul>
<a
href="https://github.com/common-voice/common-voice"
aria-label="source code"
class="link link--icon"
>
<i aria-hidden="true" class="fab fa-github"></i>
</a>
<a
href="https://commonvoice.mozilla.org"
aria-label="live preview"
class="link link--icon"
>
<i aria-hidden="true" class="fas fa-external-link-alt"></i>
</a>
</div> -->
<!-- Skills -->
<section class="section skills" id="skills">
<h2 class="section__title">Skills</h2>
<ul class="skills__list">
<li class="skills__list-item btn btn--plain">HTML</li>
<li class="skills__list-item btn btn--plain">CSS</li>
<li class="skills__list-item btn btn--plain">TypeScript</li>
<li class="skills__list-item btn btn--plain">React</li>
<li class="skills__list-item btn btn--plain">Git</li>
<li class="skills__list-item btn btn--plain">Jest</li>
<li class="skills__list-item btn btn--plain">CI/CD</li>
<li class="skills__list-item btn btn--plain">AWS</li>
<li class="skills__list-item btn btn--plain">MongoDB</li>
<li class="skills__list-item btn btn--plain">REST APIs</li>
</ul>
</section>
<!-- Contact -->
<section class="section contact center" id="contact">
<h2 class="section__title">Contact</h2>
<a href="mailto:[email protected]">
<span class="btn btn--outline">Email me</span>
</a>
</section>
</main>
<footer class="footer">
<a
href="https://github.com/jamiecha88"
class="link footer__link"
>
Created By Jamie Cha
</a>
</footer>
<div class="scroll-container">
<div class="scroll-top">
<a aria-label="Scroll up" href="#top">
<i aria-hidden="true" class="fas fa-arrow-up"></i>
</a>
</div>
</div>
<script src="./main.js"></script>
</body>
</html>