-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
299 lines (271 loc) Β· 11.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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel=icon href=/favicon.png>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="">
<meta name="author" content="">
<title>James Atkin</title>
<!-- Font Awesome Icons -->
<script src="https://use.fontawesome.com/134696755a.js"></script>
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Merriweather+Sans:400,700" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic'
rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Alata&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=PT+Mono&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap" rel="stylesheet">
<!-- Plugin CSS -->
<link href="vendor/magnific-popup/magnific-popup.css" rel="stylesheet">
<!-- Theme CSS - Includes Bootstrap -->
<link href="css/creative.css" rel="stylesheet">
</head>
<body id="page-top">
<!-- Navbar/header -->
<div class="header" id="header">
<div class="logo">
<a href="#" class="link">
<div class="title">James Atkin</div>
</a>
</div>
<a onClick="toggleLightDark()" class="icon-button dark" id="btnToggle">
<i class="fa fa-moon-o"></i><span></span>
</a>
<div class="menu">
<!-- <a href="#about" class="link-about">
<div class="title">About</div>
<div class="bar"></div>
</a> -->
<!-- <a href="#portfolio" class="link-projects">
<div class="title">Projects</div>
</a> -->
<!-- <a href="#cv" class="link-cv">
<div class="title">CV</div>
<div class="bar"></div>
</a> -->
<!-- <a href="#contact" class="link-contact">
<div class="title">Contact</div>
</a> -->
<!-- <button class="btn dark-mode" onclick="toggleLightDark()" id="btnToggle" style="font-size: 22pt;"><i class="fa fa-moon-o fa"></i></button> -->
</div>
</div>
<!-- Main page -->
<div class="main">
<section class="about" id="about">
<div class="intro">
<p id="intro" class ="">SOFTWARE ENGINEER. CS GRADUATE.</p>
</div>
</section>
<!-- Projects Section -->
<div class="projects" id="portfolio">
<div class="container-fluid p-0">
<div class="row no-gutters">
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://medium.com/@curlyw42/self-hosted-music-streaming-on-a-raspberry-pi-9f3ab7568352" target="_blank">
<img class="img-fluid" src="img/portfolio/thumbnails/navidrome.png" alt=""> <!--Credit: Harrison Broadbent (https://unsplash.com/photos/c3YpscwJb04)-->
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Raspberry Pi
</div>
<div class="project-name">
Self-hosted music streaming
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://jamesatk.in/which-zelda" target="_blank">
<img class="img-fluid" src="img/portfolio/thumbnails/which_zelda.png" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
React Web App
</div>
<div class="project-name">
Which Zelda games can I play?
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/jamesalexatkin/heightmap-to-ridgemap" target="_blank">
<img class="img-fluid" src="img/portfolio/thumbnails/los_santos.png" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Python Data Visualisation
</div>
<div class="project-name">
Ridge Maps from Height Maps
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/jamesalexatkin/caribou-visualiser" target="_blank">
<img class="img-fluid" src="img/portfolio/thumbnails/caribou_states_map_26-05-20.png" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Python Data Visualisation
</div>
<div class="project-name">
Caribou Coffee
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://github.com/jamesalexatkin/tauntaun" <!--img/portfolio/fullsize/title_screen.png--> <img
class="img-fluid" src="img/portfolio/thumbnails/tauntaun.png" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Custom map manager for Star Wars: Battlefront II
</div>
<div class="project-name">
Tauntaun
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="https://drive.google.com/file/d/1t-TELBqULblZGNUXU7OblRpHQ_UUm0Zd/view?usp=sharing" target="_blank" <!--img/portfolio/fullsize/title_screen.png--> <img
class="img-fluid" src="img/portfolio/thumbnails/masters.png" alt="" >
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Using Community Detection to Improve Music Recommendations
</div>
<div class="project-name">
Masters project
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="lowpoly.html">
<img class="img-fluid" src="img/portfolio/thumbnails/n64_lowpoly.png" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Blender
</div>
<div class="project-name">
Low Poly
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="battleship.html" <!--img/portfolio/fullsize/title_screen.png--> <img
class="img-fluid" src="img/portfolio/thumbnails/title_screen.png" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Java programming
</div>
<div class="project-name">
Battleship Antarctica
</div>
</div>
</a>
</div>
<!--<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/3.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/3.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Category
</div>
<div class="project-name">
Project Name
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/4.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/4.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Category
</div>
<div class="project-name">
Project Name
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/5.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/5.jpg" alt="">
<div class="portfolio-box-caption">
<div class="project-category text-white-50">
Category
</div>
<div class="project-name">
Project Name
</div>
</div>
</a>
</div>
<div class="col-lg-4 col-sm-6">
<a class="portfolio-box" href="img/portfolio/fullsize/6.jpg">
<img class="img-fluid" src="img/portfolio/thumbnails/6.jpg" alt="">
<div class="portfolio-box-caption p-3">
<div class="project-category text-white-50">
Category
</div>
<div class="project-name">
Project Name
</div>
</div>
</a>
</div>-->
</div>
</div>
</div>
<!-- CV Section -->
<!-- <section class="cv" id="cv">
<h2>CV/Resume</h2>
<a class="btn btn-light btn-xl" href="https://drive.google.com/file/d/1KdjZGwQJ-NpZGEK-ZCEoBvjcGHafJrhF/view" target="_blank">CV</a>
</section> -->
<!-- Contact Section -->
<section class="contact" id="contact">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-8 text-center">
<!-- <h2 class="mt-0">Contact</h2> -->
<!-- <hr class="divider_center light my-4"> -->
<!-- <p class="">Fancy getting in touch? Send me a message and I'll get back to you as soon as possible!</p> -->
</div>
</div>
<div class="row justify-content-center">
<a href="https://github.com/jamesalexatkin" target="_blank" class="icon-button contact-button github"><i
class="fa fa-github"></i><span></span></a>
<a href="https://www.linkedin.com/in/james-atkin-12555777/" target="_blank" class="icon-button contact-button linkedin"><i
class="fa fa-linkedin"></i><span></span></a>
</div>
</section>
</div>
<!-- Footer -->
<footer class="bg-white py-5" id="footer">
<div class="container">
<div class="small text-center" id="footer-text">© JAMES ATKIN 2022</div>
</div>
</footer>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- Custom scripts for this template -->
<script src="js/creative.min.js"></script>
<!-- Dark mode scripts -->
<script src="toggleDarkMode.js"></script>
<script>
// Set initial state
if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) {
toggleLightDark();
}
</script>
</body>
</html>