-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
310 lines (304 loc) · 12.5 KB
/
Copy pathindex.html
File metadata and controls
310 lines (304 loc) · 12.5 KB
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
<!doctype html>
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="George W. Park" />
<meta
name="description"
content="George W. Park is a front-end web developer based in Scotland."
/>
<meta name="robots" content="index, follow" />
<meta
name="google-site-verification"
content="d96pBgx3_EQlmvMJzz4huIfio0_d2RX0nAwM43M4Q74"
/>
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="apple-mobile-web-app-title" content="George Park" />
<meta name="format-detection" content="telephone=no" />
<link rel="canonical" href="https://georgewpark.com/" />
<!-- Facebook Open Graph -->
<meta
property="og:title"
content="George W. Park | Front-End Web Developer"
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://georgewpark.com/" />
<meta
property="og:description"
content="George W. Park is a front-end web developer based in Scotland."
/>
<meta property="og:site_name" content="georgewpark" />
<meta property="og:locale" content="en_GB" />
<meta
property="og:image"
content="https://www.georgewpark.com/images/meta_image.jpg"
/>
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Computer monitor and laptop displaying a code editor"
/>
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@georgepark_" />
<meta name="twitter:creator" content="@georgepark_" />
<meta name="twitter:url" content="https://georgewpark.com/" />
<meta
name="twitter:title"
content="George W. Park | Front-End Web Developer"
/>
<meta
name="twitter:description"
content="George W. Park is a front-end web developer based in Scotland."
/>
<meta
name="twitter:image"
content="https://www.georgewpark.com/images/meta_image.jpg"
/>
<meta
name="twitter:image:alt"
content="Computer monitor and laptop displaying a code editor"
/>
<!-- Page Title -->
<title>George W. Park | Front-End Web Developer</title>
<!-- Icon & App Links -->
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<meta name="msapplication-TileColor" content="#2c3477" />
<meta name="msapplication-TileImage" content="mstile-150x150.png" />
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#2c3477" />
<!-- External CSS Files -->
<link rel="dns-prefetch" href="https://fonts.googleapis.com/" />
<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=Open+Sans:wght@300;400;600&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/build/css/app.css" />
<!-- External JavaScript File -->
<script src="/build/js/app.js" defer></script>
</head>
<body>
<!-- Header -->
<header class="page-header">
<div class="container">
<img
srcset="
images/header-500w.jpg 500w,
images/header-1000w.jpg 1200w,
images/header-2000w.jpg 2000w
"
sizes="(max-width: 500px) 480px, (max-width: 1200px) 1000px, 2000px"
src="images/header.jpg"
alt=""
class="page-header__image"
/>
<img src="/images/headshot.jpg" alt="" class="page-header__headshot" />
<h1 class="page-header__heading">George W. Park</h1>
<h2 class="page-header__subheading">Front-End Web Developer</h2>
<a
href="#main"
aria-label="Go to main content"
class="main-content-link"
>
<svg
width="24px"
height="24px"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
aria-hidden="true"
>
<path
d="M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zm0 14.414-5.707-5.707 1.414-1.414L12 13.586l4.293-4.293 1.414 1.414L12 16.414z"
/>
</svg>
</a>
</div>
</header>
<!-- Main Content -->
<main id="main">
<!-- About Section -->
<section class="section about-section" id="about">
<div class="container">
<h2 class="section__heading">About</h2>
<p>
Hello! I'm George, a <strong>front-end web developer</strong> based
in Scotland.
</p>
<p>
I specialise in building dynamic user interfaces using modern web
technologies with a focus on usability, accessibility, and
performance.
</p>
<p>
I frequently post my experiments with front-end technologies to
<a
href="https://codepen.io/GeorgePark/pens/popular/"
target="_blank"
rel="noopener noreferrer"
>CodePen</a
>
and
<a
href="https://github.com/georgewpark?tab=repositories"
target="_blank"
rel="noopener noreferrer"
>GitHub</a
>.
</p>
<p>
If you're interested in working with me or have any questions then
don't hesitate to
<a href="mailto:georgeparkdev@outlook.com">contact me</a>.
</p>
</div>
</section>
<!-- Projects Section -->
<section class="section projects-section" id="projects"></section>
</main>
<!-- Footer -->
<footer class="page-footer">
<div class="container">
<!-- Social Links -->
<nav aria-label="social">
<ul class="social-links">
<li>
<a
href="https://codepen.io/GeorgePark/pens/popular"
aria-label="CodePen"
target="_blank"
rel="noopener noreferrer"
class="social-links__link"
>
<svg
class="social-links__icon"
width="24px"
height="24px"
viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
aria-hidden="true"
>
<path
d="m2.893 15.656 8.076 5.384v-4.808l-4.474-2.986zm-.831-1.928 2.585-1.728-2.585-1.728zm10.969 7.312 8.076-5.384-3.6-2.41-4.476 2.986zm-1.031-6.602 3.643-2.438-3.643-2.438-3.643 2.438zm-5.505-3.68 4.474-2.99v-4.808l-8.076 5.384zm12.858 1.242 2.585 1.728v-3.456zm-1.848-1.246 3.6-2.41-8.074-5.384v4.808zm6.495-2.41v7.312.03c0 .346-.18.651-.452.825l-.004.002-10.969 7.313c-.162.109-.361.174-.576.174s-.414-.065-.58-.176l.004.002-10.969-7.312c-.276-.176-.456-.481-.456-.827 0-.011 0-.021.001-.032v.002-7.312c0-.009 0-.02 0-.031 0-.346.18-.651.452-.825l.004-.002 10.969-7.312c.162-.109.361-.174.576-.174s.414.065.58.176l-.004-.002 10.969 7.312c.276.176.456.481.456.827 0 .011 0 .021-.001.032z"
/>
</svg>
</a>
</li>
<li>
<a
href="https://github.com/georgewpark?tab=repositories"
aria-label="GitHub"
target="_blank"
rel="noopener noreferrer"
class="social-links__link"
>
<svg
class="social-links__icon"
width="32px"
height="32px"
viewBox="0 0 32 32"
xmlns="http://www.w3.org/2000/svg"
fill="currentColor"
aria-hidden="true"
>
<path
d="M16 0.396c-8.839 0-16 7.167-16 16 0 7.073 4.584 13.068 10.937 15.183 0.803 0.151 1.093-0.344 1.093-0.772 0-0.38-0.009-1.385-0.015-2.719-4.453 0.964-5.391-2.151-5.391-2.151-0.729-1.844-1.781-2.339-1.781-2.339-1.448-0.989 0.115-0.968 0.115-0.968 1.604 0.109 2.448 1.645 2.448 1.645 1.427 2.448 3.744 1.74 4.661 1.328 0.14-1.031 0.557-1.74 1.011-2.135-3.552-0.401-7.287-1.776-7.287-7.907 0-1.751 0.62-3.177 1.645-4.297-0.177-0.401-0.719-2.031 0.141-4.235 0 0 1.339-0.427 4.4 1.641 1.281-0.355 2.641-0.532 4-0.541 1.36 0.009 2.719 0.187 4 0.541 3.043-2.068 4.381-1.641 4.381-1.641 0.859 2.204 0.317 3.833 0.161 4.235 1.015 1.12 1.635 2.547 1.635 4.297 0 6.145-3.74 7.5-7.296 7.891 0.556 0.479 1.077 1.464 1.077 2.959 0 2.14-0.020 3.864-0.020 4.385 0 0.416 0.28 0.916 1.104 0.755 6.4-2.093 10.979-8.093 10.979-15.156 0-8.833-7.161-16-16-16z"
/>
</svg>
</a>
</li>
<li>
<a
href="https://twitter.com/GeorgePark_"
aria-label="Twitter"
target="_blank"
rel="noopener noreferrer"
class="social-links__link"
>
<svg
viewBox="0 0 24 24"
aria-hidden="true"
class="social-links__icon"
>
<g>
<path
d="M14.258 10.152L23.176 0h-2.113l-7.747 8.813L7.133 0H0l9.352 13.328L0 23.973h2.113l8.176-9.309 6.531 9.309h7.133zm-2.895 3.293l-.949-1.328L2.875 1.56h3.246l6.086 8.523.945 1.328 7.91 11.078h-3.246zm0 0"
fill="currentColor"
></path>
</g>
</svg>
</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/georgewpark/"
aria-label="LinkedIn"
target="_blank"
rel="noopener noreferrer"
class="social-links__link"
>
<svg
class="social-links__icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 504.4 504.4"
style="enable-background: new 0 0 504.4 504.4"
xml:space="preserve"
fill="currentColor"
aria-hidden="true"
>
<path
d="M377.6,0.2H126.4C56.8,0.2,0,57,0,126.6v251.6c0,69.2,56.8,126,126.4,126H378c69.6,0,126.4-56.8,126.4-126.4V126.6
C504,57,447.2,0.2,377.6,0.2z M168,408.2H96v-208h72V408.2z M131.6,168.2c-20.4,0-36.8-16.4-36.8-36.8c0-20.4,16.4-36.8,36.8-36.8
c20.4,0,36.8,16.4,36.8,36.8C168,151.8,151.6,168.2,131.6,168.2z M408.4,408.2H408h-60V307.4c0-24.4-3.2-55.6-36.4-55.6
c-34,0-39.6,26.4-39.6,54v102.4h-60v-208h56v28h1.6c8.8-16,29.2-28.4,61.2-28.4c66,0,77.6,38,77.6,94.4V408.2z"
/>
</svg>
</a>
</li>
<li>
<a
href="mailto:georgeparkdev@outlook.com"
aria-label="Email me"
class="social-links__link"
>
<svg
class="social-links__icon"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 400 400"
style="enable-background: new 0 0 400 400"
xml:space="preserve"
fill="currentColor"
aria-hidden="true"
>
<polygon points="0,127.5 0,274.219 104.8,206.1 " />
<polygon points="400,274.219 400,127.5 295.2,206.1 " />
<polygon
points="200,277.5 130.357,225.268 0,310 0,340 400,340 400,310 269.643,225.268 "
/>
<polygon points="0,90 200,240 400,90 400,60 0,60 " />
</svg>
</a>
</li>
</ul>
</nav>
</div>
</footer>
</body>
</html>