-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
424 lines (414 loc) · 14.2 KB
/
index.html
File metadata and controls
424 lines (414 loc) · 14.2 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
422
423
424
<!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>Brian Williams | Portfolio</title>
<meta name="description" content="A space for people to get to know me and showcase what I'm working on.">
<link rel="stylesheet" href="style.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=Montserrat+Alternates&display=swap"
rel="stylesheet"
/>
<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=DM+Serif+Text&display=swap"
rel="stylesheet"
/>
</head>
<body class="parallax">
<header>
<nav>
<a href="#home" class="home icon" aria-label="Home">
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
height="40"
fill="currentColor"
class="bi bi-house-fill"
viewBox="0 0 16 16"
>
<path
fill-rule="evenodd"
d="m8 3.293 6 6V13.5a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 13.5V9.293l6-6zm5-.793V6l-2-2V2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5z"
/>
<path
fill-rule="evenodd"
d="M7.293 1.5a1 1 0 0 1 1.414 0l6.647 6.646a.5.5 0 0 1-.708.708L8 2.207 1.354 8.854a.5.5 0 1 1-.708-.708L7.293 1.5z"
/>
</svg>
</a>
<ul>
<a
href="resources/Resume (Brian Williams).pdf"
target="_blank"
class="resume icon"
aria-label="Resume"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
height="40"
fill="currentColor"
class="bi bi-file-text-fill"
viewBox="0 0 16 16"
>
<path
d="M12 0H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zM5 4h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm-.5 2.5A.5.5 0 0 1 5 6h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zM5 8h6a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1zm0 2h3a.5.5 0 0 1 0 1H5a.5.5 0 0 1 0-1z"
/>
</svg>
</a>
<a
href="https://github.com/Qwilliams815"
target="_blank"
class="github icon"
aria-label="GitHub"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
height="40"
fill="currentColor"
class="bi bi-github"
viewBox="0 0 16 16"
>
<path
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.012 8.012 0 0 0 16 8c0-4.42-3.58-8-8-8z"
/>
</svg>
</a>
<a
href="https://www.linkedin.com/in/brian-williams-807832189/"
target="_blank"
class="linkedin icon"
aria-label="Linkedin"
>
<svg
xmlns="http://www.w3.org/2000/svg"
width="40"
height="40"
fill="currentColor"
class="bi bi-linkedin"
viewBox="0 0 16 16"
>
<path
d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854V1.146zm4.943 12.248V6.169H2.542v7.225h2.401zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248-.822 0-1.359.54-1.359 1.248 0 .694.521 1.248 1.327 1.248h.016zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016a5.54 5.54 0 0 1 .016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225h2.4z"
/>
</svg>
</a>
</ul>
</nav>
</header>
<div class="contact-modal-wrapper" id="contact-modal">
<div class="contact-modal hide-window">
<a href="#" class="modal-x">
<svg
xmlns="http://www.w3.org/2000/svg"
width="20"
height="20"
fill="currentColor"
class="bi bi-x-lg"
viewBox="0 0 16 16"
>
<path
d="M1.293 1.293a1 1 0 0 1 1.414 0L8 6.586l5.293-5.293a1 1 0 1 1 1.414 1.414L9.414 8l5.293 5.293a1 1 0 0 1-1.414 1.414L8 9.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L6.586 8 1.293 2.707a1 1 0 0 1 0-1.414z"
/>
</svg>
</a>
<h2 class="title-tag contact-tag">Contact</h2>
<form
action="https://formsubmit.co/32ff75866815ba7f9d5cdf868536fc01"
method="POST"
>
<input
type="hidden"
name="_next"
value="https://qwilliams815.github.io/portfolioSite/#home"
/>
<input
class="name-email-input"
type="text"
name="name"
placeholder="Name"
required
/>
<input
class="name-email-input"
type="email"
name="email"
placeholder="Email"
required
/>
<textarea
class="message-input"
id="text"
name="message"
placeholder="Say Hello!"
rows="8"
required
></textarea>
<div class="button-wrapper">
<button class="contact-submit-button card-button" type="submit">
Submit
</button>
</div>
</form>
</div>
</div>
<div class="blur-wrapper">
<section class="hero" id="home">
<div class="hero-img"></div>
<div class="color-blob"></div>
<a href="#contact-modal">
<button class="btn-background-circle contact-button">
<h4 id="test">Contact</h4>
</button>
</a>
<div class="hero-content-wrapper">
<div class="hero-content">
<div class="brian-williams-title center"></div>
<h4 class="occupation-tag">Front-end Developer</h4>
<!-- <a href="#about-content" class="down-arrow">
<img
class="center"
src="resources/double-down-chevron.svg"
alt=""
/>
</a> -->
</div>
<a href="#about-content" class="down-arrow" aria-label="Down Arrow">
<img
class="center"
src="resources/double-down-chevron.svg"
alt=""
/>
</a>
</div>
</section>
<section class="about" id="about">
<div id="about-content" class="about-content-wrapper">
<h2 class="about-tag title-tag">About</h2>
<!-- <div class="about-paragraph-wrapper"></div> -->
<h4 class="about-paragraph">
<strong>From Peanuts to Programming</strong><br /><br />
Howdy, I’m Brian! A nut butter media producer turned AV technician
specialist turned junior web developer. It’s been a long, rather
unconventional road, but I’m thrilled to be just getting started.
<br /><br />
<span class="more-text">
I began my programming journey early 2020 during Covid-19
lockdowns. Upon becoming furloughed from my job, I decided to fill
my time learning Python and quickly became addicted to learning
anything and everything programming. Using the internet's vast
assortment of free classes, certificate programs, and tutorials, I
began plotting out potential career paths, ultimately deciding on
Web Development. Fast forward a year and I’ve been honing my
skills ever since, building out challenging passion projects and
growing as a developer.
<br /><br />
Moving forward, I am excited to join a team and contribute to
creating real world solutions. If you can help make that happen, I
look forward to hearing from you. Thanks for reading!
<br /><br />
<br /><br />
</span>
</h4>
<button class="read-more-btn">
<h3 class="read-more-btn-text">Read More</h3>
</button>
<img
class="about-img"
src="resources/about-headshot.png"
alt="Handsome man looking onward"
/>
<div class="course-showcase">
<a
href="https://hyperskill.org/profile/41912793"
target="_blank"
class="course"
id="course1"
aria-label="Jet Brains course"
></a>
<a
href="https://www.codecademy.com/profiles/BriGuy815"
target="_blank"
class="course"
id="course2"
aria-label="Codecademy course"
></a>
<a
href="https://www.edx.org/"
target="_blank"
class="course"
id="course3"
aria-label="Edx course"
></a>
<a
href="https://getmimo.com/"
target="_blank"
class="course"
id="course4"
aria-label="Mimo course"
></a>
<a
href="https://certificates.cs50.io/e8b98181-c1f8-405a-96f6-9fa6c869e0d9.pdf?size=letter"
target="_blank"
class="course"
id="course5"
aria-label="Harvard CS50 course"
></a>
</div>
</div>
</section>
<section class="skills">
<div class="skills-wrapper">
<h2 class="title-tag skills-tag">Skills</h2>
<div class="skills-carousel">
<button class="left-arrow arrow" aria-label="Slider left arrow">
<svg width="26" height="45" viewBox="0 0 26 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M24.5085 6.44074C25.8565 5.05531 25.8262 2.83944 24.4407 1.49146C23.0553 0.143474 20.8394 0.173829 19.4915 1.55926L24.5085 6.44074ZM4 22.5L1.49146 20.0593C0.169515 21.4179 0.169515 23.5821 1.49146 24.9407L4 22.5ZM19.4915 43.4407C20.8394 44.8262 23.0553 44.8565 24.4407 43.5085C25.8262 42.1606 25.8565 39.9447 24.5085 38.5593L19.4915 43.4407ZM19.4915 1.55926L1.49146 20.0593L6.50854 24.9407L24.5085 6.44074L19.4915 1.55926ZM1.49146 24.9407L19.4915 43.4407L24.5085 38.5593L6.50854 20.0593L1.49146 24.9407Z" fill="#F06449"/>
</svg>
</button>
<div class="slide-container">
<div class="slide">
<h1>Python</h1>
</div>
<div class="slide">
<h1>JavaScript</h1>
</div>
<div class="slide">
<h1>PyQt5</h1>
</div>
<div class="slide">
<h1>React</h1>
</div>
<div class="slide">
<h1>BootStrap</h1>
</div>
<div class="slide">
<h1>Figma</h1>
</div>
<div class="slide">
<h1>Version Control</h1>
</div>
<div class="slide last-slide">
<h1>CLI</h1>
</div>
</div>
<button class="right-arrow arrow"aria-label="Slider right arrow">
<svg width="26" height="45" viewBox="0 0 26 45" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1.49146 38.5593C0.143474 39.9447 0.173829 42.1606 1.55926 43.5085C2.94469 44.8565 5.16056 44.8262 6.50854 43.4407L1.49146 38.5593ZM22 22.5L24.5085 24.9407C25.8305 23.5821 25.8305 21.4179 24.5085 20.0593L22 22.5ZM6.50854 1.55926C5.16056 0.173828 2.94469 0.143475 1.55926 1.49146C0.173829 2.83944 0.143475 5.05531 1.49146 6.44074L6.50854 1.55926ZM6.50854 43.4407L24.5085 24.9407L19.4915 20.0593L1.49146 38.5593L6.50854 43.4407ZM24.5085 20.0593L6.50854 1.55926L1.49146 6.44074L19.4915 24.9407L24.5085 20.0593Z" fill="#F06449"/>
</svg>
</button>
</div>
<h4 class="swipe-tag">< Swipe ></h4>
</div>
</section>
<section class="projects">
<div class="projects-wrapper">
<h2 class="title-tag projects-tag">Projects</h2>
<div class="project-grid">
<div class="project-card project-1">
<img
src="resources/boot-tool-screenshot.png"
alt="boot Tool screenshot"
class="project-image"
/>
<div class="card-bottom">
<h4>Multi-Program Boot Tool GUI</h4>
<form
class="button-form"
action="https://github.com/Qwilliams815/PyQt5-Gui-Tool"
method="GET"
target="_blank"
>
<button type="submit" class="card-button">Code</button>
</form>
<form
class="button-form"
action="https://youtu.be/AOWQlXB-Dk8"
method="GET"
target="_blank"
>
<button type="submit" class="card-button">Demo</button>
</form>
</div>
</div>
<div class="project-card">
<img
src="resources/web-access-screenshot.png"
alt=""
class="project-image"
/>
<div class="card-bottom">
<h4>Web Accessibility Chrome Extension</h4>
<form
class="button-form"
action="https://github.com/Qwilliams815/WebAccessibilityChromeExt"
method="GET"
target="_blank"
>
<button type="submit" class="card-button">Code</button>
</form>
</div>
</div>
<div class="project-card">
<img
src="resources/score-keeper-screenshot.png"
alt=""
class="project-image"
/>
<div class="card-bottom">
<h4>Tennis Score Keeping Web App</h4>
<form
class="button-form"
action="https://github.com/Qwilliams815/score_keeper"
method="GET"
target="_blank"
>
<button type="submit" class="card-button">Code</button>
</form>
<form
class="button-form"
action="https://qwilliams815.github.io/score_keeper/"
method="GET"
target="_blank"
>
<button type="submit" class="card-button">Demo</button>
</form>
</div>
</div>
<div class="project-card project-4">
<img
src="resources/github-pic.png"
alt=""
class="project-image"
/>
<div class="card-bottom">
<h4>Current WIP, check it out!</h4>
<form
class="button-form"
action="https://github.com/Qwilliams815?tab=repositories"
method="GET"
target="_blank"
>
<button type="submit" class="card-button">Code</button>
</form>
</div>
</div>
</div>
</div>
</section>
</div>
<footer class="footer">
<!-- <svg class="back-to-top-caret" xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="currentColor" class="bi bi-caret-up-fill" viewBox="0 0 16 16">
<path d="m7.247 4.86-4.796 5.481c-.566.647-.106 1.659.753 1.659h9.592a1 1 0 0 0 .753-1.659l-4.796-5.48a1 1 0 0 0-1.506 0z"/>
</svg> -->
</footer>
<script src="script.js"></script>
</body>
</html>