-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
428 lines (402 loc) · 13.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="shortcut icon" href="assets/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/favicon.ico" type="image/x-icon">
<script
src="https://kit.fontawesome.com/b328a1c9de.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css"
/>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link
href="https://fonts.googleapis.com/css?family=Playfair+Display:400,700|Raleway:400,400i,700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/styles.css" />
<title>Alexandra Lim | Front-End Developer</title>
</head>
<body>
<!-- header -->
<div class="wrapper">
<header>
<p class="hamburger"><i class="fas fa-bars" aria-hidden="true"></i></p>
<nav class="menu">
<ul>
<li class="exitMenu"><i class="fas fa-times" aria-hidden="true"></i></li>
<li><a href="/index.html">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section class="headerTextArrowDown">
<div class="headerText">
<h1>Alexandra Lim</h1>
<h2>Front-End Developer</h2>
</div>
<figure class="arrowDown bounce">
<a href="#about" aria-label="Scroll down to see content">
<i class="fas fa-angle-double-down"></i>
</a>
</figure>
</section>
</header>
<!-- main -->
<main>
<!-- about -->
<section class="about" id="about">
<h3>Hi, I'm Alex!</h3>
<div class="profile">
<figure class="profilePic">
<img
src="assets/alexlim.jpg"
alt="Alexandra Lim's profile picture"
/>
</figure>
<div class="profileDesc">
<p>
I’m a creative, solutions-focused developer who enjoys a good challenge. I currently specialize in building front-end applications that deliver marketing and sales results for customers. I care about accessibility, user experience, and improving processes wherever I can. I’m a collaborator and a lifelong learner who is passionate about mentoring new
developers.
</p>
<p>
Based in Toronto, I am a graduate of the Web Development Immersive Certificate program at Juno College of Technology, formerly known as HackerYou College of Technology.
</p>
<p>
In my spare time, I love to read, make tangible things (like pie and socks) with my hands, and give my cat Sherlock a finite (his terms, not mine) amount of belly rubs. I also enjoy checking out new cafés and restaurants.
</p>
</div>
</div>
</section>
<!-- skills icons -->
<section class="skills" id="skills">
<h3>Skills</h3>
<ul class="skillsIcons" data-aos="zoom-in-up" data-aos-duration="2000">
<li>
<i class="skillIcon devicon-javascript-plain" aria-label="JavaScript logo"></i>
<p>JavaScript</p>
</li>
<li>
<i class="skillIcon devicon-react-original" aria-label="React logo"></i>
<p>React</p>
</li>
<li>
<i class="skillIcon devicon-jquery-plain" aria-label="jQuery logo"></i>
<p>jQuery</p>
</li>
<li>
<i
class="skillIcon devicon-html5-plain"
aria-label="HTML5 logo"
></i>
<p>HTML5</p>
</li>
<li>
<i
class="skillIcon devicon-css3-plain"
aria-label="CSS3 logo"
></i>
<p>CSS3</p>
</li>
<li>
<i
class="skillIcon devicon-sass-original"
aria-label="Sass logo"
></i>
<p>Sass</p>
</li>
<li>
<img
src="assets/skills/firebase.svg"
class="firebaseIcon"
alt="Firebase logo"
/>
<p>Firebase</p>
</li>
<li>
<i
class="skillIcon devicon-git-plain"
aria-label="Git version control logo"
></i>
<p>Git</p>
</li>
<!-- <li>
<i
class="skillIcon devicon-github-plain"
aria-label="GitHub logo"
></i>
<p>GitHub</p>
</li> -->
<li>
<img
src="assets/skills/responsive.svg"
class="responsiveIcon"
alt="A computer monitor and tablet screen icon"
/>
<p>Responsive Design</p>
</li>
</ul>
</section>
<!-- projects -->
<section class="projects" id="projects">
<h3>Projects</h3>
<ul class="projectList">
<li data-aos="fade-up" data-aos-duration="1800">
<figure class="thankfull">
<img
src="assets/projects/thankfull.png"
alt="Screenshot of thankfull: a gratitude journal app"
/>
</figure>
<div class="projectProfile">
<h4>thankfull: a gratitude journal</h4>
<p class="skillsUsed">
React, Firebase, REST API
</p>
<p class="projectDesc">
Developed using React, thankfull is a
virtual gratitude journal that allows the
user to log their daily entry and review any
previously logged entries.
</p>
<div class="projectLinks">
<a
href="https://gratitudejournal.alexandralim.dev/"
class="linkButton"
target="_blank"
>Live</a
>
<a
href="https://github.com/alexandra-lim/gratitudeJournal"
class="linkButton"
target="_blank"
>GitHub</a
>
</div>
</div>
</li>
<li data-aos="fade-up" data-aos-duration="1800">
<figure class="trivial">
<img
src="assets/projects/notSoTrivialPursuit.png"
alt="Screenshot of Not So Trivial Pursuit game app"
/>
</figure>
<div class="projectProfile">
<h4>Not So Trivial Pursuit</h4>
<p class="skillsUsed">
React, Firebase, REST API, Group Programming
</p>
<p class="projectDesc">
Created in collaboration with
<a
href="https://anamorales.dev"
target="_blank"
>Ana Morales</a
>,
<a
href="https://github.com/danfitz/"
target="_blank"
>Dan Fitz</a
>, and
<a
href="https://github.com/waglepuja"
target="_blank"
>Puja Neupane</a
>
based on a client brief provided. Using the Open Trivia API, Not So Trivial Pursuit displays a trivia game based on the category and number of questions selected. Users also have the option to save the game.
</p>
<div class="projectLinks">
<a
href="https://notsotrivialpursuit.github.io/notSoTrivialPursuit/"
class="linkButton"
target="_blank"
>Live</a
>
<a href="https://github.com/notSoTrivialPursuit/notSoTrivialPursuit" class="linkButton" target="_blank"
>GitHub</a
>
</div>
</div>
</li>
<li data-aos="fade-up" data-aos-duration="1800">
<figure class="askRon">
<img
src="assets/projects/askRonSwanson.jpg"
alt="Screenshot of Ask Ron Swanson advice app"
/>
</figure>
<div class="projectProfile">
<h4>Ask Ron Swanson</h4>
<p class="skillsUsed">
jQuery, REST API, Pair Programming
</p>
<p class="projectDesc">
Developed with
<a
href="https://github.com/jeffrudd"
target="_blank"
>Jeff Rudd</a
>, Ask Ron Swanson uses the Ron Swanson
Quotes API to dispense dining,
philosophical, or self-improvement advice.
</p>
<div class="projectLinks">
<a
href="https://askronswanson.alexandralim.dev/"
class="linkButton"
target="_blank"
>Live</a
>
<a href="https://github.com/alexandra-lim/askRonSwanson" class="linkButton" target="_blank"
>GitHub</a
>
</div>
</div>
</li>
<li data-aos="fade-up" data-aos-duration="1800">
<figure class="sanctuary">
<img
src="assets/projects/sanctuaryHelpers.jpg"
alt="Screenshot of Sanctuary Helpers PSD conversion"
/>
</figure>
<div class="projectProfile">
<h4>Sanctuary Helpers</h4>
<p class="skillsUsed">
HTML, Sass, Responsive Design
</p>
<p class="projectDesc">
Sanctuary Helpers is a fully responsive, multi-page PSD conversion
using HTML, Sass and Flexbox.
</p>
<div class="projectLinks">
<a
href="https://sanctuaryhelpers.alexandralim.dev/"
class="linkButton"
target="_blank"
>Live</a
>
<a
href="https://github.com/alexandra-lim/sanctuaryHelpers"
class="linkButton"
target="_blank"
>GitHub</a
>
</div>
</div>
</li>
</ul>
</section>
<!-- contact -->
<section class="contact" id="contact">
<h3>Say Hello!</h3>
<div class="emailMe">
<p>If you're interested in working together, would like to see my resume, or just want to say hi, please drop me a line!</p>
<p>
Email me at
<a href="mailto:[email protected]"
>hello[at]alexandralim.dev</a
>
or get in touch using the form below.
</p>
</div>
<div class="formAndSocialMedia">
<form action="https://formspree.io/[email protected]" method="POST" />
<div class="textInputs">
<div class="field textInput">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="Name" required/>
</div>
<div class="field textInput">
<label for="email">Email</label>
<input type="text" id="email" name="email" placeholder="[email protected]" required/>
</div>
</div>
<div class="field">
<label for="message">Message</label>
<textarea
id="message"
name="message"
cols="30"
rows="5"
placeholder="Hi Alex!"
required
></textarea>
</div>
<div class="submitButton">
<button>Let's Talk!</button>
</div>
</form>
<div class="socialMedia">
<ul class="socialIcons">
<li>
<a
href="https://github.com/alexandra-lim/"
target="_blank"
aria-label="Go to Alex's Github page"
>
<i
class="socialIcon devicon-github-plain"
></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/alexandra-lim/"
target="_blank"
aria-label="Go to Alex's LinkedIn page"
>
<i
class="socialIcon fab fa-linkedin-in"
></i>
</a>
</li>
<li>
<a
href="https://twitter.com/alexandra_lim"
target="_blank"
aria-label="Visit Alex's Twitter page"
>
<i class="socialIcon fab fa-twitter"></i>
</a>
</li>
<!-- <li>
<a
href="https://medium.com/@alexandra.lim"
target="_blank"
aria-label="Visit Alex's Medium profile"
>
<i class="socialIcon fab fa-medium-m"></i>
</a>
</li> -->
</ul>
</div>
</div>
</section>
</main>
</div>
<!-- footer -->
<footer>
<p>Developed by Alexandra Lim</p>
<p>Headshot by Fatima Gueye</p>
</footer>
<!-- scroll to top button -->
<div class="scrollUp">
<a class="backToTop" id="backToTop" href="index.html">
<i class="fas fa-chevron-up"></i>
</a>
</div>
</body>
<!-- js files -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="scripts/script.js"></script>
</html>