-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
421 lines (407 loc) · 14.6 KB
/
index.html
File metadata and controls
421 lines (407 loc) · 14.6 KB
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
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="HTML, CSS, JavaScript" />
<meta name="description" content="Web development for non-technical people" />
<meta name="author" content="Elyse Adrienne Hadid" />
<meta http-equiv="refresh" content="30" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="index.css" />
<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=Martel+Sans:wght@200;300;400;600;700;800;900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="layout">
<main>
<div class="grid">
<div class="flex">
<section>
<div class="typography">
<h1>
Hi there! I'm
<span class="wordmark">Elyse</span>.
</h1>
<p>
In 2018, I transitioned from a career in graphic design to web
development. I haven't stopped coding since!
</p>
<p>
I've worked in software engineering positions for coding
bootcamps, marketing agencies, cybersecurity platforms, and web
consultancies.
</p>
<p>
These days, I'm looking for a new role and accepting freelance
work to focus on empowering local small business owners and
non-profit organizations.
</p>
</div>
<div>
<a
class="linkbtn linkbtn--purple"
href="https://drive.google.com/file/d/1ByUb-hKXZjaz2F5L3hEZF0ARChCWM8Lg/view?usp=sharing"
rel="noopener noreferrer"
target="_blank"
>View my résumé</a
>
</div>
</section>
<section class="typography">
<h2>Services</h2>
<p>
I've got you covered with a wide range of experiences and
knowledge.
</p>
<ul>
<li>Validating and testing new ideas</li>
<li>Designing and prototyping</li>
<li>Creating websites and mobile apps</li>
<li>
Consulting and advice for your current and upcoming projects
</li>
</ul>
<!-- Can expound on this for better SEO later; reference thoughtbot's homepage. -->
</section>
<section>
<div class="typography">
<h2>Work</h2>
<p>Check out some of my work on previous projects.</p>
</div>
<div class="card__list">
<section class="card card--blue">
<picture class="card__picture">
<source
srcset="./images/fieldstone-website_deveopment.webp"
type="image/webp"
/>
<source
srcset="./images/fieldstone-website_deveopment.jpg"
type="image/jpeg"
/>
<img
class="card__image"
src="./images/fieldstone-website_deveopment.jpg"
alt="Homepage of Fieldstone Center, a landscaping wholesaler"
/>
</picture>
<div class="card__body">
<h3>Fieldstone Center</h3>
<p>Digital catalog for a landscaping wholesaler.</p>
<a
class="linkbtn"
href="https://fieldstonecenter.com/"
rel="noopener noreferrer"
target="_blank"
>Visit website</a
>
</div>
</section>
<section class="card card--pink">
<picture class="card__picture">
<source
srcset="./images/soffun-ui_design.webp"
type="image/webp"
/>
<source
srcset="./images/soffun-ui_design.jpg"
type="image/jpeg"
/>
<img
class="card__image"
src="./images/soffun-ui_design.jpg"
alt="Various mock-up images of live-streaming app Soffun"
/>
</picture class="card__picture">
<div class="card__body">
<h3>Soffun</h3>
<p>
Wireframes and prototypes for a mobile live-streaming app.
</p>
<a
class="linkbtn"
href="https://www.figma.com/proto/xK8j0Z0PO9zkdFewxlqxCT/Soffun?page-id=137%3A376&node-id=137-377&viewport=262%2C445%2C0.46&t=xcSRsu92sHeLhqp8-1&scaling=min-zoom&content-scaling=fixed"
rel="noopener noreferrer"
target="_blank"
>View prototype</a
>
</div>
</section>
<section class="card card--white">
<picture class="card__picture">
<source
srcset="./images/spyraflo_website-migration.webp"
type="image/webp"
/>
<source
srcset="./images/spyraflo_website-migration.jpg"
type="image/jpeg"
/>
<img
class="card__image"
src="./images/spyraflo_website-migration.jpg"
alt="Homepage of Spyraflo.com showing a tagline and call to action to view their products"
/>
</picture>
<div class="card__body">
<h3>Spyraflo</h3>
<p>Website migration for a manufacturing company.</p>
<a
class="linkbtn"
href="https://spyraflo.com/"
rel="noopener noreferrer"
target="_blank"
>Visit website</a
>
</div>
</section>
</div>
</section>
<section>
<div class="typography">
<h2>Volunteer work</h2>
<p>
I'm passionate about volunteering in my local community of
Hillsboro, Oregon, and helping marginalized folks transition
into high-paying careers in tech.
</p>
<p>Here are a few organizations and causes I'm supporting:</p>
</div>
<ul class="highlight__list typography__link--dark">
<li class="highlight">
Volunteering and mentorship for
<a
href="https://leonnoel.com/100devs/"
rel="noopener noreferrer"
target="_blank"
>100Devs</a
>, an online coding bootcamp to learn how to code and get a job
in tech
</li>
<li class="highlight">
Website management and serving on the advisory board for the
<a
href="https://libraryfoundationhillsboro.org/"
rel="noopener noreferrer"
target="_blank"
>Library Foundation of Hillsboro</a
>
</li>
<li class="highlight">
Participating as a member and volunteer of the
<a
href="https://uuccwc.org/"
rel="noopener noreferrer"
target="_blank"
>Unitarian Universalist Community Church of Washington
County</a
>
</li>
<li class="highlight">
Supporting and spreading awareness for fundraising,
crowd-funding and mutual aid efforts that benefit
<a
href="https://transequality.org/issues/resources/understanding-transgender-people-the-basics"
rel="noopener noreferrer"
target="_blank"
>trans</a
>
and
<a
href="https://www.minus18.org.au/articles/what-does-%22queer%22-mean-anyway/"
rel="noopener noreferrer"
target="_blank"
>queer</a
>
communities
</li>
</ul>
</section>
</div>
</div>
</main>
<aside>
<div class="grid">
<div class="flex">
<section>
<div class="typography">
<h2>Let's work together!</h2>
<p>
Many of my clients, co-workers, and colleagues would describe me
as being someone who's fun to work with and passionate about
what I do.
</p>
<p>
Feel free to check out recommendations and testimonials toward
the bottom of my
<a
href="https://www.linkedin.com/in/elysehadid/"
rel="noopener noreferrer"
target="_blank"
>LinkedIn profile</a
>. I also have references available upon request.
</p>
</div>
<div class="links__contact">
<a
class="linkbtn linkbtn--purple"
href="mailto:elysehadid@gmail.com"
rel="noopener noreferrer"
target="_blank"
>Send a message</a
>
<a
class="linkbtn linkbtn--purple"
href="https://calendly.com/elysehadid/coffeechat"
rel="noopener noreferrer"
target="_blank"
>Book a call</a
>
</div>
<address>
<h3 class="visually-hidden">Contact info</h3>
<div>
<h3 class="visually-hidden">Connect with me on social media</h3>
<ul class="links__social">
<li>
<a
href="https://github.com/elysehadid"
rel="noopener noreferrer"
target="_blank"
>
<span class="visually-hidden"
>Check out my projects on Github!</span
>
<img
alt="GitHub icon"
aria-hidden="true"
height="30"
src="./icons/github_icon.svg"
width="30"
/>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/elysehadid/"
rel="noopener noreferrer"
target="_blank"
><span class="visually-hidden"
>Follow me on LinkedIn!</span
><img
alt="LinkedIn icon"
aria-hidden="true"
height="30"
src="./icons/linkedin_icon.svg"
width="30"
/></a>
</li>
<li>
<a
href="https://www.twitter.com/elysehadid"
rel="noopener noreferrer"
target="_blank"
><span class="visually-hidden"
>Follow me on X! (formerly known as Twitter)</span
><img
alt="X/Twitter icon"
height="30"
src="./icons/twitter_icon.svg"
width="30"
aria-hidden="true"
/></a>
</li>
<li>
<a
href="https://www.youtube.com/@elysehadid"
rel="noopener noreferrer"
target="_blank"
><span class="visually-hidden"
>Subscribe to my YouTube channel for design and tech
content!</span
><img
alt="YouTube icon"
height="30"
src="./icons/youtube_icon.svg"
width="30"
aria-hidden="true"
/></a>
</li>
</ul>
</div>
</address>
</section>
</div>
</div>
</aside>
</div>
<div>
<section class="footer__cta">
<div class="flex">
<h2>What are your major goals for website or app?</h2>
<a
class="linkbtn"
href="https://calendly.com/elysehadid/coffeechat"
rel="noopener noreferrer"
target="_blank"
>Book a call</a
>
</div>
</section>
</div>
<footer class="footer">
<div class="grid">
<div>
<h2 class="wordmark">Elyse Hadid</h2>
<p>Together we'll figure it out!</p>
</div>
<ul class="links__contact typography__link--dark">
<li>
<a href="mailto:elysehadid@gmail.com">elysehadid@gmail.com</a>
</li>
<li>
<a href="tel:+19712052190">+1 (971) 205-2190</a>
</li>
</ul>
<ul class="links__social typography__link--dark">
<li>
<a
href="https://github.com/elysehadid"
rel="noopener noreferrer"
target="_blank"
>
Github
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/elysehadid/"
rel="noopener noreferrer"
target="_blank"
>LinkedIn</a
>
</li>
<li>
<a
href="https://www.twitter.com/elysehadid"
rel="noopener noreferrer"
target="_blank"
>X/Twitter</a
>
</li>
<li>
<a
href="https://www.youtube.com/@elysehadid"
rel="noopener noreferrer"
target="_blank"
>YouTube</a
>
</li>
</ul>
<small>© 2025-present Elyse Hadid. All Rights Reserved.</small>
</div>
</footer>
</body>