-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
627 lines (622 loc) · 26.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
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
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
<!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" />
<!-- Primary Meta Tags -->
<title>John Williams | Web Developer</title>
<meta name="title" content="John Williams | Web Developer" />
<meta
name="description"
content="A software engineer focused on HTML, CSS, Sass, Javscript, Typescript, Node, Express, and React"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta
property="og:url"
content="https://telestrial.github.io/portfolio-web/"
/>
<meta property="og:title" content="John Williams | Web Developer" />
<meta
property="og:description"
content="A software engineer focused on HTML, CSS, Sass, Javscript, Typescript, Node, Express, and React"
/>
<meta
property="og:image"
content="https://telestrial.github.io/portfolio-web/img/portfolio_ss-min.PNG"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta
property="twitter:url"
content="https://telestrial.github.io/portfolio-web/"
/>
<meta property="twitter:title" content="John Williams | Web Developer" />
<meta
property="twitter:description"
content="A software engineer focused on HTML, CSS, Sass, Javscript, Typescript, Node, Express, and React"
/>
<meta property="twitter:image" content="" />
<link rel="icon" type="image/x-icon" href="img/favicon.ico" />
<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=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="style.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-8QX6KS0MLR"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-8QX6KS0MLR');
</script>
</head>
<body>
<nav class="nav">
<div class="nav__logo">
<a href="#landing">
<svg class="nav__svg">
<title>Home</title>
<use xlink:href="img/logo.svg#logo"></use>
</svg>
</a>
</div>
<div class="nav__links">
<a href="#about" class="underline nav__links--1"
><span class="nav__links--numbers">01.</span>About</a
>
<a href="#projects" class="underline nav__links--2"
><span class="nav__links--numbers">02.</span>Projects</a
>
<a href="#contact" class="underline nav__links--3"
><span class="nav__links--numbers">03.</span>Contact</a
>
<a
href="./resume_code.pdf"
class="btn nav__links--resume nav__links--4"
target="_blank"
>Resumé</a
>
</div>
</nav>
<div class="externals"></div>
<section class="landing" id="landing">
<img
class="landing__photo"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
/img/portfolio_squared_w_200.jpg 200w,
/img/portfolio_squared_w_817.jpg 817w,
/img/portfolio_squared_w_1161.jpg 1161w,
/img/portfolio_squared_w_1400.jpg 1400w
"
src="/img/portfolio_squared_itjwph_c_scale,w_1400.jpg"
alt="A blonde haired blue-eyed man, wearing a dark blue shirt, smiles at the camera"
/>
<div class="landing__container">
<p class="landing__leading">Hello world! My name is</p>
<h2 class="landing__name">John Williams.</h2>
<h1 class="landing__purpose">And I build things for the web.</h1>
<p class="landing__explanation">
I'm a full-stack developer with two years of professional experience,
focusing so far on React, Typescript, Next, Google Cloud Platform, and
much more. If it needs to be done, I <u>will</u> figure out the best
way to do it. Beyond coding, my other passions include music,
education, writing and, more recently, fitness.
<span class="landing__explanation--emojis">🏃</span>
</p>
<a
class="landing__svglink"
href="https://github.com/telestrial"
target="_blank"
>
<svg
class="landing__svg--1"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="48"
height="48"
viewBox="0 0 24 24"
style="fill: #64ffda"
>
<title>Github</title>
<path
d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6C7,7.2,7,6.6,7.3,6 c0,0,1.4,0,2.8,1.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3C15.3,6,16.8,6,16.8,6C17,6.6,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4 c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3 C22,6.1,16.9,1.4,10.9,2.1z"
></path>
</svg>
</a>
<a
class="landing__svglink"
href="https://www.linkedin.com/in/johnwilliamscodes/"
target="_blank"
>
<svg
class="landing__svg--2"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="48"
height="48"
viewBox="0 0 30 30"
style="fill: #64ffda"
>
<title>Linked In</title>
<path
d="M24,4H6C4.895,4,4,4.895,4,6v18c0,1.105,0.895,2,2,2h18c1.105,0,2-0.895,2-2V6C26,4.895,25.105,4,24,4z M10.954,22h-2.95 v-9.492h2.95V22z M9.449,11.151c-0.951,0-1.72-0.771-1.72-1.72c0-0.949,0.77-1.719,1.72-1.719c0.948,0,1.719,0.771,1.719,1.719 C11.168,10.38,10.397,11.151,9.449,11.151z M22.004,22h-2.948v-4.616c0-1.101-0.02-2.517-1.533-2.517 c-1.535,0-1.771,1.199-1.771,2.437V22h-2.948v-9.492h2.83v1.297h0.04c0.394-0.746,1.356-1.533,2.791-1.533 c2.987,0,3.539,1.966,3.539,4.522V22z"
></path>
</svg>
</a>
<a
class="landing__svglink"
href="https://www.instagram.com/theotherjohnwilliams/"
target="_blank"
>
<svg
class="landing__svg--3"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="48"
height="48"
viewBox="0 0 30 30"
style="fill: #64ffda"
>
<title>Instagram</title>
<path
d="M 9.9980469 3 C 6.1390469 3 3 6.1419531 3 10.001953 L 3 20.001953 C 3 23.860953 6.1419531 27 10.001953 27 L 20.001953 27 C 23.860953 27 27 23.858047 27 19.998047 L 27 9.9980469 C 27 6.1390469 23.858047 3 19.998047 3 L 9.9980469 3 z M 22 7 C 22.552 7 23 7.448 23 8 C 23 8.552 22.552 9 22 9 C 21.448 9 21 8.552 21 8 C 21 7.448 21.448 7 22 7 z M 15 9 C 18.309 9 21 11.691 21 15 C 21 18.309 18.309 21 15 21 C 11.691 21 9 18.309 9 15 C 9 11.691 11.691 9 15 9 z M 15 11 A 4 4 0 0 0 11 15 A 4 4 0 0 0 15 19 A 4 4 0 0 0 19 15 A 4 4 0 0 0 15 11 z"
></path>
</svg>
</a>
<a
class="landing__svglink"
href="https://bsky.app/profile/johnwilliams.codes"
target="_blank"
>
<svg
class="landing__svg--4"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="48"
height="48"
viewBox="0 0 24 24"
style="fill: #64ffda"
>
<title>Twitter</title>
<path
d="M17,3H7C4.791,3,3,4.791,3,7v10c0,2.209,1.791,4,4,4h10c2.209,0,4-1.791,4-4V7C21,4.791,19.209,3,17,3z M17.05,9.514 c0,0.086,0,0.171,0,0.343c0,3.257-2.486,7.029-7.029,7.029c-1.371,0-2.657-0.429-3.771-1.114c0.171,0,0.429,0,0.6,0 c1.114,0,2.229-0.429,3.086-1.029c-1.114,0-1.971-0.771-2.314-1.714c0.171,0,0.343,0.086,0.429,0.086c0.257,0,0.429,0,0.686-0.086 c-1.114-0.257-1.971-1.2-1.971-2.4c0.343,0.171,0.686,0.257,1.114,0.343c-0.686-0.6-1.114-1.286-1.114-2.143 c0-0.429,0.086-0.857,0.343-1.2c1.2,1.457,3,2.486,5.057,2.571c0-0.171-0.086-0.343-0.086-0.6c0-1.371,1.114-2.486,2.486-2.486 c0.686,0,1.371,0.257,1.8,0.771c0.6-0.086,1.114-0.343,1.543-0.6c-0.171,0.6-0.6,1.029-1.114,1.371 c0.514-0.086,0.943-0.171,1.457-0.429C17.907,8.743,17.479,9.171,17.05,9.514z"
></path>
</svg>
</a>
<a
href="mailto:%[email protected]?subject=Web%20Dev%20Inquiry"
class="btn landing__hireme"
>Contact me</a
>
</div>
</section>
<div class="scroll">↓</div>
<section class="about" id="about">
<h1 class="section__title">
<span class="about__numbers">01. </span>About Me
</h1>
<div class="about__bio">
<p>
In May of 2021, I made the decision to change my career from music
education to web development using a self-researched and self-guided
bootcamp. To be clear, I didn't start my journey with computers with
that bootcamp. Be it running game servers or bots for friends,
tinkering with HTML/CSS over the years, building desktops for myself,
family, or friends, or automating portions of my previous jobs in
education using Python, computers have been the backbone of my life
since I was very young.
</p>
<p>
During my training for the role, I worked with the following
technologies:
</p>
<ul>
<li>Javascript (ES6)</li>
<li>Typescript</li>
<li>EJS</li>
<li>HTML/CSS</li>
<li>Sass</li>
<li>React</li>
<li>Express</li>
<li>MongoDB</li>
<li>MySQL</li>
<li>Angular</li>
</ul>
<p>
All code produced during that bootcamp can be found on my
<a
href="https://github.com/telestrial/Self-Guided-BootCamp/"
target="_blank"
class="underline"
>Github</a
>.
</p>
</div>
<div class="about__album">
<img
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/career_pic_a56gfl_c_scale,w_200.jpg 200w,
img/career_pic_a56gfl_c_scale,w_566.jpg 566w,
img/career_pic_a56gfl_c_scale,w_815.jpg 815w,
img/career_pic_a56gfl_c_scale,w_1024.jpg 1024w,
img/career_pic_a56gfl_c_scale,w_1226.jpg 1226w,
img/career_pic_a56gfl_c_scale,w_1381.jpg 1381w,
img/career_pic_a56gfl_c_scale,w_1400.jpg 1400w
"
src="img/career_pic_a56gfl_c_scale,w_1400.jpg"
alt="A man stands on a conducting podium, baton flipped between fingers. His hand are directly in front of his chest as he draws sound out from the group in front of him."
class="about__pic about__pic--1"
/>
<img
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/career_stage_d5c7io_c_scale,w_200.jpg 200w,
img/career_stage_d5c7io_c_scale,w_460.jpg 460w,
img/career_stage_d5c7io_c_scale,w_645.jpg 645w,
img/career_stage_d5c7io_c_scale,w_772.jpg 772w,
img/career_stage_d5c7io_c_scale,w_914.jpg 914w,
img/career_stage_d5c7io_c_scale,w_1041.jpg 1041w,
img/career_stage_d5c7io_c_scale,w_1173.jpg 1173w,
img/career_stage_d5c7io_c_scale,w_1349.jpg 1349w,
img/career_stage_d5c7io_c_scale,w_1385.jpg 1385w,
img/career_stage_d5c7io_c_scale,w_1400.jpg 1400w
"
src="img/career_stage_d5c7io_c_scale,w_1400.jpg"
alt="A large stage at a theater, players sitting social-distanced apart from each other."
class="about__pic about__pic--2"
/>
<img
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/career_gym_brwqwa_c_scale,w_200.jpg 200w,
img/career_gym_brwqwa_c_scale,w_529.jpg 529w,
img/career_gym_brwqwa_c_scale,w_767.jpg 767w,
img/career_gym_brwqwa_c_scale,w_965.jpg 965w,
img/career_gym_brwqwa_c_scale,w_1167.jpg 1167w,
img/career_gym_brwqwa_c_scale,w_1291.jpg 1291w,
img/career_gym_brwqwa_c_scale,w_1400.jpg 1400w
"
src="img/career_gym_brwqwa_c_scale,w_1400.jpg"
alt="A man conducts with his right hand to a group of players on bleachers"
class="about__pic about__pic--3"
/>
</div>
</section>
<section class="projects" id="projects">
<h1 class="section__title">
<span class="about__numbers">02. </span>Projects
</h1>
<div class="projects__container">
<div class="projects__card">
<div class="projects__image">
<a href="https://simply-commerce-amber.vercel.app/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/simply_commerce-200w.avif 200w,
img/simply_commerce-529w.avif 529w,
img/simply_commerce-767w.avif 767w,
img/simply_commerce-965w.avif 965w,
img/simply_commerce-1167w.avif 1167w,
img/simply_commerce-1291w.avif 1291w,
img/simply_commerce-1400w.avif 1400w
"
src="img/simply_commerce-1400w.avif"
alt="A screenshot of a webpage with product cards and 'add to cart' buttons"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">NextJS</span>
<span class="projects__tag">React</span>
<span class="projects__tag">Typescript</span>
<span class="projects__tag">Tailwind</span>
<span class="projects__tag">PostgreSQL</span>
<span class="projects__tag">Zustand</span>
<div class="projects__description">
<p>
Simply Commerce, a work in progress, is a modern Next
(app-folder-based) app aimed at e-commerce using a simple data
structure, ui, and checkout process. Specific attention is being
given to minimalism.
</p>
</div>
</div>
</div>
<div class="projects__card">
<div class="projects__image">
<a href="https://markdown-code-demo.vercel.app/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/portfolio_jsx_fwzreu_c_scale,w_200.png 200w,
img/portfolio_jsx_fwzreu_c_scale,w_1400.png 1400w
"
src="img/portfolio_jsx_fwzreu_c_scale,w_1400.png"
alt="A screenshot of webpage with a dark blue background, containing cells of markdown and code"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">React</span>
<span class="projects__tag">Node</span>
<span class="projects__tag">Typescript</span>
<span class="projects__tag">Redux</span>
<span class="projects__tag">ESBuild</span>
<span class="projects__tag">Prettier</span>
<div class="projects__description">
<p>
The JSX Notebook is a jupyter-like app that allows for users to
dynamically import any library from the NPM library and view the
result of their code in (nearly) real-time, capitalizing on
ESBuild's blazing fast transpilation.
</p>
</div>
</div>
</div>
<div class="projects__card">
<div class="projects__image">
<a href="https://angularmail.vercel.app/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1176px) 100vw, 1176px"
srcset="
img/angularmail_zkly3t_c_scale,w_200.png 200w,
img/angularmail_zkly3t_c_scale,w_1176.png 1176w
"
src="img/angularmail_zkly3t_c_scale,w_1176.png"
alt="A screenshot of a custom-built email client"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">Angular</span>
<span class="projects__tag">Typescript</span>
<span class="projects__tag">Semantic UI</span>
<div class="projects__description">
<p>
Angular Mail is a MVP email app written in Angular. It was
created while working through Stephen Grider's Complete Angular
Bootcamp and features the ability to sign up, login, and send
and recieve emails, including replies. It uses Semantic UI for
styling.
</p>
</div>
</div>
</div>
<div class="projects__card">
<div class="projects__image">
<a href="https://nexters.vercel.app/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/portfolio_nexters_zhk94q_c_scale,w_200.png 200w,
img/portfolio_nexters_zhk94q_c_scale,w_594.png 594w,
img/portfolio_nexters_zhk94q_c_scale,w_845.png 845w,
img/portfolio_nexters_zhk94q_c_scale,w_999.png 999w,
img/portfolio_nexters_zhk94q_c_scale,w_1182.png 1182w,
img/portfolio_nexters_zhk94q_c_scale,w_1338.png 1338w,
img/portfolio_nexters_zhk94q_c_scale,w_1400.png 1400w
"
src="img/portfolio_nexters_zhk94q_c_scale,w_1400.png"
alt="A screenshot of a webpage tailored towards realty"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">HTML</span>
<span class="projects__tag">Grid</span>
<span class="projects__tag">Sass</span>
<div class="projects__description">
<p>
Nexters is a product of the Advanced CSS and Sass course. The
website is a landing page for a realty company and takes
advantage of a heirarchy of modern Grid layouts. Additionally,
it utilizes the Block-Element-Modifier (BEM) model. It is an
exercise in style and not function.
</p>
</div>
</div>
</div>
<div class="projects__card">
<div class="projects__image">
<a href="https://react-meetups-demo.vercel.app/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/portfolio_meetup_wvyroi_c_scale,w_200.png 200w,
img/portfolio_meetup_wvyroi_c_scale,w_681.png 681w,
img/portfolio_meetup_wvyroi_c_scale,w_984.png 984w,
img/portfolio_meetup_wvyroi_c_scale,w_1243.png 1243w,
img/portfolio_meetup_wvyroi_c_scale,w_1400.png 1400w
"
src="img/portfolio_meetup_wvyroi_c_scale,w_1400.png"
alt="A screenshot of a webpage, containing pictures of places and locations for people to meet"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">React</span>
<span class="projects__tag">MongoDB</span>
<span class="projects__tag">Styled Components</span>
<div class="projects__description">
<p>
React Meetups is an exercise in the framework itself, utilizing
common React concepts like props, Link, hooks, reuseable,
functional components, partials, and router with an ally-oop
from MongoClient.
</p>
</div>
</div>
</div>
<!-- <div class="projects__card">
<div class="projects__image">
<a href="https://ledgerline.herokuapp.com/" target="_blank">
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/portfolio_ledgerline_dmewtd_c_scale,w_200.png 200w,
img/portfolio_ledgerline_dmewtd_c_scale,w_1400.png 1400w
"
src="img/portfolio_ledgerline_dmewtd_c_scale,w_1400.png"
alt="A screenshot for a webpage, containing the the words 'LedgerLine: An app for music educators'"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">MongoDB</span>
<span class="projects__tag">Express</span>
<span class="projects__tag">React</span>
<span class="projects__tag">Node</span>
<span class="projects__tag">GridJS</span>
<div class="projects__description">
<p>
Ledgerline is an inventory management app designed for music
programs--band, orchestra, and choir. It facilitates the
record-keeping associated with a music library, instrument
inventory, and classes of students. Future development goals
could include authentication for separate databases, admin view
and student helper roles, schema expansion for database
customization, and ownership in one-to-many, student-to-items
relationships.
</p>
</div>
</div>
</div>
<div class="projects__card">
<div class="projects__image">
<a
href="https://aqueous-citadel-80395.herokuapp.com/"
target="_blank"
>
<img
class="projects__picture"
sizes="(max-width: 1400px) 100vw, 1400px"
srcset="
img/portfolio_yelpcamp_pakt3f_c_scale,w_200.png 200w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_468.png 468w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_657.png 657w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_834.png 834w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_1004.png 1004w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_1144.png 1144w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_1233.png 1233w,
img/portfolio_yelpcamp_pakt3f_c_scale,w_1400.png 1400w
"
src="img/portfolio_yelpcamp_pakt3f_c_scale,w_1400.png"
alt="A screenshot of a webpage, its background that of a handful of people sitting around a campfire"
/>
</a>
</div>
<div class="projects__info">
<span class="projects__tag">MongoDB</span>
<span class="projects__tag">Express</span>
<span class="projects__tag">Node</span>
<span class="projects__tag">EJS</span>
<span class="projects__tag">MapBox</span>
<div class="projects__description">
<p>
Yelpcamp is the final challenge project in Colt Steele's
Complete Web Developer Bootcamp. It allows authenticated users
to submit campsites, look at their placement on a world map, and
leave reviews of other campgrounds.
</p>
</div>
</div>
</div>
</div> -->
</section>
<section class="contact">
<h1 class="section__title">
<span class="about__numbers">03. </span>Contact Me
</h1>
<div class="contact__container">
<h1 id="contact">Thanks for stopping by!</h1>
<p>
Feel free to reach out with inquires regarding how to kick-start your
career in web development or anything else.
</p>
<form
class="contact__form"
action="https://formsubmit.co/53bcecc7183bfeb32288596f404dc293"
method="POST"
>
<input
class="contact__form--name"
type="text"
id="name"
name="name"
placeholder="Your Name*"
title="Name"
aria-label="Your Name"
required
/>
<input
type="email"
class="contact__form--email"
id="email"
name="email"
placeholder="Your Email*"
title="Email"
aria-label="Your Email"
required
/>
<input
type="text"
class="contact__form--subject"
id="subject"
name="subject"
placeholder="Subject*"
title="Subject"
aria-label="Subject"
required
/>
<textarea
class="contact__form--message"
name="message"
id="message"
cols="30"
rows="7"
title="Message"
aria-label="Message"
required
></textarea>
<input
type="text"
name="_honey"
style="display: none"
title="Spam prevention (do not fill)"
/>
<button class="btn contact__form--button">Send it!</button>
</form>
</div>
</section>
<footer class="footer">
🛠️ Built by John Williams, with inspiration taken from portfolios by
<span class="footer__credit">Alex Calia</span>,
<span class="footer__credit">Brittany Chiang</span>,
<span class="footer__credit">Sharon-Yi</span> and many more!
</footer>
<script src="main.js"></script>
</body>
</html>