-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
416 lines (415 loc) · 13.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Scott Quested's C.V</title>
<meta
name="description"
content="Scott Quested's C.V. A lead frontend engineer based in Hastings, East Sussex."
/>
<link rel="stylesheet" href="dist/styles.css" />
<script>
if (
localStorage.getItem("dark-mode") === "true" ||
(!("dark-mode" in localStorage) &&
window.matchMedia("(prefers-color-scheme: dark)").matches)
) {
document.querySelector("html").classList.add("dark");
} else {
document.querySelector("html").classList.remove("dark");
}
</script>
</head>
<body
class="font-mono text-sm bg-neutral-100 dark:bg-neutral-900 text-neutral-800 dark:text-neutral-100 px-5 pt-5 max-w-[950px] mx-auto break:grid break:grid-cols-7 break:gap-5"
>
<div class="col-span-1 col-start-7 flex justify-end">
<input
type="checkbox"
name="light-switch"
id="light-switch"
class="light-switch sr-only"
/>
<label class="relative cursor-pointer p-2" for="light-switch">
<svg
class="hidden dark:block"
width="16"
height="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="fill-neutral-300"
d="M7 0h2v2H7zM12.88 1.637l1.414 1.415-1.415 1.413-1.413-1.414zM14 7h2v2h-2zM12.95 14.433l-1.414-1.413 1.413-1.415 1.415 1.414zM7 14h2v2H7zM2.98 14.364l-1.413-1.415 1.414-1.414 1.414 1.415zM0 7h2v2H0zM3.05 1.706 4.463 3.12 3.05 4.535 1.636 3.12z"
/>
<path
class="fill-neutral-500"
d="M8 4C5.8 4 4 5.8 4 8s1.8 4 4 4 4-1.8 4-4-1.8-4-4-4Z"
/>
</svg>
<svg
class="dark:hidden"
width="16"
height="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
class="fill-neutral-400"
d="M6.2 1C3.2 1.8 1 4.6 1 7.9 1 11.8 4.2 15 8.1 15c3.3 0 6-2.2 6.9-5.2C9.7 11.2 4.8 6.3 6.2 1Z"
/>
<path
class="fill-neutral-600"
d="M12.5 5a.625.625 0 0 1-.625-.625 1.252 1.252 0 0 0-1.25-1.25.625.625 0 1 1 0-1.25 1.252 1.252 0 0 0 1.25-1.25.625.625 0 1 1 1.25 0c.001.69.56 1.249 1.25 1.25a.625.625 0 1 1 0 1.25c-.69.001-1.249.56-1.25 1.25A.625.625 0 0 1 12.5 5Z"
/>
</svg>
<span class="sr-only">Switch to light / dark version</span>
</label>
</div>
<header class="col-span-7 text-center">
<h1
class="inline-block relative text-4xl break:text-5xl uppercase font-sans font-semibold"
>
Scott Quested
</h1>
<h2 class="text-xl break:text-3xl pt-2 text-neutral-500 uppercase">
Lead Frontend Engineer
</h2>
<p
class="text-left my-10 py-5 border-y-2 border-y-neutral-200 dark:border-y-neutral-800"
>
Highly accomplished in architecting scalable and efficient websites and
applications, specializing in visualizing big data, implementing testing
strategies, micro frontends and leveraging Typescript and React.
</p>
</header>
<main
class="col-span-5 text-xs break:border-r-2 break:border-r-neutral-200 dark:border-r-neutral-800 break:pr-10"
>
<section
class="mb-5 pb-5 border-b-2 border-b-neutral-200 dark:border-b-neutral-800"
>
<div class="flex">
<img
src="img/util.png"
class="mr-3 w-[60px] h-[60px]"
alt="Util's logo"
/>
<div class="text-sm">
<h3 class="font-semibold">Util</h3>
<h4 class="uppercase">Lead Frontend Engineer</h4>
<time>Jan 2022 - Present</time>
</div>
</div>
<div class="mt-5">
<ul class="list-disc pl-5">
<li>
Spearheading the frontend team in the development of a new
application from inception.
</li>
<li>
Utilizing micro frontends for scalability, implementing a custom
React application with Typescript.
</li>
<li>
Established CI/CD using Github actions, developed a component
library with Storybook, and integrated GraphQL for backend API
connectivity.
</li>
<li>Proficiently used D3 and Plotly for data visualization.</li>
</ul>
<p class="mt-5">
<strong>Tools and Tech:</strong> JavaScript, React, Typescript,
HTML, Github, Figma, AWS, Micro frontends, Webpack, SCSS, D3,
Plotly, GraphQL, Auth0
</p>
</div>
</section>
<section
class="mb-5 pb-5 border-b-2 border-b-neutral-200 dark:border-b-neutral-800"
>
<div class="flex">
<img
src="img/ap.jpg"
class="mr-3 w-[60px] h-[60px]"
alt="Aigenpulse's logo"
/>
<div class="text-sm">
<h3 class="font-semibold">AigenPulse</h3>
<h4 class="uppercase">Senior Frontend Developer</h4>
<time>Apr 2021 - Dec 2021</time>
</div>
</div>
<div class="mt-5">
<ul class="list-disc pl-5">
<li>
Contributed to the Frontend engineering team, maintaining and
enhancing features on the React platform.
</li>
<li>
Collaborated with multiple feature teams, providing design input
using Figma, creating prototypes, and leading Frontend builds for
new features.
</li>
<li>Data visualisation using plotly.js</li>
</ul>
<p class="mt-5">
<strong>Tools and Tech:</strong> JavaScript, React, HTML, CSS, SCSS,
Node, Webpack, Git, GitLab, APIs, JSON, Docker
</p>
</div>
</section>
<section
class="mb-5 pb-5 border-b-2 border-b-neutral-200 dark:border-b-neutral-800"
>
<div class="flex">
<img
src="img/hd.jpg"
class="mr-3 w-[60px] h-[60px]"
alt="Hastings Direct's logo"
/>
<div class="text-sm">
<h3 class="font-semibold">Hastings Direct</h3>
<h4 class="uppercase">Frontend Developer</h4>
<time>Nov 2019 - Apr 2021</time>
</div>
</div>
<div class="mt-5">
<ul class="list-disc pl-5">
<li>
Managed front-end pages and led projects to enhance website
performance.
</li>
<li>
Successfully refactored legacy CSS and HTML, eliminated jQuery,
and implemented a POC using a headless CMS and React.
</li>
<li>Led the creation of a new Help page using an FAQ API.</li>
</ul>
<p class="mt-5">
<strong>Tools and Tech:</strong> JavaScript, jQuery, React, HTML,
CSS, LESS, SCSS, Node, Webpack, Git, GitHub, APIs, JSON, XML
</p>
</div>
</section>
<section
class="mb-5 pb-5 border-b-2 border-b-neutral-200 break:border-b-0 dark:border-b-neutral-800"
>
<div class="flex">
<img
src="img/tjc.jpg"
class="mr-3 w-[60px] h-[60px]"
alt="The Jamieson Consultancy's logo"
/>
<div class="text-sm">
<h3 class="font-semibold">The Jamieson Consultancy</h3>
<h4 class="uppercase">Frontend Developer/Web Designer</h4>
<time>Aug 2014 - Nov 2019</time>
</div>
</div>
<div class="mt-5">
<ul class="list-disc pl-5">
<li>
Promoted to department manager in June 2018, overseeing staff,
mentoring, managing budgets, and maintaining internal systems.
</li>
<li>
Collaborated with UK-based startups and international clients on a
range of projects, including website re-brands, e-commerce,
software platforms, and more.
</li>
</ul>
<p class="mt-5">
<strong>Tools and Tech:</strong> PHP, Laravel, Wordpress, MySQL,
JavaScript, jQuery, Angular, React, HTML, CSS, LESS, SCSS, Node,
Grunt, Gulp, Webpack, Atlassian (JIRA, Confluence, Bitbucket), Git,
GitHub, Apache, APIs, JSON, XML
</p>
</div>
</section>
</main>
<sidebar class="col-span-2 col-start-6 break-words text-xs break:pl-5">
<section class="mb-10">
<ul class="leading-10">
<li class="flex items-center">
<span
><svg
class="w-4 h-4 text-neutral-800 dark:text-neutral-100 mr-2"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 18 18"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m16.344 12.168-1.4-1.4a1.98 1.98 0 0 0-2.8 0l-.7.7a1.98 1.98 0 0 1-2.8 0l-2.1-2.1a1.98 1.98 0 0 1 0-2.8l.7-.7a1.981 1.981 0 0 0 0-2.8l-1.4-1.4a1.828 1.828 0 0 0-2.8 0C-.638 5.323 1.1 9.542 4.78 13.22c3.68 3.678 7.9 5.418 11.564 1.752a1.828 1.828 0 0 0 0-2.804Z"
/></svg></span
><a href="tel:+447826074985">07826074985</a>
</li>
<li class="flex items-center">
<span
><svg
class="w-4 h-4 text-neutral-800 dark:text-neutral-100 mr-2"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 20 20"
>
<path
fill-rule="evenodd"
d="M10 .333A9.911 9.911 0 0 0 6.866 19.65c.5.092.678-.215.678-.477 0-.237-.01-1.017-.014-1.845-2.757.6-3.338-1.169-3.338-1.169a2.627 2.627 0 0 0-1.1-1.451c-.9-.615.07-.6.07-.6a2.084 2.084 0 0 1 1.518 1.021 2.11 2.11 0 0 0 2.884.823c.044-.503.268-.973.63-1.325-2.2-.25-4.516-1.1-4.516-4.9A3.832 3.832 0 0 1 4.7 7.068a3.56 3.56 0 0 1 .095-2.623s.832-.266 2.726 1.016a9.409 9.409 0 0 1 4.962 0c1.89-1.282 2.717-1.016 2.717-1.016.366.83.402 1.768.1 2.623a3.827 3.827 0 0 1 1.02 2.659c0 3.807-2.319 4.644-4.525 4.889a2.366 2.366 0 0 1 .673 1.834c0 1.326-.012 2.394-.012 2.72 0 .263.18.572.681.475A9.911 9.911 0 0 0 10 .333Z"
clip-rule="evenodd"
/></svg></span
><a href="http://github.com/scottquested" target="_blank"
>github.com/scottquested</a
>
</li>
<li class="flex items-center">
<span
><svg
class="w-4 h-4 text-neutral-800 dark:text-neutral-100 mr-2"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
viewBox="0 0 15 15"
>
<path
fill-rule="evenodd"
d="M7.979 5v1.586a3.5 3.5 0 0 1 3.082-1.574C14.3 5.012 15 7.03 15 9.655V15h-3v-4.738c0-1.13-.229-2.584-1.995-2.584-1.713 0-2.005 1.23-2.005 2.5V15H5.009V5h2.97ZM3 2.487a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
clip-rule="evenodd"
/>
<path d="M3 5.012H0V15h3V5.012Z" />
</svg> </span
><a href="https://linkedin.com/in/scottquested" target="_blank"
>linkedin.com/in/scottquested</a
>
</li>
<li class="flex items-center">
<span
><svg
class="w-4 h-4 text-neutral-800 dark:text-neutral-100 mr-2"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 20 16"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m19 2-8.4 7.05a1 1 0 0 1-1.2 0L1 2m18 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1m18 0v12a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2"
/></svg></span
><a href="mailto:[email protected]">[email protected]</a>
</li>
<li class="flex items-center">
<span
><svg
class="w-4 h-4 text-neutral-800 dark:text-neutral-100 mr-2"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 21"
>
<g
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
>
<path d="M8 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" />
<path
d="M13.8 12.938h-.01a7 7 0 1 0-11.465.144h-.016l.141.17c.1.128.2.252.3.372L8 20l5.13-6.248c.193-.209.373-.429.54-.66l.13-.154Z"
/>
</g></svg></span
><a
href="https://www.google.com/maps/place/Hastings/data=!4m2!3m1!1s0x47df107433235113:0x6d17a64660baced7?sa=X&ved=2ahUKEwjy_Z3nlLODAxXQU0EAHRz1B5UQ8gF6BAgSEAA"
target="_blank"
>Hastings, East Sussex</a
>
</li>
</ul>
</section>
<section class="mb-10">
<h3 class="font-semibold">Software</h3>
<ul class="leading-5">
<li>VS Code</li>
<li>Sublime</li>
<li>PHPStorm</li>
<li>WebStorm</li>
<li>Figma</li>
<li>Photoshop</li>
<li>Illustrator</li>
<li>Adobe XD</li>
<li>Sketch</li>
<li>Sequel Pro</li>
<li>Source Tree</li>
<li>FileZilla</li>
<li>Microsoft Office</li>
<li>Atlassian (JIRA)</li>
<li>Slack</li>
</ul>
</section>
<section class="mb-10">
<h3 class="font-semibold">Languages</h3>
<ul class="leading-5">
<li>HTML</li>
<li>CSS</li>
<li>PHP</li>
<li>JavaScript</li>
<li>TypeScript</li>
</ul>
</section>
<section class="mb-10">
<h3 class="font-semibold">Libraries / Frameworks / Methodologies</h3>
<ul class="leading-5">
<li>React</li>
<li>SCSS</li>
<li>LESS</li>
<li>SMACSS</li>
<li>BEM</li>
<li>Atomic</li>
<li>Micro frontends</li>
</ul>
</section>
</sidebar>
<footer
class="col-span-7 mt-10 border-t-2 border-t-neutral-200 dark:border-t-neutral-800"
>
<p class="text-center pt-5 text-xs">
This page was built using HTML, vanilla JavaScript and Tailwind CSS.
</p>
<p class="text-center pb-5 text-xs italic">
Sometimes you just don't need a JS framework or library to build a
webpage <span class="not-italic">🤷♂️</span>
</p>
</footer>
<script>
const lightSwitches = document.querySelectorAll(".light-switch");
if (lightSwitches.length > 0) {
lightSwitches.forEach((lightSwitch, i) => {
if (localStorage.getItem("dark-mode") === "true") {
lightSwitch.checked = true;
}
lightSwitch.addEventListener("change", () => {
const { checked } = lightSwitch;
lightSwitches.forEach((el, n) => {
if (n !== i) {
el.checked = checked;
}
});
if (lightSwitch.checked) {
document.documentElement.classList.add("dark");
localStorage.setItem("dark-mode", true);
} else {
document.documentElement.classList.remove("dark");
localStorage.setItem("dark-mode", false);
}
});
});
}
</script>
</body>
</html>