-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
578 lines (548 loc) · 23.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Welcome to my portfolio website. I'm a passionate front-end developer based in the UK with 4 years of experience. Explore my projects and skills, and feel free to get in touch for collaboration or inquiries."
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./assets/images/favicon-32x32.png"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css"
integrity="sha512-oHDEc8Xed4hiW6CxD7qjbnI+B07vDdX7hEPTvn9pSZO1bcRqHp8mj9pyr+8RVC2GmtEfI2Bi9Ke9Ass0as+zpg=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
rel="preload"
/>
<link rel="stylesheet" href="/assets/css/style.css" />
<title>Frontend Mentor | Single-page developer portfolio</title>
</head>
<body>
<div class="wrapper">
<!-- Header Start -->
<header class="header">
<div class="container">
<div class="navigation">
<a href="#" class="navigation-logo">adamkeyes</a>
<div class="social-links">
<a href="https://github.com/" class="social-link">
<i class="icon-github"></i>
</a>
<a href="https://frontendmentor.io/" class="social-link">
<i class="icon-frontend-mentor"></i>
</a>
<a href="https://www.linkedin.com/" class="social-link">
<i class="icon-linkedin"></i>
</a>
<a href="https://twitter.com/" class="social-link">
<i class="icon-twitter"></i>
</a>
</div>
</div>
</div>
</header>
<!-- Header End -->
<!-- Main content start -->
<main>
<section class="hero">
<div class="bg-position hero-rings">
<img src="/assets/images/pattern-rings.svg" alt="rings icon" />
</div>
<div class="container header-container">
<div class="hero-image">
<div class="bg-position hero-circle">
<img src="/assets/images/pattern-circle.svg" alt="rings icon" />
</div>
<picture>
<source
media="(min-width: 48em)"
srcset="assets/images/image-profile-tablet.webp"
/>
<source
media="(min-width: 75em)"
srcset="assets/images/image-profile-desktop.webp"
/>
<img
src="/assets/images/image-profile-mobile.webp"
alt="Adam Keyes"
class="image-profile"
fetchpriority="high"
/>
</picture>
</div>
<div class="hero-content">
<h1 class="hero-title title">
Nice to meet you! I’m <span>Adam Keyes</span>.
</h1>
<p class="hero-text">
Based in the UK, I’m a front-end developer passionate about
building accessible web apps that users love.
</p>
<a href="#contact" class="button">Contact me</a>
</div>
</div>
</section>
<!-- Main content end -->
<!-- Skills start -->
<section class="skills">
<div class="container">
<div class="skills-grid">
<aside class="skills-content">
<h2 class="skills-title">HTML</h2>
<p class="skills-experience">4 Years Experience</p>
</aside>
<aside class="skills-content">
<h2 class="skills-title">CSS</h2>
<p class="skills-experience">4 Years Experience</p>
</aside>
<aside class="skills-content">
<h2 class="skills-title">JavaScript</h2>
<p class="skills-experience">4 Years Experience</p>
</aside>
<aside class="skills-content">
<h2 class="skills-title">Accessibility</h2>
<p class="skills-experience">4 Years Experience React</p>
</aside>
<aside class="skills-content">
<h2 class="skills-title">React</h2>
<p class="skills-experience">3 Years Experience</p>
</aside>
<aside class="skills-content">
<h2 class="skills-title">Sass</h2>
<p class="skills-experience">3 Years Experience</p>
</aside>
</div>
</div>
</section>
<!-- Skills end -->
<!--Projects start-->
<section class="projects">
<div class="container pojects-container">
<div class="projects-header">
<h2 class="title projects-title">Projects</h2>
<a href="#contact" class="button">Contact me</a>
</div>
<div class="projects-grid">
<div class="project">
<a class="project-image">
<img
src="./assets/images/thumbnail-project-1-small.webp"
alt="DESIGN PORTFOLIO IMAGE"
loading="lazy"
width="auto"
height="auto"
/>
</a>
<div class="project-body">
<h3 class="project-title">DESIGN PORTFOLIO</h3>
<div class="project-tags">
<a href="" class="project-tag">HTML</a>
<a href="" class="project-tag">CSS</a>
</div>
</div>
<div class="project-buttons">
<a
href="#"
class="button o-modal-trigger"
data-modal="modal-1"
>VIEW PROJECT</a
>
<a href="https://github.com/" class="button">VIEW CODE</a>
</div>
</div>
<div class="o-modal o-modal-hidden" id="modal-1">
<div class="o-modal-close">
<a class="o-modal-button-close">×</a>
</div>
<h5 class="o-modal-heading">Project Details</h5>
<h2 class="o-modal-list">Client:</h2>
<p>ABC-1 Corporation</p>
<h2 class="o-modal-list">Date:</h2>
<p>June 2023</p>
<h2 class="o-modal-list">Categories:</h2>
<ul>
<li>Web Development</li>
<li>E-commerce</li>
</ul>
<p class="o-modal-content">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining
essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="o-modal o-modal-overlay o-modal-hidden"></div>
<div class="project">
<a class="project-image">
<img
src="./assets/images/thumbnail-project-2-small.webp"
alt="E-LEARNING LANDING PAGE"
loading="lazy"
width="auto"
height="auto"
/>
</a>
<div class="project-body">
<h3 class="project-title">E-LEARNING LANDING PAGE</h3>
<div class="project-tags">
<a href="" class="project-tag">HTML</a>
<a href="" class="project-tag">CSS</a>
</div>
</div>
<div class="project-buttons">
<a
href="#"
class="button o-modal-trigger"
data-modal="modal-2"
>VIEW PROJECT</a
>
<a href="https://github.com/" class="button">VIEW CODE</a>
</div>
</div>
<div class="o-modal o-modal-hidden" id="modal-2">
<div class="o-modal-close">
<a class="o-modal-button-close">×</a>
</div>
<h5 class="o-modal-heading">Project Details</h5>
<h2 class="o-modal-list">Client:</h2>
<p>ABC-2 Corporation</p>
<h2 class="o-modal-list">Date:</h2>
<p>June 2023</p>
<h2 class="o-modal-list">Categories:</h2>
<ul>
<li>Web Development</li>
<li>E-commerce</li>
</ul>
<p class="o-modal-content">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining
essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="o-modal o-modal-overlay o-modal-hidden"></div>
<div class="project">
<a class="project-image">
<img
src="./assets/images/thumbnail-project-3-small.webp"
alt="TODO WEB APP"
width="auto"
height="auto"
/>
</a>
<div class="project-body">
<h3 class="project-title">TODO WEB APP</h3>
<div class="project-tags">
<a href="" class="project-tag">HTML</a>
<a href="" class="project-tag">CSS</a>
</div>
</div>
<div class="project-buttons">
<a
href="#"
class="button o-modal-trigger"
data-modal="modal-3"
>VIEW PROJECT</a
>
<a href="https://github.com/" class="button">VIEW CODE</a>
</div>
</div>
<div class="o-modal o-modal-hidden" id="modal-3">
<div class="o-modal-close">
<a class="o-modal-button-close">×</a>
</div>
<h5 class="o-modal-heading">Project Details</h5>
<h2 class="o-modal-list">Client:</h2>
<p>ABC-3 Corporation</p>
<h2 class="o-modal-list">Date:</h2>
<p>June 2023</p>
<h2 class="o-modal-list">Categories:</h2>
<ul>
<li>Web Development</li>
<li>E-commerce</li>
</ul>
<p class="o-modal-content">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining
essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="o-modal o-modal-overlay o-modal-hidden"></div>
<div class="project">
<a class="project-image">
<img
src="./assets/images/thumbnail-project-4-small.webp"
alt="ENTERTAINMENT WEB APP"
width="auto"
height="auto"
/>
</a>
<div class="project-body">
<h3 class="project-title">ENTERTAINMENT WEB APP</h3>
<div class="project-tags">
<a href="" class="project-tag">HTML</a>
<a href="" class="project-tag">CSS</a>
</div>
</div>
<div class="project-buttons">
<a
href="#"
class="button o-modal-trigger"
data-modal="modal-4"
>VIEW PROJECT</a
>
<a href="https://github.com/" class="button">VIEW CODE</a>
</div>
</div>
<div class="o-modal o-modal-hidden" id="modal-4">
<div class="o-modal-close">
<a class="o-modal-button-close">×</a>
</div>
<h5 class="o-modal-heading">Project Details</h5>
<h2 class="o-modal-list">Client:</h2>
<p>ABC-4 Corporation</p>
<h2 class="o-modal-list">Date:</h2>
<p>June 2023</p>
<h2 class="o-modal-list">Categories:</h2>
<ul>
<li>Web Development</li>
<li>E-commerce</li>
</ul>
<p class="o-modal-content">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining
essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="o-modal o-modal-overlay o-modal-hidden"></div>
<div class="project">
<a class="project-image">
<img
src="./assets/images/thumbnail-project-5-small.webp"
alt="MEMORY GAME"
width="auto"
height="auto"
/>
</a>
<div class="project-body">
<h3 class="project-title">MEMORY GAME</h3>
<div class="project-tags">
<a href="" class="project-tag">HTML</a>
<a href="" class="project-tag">CSS</a>
</div>
</div>
<div class="project-buttons">
<a
href="#"
class="button o-modal-trigger"
data-modal="modal-5"
>VIEW PROJECT</a
>
<a href="https://github.com/" class="button">VIEW CODE</a>
</div>
</div>
<div class="o-modal o-modal-hidden" id="modal-5">
<div class="o-modal-close">
<a class="o-modal-button-close">×</a>
</div>
<h5 class="o-modal-heading">Project Details</h5>
<h2 class="o-modal-list">Client:</h2>
<p>ABC-5 Corporation</p>
<h2 class="o-modal-list">Date:</h2>
<p>June 2023</p>
<h2 class="o-modal-list">Categories:</h2>
<ul>
<li>Web Development</li>
<li>E-commerce</li>
</ul>
<p class="o-modal-content">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining
essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="o-modal o-modal-overlay o-modal-hidden"></div>
<div class="project">
<a class="project-image">
<img
src="./assets/images/thumbnail-project-6-small.webp"
alt="ART GALLERY SHOWCASE"
width="auto"
height="auto"
/>
</a>
<div class="project-body">
<h3 class="project-title">ART GALLERY SHOWCASE</h3>
<div class="project-tags">
<a href="" class="project-tag">HTML</a>
<a href="" class="project-tag">CSS</a>
</div>
</div>
<div class="project-buttons">
<a
href="#"
class="button o-modal-trigger"
data-modal="modal-6"
>VIEW PROJECT</a
>
<a href="https://github.com/" class="button">VIEW CODE</a>
</div>
</div>
<div class="o-modal o-modal-hidden" id="modal-6">
<div class="o-modal-close">
<a class="o-modal-button-close">×</a>
</div>
<h5 class="o-modal-heading">Project Details</h5>
<h2 class="o-modal-list">Client:</h2>
<p>ABC-6 Corporation</p>
<h2 class="o-modal-list">Date:</h2>
<p>June 2023</p>
<h2 class="o-modal-list">Categories:</h2>
<ul>
<li>Web Development</li>
<li>E-commerce</li>
</ul>
<p class="o-modal-content">
Lorem Ipsum is simply dummy text of the printing and
typesetting industry. Lorem Ipsum has been the industry's
standard dummy text ever since the 1500s, when an unknown
printer took a galley of type and scrambled it to make a type
specimen book. It has survived not only five centuries, but
also the leap into electronic typesetting, remaining
essentially unchanged. It was popularised in the 1960s with
the release of Letraset sheets containing Lorem Ipsum
passages, and more recently with desktop publishing software
like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</div>
<div class="o-modal o-modal-overlay o-modal-hidden"></div>
</div>
</div>
</section>
<!--Projects end-->
<!-- Contact start-->
<footer class="footer" id="contact">
<div class="bg-position footer-ring">
<img
src="/assets/images/pattern-rings.svg"
alt="rings icon"
loading="lazy"
width="auto"
height="auto"
/>
</div>
<div class="container footer-container footer-grid">
<div class="footer-content">
<h2 class="title footer-title">Contact</h2>
<p class="footer-text">
I would love to hear about your project and how I could help.
Please fill in the form, and I’ll get back to you as soon as
possible.
</p>
</div>
<form novalidate class="form" method="POST" data-netlify="true">
<div class="form-group">
<input
type="text"
placeholder="name"
name="name"
id="name"
required
class="form-input form-field"
/>
<div class="form-error-message" id="nameError">
Your name must not be empty
</div>
</div>
<div class="form-group">
<input
type="email"
placeholder="email"
name="email"
id="email"
required
class="form-input form-field"
/>
<div class="form-error-message" id="emailError">
Sorry, invalid format here
</div>
</div>
<div class="form-group">
<textarea
class="form-textarea form-field"
placeholder="message"
name="message"
id="message"
></textarea>
</div>
<button type="submit" class="button form-button">
send message
</button>
</form>
</div>
<div class="container footer-social-section">
<div class="navigation">
<a href="#" class="navigation-logo">adamkeyes</a>
<div class="social-links">
<a href="https://github.com/" class="social-link">
<i class="icon-github"></i>
</a>
<a href="https://frontendmentor.io/" class="social-link">
<i class="icon-frontend-mentor"></i>
</a>
<a href="https://www.linkedin.com/" class="social-link">
<i class="icon-linkedin"></i>
</a>
<a href="https://twitter.com/" class="social-link">
<i class="icon-twitter"></i>
</a>
</div>
</div>
</div>
</footer>
<!-- Contact end -->
</main>
</div>
<script src="./assets/js/script.js"></script>
</body>
</html>