-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
492 lines (378 loc) · 27.1 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
<!DOCTYPE html>
<html class="no-js ss-preload" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8">
<title>Sams Portfolio</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="icons8-s-76.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons8-s-ios-17-outlined-32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons8-s-16.png">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<!-- # preloader
================================================== -->
<div id="preloader">
<div id="loader">
</div>
</div>
<!-- # page wrap
================================================== -->
<div class="s-pagewrap">
<div class="circles">
<span></span>
<span></span>
<span></span>
<span></span>
<span></span>
</div>
<!-- ## site header
================================================== -->
<header class="s-header">
<div class="header-mobile">
<span class="mobile-home-link"><a href="index.html">Sam.</a></span>
<a class="mobile-menu-toggle" href="#0"><span>Menu</span></a>
</div>
<div class="row wide main-nav-wrap">
<nav class="column lg-12 main-nav">
<ul>
<li><a href="index.html" class="home-link">Sam.</a></li>
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#works" class="smoothscroll">Works</a></li>
<li><a href="#contact" class="smoothscroll">Say Hello</a></li>
</ul>
</nav>
</div>
</header> <!-- end s-header -->
<!-- ## main content
==================================================- -->
<main class="s-content">
<!-- ### intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content wide">
<div class="column">
<h1 class="text-huge-title">
I am Sam Kebbell, <br>
a digital designer <br>
& frontend <br>
developer based <br>
in the UK.
</h1>
</div>
<ul class="intro-social">
<!-- <li><a href="#0">Behance</a></li>
<li><a href="#0">Twitter</a></li> -->
<li><a href="#0" onclick="window.open('https://www.linkedin.com/in/sam-kebbell-568b08214/', '_blank')">LinkedIn</a></li>
<li><a href="#0" onclick="window.open('https://github.com/kebbell?tab=overview&from=2024-10-01&to=2024-10-17', '_blank')">Github</a></li>
<li><a href="#0" onclick="window.open('https://kebbell.github.io/SEK/', '_blank')">Blog</a></li>
<li><a href="#0" onclick="window.open('https://www.instagram.com/samkebbell/', '_blank')">Instagram</a></li>
</ul>
</div> <!-- end intro content -->
<a href="#about" class="intro-scrolldown smoothscroll">
<svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd"><path d="M11 21.883l-6.235-7.527-.765.644 7.521 9 7.479-9-.764-.645-6.236 7.529v-21.884h-1v21.883z"/></svg>
</a>
</section> <!-- end s-intro -->
<!-- ### about
================================================== -->
<section id="about" class="s-about target-section">
<div class="row about-info wide" data-animate-block>
<div class="column lg-6 md-12 about-info__pic-block">
<img src="images/IMG_9248 copy.jpg" alt="" class="about-info__pic" data-animate-el>
</div>
<div class="column lg-6 md-12">
<div class="about-info__text" >
<h2 class="text-pretitle" data-animate-el>
About Me
</h2>
<p class="attention-getter" data-animate-el>
I'm a web designer and front-end developer with a passion for crafting visually stunning, interactive websites. I specialise in HTML, CSS, JavaScript, and frameworks like React and Angular, building responsive apps that engage users. I also have experience with Node.js, SASS, Bootstrap, and Shopify, ensuring smooth performance across all devices with strong UI/UX focus.
<br>
<br>
Check out my portfolio to see projects showcasing my web development skills, including embedded iframes, games, and easy contact options.
</p>
<a href="files/CV_Sam_Kebbell_.docx" class="btn btn--medium u-fullwidth" data-animate-el download>Download CV</a>
</div>
</div>
</div> <!-- about-info -->
<div class="row about-expertise" data-animate-block>
<div class="column lg-12">
<h2 class="text-pretitle" data-animate-el>Expertise</h2>
<ul class="skills-list h1" data-animate-el>
<li>Software Development</li>
<li>UI/UX Design</li>
<li>API Integration</li>
<li>Version Control</li>
<li>Responsive Design</li>
</ul>
</div>
</div> <!-- end about-expertise -->
<div class="row about-timelines" data-animate-block>
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Experience
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Freelance</h4>
<h5 class="timeline__meta">Software Development</h5>
<p class="timeline__timeframe">March 2024 - Present</p>
</div>
<div class="timeline__desc">
<p>Built responsive web apps with HTML, CSS, JavaScript, and React, integrating APIs and custom features for industries like e-commerce and entertainment.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">RL360: International Life Assurance Company</h4>
<h5 class="timeline__meta">Data Analyst</h5>
<p class="timeline__timeframe">October 2021 - September 2023</p>
</div>
<div class="timeline__desc">
<p>Analysed data trends to optimise client engagement and conducted A/B tests to increase retention and satisfaction across applications.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Old Mutual Wealth Life Assurance Ltd</h4>
<h5 class="timeline__meta">New Business</h5>
<p class="timeline__timeframe">March 2016 - January 2019</p>
</div>
<div class="timeline__desc">
<p>Managed project documentation and compliance, ensuring seamless workflow and communication across teams.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
<div class="column lg-6 tab-12">
<h2 class="text-pretitle" data-animate-el>
Education
</h2>
<div class="timeline" data-animate-el>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Castle Rushen</h4>
<h5 class="timeline__meta">Computer Science</h5>
<p class="timeline__timeframe">June 2015</p>
</div>
<div class="timeline__desc">
<p>Developed a strong foundation in programming, algorithms, and software development, with exposure to AI, data structures, and cybersecurity.</p>
</div>
</div>
<div class="timeline__block">
<div class="timeline__bullet"></div>
<div class="timeline__header">
<h4 class="timeline__title">Bedes Senior School</h4>
<h5 class="timeline__meta">A Levels</h5>
<p class="timeline__timeframe">June 2013</p>
</div>
<div class="timeline__desc">
<p>A Levels in Computer Science, PE, Psychology, and Maths equipped me with technical skills, logical thinking, and teamwork abilities.</p>
</div>
</div>
</div> <!-- end timeline -->
</div> <!-- end column -->
</div> <!-- end about-timelines -->
</section> <!-- end s-about -->
<!-- ### works
================================================== -->
<section id="works" class="s-works target-section">
<div class="row works-portfolio">
<div class="column lg-12" data-animate-block>
<h2 class="text-pretitle" data-animate-el>
Recent Works
</h2>
<p class="h1" data-animate-el>
Here are some of my favorite projects I have done lately. Feel free to check them out.
</p>
<ul class="folio-list row block-lg-one-half block-stack-on-1000">
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-01" onclick="window.open('https://kebbell.github.io/3D-solar-system/', '_blank')">
<div class="folio-list__item-pic">
<img src="images/portfolio/3d.png" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Website
</div>
<div class="folio-list__item-title">
3D Solar System
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-02" onclick="window.open('https://kebbell.github.io/SEK', '_blank')">
<div class="folio-list__item-pic">
<img src="images/portfolio/music.png" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Blog
</div>
<div class="folio-list__item-title">
Music Blog Site
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-03" onclick="window.open('https://kebbell.github.io/noughts-and-crosses/', '_blank')">
<div class="folio-list__item-pic">
<img src="images/portfolio/NC.png" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Game
</div>
<div class="folio-list__item-title">
Noughts & Crosses
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-04" onclick="window.open('https://kebbell.github.io/Rock-Paper-Scissors-Advanced/', '_blank')">
<div class="folio-list__item-pic">
<img src="images/portfolio/rps.png" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Game
</div>
<div class="folio-list__item-title">
Rock, Paper, Scissors
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-05" onclick="window.open('https://kebbell.github.io/time-tracking-dashboard/', '_blank')">
<div class="folio-list__item-pic">
<img src="images/portfolio/time.png" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Interactive Website
</div>
<div class="folio-list__item-title">
Time Tracking Dashboard
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
<li class="folio-list__item column" data-animate-el>
<a class="folio-list__item-link" href="#modal-06" onclick="window.open('https://kebbell.github.io/Interactive-rating-component/', '_blank')">
<div class="folio-list__item-pic">
<img src="images/portfolio/rating.png" alt="">
</div>
<div class="folio-list__item-text">
<div class="folio-list__item-cat">
Interactive Website
</div>
<div class="folio-list__item-title">
Rating Component
</div>
</div>
</a>
<a class="folio-list__proj-link" href="#" title="project link">
<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z" fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"></path></svg>
</a>
</li> <!--end folio-list__item -->
</ul> <!-- end folio-list -->
</div> <!-- end column -->
</div> <!-- end works-portfolio -->
</div> <!-- end swiper-wrapper -->
</div> <!-- end swiper-container -->
</div> <!-- end column -->
</div> <!-- end row testimonials -->
</section> <!-- end s-works -->
<!-- ### contact
================================================== -->
<section id="contact" class="s-contact target-section">
<div class="row contact-top">
<div class="column lg-12">
<h2 class="text-pretitle">
Get In Touch
</h2>
<p class="h1">
I'd love to hear from you.
Whether you have a question or just
want to chat about design, tech & art — shoot me a message.
</p>
</div>
</div> <!-- end contact-top -->
<div class="row contact-bottom">
<div class="column lg-3 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Reach me at</h3>
<p class="contact-links">
<a href="mailto:samuelkebbell@gmail.com" class="mailtoui">samuelkebbell@gmail.com</a> <br>
<a href="tel:+447624391677">+447624 391677</a>
</p>
</div>
<div class="column lg-4 md-5 tab-6 stack-on-550 contact-block">
<h3 class="text-pretitle">Social</h3>
<ul class="contact-social">
<!-- <li><a href="#0">Behance</a></li> -->
<li><a href="#0" onclick="window.open('https://www.linkedin.com/in/sam-kebbell-568b08214/', '_blank')">LinkedIn</a></li>
<li><a href="#0" onclick="window.open('https://github.com/kebbell?tab=overview&from=2024-10-01&to=2024-10-17', '_blank')">Github</a></li>
<li><a href="#0" onclick="window.open('https://kebbell.github.io/SEK/', '_blank')">Blog</a></li>
<li><a href="#0" onclick="window.open('https://www.instagram.com/samkebbell/', '_blank')">Instagram</a></li>
</ul>
</div>
<div class="column lg-4 md-12 contact-block">
<a href="mailto:samuelkebbell@gmail.com" class="mailtoui btn btn--medium u-fullwidth contact-btn">Contact Me.</a>
</div>
</div> <!-- end contact-bottom -->
</section> <!-- end contact -->
</main> <!-- end s-content -->
<!-- ## footer
================================================== -->
<footer class="s-footer">
<div class="row">
<div class="column ss-copyright">
<span>Created and Designed By Sam Kebbell</span>
</div>
</div>
</div>
</footer> <!-- end s-footer -->
</div> <!-- end -s-pagewrap -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>