-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
461 lines (412 loc) · 25.9 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
<!DOCTYPE html><html lang="en-us">
<head>
<title>Joanne Lee</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-+0n0xVW2eSR5OomGNYDnhzAbDsOXxcvSN1TPprVMTNDbiYZCxYbOOl7+AMvyTG2x" crossorigin="anonymous">
<link href="style.css" type="text/css" rel="stylesheet">
<script src="scripts.js" defer></script>
</head>
<body>
<div class="container">
<!--Website header-->
<div id="websiteheader">
<!--Navigation-->
<ul>
<li id="nav"><a href="#rest"><button><strong>HOME</strong></button></a></li>
<li id="nav"><a href="#about-me"><button><strong>ABOUT</strong></button></a></li>
<li id="nav"><a href="#portfolio"><button><strong>PORTFOLIO</strong></button></a></li>
<li id="nav"><a href="#credits"><button><strong>CREDITS</strong></button></a></li>
<li id="right-nav-whole" style="float:right"><a href="#home" id="right-nav">✦ JOANNEYNLEE.COM</a></li>
</ul>
</div>
<!--Rest of the website-->
<div id="rest">
<div class="row">
<div class="col-lg">
<div id="title"><h1>JOANNE LEE</h1></div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<img src='images\Self\hello.png' id = "self" alt='computer image' class="img-fluid">
</div>
<div class="col-lg-8"><div id="pagetitle">
<h3><strong>STUDENT.<br>PROGRAMMER.<br>ARTIST.<span id="blink">|</span></strong></h3>
<br>
<h4>✦ ✦ ✦</h4>
<br>
<p>
Feel free to reach out to me through my LinkedIn or email ([email protected])!
</p>
</ul>
<a href="https://www.linkedin.com/in/joanne-lee-27aa5b290/" target=”_blank”><button id="blue"><strong>LINKEDIN</strong><img src='images\Icons\LinkedIn.png' id="icon" alt='LinkedIn' width="20"></button></a>
<div id="divider"></div>
<a href="https://github.com/Joanne-Lee20" target=”_blank”><button id="blue"><strong>GITHUB</strong><img src='images\Icons\Github.png' id="icon" alt='Github' width="25"></button></a>
<div id="divider"></div>
<a href="mailto:[email protected]" target=”_blank”><button id="blue"><strong>EMAIL</strong><img src='images\Icons\Email.png' id="icon" alt='Email' width="25"></button></a>
<div id="divider"></div>
</ul>
</div></div>
</div>
<!--About Me Section-->
<div class="row" id="about-me">
<div class="col-lg-8">
<h2 id="about-me-h2">ABOUT ME</h2>
<hr>
<br>
<div class="expandable">
<div class="expandable__title-bar">
<span class="expandable__title"><strong>CODING JOURNEY</strong></span>
<ion-icon class="expandable__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable__content-wrapper">
<div class="expandable__content">
<p>
My coding journey began when I started creating dress-up games for fun using Scratch in elementary school. I self-studied website development in middle school, and after taking a year to realize engineering wasn't for me, I took my first coding class in my sophomore year of high school: Principles of Java. <br><br>Since then, I've studied object-oriented programming in Java, C, C++, and Python. I specialize in web and app development, and I've worked with HTML, CSS, Python Flask, JavaScript, and frameworks such as Bootstrap. Both in and out of the classroom, I strive to learn new programming concepts and bring my ideas to life.
</p>
</div>
</div>
</div>
<div class="expandable">
<div class="expandable__title-bar">
<span class="expandable__title"><strong>EDUCATION</strong></span>
<ion-icon class="expandable__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable__content-wrapper">
<div class="expandable__content">
<p>
<ul>
<li><strong>✦ Attending:</strong> University of Maryland, College Park (UMD)</li>
<li><strong>✦ Major:</strong> Computer Science</li>
<li><strong>✦ Year:</strong> Rising sophomore</li>
<li><strong>✦ Previously attended:</strong> Marriotts Ridge High School</li>
<li><strong>✦ Programs:</strong> UMD Honors College (Design Cultures and Creativity Living Learning Program), QUEST Honors Program</li>
<li><strong>✦ Academic Awards:</strong> National Merit Scholarship Finalist, UMD Dean's Scholarship recipient, Dean's List (Spring 2024), AP Scholar with Distinction</li>
</ul>
</p>
</div>
</div>
</div>
<div class="expandable">
<div class="expandable__title-bar">
<span class="expandable__title"><strong>HOBBIES</strong></span>
<ion-icon class="expandable__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable__content-wrapper">
<div class="expandable__content">
<p>
Some things I like to do other than code:
<ul>
<li>✦ Create digital art and animations</li>
<li>✦ Learn new songs on the piano</li>
<li>✦ Listen to video essays (usually on books, movies, and video games)</li>
<li>✦ Drink matcha + red bean boba</li>
<li>✦ Play badminton</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4">
<img src='images\Self\Self2.jpeg' id = "self2" alt='Self image' class="img-fluid">
</div>
</div>
<!--Portfolio-->
<div class="row" id="portfolio">
<div class="col-lg"><div id="mainbox">
<h2>PORTFOLIO</h2>
<h4>✦ ✦ ✦</h4>
<br>
<div class="expandable2">
<div class="expandable2__title-bar">
<span class="expandable2__title"><h3>CODE</h3></span>
<ion-icon class="expandable2__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable2__content-wrapper">
<div class="expandable2__content">
<div class="row">
<div class="col-md-6">
<div id="card">
<img src="images\Code\portfolio.png" alt='Animation' id="card-image">
<div id="card-text">
<h4>PORTFOLIO WEBSITE</h4>
<p>Developed a portfolio website to store and display my projects.</p>
</div>
</div>
<div id="card">
<img src="images\Code\quhacks.png" alt='Animation' id="card-image">
<div id="card-text">
<h4>QUHACKS 2023</h4>
<p>Worked on the front-end development of the hackathon website; rethemed design, updated information, and added UI/UX enhancing features.</p>
</div>
</div>
</div>
<div class="col-md-6">
<a href="https://bit.camp/" target=”_blank”><div id="card">
<video controls="controls" poster="images\Code\bitcamp.png" preload="none" id="card-image">
<source src="images\Code\bitcamp.mp4">
</video>
<div id="card-text">
<h4>BITCAMP 2024</h4>
<p>Worked on the front-end development of the registration and event websites in addition to the mobile app (demonstrated above).</p>
<p id="small"><b><u>[ CLICK TO VISIT ]</u></b></p>
</div>
</div></a>
<a href="https://joanne-lee20.github.io/Art/" target=”_blank”><div id="card">
<img src="images\Code\art.png" alt='Animation' id="card-image">
<div id="card-text">
<h4>ART PORTFOLIO</h4>
<p>Developed a personal website to store and display information about my past art projects.</p>
<p id="small"><b><u>[ CLICK TO VISIT ]</u></b></p>
</div>
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="expandable2">
<div class="expandable2__title-bar">
<span class="expandable2__title"><h3>ORGANIZATION</h3></span>
<ion-icon class="expandable2__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable2__content-wrapper">
<div class="expandable2__content">
<div class="row">
<div class="col-md-6">
<a href="https://drive.google.com/file/d/13sdtkmRlF4dJ_WpcPOS9fX21fMAlm8Xh/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Orgs\quhacksposter.png" id="card-image">
<div id="card-text">
<h4>POSTER</h4>
<p>Created a poster to advertise the QuHacks Hackathon using Canva.</p>
<p id="small"><b><u>[ CLICK TO VIEW FULL ]</u></b></p>
</div>
</div></a>
<a href="https://umcpkpl.wixsite.com/website-1" target=”_blank”><div id="card">
<img src="images\Orgs\kappa.png" id="card-image">
<div id="card-text">
<h4>KPL WEBSITE</h4>
<p>Redesigned the Kappa Phi Lambda Sorority Inc. Chi chapter website using Wix (currently undergoing development).</p>
<p id="small"><b><u>[ CLICK TO VISIT ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1d1USeZPEYAmRVXelazhkNyCL6Okm8HxM/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Orgs\stemfest.png" id="card-image">
<div id="card-text">
<h4>INSTAGRAM POST</h4>
<p>Created educational instagram posts for the Maryland STEM Festival Instagram account.</p>
<p id="small"><b><u>[ CLICK TO VIEW FULL ]</u></b></p>
</div>
</div></a>
</div>
<div class="col-md-6">
<a href="https://drive.google.com/file/d/1NXRbBIq0LhfoCfBpF46DqQwtHnyz55lv/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Orgs\quhackslogo.jpg" id="card-image">
<div id="card-text">
<h4>LOGO</h4>
<p>Designed the official logo for QuHacks using the lvllvl textmode art tool.</p>
<p id="small"><b><u>[ CLICK TO VIEW FULL ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1MQEojhZfT4Yfg5wdnBu3EDa4KFFzpVun/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Orgs\wireframe.png" id="card-image">
<div id="card-text">
<h4>LO-FI WIREFRAME</h4>
<p>Developed a lo-fi wireframe for the potential design of Technica's 2024 website.</p>
<p id="small"><b><u>[ CLICK TO VIEW FULL ]</u></b></p>
</div>
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="expandable2">
<div class="expandable2__title-bar">
<span class="expandable2__title"><h3>DIGITAL ART</h3></span>
<ion-icon class="expandable2__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable2__content-wrapper">
<div class="expandable2__content">
<div class="row">
<div class="col-md-6">
<a href="https://drive.google.com/file/d/1C868zsn2LvTYOfQclTUJg3tEiEQo484I/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Digital\webtoon.png" id="card-image">
<div id="card-text">
<h4>WEBTOON COVER</h4>
<p>Created a cover for a personal webtoon project (in development) using FireAlpaca.</p>
<p id="small"><b><u>[ WANT TO SEE A PREVIEW? ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Digital\screen.png" id="card-image">
<div id="card-text">
<h4>SCREEN</h4>
<p>Created a piece for my sustained investigation (AP Art IV) using FireAlpaca.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
<div id="card">
<img src="images\Digital\name.png" id="card-image">
<div id="card-text">
<h4>NAME</h4>
<p>Created a personal logo using FireAlpaca.</p>
</div>
</div>
</div>
<div class="col-md-6">
<a href="https://www.redbubble.com/people/asteraee/shop" target=”_blank”><div id="card">
<img src="images\Digital\sticker.jpeg" id="card-image">
<div id="card-text">
<h4>MERCH DESIGN</h4>
<p>Created a sticker design for my RedBubble store using FireAlpaca.</p>
<p id="small"><b><u>[ CLICK TO VISIT STORE ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1Tz9HKZ-DKV7zT6Qb8NyvUj9CVDxzHH9X/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Digital\playground.png" id="card-image">
<div id="card-text">
<h4>PLAYGROUND MAP</h4>
<p>Created a map for a small collaborative video game project using FireAlpaca.</p>
<p id="small"><b><u>[ CLICK TO WATCH GAME PREVIEW ]</u></b></p>
</div>
</div></a>
<div id="card">
<img src="images\Digital\school.jpeg" id="card-image">
<div id="card-text">
<h4>ACADEMIC STRESS</h4>
<p>Created a graphic for a friend's article using the lvllvl textmode art tool.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="expandable2">
<div class="expandable2__title-bar">
<span class="expandable2__title"><h3>PHYSICAL ART</h3></span>
<ion-icon class="expandable2__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable2__content-wrapper">
<div class="expandable2__content">
<div class="row">
<div class="col-md-6">
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Physical\birthday.jpg" id="card-image">
<div id="card-text">
<h4>PLEASE PASS THE CAKE</h4>
<p>Painted using acrylic paint on matboard.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Physical\origami.jpeg" id="card-image">
<div id="card-text">
<h4>PAPER STUDY</h4>
<p>Created using colored pencils, watercolor paint, and acrylic paint on watercolor paper.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Physical\clothing.jpeg" id="card-image">
<div id="card-text">
<h4>COMFORT CLOTHES</h4>
<p>Drawn using oil pastels on black canvas paper.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
</div>
<div class="col-md-6">
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Physical\piano.jpg" id="card-image">
<div id="card-text">
<h4>FLUIDITY</h4>
<p>Created using colored pencils and watercolor pencils on watercolor paper.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Physical\culture.jpg" id="card-image">
<div id="card-text">
<h4>WATCH YOUR LANGUAGE</h4>
<p>Created using oil paint and oil pastel on black canvas paper.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
<a href="https://drive.google.com/file/d/1K-rrFwOSgLoJZOvHj2njqhS7vxDen69u/view?usp=sharing" target=”_blank”><div id="card">
<img src="images\Physical\museum.jpg" id="card-image">
<div id="card-text">
<h4>LIVING ROOM MUSEUM</h4>
<p>Drawn using black, brown, and white conte crayons on chalk paper.</p>
<p id="small"><b><u>[ CLICK TO VIEW PORTFOLIO ]</u></b></p>
</div>
</div></a>
</div>
</div>
</div>
</div>
</div>
<div class="expandable2">
<div class="expandable2__title-bar">
<span class="expandable2__title"><h3>VIDEO</h3></span>
<ion-icon class="expandable2__icon" name="caret-back-outline"></ion-icon>
</div>
<div class="expandable2__content-wrapper">
<div class="expandable2__content">
<div class="row">
<div class="col-md-6">
<a href="https://drive.google.com/file/d/1Tz9HKZ-DKV7zT6Qb8NyvUj9CVDxzHH9X/view?usp=sharing" target=”_blank”><div id="card">
<img src='images\Videos\animation1.gif' alt='Animation' id="card-image">
<div id="card-text">
<h4>OPENING SCENE</h4>
<p>Animated an opening scene for a small collaborative video game project using FireAlpaca.</p>
<p id="small"><b><u>[ CLICK TO WATCH GAME PREVIEW ]</u></b></p>
</div>
</div></a>
<a href="https://www.instagram.com/p/CRHMStKgSSJ/" target=”_blank”><div id="card">
<video controls="controls" poster="images\Videos\gameover.png" preload="none" id="card-image">
<source src="images\Videos\game.mp4">
</video>
<div id="card-text">
<h4>GAME OVER</h4>
<p>Animated using FireAlpaca; posted on art business Instagram.</p>
<p id="small"><b><u>[ CLICK TO VIEW POST ]</u></b></p>
</div>
</div></a>
</div>
<div class="col-md-6">
<a href="https://drive.google.com/file/d/1Tz9HKZ-DKV7zT6Qb8NyvUj9CVDxzHH9X/view?usp=sharing" target=”_blank”><div id="card">
<video controls="controls" poster="images\Videos\ending.png" preload="none" id="card-image">
<source src="images\Videos\animation2.mp4">
</video>
<div id="card-text">
<h4>ENDING SCENE</h4>
<p>Animated an ending scene for a small collaborative video game project using FireAlpaca.</p>
<p id="small"><b><u>[ CLICK TO WATCH GAME PREVIEW ]</u></b></p>
</div>
</div></a>
<div id="card">
<video controls="controls" poster="images\Videos\speed.png" preload="none" id="card-image">
<source src="images\Videos\draw.mp4">
</video>
<div id="card-text">
<h4>ANIMATION PROCESS</h4>
<p>Sped-up video of my animation process using FireAlpaca.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div></div>
</div>
</div>
<div id="credits">
<p><strong>✦ CREDITS:</strong> I built this website in <a href="https://code.visualstudio.com/" target="_blank"><u>Visual Studio Code</u></a> using HTML/CSS, JavaScript, <a href="https://getbootstrap.com/" target="_blank"><u>Bootstrap</u></a>, and <a href="https://ionic.io/ionicons" target="_blank"><u>Ionicons</u></a> while referencing resources on <a href="https://www.w3schools.com/" target="_blank"><u>W3Schools</u></a> and <a href="https://www.freecodecamp.org/" target="_blank"><u>freeCodeCamp</u></a>.</p>
</div>
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>