-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (371 loc) · 12.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
<!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>Rachelle Hanna</title>
<link rel="icon" href="./assets/favicon.png" />
<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=Londrina+Solid:wght@900&family=Space+Grotesk:wght@300&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="styles/style.css" />
<script
src="https://kit.fontawesome.com/db0925fcfc.js"
crossorigin="anonymous"
></script>
<script>
console.log("hire me!");
</script>
</head>
<body>
<nav>
<div class="wrapper">
<ul>
<li><a href="#about">About</a></li>
<li><a href="#project">Projects</a></li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="https://github.com/rachellehanna">GitHub</a>
</li>
</ul>
</div>
</nav>
<header>
<div class="wrapper">
<div class="greeting">
<h1>
Hi,<br />
I'm Rachelle!
</h1>
<p>Front-end web developer</p>
</div>
</div>
</header>
<main>
<section id="about">
<div class="wrapper">
<h2>I'm a front-end developer</h2>
<p>
I have a background in studio arts and early childhood education. My
studies and previous work have reinforced my belief that creativity
and empathy are essential when facing new challenges and working
within a team.
</p>
<h2>I'm commited to building</h2>
<p>
My aim is to build websites and applications that are visually
engaging, accessible, and user-friendly. By combining my passion for
traditional fine arts with web design, I offer front-end web
development a unique and well-rounded perspective.
</p>
<div class="toolkit">
<h2>My toolkit includes:</h2>
<ul>
<li>
<i title="HTML5" class="fa-brands fa-html5"></i>
</li>
<li>
<i title="GitHub" class="fa-brands fa-github"></i>
</li>
<li>
<i title="CSS" class="fa-brands fa-css3-alt"></i>
</li>
<li>
<i title="Sass" class="fa-brands fa-sass"></i>
</li>
<li>
<i title="React" class="fa-brands fa-react"></i>
</li>
<li>
<i title="Firebase" class="fa-solid fa-fire"></i>
</li>
<li>
<i
title="Acessibility"
class="fa-solid fa-universal-access"
></i>
</li>
<li>
<i title="JavaScript" class="fa-brands fa-js"></i>
</li>
<li>
<i
title="Responsive Design"
class="fa-solid fa-mobile-screen-button"
></i>
</li>
</ul>
</div>
</div>
</section>
<section id="project">
<div class="wrapper">
<h2>Projects</h2>
<p>
A few programming projects I've completed. Most of them were built
in two weeks or less.
</p>
<ol class="projectRecord">
<!-- prettier-ignore -->
<li><a href="#pokemonBlackjack">Agency style React application, group project (2022)</a></li>
<!-- prettier-ignore -->
<li><a href="#dustBunny">Interactive game using React and Firebase (2022)</a></li>
<!-- prettier-ignore -->
<li><a href="#cocktailApp">Working with APIs, paired project (2022)</a></li>
<!-- prettier-ignore -->
<li><a href="#harper">Multi-page site (2022)</a></li>
<!-- prettier-ignore -->
<li><a href="#bikerland">Working in CodePen (2022)</a></li>
<!-- prettier-ignore -->
<li><a href="#potatoQuiz">My first JS project! (2021)</a></li>
<!-- prettier-ignore -->
<li><a href="#fitnessSpace">Responsive design conversion (2021)</a></li>
<!-- prettier-ignore -->
<li><a href="#theJournal">Fundamental design conversion (2021)</a></li>
</ol>
<div class="projectContainer">
<h3 id="pokemonBlackjack">Pokemon Blackjack (2022)</h3>
<p>
Blackjack style card game between two Pokemon characters. Using
the PokeAPI and the Deck of Cards API, two randomly generated
characters play a game of blackjack and the winner evolves.
</p>
<p>
<a
href="https://jade-lamington-9f905f.netlify.app/"
target="_blank"
rel="noopener noreferrer"
>Play, </a
><a
href="https://github.com/rachellehanna/pokemon-blackjack"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>CSS Animations</li>
<li>JavaScript</li>
<li>React</li>
<li>RESTful API</li>
<li>GitHub</li>
<li>Notion</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="dustBunny">Build Your Own Dust Bunny (2022)</h3>
<p>
Interactive game where the user builds their own cute dust bunny,
choosing from a variety of dust forms and add-ons (pet hair, lint,
etc.).
</p>
<p>
<a href="./dust-bunny/" target="_blank" rel="noopener noreferrer"
>Build, </a
><a
href="https://github.com/rachellehanna/dust-bunny-game"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>React</li>
<li>Firebase</li>
<li>GitHub</li>
<li>Procreate</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="cocktailApp">App using TheCocktail DB API (2022)</h3>
<p>A random cocktail recipe generator.</p>
<p>
<a
href="./what-cocktail/"
target="_blank"
rel="noopener noreferrer"
>Try it out, </a
><a
href="https://github.com/rachellehanna/Project2CocktailApp"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Sass</li>
<li>JavaScript</li>
<li>RESTful API</li>
<li>GitHub</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="harper">Harper (2022)</h3>
<p>
A multi-page, functional, and responsive website implemented from
a design.
</p>
<p>
<a href="./harper/" target="_blank" rel="noopener noreferrer"
>Live,
</a>
<a
href="https://github.com/rachellehanna/rachelle-hanna-project-one"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Sass</li>
<li>JavaScript</li>
<li>GitHub</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="bikerland">HTML/CSS CodePen (2022)</h3>
<p>A functional and responsive website built in CodePen.</p>
<p>
<a
href="https://codepen.io/rachellehanna/pen/yLzWpdM"
target="_blank"
rel="noopener noreferrer"
>CodePen</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="potatoQuiz">Potato Quiz (2021)</h3>
<p>
A fun and playful program which prompts the user with questions
and provides them with an end result. Built using jQuery.
</p>
<p>
<a href="./potato-quiz/" target="_blank" rel="noopener noreferrer"
>Play, </a
><a
href="https://github.com/rachellehanna/potato-quiz"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>JavaScript</li>
<li>jQuery</li>
<li>GitHub</li>
<li>Photopea</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="fitnessSpace">Fitworks (2021)</h3>
<p>A responsive website built from a provided design.</p>
<p>
<a href="./fitworks/" target="_blank" rel="noopener noreferrer"
>Live,</a
>
<a
href="https://github.com/rachellehanna/fitworks"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
</ul>
</div>
<div class="projectContainer">
<h3 id="theJournal">The Journal (2021)</h3>
<p>A basic website built using semantic HMTL and CSS.</p>
<p>
<a href="./the-journal/" target="_blank" rel="noopener noreferrer"
>Live,</a
>
<a
href="https://github.com/rachellehanna/the-journal"
target="_blank"
rel="noopener noreferrer"
>Source</a
>
</p>
<ul>
<li>HTML</li>
<li>CSS</li>
<li>Flexbox</li>
</ul>
</div>
</div>
</section>
<section id="contact">
<div class="wrapper">
<h2>Contact</h2>
<p>
Questions or comments:<br />
<a
href="mailto:ha.rac%68elle@%67ma%69%6C.c%6Fm"
>ha.rachelle@gmail.com</a
>
</p>
<span>Find me on:</span>
<ul class="socialIcons">
<li>
<a
href="https://github.com/rachellehanna"
target="_blank"
rel="noopener noreferrer"
>
<i title="GitHub" class="fa-brands fa-github"></i>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/rachellehanna"
target="_blank"
rel="noopener noreferrer"
>
<i title="LinkedIn" class="fa-brands fa-linkedin"></i>
</a>
</li>
</ul>
</div>
</section>
</main>
<footer>
<div class="wrapper">
<p>© Rachelle Hanna 2022</p>
<p>
Shout-out to my favourite
<a href="https://junocollege.com">programming community</a>. I wrote
about my experience in this
<a
href="https://medium.com/@ha.rachelle/my-journey-into-web-dev-ab4c4e8f2360"
>blog post</a
>.
</p>
</div>
</footer>
</body>
</html>