-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
661 lines (574 loc) · 37.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
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
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Main meta tags and SEO -->
<title>Tom Chapman: software developer and computer science student</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="I'm Tom, a hobbyist software developer and computer science student. Learn more about the various projects I've taken on and the experience I have.">
<meta name="keywords" content="software, computer science, software developer, portfolio, cs, compsci, software portfolio, programming, programming portfolio, noterly, simpliplan, dash dodge, tom chapman, tds studios">
<meta name="robots" content="index, follow">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<meta name="author" content="Tom Chapman">
<link rel="canonical" href="https://www.tomchapman.dev" />
<!-- Main stylesheet -->
<link rel="stylesheet" href="css/styles.css">
<!-- Google fonts -->
<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=Sora:wght@400;600&display=swap" rel="stylesheet">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="img/favicon/favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<!-- Theme colour customisation -->
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#f5e0e6" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="#191214" />
<!-- Iconify -->
<script src="https://code.iconify.design/iconify-icon/1.0.8/iconify-icon.min.js"></script>
</head>
<body>
<div id="site-loader"></div>
<div id="main-container">
<section id="panel">
<div class="content">
<div class="title">
<h1 id="hero-title"><a href="">Tom Chapman</a></h1>
<h3 id="hero-subtitle">Software developer & computer science student</h3>
<svg id="hero-glow" width="1248" height="1029" viewBox="0 0 1248 1029" fill="none" xmlns="http://www.w3.org/2000/svg">
<path id="hero-glow-circle-one" d="M650 475C650 571.65 571.65 650 475 650C378.35 650 300 571.65 300 475C300 378.35 378.35 300 475 300C571.65 300 650 378.35 650 475Z" fill="#FF487F" />
<path id="hero-glow-circle-two" d="M948 554C948 650.65 869.65 729 773 729C676.35 729 598 650.65 598 554C598 457.35 676.35 379 773 379C869.65 379 948 457.35 948 554Z" fill="#FF487F" />
</svg>
</div>
<div class="spacer"></div>
<ul class="nav fade">
<li><a href="#about" id="about-link">About me</a></li>
<li><a href="#projects" id="projects-link">Projects</a></li>
<li><a href="#skills" id="skills-link">My skills</a></li>
<li><a href="#contact" id="contact-link">Contact me</a></li>
</ul>
<div class="spacer"></div>
<ul class="links fade">
<li>
<a href="https://github.com/tomc128" target="_blank"><iconify-icon icon="mdi:github"></iconify-icon></a>
<span class="expanded">GitHub Profile</span>
</li>
<li>
<a href="https://instagram.com/tomchapmandev" target="_blank"><iconify-icon icon="mdi:instagram"></iconify-icon></a>
<span class="expanded">Developer Instagram</span>
</li>
<li>
<a href="https://youtube.com/@tomchapman" target="_blank"><iconify-icon icon="mdi:youtube"></iconify-icon></a>
<span class="expanded">YouTube Channel</span>
</li>
<li class="divider"></li>
<li>
<a href="https://tdsstudios.co.uk" target="_blank"><svg width="128" height="128" viewBox="0 0 128 128" fill="none" xmlns="http://www.w3.org/2000/svg">
<g>
<path d="M0 4.92308C0 2.20414 2.20414 0 4.92308 0H123.077C125.796 0 128 2.20414 128 4.92308V24.6154C128 27.3343 125.796 29.5385 123.077 29.5385H4.92308C2.20414 29.5385 0 27.3343 0 24.6154V4.92308Z" />
<path d="M98.4615 54.1538C98.4615 51.4349 100.666 49.2308 103.385 49.2308H123.077C125.796 49.2308 128 51.4349 128 54.1538V73.8462C128 76.5651 125.796 78.7692 123.077 78.7692H103.385C100.666 78.7692 98.4615 76.5651 98.4615 73.8462V54.1538Z" />
<path d="M98.4615 103.385C98.4615 100.666 100.666 98.4615 103.385 98.4615H123.077C125.796 98.4615 128 100.666 128 103.385V123.077C128 125.796 125.796 128 123.077 128H103.385C100.666 128 98.4615 125.796 98.4615 123.077V103.385Z" />
<path d="M0 103.385C0 100.666 2.20414 98.4615 4.92308 98.4615H24.6154C27.3343 98.4615 29.5385 100.666 29.5385 103.385V123.077C29.5385 125.796 27.3343 128 24.6154 128H4.92308C2.20414 128 0 125.796 0 123.077V103.385Z" />
<path d="M78.7692 23.3846H49.2308V123.077C49.2308 125.796 51.4349 128 54.1538 128H73.8462C76.5651 128 78.7692 125.796 78.7692 123.077V23.3846Z" />
</g>
</svg></a>
<span class="expanded">TDS Studios Website</span>
</li>
</ul>
</div>
</section>
<main id="main-content">
<section id="hero">
<div class="content">
<!-- <img id="hero-image" src="img/me_1.png" alt="An image of me"> -->
<img id="hero-image" src="img/me_2.jpg" alt="An image of me">
</div>
</section>
<section id="about">
<div class="content">
<p>
Since I was a child, I've always been fascinated with computers and how they operate. I've always loved <strong>creative video games</strong>, ones where I can build my own worlds, and learning how to program was an evolution of that interest. From my first programs built with Visual Basic, I've taught myself several more languages, frameworks and software.
</p>
<p>
Alongside my <strong>computer science degree</strong>, I'm always eager to start new projects, ranging from useful <strong>applications</strong>, <strong>open-source libraries</strong>, and fun and entertaining <strong>games</strong>.
</p>
<p>
Aside from software development, I love creative-style games, such as Minecraft, The Sims or Mini Motorways.
</p>
</div>
</section>
<section id="projects">
<div class="content">
<div class="project-card main-highlightable">
<div class="content">
<div class="main">
<img src="img/noterly/logo_full.svg" alt="" class="thumbnail">
<div class="info">
<div class="title">
<h3>Noterly</h3>
<span>Simple notification reminders</span>
</div>
<p>
A simplistic app for Android, allowing users to create notifications to use as reminders. Localised into over 6 languages, uses Material You and has achieved high ratings on Google Play.
</p>
<p class="extra">
I built Noterly in Flutter, aiming for a simple yet functional app. After launching it, I collected feedback from users and used this to improve the app further, adding features and quality-of-life improvements.
</p>
<ul class="links extra">
<li>
<a href="https://noterly.tdsstudios.co.uk" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit project website</a>
</li>
<li>
<a href="https://youtu.be/7qwUOWT9QbA" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> View video</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=uk.co.tdsstudios.noterly" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> View on Play Store</a>
</li>
</ul>
<ul class="tags">
<li class="tag">Flutter</li>
<li class="tag">Firebase</li>
<li class="tag">Android</li>
</ul>
</div>
</div>
<div class="expanded">
<picture>
<source srcset="img/noterly/screenshots/1.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/1.png">
</picture>
<picture>
<source srcset="img/noterly/screenshots/2.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/2.png">
</picture>
<picture>
<source srcset="img/noterly/screenshots/3.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/3.png">
</picture>
<picture>
<source srcset="img/noterly/screenshots/4.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/4.png">
</picture>
<picture>
<source srcset="img/noterly/screenshots/5.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/5.png">
</picture>
<picture>
<source srcset="img/noterly/screenshots/6.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/6.png">
</picture>
<picture>
<source srcset="img/noterly/screenshots/7.png" media="(prefers-color-scheme:dark)">
<img src="img/noterly/screenshots/7.png">
</picture>
</div>
</div>
</div>
<div class="project-card main-highlightable">
<div class="content">
<div class="main">
<img src="img/dash-dodge/Logo_UltraPadded_Background_512px.png" alt="" class="thumbnail">
<div class="info">
<div class="title">
<h3>Dash Dodge</h3>
<span>Cross-platform platformer</span>
</div>
<p>
Dash dodge is a fun platformer for both Android and PC. Browse the list of community-built levels, and reach the end, collecting as many gems as you can. Then, build you own level with the advanced 3D level editor for PC.
</p>
<p class="extra">
Dash Dodge was a multi-year long project of mine, built with Unity. It started as a simple game I made in one day, and slowly grew in scope, features and fun. What started out as an endless runner became a full-fledged platformer, with a level editor, community levels, and more.
</p>
<ul class="links extra">
<li>
<a href="https://tdsstudios.co.uk/#dash-dodge" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit TDS Studios</a>
</li>
<li>
<a href="https://tds-studios.itch.io/dash-dodge" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit itch.io page</a>
</li>
<li>
<a href="https://youtu.be/n0_hQJD2vjQ" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> View trailer</a>
</li>
</ul>
<ul class="tags">
<li class="tag">Unity</li>
<li class="tag">PC</li>
<li class="tag">Android</li>
</ul>
</div>
</div>
<div class="expanded">
<img src="img/dash-dodge/screenshots/1.jpg">
<img src="img/dash-dodge/screenshots/2.jpg">
</div>
</div>
</div>
<div class="project-card main-highlightable">
<div class="content">
<div class="main">
<img src="img/simpliplan/FullLogo_512.png" alt="" class="thumbnail">
<div class="info">
<div class="title">
<h3>Simpliplan</h3>
<span>Homework planner</span>
</div>
<p>Simpliplan is a cross-platform homework planner app built with Flutter. It features cloud syncing capabilities, plus the unique feature of sharing homework with friends.</p>
<p class="extra">
The app I initially developed for my EPQ at A-Level. I developed a unique feature of homework syncing between friends, using a fully custom C# API.
</p>
<ul class="links extra">
<li>
<a href="https://simpliplan.app" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit project site</a>
</li>
<li>
<a href="https://play.google.com/store/apps/details?id=uk.co.tdsstudios.simpliplan" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> View on Play Store</a>
</li>
</ul>
<ul class="tags">
<li class="tag">Flutter</li>
<li class="tag">Web App</li>
<li class="tag">Android</li>
<li class="tag">C# API</li>
</ul>
</div>
</div>
<div class="expanded">
<picture>
<source srcset="img/simpliplan/screenshots/1_dark.png" media="(prefers-color-scheme:dark)">
<img src="img/simpliplan/screenshots/1.png">
</picture>
<picture>
<source srcset="img/simpliplan/screenshots/2_dark.png" media="(prefers-color-scheme:dark)">
<img src="img/simpliplan/screenshots/2.png">
</picture>
<picture>
<source srcset="img/simpliplan/screenshots/3_dark.png" media="(prefers-color-scheme:dark)">
<img src="img/simpliplan/screenshots/3.png">
</picture>
<picture>
<source srcset="img/simpliplan/screenshots/4_dark.png" media="(prefers-color-scheme:dark)">
<img src="img/simpliplan/screenshots/4.png">
</picture>
<picture>
<source srcset="img/simpliplan/screenshots/5_dark.png" media="(prefers-color-scheme:dark)">
<img src="img/simpliplan/screenshots/5.png">
</picture>
<picture>
<source srcset="img/simpliplan/screenshots/6_dark.png" media="(prefers-color-scheme:dark)">
<img src="img/simpliplan/screenshots/6.png">
</picture>
</div>
</div>
</div>
<div class="project-card main-highlightable">
<div class="content">
<div class="main">
<div class="thumbnail">MP</div>
<div class="info">
<div class="title">
<h3>Maths Parser</h3>
<span>Open source mathematical engine</span>
</div>
<p>
A mathematical expression parser built with C#. It supports basic operations, plus pre-defined functions and follows the order of operations.
</p>
<p class="extra">
A library built from the ground up for my Calcu Discord bot. Under-the-hood it uses an abstract syntax tree to parse and evaluate expressions. It's designed for quickly-written expressions, including shorthand notation.
</p>
<ul class="links extra">
<li>
<a href="https://github.com/tomc128/maths-parser" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit GitHub page</a>
</li>
</ul>
<ul class="tags">
<li class="tag">C#</li>
<li class="tag">Open-source</li>
<li class="tag">Library</li>
</ul>
</div>
</div>
</div>
</div>
<div class="project-card main-highlightable">
<div class="content">
<div class="main">
<div class="thumbnail">BEP</div>
<div class="info">
<div class="title">
<h3>Boolean Expression Parser</h3>
<span>Open-source boolean engine</span>
</div>
<p>
Boolean expression parser is a C# library for parsing and evaluating boolean expressions. It can generate truth tables or evaluate values individually.
</p>
<p class="extra">
Created from an extension task in my computer science course, this library enables the parsing of boolean expressions into an abstract syntax tree. It uses an algorithm similar to the shunting-yard algorithm to parse expressions.
</p>
<ul class="links extra">
<li>
<a href="https://github.com/tomc128/boolean-expression-parser" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit GitHub page</a>
</li>
</ul>
<ul class="tags">
<li class="tag">C#</li>
<li class="tag">Open-source</li>
<li class="tag">Library</li>
</ul>
</div>
</div>
</div>
</div>
<div class="project-card main-highlightable">
<div class="content">
<div class="main">
<img src="img/calcu/Calcu.svg" alt="" class="thumbnail">
<div class="info">
<div class="title">
<h3>Calcu</h3>
<span>Mathematical bot for Discord</span>
</div>
<p>
Calcu is a bot for Discord utilising my Maths Parser library to answer calculation queries in Discord servers.
</p>
<p class="extra">
From a simple idea that would help my friends, I originally used Python and its eval() function to evaluate expressions. Now, it uses a fully custom C# library to parse and evaluate expressions, and includes a handful of quality-of-life features.
</p>
<ul class="links extra">
<li>
<a href="https://github.com/tomc128/calcu" target="_blank"><iconify-icon icon="fluent:open-12-filled"></iconify-icon> Visit GitHub page</a>
</li>
</ul>
<ul class="tags">
<li class="tag">C#</li>
<li class="tag">Open-source</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="skills">
<div class="content">
<div class="skillset-card main-highlightable">
<div class="content">
<div class="main">
<div class="thumbnail icon">
<iconify-icon icon="fluent:code-24-filled"></iconify-icon>
</div>
<div class="info">
<div class="title">
<h3>Languages</h3>
<span>Programming, markup and query</span>
</div>
<ul class="skills">
<li class="skill">
<span class="tag">HTML</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 85%"></span>
</span>
<span class="level">Advanced</span>
</li>
<li class="skill">
<span class="tag">Python</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 80%"></span>
</span>
<span class="level">Advanced</span>
</li>
<li class="skill">
<span class="tag">CSS</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 80%"></span>
</span>
<span class="level">Advanced</span>
</li>
<li class="skill">
<span class="tag">C#</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 70%"></span>
</span>
<span class="level">Intermediate</span>
</li>
<li class="skill">
<span class="tag">Dart</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 60%"></span>
</span>
<span class="level">Intermediate</span>
</li>
<li class="skill">
<span class="tag">PHP</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 50%"></span>
</span>
<span class="level">Intermediate</span>
</li>
<li class="skill">
<span class="tag">SQL</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 40%"></span>
</span>
<span class="level">Intermediate</span>
</li>
<li class="skill">
<span class="tag">Java</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 40%"></span>
</span>
<span class="level">Intermediate</span>
</li>
<li class="skill">
<span class="tag">JS</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 20%"></span>
</span>
<span class="level">Beginner</span>
</li>
<li class="skill">
<span class="tag">C</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 10%"></span>
</span>
<span class="level">Beginner</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="skillset-card main-highlightable">
<div class="content">
<div class="main">
<div class="thumbnail icon">
<iconify-icon icon="fluent:window-dev-tools-24-filled"></iconify-icon>
</div>
<div class="info">
<div class="title">
<h3>Tools</h3>
<span>Developer tools and frameworks</span>
</div>
<ul class="skills">
<li class="skill">
<span class="tag">Git</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 70%"></span>
</span>
<span class="level">Advanced</span>
</li>
<li class="skill">
<span class="tag">Docker</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 60%"></span>
</span>
<span class="level">Intermediate</span>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="skillset-card main-highlightable">
<div class="content">
<div class="main">
<div class="thumbnail icon">
<iconify-icon icon="fluent:app-generic-24-filled"></iconify-icon>
</div>
<div class="info">
<div class="title">
<h3>Software</h3>
<span>Miscellaneous software</span>
</div>
<ul class="skills">
<li class="skill">
<span class="tag">Blender</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 40%"></span>
</span>
<span class="level">Intermediate</span>
</li>
<li class="skill">
<span class="tag">Photoshop</span>
<span class="bar">
<span class="background"></span>
<span class="foreground" style="width: 40%"></span>
</span>
<span class="level">Intermediate</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact">
<div class="content">
<p>
Feel free to contact me about anything, whether its a question, some feedback, or just to say hi! I try to respond to all messages as soon as possible.
</p>
<p>
Alternatively, you can contact me via email at <a href="mailto:[email protected]">[email protected]</a>.
</p>
<form id="contact-form" action="https://api.web3forms.com/submit" method="post">
<input type="hidden" name="access_key" value="21dfbd78-a815-4722-a89e-bfc82048eea4">
<input type="hidden" name="subject" value="New contact form submission">
<input type="hidden" name="from_name" value="Tom Chapman personal website">
<input type="checkbox" name="botcheck" class="hidden" style="display: none;">
<div class="details">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" required placeholder="Your name">
</div>
<div class="field">
<label for="email">Email</label>
<input type="email" name="email" id="email" required placeholder="Your email address">
</div>
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" required placeholder="Your message"></textarea>
</div>
<input type="submit" value="Submit">
</form>
<!-- Waving is currently disabled until I set up a custom and unlimited form handler -->
<!-- <p>
Nothing in particular to say? Why not send a wave? It'll let me know you've visited my site!
</p>
<form id="wave-form" action="submit-wave">
<div class="field">
<label for="name">Name (optional)</label>
<input type="text" name="name" id="name" placeholder="Your name">
</div>
<input type="submit" value="👋🏻 Wave">
</form> -->
</div>
</section>
<footer>
<div class="content">
<p>
© Tom Chapman 2023. Designed with Figma, and built with pure HTML, SCSS and JS.
<br>Layout inspired by <a href="https://brittanychiang.com/">Brittany Chiang</a>.
</p>
</div>
</footer>
</main>
</div>
<script src="js/index.js"></script>
</body>
</html>