-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
273 lines (249 loc) · 9.13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Thomas Hockaday | Software Developer</title>
<meta
name="description"
content="Full stack developer and designer based around the North East of England"
/>
<meta name="theme-color" content="#236ea8" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="dns-prefetch" href="https://fonts.googleapis.com/" />
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap"
rel="stylesheet"
/>
<link href="css/style.css" rel="stylesheet" />
<link href="https://thomashockaday.github.io" rel="canonical" />
<meta property="og:url" content="https://thomashockaday.github.io" />
<meta property="og:type" content="website" />
<meta
property="og:title"
content="Full stack developer and designer based around the North East of England"
/>
<meta
property="og:description"
content="Software developer with a background in design. I am currently working as a Lead Software Engineer for Intelligence Fusion, who provide data on enhanced threat intelligence and situational awareness to help protect people, assets and reputations."
/>
<meta property="og:site_name" content="Thomas Hockaday" />
<meta property="og:locale" content="en_GB" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://thomashockaday.github.io" />
<meta
name="twitter:title"
content="Full stack developer and designer based around the North East of England"
/>
<meta
name="twitter:description"
content="Software developer with a background in design. I am currently working as a Lead Software Engineer for Intelligence Fusion, who provide data on enhanced threat intelligence and situational awareness to help protect people, assets and reputations."
/>
</head>
<body>
<header class="layers" id="top">
<div class="layer" id="angel-layer-1" role="presentation"></div>
<div class="layer intro">
<div class="container">
<h1>Thomas Hockaday</h1>
<h2 class="subtitle">Software Developer</h2>
</div>
</div>
<div class="layer" id="angel-layer-2" role="presentation"></div>
<div class="layer" id="angel-layer-3" role="presentation"></div>
<div class="layer" id="angel-layer-4" role="presentation"></div>
<div class="layer" id="angel-layer-5" role="presentation"></div>
<div class="layer gradient gradient-blue" role="presentation"></div>
</header>
<main>
<section class="container bio">
<p id="highlight">
<strong>Hi!</strong> My name is Thomas and I am a software developer
with a background in design. I am currently working as a Tech Lead for
<a
href="https://intelligencefusion.co.uk"
target="_blank"
rel="noopener noreferrer"
>Intelligence Fusion</a
>, who provide data on enhanced threat intelligence and situational
awareness to help protect people, assets and reputations. You can see
more information on
<a href="https://thomashockaday.github.io/cv">my CV</a>. You can also
find me on
<a
href="https://github.com/thomashockaday"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>
and
<a
href="https://www.linkedin.com/in/thomas-hockaday-862953b3/"
target="_blank"
rel="noopener noreferrer"
>LinkedIn</a
>.
</p>
</section>
<section class="container gradient gradient-grey">
<h2>Projects</h2>
<div class="grid card-list">
<div class="grid-cell card">
<img
class="card-header"
src="img/bingo-machine.webp"
alt=""
loading="lazy"
/>
<div class="card-body">
<h3>
<a
href="https://thomashockaday.github.io/bingo-machine"
target="_blank"
rel="noopener noreferrer"
>Bingo Machine</a
>
</h3>
<p>
Bingo machines can cost hundreds. This one's free and works on
basically any device. Built with React, Vite and TypeScript.
</p>
</div>
</div>
<div class="grid-cell card">
<img
class="card-header"
src="img/coinbase-recap.webp"
alt=""
loading="lazy"
/>
<div class="card-body">
<h3>
<a
href="https://coinbase-recap.vercel.app"
target="_blank"
rel="noopener noreferrer"
>Coinbase Recap</a
>
</h3>
<p>
View a quick breakdown of your Coinbase transaction history via
CSV import. Or view a demo. Built with NextJS, Shadcn and
Tailwind.
</p>
</div>
</div>
<div class="grid-cell card">
<img
class="card-header"
src="img/docker-lemp.webp"
alt=""
loading="lazy"
/>
<div class="card-body">
<h3>
<a
href="https://github.com/thomashockaday/docker-lemp"
target="_blank"
rel="noopener noreferrer"
>Docker LEMP</a
>
</h3>
<p>
A minimal docker structure for getting started with NGINX,
PHP/PDO and MySQL. A simpler alternative to programs such as
XAMPP and WampServer.
</p>
</div>
</div>
</div>
</section>
<section class="container">
<h2>Writing</h2>
<ul>
<li>
<a href="articles/2024-07-10-application-layers/"
>Designing application layers</a
>
<time datetime="2024-07-10 16:00">(July 2024)</time>
</li>
<li>
<a
href="https://sentry.io/customers/intelligence-fusion"
target="_blank"
rel="noopener noreferrer"
>
How Intelligence Fusion made API response time 13x faster by
finding performance bottlenecks with Sentry</a
>
<time datetime="2023-09-20 12:00">(September 2023)</time>
</li>
<li>
<a href="articles/2022-10-11-react-notifications/"
>Simple notifications with React</a
>
<time datetime="2022-10-11 17:00">(October 2022)</time>
</li>
<li>
<a
href="https://developer.intelligencefusion.co.uk/how-geometry-querying-works.html"
target="_blank"
rel="noopener noreferrer"
>How geometry querying works</a
>
<time datetime="2022-07-28 17:00">(July 2022)</time>
</li>
</ul>
</section>
</main>
<footer>
<a href="#top">Back to Top</a>
</footer>
<script>
document.body.onload = function () {
let ticking = false;
const layers = document.getElementsByClassName("layer");
const highlight = document.getElementById("highlight");
function handleScroll() {
if (ticking) {
return;
}
window.requestAnimationFrame(() => {
const percentageScrolled = (
(window.scrollY / window.innerHeight) *
100
).toFixed(2);
for (let i = 0; i < layers.length; i++) {
const id = layers[i].id;
if (!id) {
continue;
}
const layer = id.slice(-1);
if (!layer || layer === "1") {
continue;
}
layers[i].style.backgroundPositionY = `${
100 - percentageScrolled * layer
}%`;
}
const y =
window.scrollY - highlight.offsetTop + window.innerHeight / 2;
highlight.style.setProperty("--y", `${y * 1.2 + 100}px`);
highlight.style.setProperty("--starY", `${-y / 10}px`);
ticking = false;
});
ticking = true;
}
window.addEventListener("mousemove", function (e) {
const x = e.pageX - highlight.offsetLeft;
const y = e.pageY - highlight.offsetTop;
highlight.style.setProperty("--borderX", `${x}px`);
highlight.style.setProperty("--borderY", `${y}px`);
});
document.addEventListener("scroll", handleScroll);
};
</script>
</body>
</html>