-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
706 lines (580 loc) · 32.4 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
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!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">
<meta name="description" content="I'm a Tokyo-based Brit working in the creative web industry and focused on crafting memorable, easy-to-use digital experiences.">
<meta name="theme-color" content="#F16232" />
<title>Tom Roseveare — Creative in Japan</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.ico">
<link rel="stylesheet" href="styles/styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css" integrity="sha512-1ycn6IcaQQ40/MKBW2W4Rhis/DbILU74C1vSrLJxCq57o941Ym01SwNsOMqvEBFlcgUa6xLiPY/NS5R+E6ztJQ==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EM8L85Y4DG"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-EM8L85Y4DG');
</script>
<!-- Hotjar Tracking Code for https://www.tomroseveare.com -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:3276852,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body class="main-content">
<header class="section sec1 header active" id="home">
<div class="header-content">
<div class="left-header">
<div class="h-shape"></div>
<div class="image">
<img src="img/hero-bg.webp" alt="Tom Roseveare">
</div>
</div>
<div class="right-header">
<div class="atf">
<img src="img/tom-ai.png" alt="Tom R" class="avatar xs">
<h1 class="name">I'm <span class="name">Tom Roseveare</span>,</h1>
<h2>a Tokyo-based Brit working in the creative web industry and focused on crafting memorable, easy-to-use digital experiences.</h2>
<div class="current">
<p><span class="label">Currently:</span><span class="role">Creative Director @ Japan Travel</span></p>
</div>
<!-- <div class="scroll">
View more <i class="fas fa-angle-down"></i>
</div> -->
</div><!-------- mob-ATF --------------->
<div class="media-mentions">
<div class="current">
<p><span class="label">Media mentions:</span></p>
</div>
<div class="media">
<div class="mention">
<!-- <a href=""> -->
<img src="img/jln-logo.png" alt="">
<!-- </a> -->
</div>
<div class="mention">
<!-- <a href=""> -->
<img class="bright" src="img/ylm-logo.png" alt="">
<!-- </a> -->
</div>
<div class="mention">
<!-- <a href=""> -->
<img src="img/nhk-logo.png" alt="">
<!-- </a> -->
</div>
<div class="mention">
<!-- <a href=""> -->
<img class="bright invert" src="img/asahi-logo.png" alt="">
<!-- </a> -->
</div>
<div class="mention">
<!-- <a href=""> -->
<img class="bright invert tvtokyo" src="img/tv-tokyo.svg" alt="">
<!-- </a> -->
</div>
<div class="mention">
<!-- <a href=""> -->
<img class="bright" src="img/ishk.png" alt="">
<!-- </a> -->
</div>
</div>
</div>
<!-- <div class="btn-con">
<a href="mailto:[email protected]" class="main-btn">
<span class="btn-text">Say hello</span>
<span class="btn-icon"><i class="fas fa-envelope-open"></i></span>
</a>
</div> -->
<div class="contact-me">
<h2><span class="text-btn"><a href="mailto:[email protected]" class="underline--magical">Reach out</a></span> to discuss
<div class="typewriter">
<a href="" class="typewrite" data-period="2000" data-type='[ "Accessibility", "SEO practices", "Responsive design", "Branding strategy", "Copywriting", "Multilingual sites", "Data-driven design", "Coaching", "Your next project 🙂" ]'>
<span class="wrap"></span>
</a>
</div>
</h2>
</div>
</div>
</div>
</header>
<main>
<section class="section sec2 about" id="about">
<div class="main-title">
<h2> About <span>Me</span><span class="bg-text">トムについて</span> </h2>
</div>
<div class="about-container">
<div class="left-about">
<h2>A brief intro</h2>
<p>I've been working in the web industry for over a decade, originally around the time when digital diplomacy saw the FCO better engage than ever before. With Martha Lane Fox's 2010 report, a new 'digital by default' era was ushered in, with expensive departmental sites making way for the one-size-fits-all GOV.UK platform, spearheaded by the creation of GDS and an influx of technical talent. It was an exciting time to be in government, but fortune took me into the start-up in Tokyo, Japan no less..</p>
<p class="large"><span class="text-btn">Feel free to <a href="mailto:[email protected]" target="_blank" class="underline--magical">say hello</a>!</span></p>
</div>
<div class="right-about">
<!-- <div class="about-item">
<div class="abt-text">
<p class="large-text">560+</p>
<p class="small-text">Projects <br> Completed</p>
</div>
</div> -->
<div class="contact-me">
<!-- <p class="large"><span class="text-btn">Feel free to <a href="mailto:[email protected]" class="underline--magical">say hello</a>!</span></p> -->
</div>
<div class="about-stats">
<!-- <h4 class="stat-title">My Skills</h4>
<div class="progress-bars">
<div class="progress-bar">
<p class="prog-title">html5</p>
<div class="progress-con">
<p class="prog text">90%</p>
<div class="progress">
<span class="html"></span>
</div>
</div>
</div>
</div> -->
</div>
</div>
</div>
<h2 class="projects">What has he ever done?</h2>
<p>Projects I've been proud to work on.</p>
<div class="projects">
<div class="timeline">
<!-- <h4 class="stat-title">Projects</h4> -->
<h3>Web & Video Productions</h3>
<div class="timeline-item">
<div class="tl-icon ota">
<img src="img/ota-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2015-2022</p>
<h5>Ota City Tourism <span class="url">ota-tokyo.com</span></h5>
<span class="role">Creative Director</span>
<p>Official tourism information for Ota City Tourism Association</p>
<span class="accolade">CSS Design Awards: Innovation, UI, UX, Special Kudos</span>
</div>
<div class="timeline-item">
<div class="tl-icon fukushima">
<img src="img/fico.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2018-2019</p>
<h5>Fukushima Travel <span class="url">fukushima.travel</span></h5>
<span class="role">Creative Director</span>
<p>Official tourism information for Fukushima Prefecture</p>
</div>
<div class="timeline-item">
<div class="tl-icon tdt">
<img src="img/tdt.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2015-present</p>
<h5>Tokyo Day Trip <span class="url">trip.pref.kanagawa.jp</span></h5>
<span class="role">Creative Director</span>
<p>Official tourism information for Kanagawa Prefecture</p>
</div>
<div class="timeline-item">
<div class="tl-icon jal">
<img src="img/jl.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2019-present</p>
<h5>Explore Japan <span class="url">jal.japantravel.com</span></h5>
<span class="role">Product Manager</span>
<p>Official tourism information from Japan Airlines</p>
</div>
<div class="timeline-item">
<div class="tl-icon hida">
<img src="img/hida.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2020-present</p>
<h5>Hida Travel <span class="url">hida.travel</span></h5>
<span class="role">Creative Director</span>
<p>Official tourism information for Hida City</p>
</div>
<div class="timeline-item">
<div class="tl-icon suruga">
<img src="img/sur.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2021-present</p>
<h5>Visit Suruga <span class="url">visit-suruga.com</span></h5>
<span class="role">Creative Director</span>
<p>Official tourism information for Suruga County</p>
</div>
<div class="timeline-item">
<div class="tl-icon jt">
<img src="img/jt-glyph.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2014-present</p>
<h5>Japan Travel (Media) <span class="url">jt.com</span></h5>
<span class="role">Creative Director</span>
<p>Japan's only social, open tourist info publishing platform</p>
</div>
<div class="timeline-item">
<div class="tl-icon jt jtb">
<img src="img/jtbike.svg" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration ">2018-21</p>
<h5>Japan Travel Bike <span class="url">jt.bike</span></h5>
<span class="role">Chief Bike Officer</span>
<p>Mobile web app for Docomo bike rentals</p>
</div>
<div class="timeline-item">
<div class="tl-icon fco">
<img src="img/fco-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2012-14</p>
<h5>Digital Diplomacy <span class="url">digital.fco.gov.uk</span></h5>
<span class="role">Product Manager</span>
<p>Highlighting the FCO's digital work</p>
</div>
<div class="timeline-item">
<div class="tl-icon fco">
<img src="img/fco-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2013-14</p>
<h5>FCO Blogs <span class="url">blogs.fco.gov.uk</span></h5>
<span class="role">Product Manager</span>
<p>Online engagement from the FCO's diplomats</p>
</div>
<div class="timeline-item">
<div class="tl-icon fco">
<img src="img/fco-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2013-14</p>
<h5>FCO Web <span class="url">fco.gov.uk</span></h5>
<span class="role">Change Manager</span>
<p>Managing change requests and site updates</p>
</div>
<div class="timeline-item">
<div class="tl-icon govuk">
<img src="img/gov-uk.png" loading="lazy" alt="">
</div>
<p class="tl-duration">2013-14</p>
<h5>GOV.UK <span class="url">gov.uk</span></h5>
<span class="role">Consular Change Manager</span>
<p>Government services that are simpler, clearer and faster for users</p>
<span class="accolade">London Design Museum: Design of the Year</span>
</div>
</div>
<div class="timeline published">
<h3>Publications</h3>
<div class="timeline-item">
<div class="tl-icon jnto">
<img src="img/jnto.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2019</p>
<h5>Wanderlust Explorer <span class="url">japan.travel</span></h5>
<span class="role">Author</span>
<p>Discover a slower side of travel in northern Japan</p>
</div>
<div class="timeline-item">
<div class="tl-icon ttpo">
<img src="img/ttpo.svg" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2019–2020</p>
<h5>Tohoku Tourism <span class="url">tohokukanko.jp</span></h5>
<span class="role">Tohoku Ambassador</span>
<p>Official tourism information for Japan's Tohoku region</p>
</div>
<div class="timeline-item">
<div class="tl-icon rw">
<img src="img/rw.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2018</p>
<h5>2019 Rugby World Cup promotion <span class="url">rugbyworld.com</span></h5>
<span class="role">Author</span>
<p>Kyushu, the must-do destination for fans going to the 2019 Rugby World Cup</p>
</div>
<div class="timeline-item">
<div class="tl-icon mori">
<img src="img/mori.png" loading="lazy" alt="">
</div>
<p class="tl-duration">2012</p>
<h5>The Fearsome Kabuki Mask & Honda Bikes <span class="url">morinosuke.com</span></h5>
<span class="role">Translator</span>
<p>The Fearsome Kabuki Mask & Honda Bikes</p>
</div>
<h3>Media appearances</h3>
<div class="timeline-item">
<div class="tl-icon mori">
<img src="/img/nhk-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2018</p>
<h5>NHK J-Trip Plan <span class="url">NHK</span></h5>
<span class="role">Reporter</span>
<p>Museums for all tastes</p>
</div>
<div class="timeline-item">
<div class="tl-icon mori">
<img src="/img/tv-tokyo.svg" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2018</p>
<h5>Cool Japan<span class="url">TV Tokyo</span></h5>
<span class="role">Reporter</span>
<p>Cool Japan segment</p>
</div>
<div class="timeline-item">
<div class="tl-icon mori">
<img src="/img/ylm-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">Mar 2019</p>
<h5>TBC<span class="url">Yahoo Life Magazine</span></h5>
<span class="role">Interviewee</span>
<p>Column about comparing British and Japanese drinking culture</p>
</div>
<div class="timeline-item">
<div class="tl-icon mori">
<img src="/img/jln-logo.png" loading="lazy" alt="">
<div class="connector"></div>
</div>
<p class="tl-duration">2018</p>
<h5>GeoPark Guides are Increasing<span class="url">Jalan</span></h5>
<span class="role">Mention</span>
<p>Visiting Yumura Onsen in Hyogo</p>
</div>
<div class="timeline-item">
<div class="tl-icon mori">
<img src="/img/asahi-logo.png" loading="lazy" alt="">
</div>
<p class="tl-duration">Sep 2018</p>
<h5>RWC19 Impact on Kyushu Tourism<span class="url">Asahi</span></h5>
<span class="role">Mention</span>
<p>Reporting on the upcoming Japan Rugby World Cup 2019</p>
</div>
</div>
</div> <!-- projects-->
</section>
<!-- section break -->
<section class="section sec3 portfolio" id="portfolio">
<div class="main-title">
<h2> My <span>Portfolio</span><span class="bg-text">ワークス</span> </h2>
</div>
<p class="port-text">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Tenetur dolore nihil, id doloremque ea expedita odio illo saepe iure a ut accusantium adipisci, amet maxime at totam molestiae suscipit iste.
</p>
<div class="portfolios">
<div class="portfolio-item">
<div class="image">
<img src="img/port1.webp" loading="lazy" alt="">
<div class="hover-items">
<h3>Project source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port1.webp" loading="lazy" alt="">
<div class="hover-items">
<h3>Project source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
<div class="portfolio-item">
<div class="image">
<img src="img/port1.webp" loading="lazy" alt="">
<div class="hover-items">
<h3>Project source</h3>
<div class="icons">
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
<a href="#" class="icon">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section sec4" id="blogs">
<div class="blogs-content">
<div class="main-title">
<h2> My <span>Blogs</span><span class="bg-text">ブログ</span> </h2>
</div>
<div class="blogs">
<div class="blog">
<img src="img/port1.webp" loading="lazy" alt="">
<div class="blog-text">
<h4>saasdas</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Earum deserunt tenetur eum exercitationem illum illo amet, delectus necessitatibus consequatur ipsam a debitis, expedita neque doloremque quas totam corporis consectetur cum!</p>
</div>
</div>
</div>
</div>
</section>
<section class="section sec5 contact" id="contact">
<div class="contact-container">
<div class="main-title">
<h2> Contact <span>Me</span><span class="bg-text">問合せ</span> </h2>
</div>
<div class="contact-content-con">
<div class="left-contact">
<h4>contce me</h4>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorum libero rem unde, voluptate sit itaque perspiciatis maiores dolores molestias. Necessitatibus deleniti, neque sint a et provident aliquid ipsa modi. Harum.</p>
<div class="contact-info">
<div class="contact-item">
<div class="icon">
<i class="fa fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>: London, United Kingdom</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fa fa-map-marker-alt"></i>
<span>Emaik</span>
</div>
<p>: ABC</p>
</div>
<div class="contact-item">
<div class="icon">
<i class="fa fa-map-marker-alt"></i>
<span>Location</span>
</div>
<p>: London, United Kingdom</p>
</div>
</div>
<div class="contact-icons">
<div class="contact-icon">
<a href="www.facebook.com" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="www.facebook.com" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="www.facebook.com" target="_blank">
<i class="fab fa-facebook-f"></i>
</a>
<a href="www.facebook.com" target="_blank">
<i class="fab fa-github"></i>
</a>
</div>
</div>
</div>
<div class="right-contact">
<form action="" class="contact-form">
<div class="input-control i-c-2">
<input type="text" required placeholder="Your name">
<input type="text" required placeholder="Your email">
</div>
<div class="input-control">
<input type="text" required placeholder="Subject">
</div>
<div class="input-control">
<textarea name="" id="" cols="15" rows="8" placeholder="Your message"></textarea>
</div>
<div class="submit-btn">
<a href="#" class="main-btn">
<span class="btn-text">Submit</span>
<span class="btn-icon"><i class="fas fa-download"></i></span>
</a>
</div>
</form>
</div>
</div>
</div>
</section>
<footer class="footer">
<div class="main">
<span class="copyright">© Tom Roseveare, 2022</span>
<p class="contact"><a href="mailto:[email protected]"><i class="fas fa-envelope"></i> [email protected]</a></p>
</div>
<div class="sns">
<ul class="list">
<li class="gh"><a href="https://www.linkedin.com/in/tomroseveare/" target="_blank" rel=noopener><i class="fab fa-linkedin"></i></a></li>
<li class="gh"><a href="https://github.com/tomrsvr" target="_blank" rel=noopener><i class="fab fa-github"></i></a></li>
<li class="gh"><a href="https://twitter.com/tomrsvr" target="_blank" rel=noopener><i class="fab fa-twitter"></i></a></li>
<li class="gh"><a href="https://www.instagram.com/tomrsvr/" target="_blank" rel=noopener><i class="fab fa-instagram"></i></a></li>
</ul>
</div>
</footer>
</main>
<div class="controls prelaunch">
<div class="control control-1 active-btn" data-id="home">
<i class="fas fa-home"></i>
</div>
<div class="control control-2" data-id="about">
<i class="fas fa-user"></i>
</div>
<!-- <div class="control control-3" data-id="portfolio">
<i class="fas fa-briefcase"></i>
</div> -->
<!-- <div class="control control-4" data-id="blogs">
<i class="far fa-newspaper"></i>
</div> -->
<!-- <div class="control control-5" data-id="contact">
<i class="fas fa-envelope-open"></i>
</div> -->
</div>
<div class="mobile-menu prelaunch">
<div class="header">
<div class="close"><i class="fas fa-times"></i></div>
<img src="img/tr-logo.svg" class="logo" alt="">
</div>
<div class="nav">
<ul class="nav">
<li class="about">About</li>
<li class="projects">Projects</li>
<li class="contact">Contact</li>
</ul>
</div>
<div class="branding">
<div class="copyright">© 2022 Tom Roseveare</div>
</div>
</div>
<div class="theme-btn">
<i class="fas fa-adjust"></i>
</div>
<script src="app.js"></script>
</body>
</html>