-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
602 lines (564 loc) · 24.9 KB
/
about.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
<!DOCTYPE html>
<!--
Template: Nui - Creative Portfolio Showcase HTML Website Template
Author: Themetorium
URL: https://themetorium.net/
-->
<html lang="en">
<head>
<!-- Title -->
<title>
About Me | Nui - Creative Portfolio Showcase HTML Website Template by
Themetorium
</title>
<!-- Meta -->
<meta charset="utf-8" />
<meta
name="description"
content="Download Nui - Creative Portfolio Showcase HTML Website Template that comes with rich features and well-commented code. Made by Themetorium."
/>
<meta name="author" content="themetorium.net" />
<!-- Mobile Meta -->
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Favicon (http://www.favicon-generator.org/) -->
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<!-- Google Analytics -->
<!-- Paste your Google Analytics code here (go to http://www.google.com/analytics/ for more information). -->
<!-- Google fonts (https://www.google.com/fonts) -->
<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=Poppins:wght@300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
/>
<!-- Body font -->
<link
href="https://fonts.googleapis.com/css2?family=Syne:wght@400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<!-- Secondary/Alter font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="assets/vendor/normalize/normalize.min.css" />
<!-- Normalize CSS (https://necolas.github.io/normalize.css/) -->
<link
rel="stylesheet"
href="assets/vendor/fontawesome/css/fontawesome-all.min.css"
/>
<!-- Font Icons CSS (https://fontawesome.com) Free version! -->
<link
rel="stylesheet"
href="assets/vendor/swiper/css/swiper-bundle.min.css"
/>
<!-- Swiper CSS (https://swiperjs.com/) -->
<link
rel="stylesheet"
href="assets/vendor/lightgallery/css/lightgallery.min.css"
/>
<!-- lightGallery CSS (http://sachinchoolur.github.io/lightGallery) -->
<!-- Template master CSS -->
<link rel="stylesheet" href="assets/css/helper.css" />
<link rel="stylesheet" href="assets/css/theme.css" />
</head>
<!-- ===========
///// Body /////
================
* Use class "tt-boxed" to enable page boxed layout globally (affects all elements containing class "tt-wrap").
* Use class "tt-smooth-scroll" to enable page smooth scrolling.
* Use class "tt-transition" to enable page transitions.
* Use class "tt-magic-cursor" to enable magic cursor.
* Note: there may be classes that are specific to this page only!
-->
<body
id="body"
class="tt-transition tt-boxed tt-smooth-scroll tt-magic-cursor"
>
<!-- *************************************
*********** Begin body inner *************
************************************** -->
<main id="body-inner">
<!-- Begin page transition (do not remove!!!)
=========================== -->
<div id="page-transition">
<div class="ptr-overlay"></div>
<div class="ptr-preloader">
<div class="ptr-prel-content">
<!-- Hint: You may need to change the img height and opacity to match your logo type. You can do this from the "theme.css" file (find: ".ptr-prel-image"). -->
<img
src="assets/img/logo-light.png"
class="ptr-prel-image tt-logo-light"
alt="Logo"
/>
</div>
<!-- /.ptr-prel-content -->
</div>
<!-- /.ptr-preloader -->
</div>
<!-- End page transition -->
<!-- Begin magic cursor
======================== -->
<div id="magic-cursor">
<div id="ball"></div>
</div>
<!-- End magic cursor -->
<!-- *****************************************
*********** Begin scroll container ***********
****************************************** -->
<div id="scroll-container">
<!-- ===================
///// Begin header /////
========================
* Use class "tt-header-fixed" to set header to fixed position.
-->
<header id="tt-header" class="tt-header-fixed">
<div class="tt-header-inner">
<!-- add/remove class "tt-wrap" to enable/disable element boxed layout (class "tt-boxed" is required in <body> tag!). Note: additionally you can use prepared helper class "max-width-*" to add custom width to "tt-wrap". Example: "max-width-1500" (class "tt-wrap" is still required!). More info about helper classes can be found in the file "helper.css". -->
<div class="tt-header-col">
<!-- Begin logo
================ -->
<div class="tt-logo">
<a href="/">
<!-- Hint: You may need to change the img height to match your logo type. You can do this from the "theme.css" file (find: ".tt-logo img"). -->
<img
src="assets/img/logo-light.png"
class="tt-logo-light magnetic-item"
alt="Logo"
/>
<!-- logo light -->
<img
src="assets/img/logo-dark.png"
class="tt-logo-dark magnetic-item"
alt="Logo"
/>
<!-- logo dark -->
</a>
</div>
<!-- End logo -->
</div>
<!-- /.tt-header-col -->
<div class="tt-header-col">
<!-- Begin overlay menu toggle button -->
<div id="tt-ol-menu-toggle-btn-wrap">
<div class="tt-ol-menu-toggle-btn-text-wrap hide-cursor">
<div class="tt-ol-menu-toggle-btn-text">
<span class="text-menu" data-hover="Open">Menu</span>
<span class="text-close">Close</span>
</div>
<!-- /.tt-ol-menu-toggle-btn-text -->
</div>
<!-- /.tt-ol-menu-toggle-btn-text-wrap -->
<div class="tt-ol-menu-toggle-btn-holder">
<a href="#" class="tt-ol-menu-toggle-btn magnetic-item"
><span></span
></a>
</div>
<!-- /.tt-ol-menu-toggle-btn-holder -->
</div>
<!-- End overlay menu toggle button -->
<!-- Begin overlay menu
========================
* Use class "tt-ol-menu-count" to enable menu counter.
-->
<nav class="tt-overlay-menu tt-ol-menu-count">
<div class="tt-ol-menu-ghost">Explore</div>
<div class="tt-ol-menu-holder">
<div class="tt-ol-menu-inner tt-wrap">
<div class="tt-ol-menu-content">
<!-- Begin menu list -->
<ul class="tt-ol-menu-list">
<li><a href="/">Home</a></li>
<!-- Begin submenu (submenu master)
==================================== -->
<li class="tt-ol-submenu-wrap">
<div class="tt-ol-submenu-trigger">
<a href="portfolio">Portfolio</a>
<!-- /.tt-ol-submenu-caret-wrap -->
</div>
<!-- /.tt-ol-submenu-trigger -->
<!-- /.tt-ol-submenu -->
</li>
<!-- End submenu (sub-master) -->
<!-- Begin submenu (submenu master)
==================================== -->
<li class="tt-ol-submenu-wrap active">
<div class="tt-ol-submenu-trigger">
<a href="about">About</a>
</div>
<!-- /.tt-ol-submenu-trigger -->
</li>
<!-- End submenu (sub-master) -->
<!-- Begin submenu (submenu master)
==================================== -->
<!-- End submenu (sub-master) -->
<!-- Begin submenu (submenu master)
==================================== -->
<li class="tt-ol-submenu-wrap">
<div class="tt-ol-submenu-trigger">
<a href="contact">Contact</a>
</div>
</li>
</ul>
<!-- Begin overlay menu social links
===================================== -->
<ul class="tt-ol-menu-social">
<li>
<h6 class="tt-ol-menu-social-heading">
Social Links:
</h6>
</li>
<li>
<a
href="https://fb.com/adoberich"
target="_blank"
rel="noopener"
>Facebook</a
>
</li>
<li>
<a
href="https://twitter.com/samuellove226"
target="_blank"
rel="noopener"
>Twitter</a
>
</li>
<li>
<a
href="https://www.youtube.com/channel/UC9SxlcEpkHFkG0msmzw1MCA"
target="_blank"
rel="noopener"
>Youtube</a
>
</li>
<li>
<a
href="https://github.com/lilyoo226"
target="_blank"
rel="noopener"
>Github</a
>
</li>
<li>
<a
href="https://instagram.com/adoberich"
target="_blank"
rel="noopener"
>Instagram</a
>
</li>
</ul>
<!-- End overlay menu social links -->
</div>
<!-- /.tt-ol-menu-content -->
</div>
<!-- /.tt-ol-menu-inner -->
</div>
<!-- /.tt-ol-menu-holder -->
</nav>
<!-- End overlay menu -->
</div>
<!-- /.header-col -->
</div>
<!-- /.header-inner -->
</header>
<!-- End header -->
<!-- *************************************
*********** Begin content wrap ***********
************************************** -->
<div id="content-wrap">
<!-- ========================
///// Begin page header /////
=============================
* Use class "ph-full" to enable fullscreen size (no effect on smaller screens!).
* Use class "ph-cap-sm", "ph-cap-lg", "ph-cap-xlg" or "ph-cap-xxlg" to set caption size (no class = default size).
* Use class "ph-center" to enable content center position.
* Use class "ph-image-cropped" to crop image (if image is used). It uses fixed image dimensions (no effect with class "ph-bg-image"!).
* Use class "ph-bg-image" to enable page header background image. Note: "ph-caption-title-ghost" will be disabled if you enable this option!
* Use class "ph-bg-image-is-light" if needed, it makes the elements dark and more visible if you use a very light background image (effect only with class "ph-bg-image").
* Use class "ph-image-cover-*" to set image overlay opacity. For example "ph-image-cover-2" or "ph-image-cover-2-5" (up to "ph-image-cover-9-5").
* Use class "ph-content-parallax" to enable content parallax.
* Use class "ph-stroke" to enable caption title stroke style.
* Use class "ph-ghost-scroll" to enable the scroll effect to caption title ghost (no effect with class "ph-center"!).
-->
<div
id="page-header"
class="ph-full ph-cap-lg ph-ghost-scroll ph-image-cropped ph-content-parallax"
>
<div class="page-header-inner tt-wrap">
<!-- Begin page header image
============================= -->
<div class="ph-image">
<div class="ph-image-inner">
<img src="assets/img/about/about.png" alt="Image" />
</div>
</div>
<!-- End page header image -->
<!-- Begin page header caption
===============================
Use class "max-width-*" to set caption max width if needed. For example "max-width-1000". More info about helper classes can be found in the file "helper.css".
-->
<div class="ph-caption max-width-1000">
<div class="ph-caption-subtitle">
<div class="ph-appear">About Me</div>
</div>
<h1 class="ph-caption-title">
<div class="ph-appear">
Samuel<br />
Amoah
</div>
<!-- You can use <br> to break a text line if needed -->
</h1>
<div class="ph-caption-title-ghost">
<div class="ph-appear">Samuel Amoah</div>
</div>
</div>
<!-- End page header caption -->
</div>
<!-- /.page-header-inner -->
<!-- Begin scroll down (you can change "data-offset" to set scroll top offset)
======================= -->
<div class="tt-scroll-down">
<a
href="#page-content"
class="tt-sd-inner ph-appear"
data-offset="0"
>
<div class="tt-sd-arrow">
<div class="tt-sd-arrow-inner"></div>
</div>
<div class="tt-sd-text">Scroll</div>
</a>
</div>
<!-- End scroll down -->
</div>
<!-- End page header -->
<!-- *************************************
*********** Begin page content ***********
************************************** -->
<div id="page-content">
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section padding-bottom-xlg-150">
<div class="tt-section-inner tt-wrap max-width-900">
<div class="text-xxlg">
<h2 class="anim-fadeinup">Hello, Friend!</h2>
<p class="anim-fadeinup">
My name is <em>Samuel Amoah</em>. I am a full stack
developer with over 4 years of rock-solid experience in
building scalable products.
</p>
<p class="anim-fadeinup">
Besides participating in many tech programs where I have
been trained to have both technical and soft skills, I have
acquired high level programming knowledge from taking online
courses on Udemy, Pluralsight and Udacity, bagging a Node.js
certificate, Expert in JavaScript IQ test and JavaScript
Certificate respectively.
</p>
<p class="anim-fadeinup">
When I am not coding, I am either playing chess, soccer,
video game, or watching a movie. Other times I am reading or
learning a new language or framework.
</p>
<p>
Currently, I am a freelancer at <a target="_blank" href="https://www.fiverr.com/">fiverr.com</a>
</p>
</div>
<div class="tt-signature anim-fadeinup margin-top-40">
<img
src="assets/img/signature-light.png"
class="tt-signature-light"
alt="Signature"
/>
<img
src="assets/img/signature-dark.png"
class="tt-signature-dark"
alt="Signature"
/>
</div>
</div>
<!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
<!-- =======================
///// Begin tt-section /////
============================
* You can use padding classes if needed. For example "padding-top-xlg-150", "padding-bottom-xlg-150", "no-padding-top", "no-padding-bottom", etc. Note that each situation may be different and each section may need different classes according to your needs. More info about helper classes can be found in the file "helper.css".
-->
<div class="tt-section padding-bottom-xlg-150">
<div class="tt-section-inner tt-wrap">
<!-- Begin page nav
====================
* Use class "tt-pn-center" to align page nav to center.
* Use class "tt-pn-stroke" to enable title stroke style.
-->
<div class="tt-page-nav tt-pn-stroke tt-pn-center">
<a
href="portfolio"
class="tt-pn-link anim-fadeinup"
data-cursor="<i class='fas fa-arrow-right'></i>"
>
<div class="tt-pn-title">Portfolio</div>
<div class="tt-pn-hover-title">Portfolio</div>
</a>
<!-- /.tt-pn-link -->
<div class="tt-pn-subtitle anim-fadeinup">Selected Works</div>
</div>
<!-- End page nav -->
</div>
<!-- /.tt-section-inner -->
</div>
<!-- End tt-section -->
</div>
<!-- End page content -->
<!-- ======================
///// Begin tt-footer /////
=========================== -->
<footer id="tt-footer">
<div class="tt-footer-inner">
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center-left">
<div class="footer-col-inner">
<a href="#" class="tt-btn tt-btn-link scroll-to-top">
<span class="tt-btn-icon"
><i class="fas fa-arrow-up"></i
></span>
<div data-hover="Back to Top">Back to Top</div>
</a>
</div>
<!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center order-m-last">
<div class="footer-col-inner">
<div class="tt-copyright text-gray">
<a
href="https://themetorium.net"
target="_blank"
rel="noopener"
class="tt-btn tt-btn-link"
>
<span class="tt-btn-icon"
><i class="far fa-copyright"></i
></span>
<div data-hover="Themetorium.net">Themetorium.net</div>
</a>
</div>
</div>
<!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
<!-- Begin footer column
========================= -->
<div class="footer-col tt-align-center-right">
<div class="footer-col-inner">
<div class="footer-social">
<div class="footer-social-text">
<span>Follow</span><i class="fas fa-share-alt"></i>
</div>
<div class="social-buttons">
<ul>
<li>
<a
href="https://www.facebook.com/themetorium"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-facebook-f"></i
></a>
</li>
<li>
<a
href="https://twitter.com/Themetorium"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-twitter"></i
></a>
</li>
<li>
<a
href="https://www.youtube.com/"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-youtube"></i
></a>
</li>
<li>
<a
href="https://dribbble.com/Themetorium"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-dribbble"></i
></a>
</li>
<li>
<a
href="https://www.behance.net/Themetorium"
class="magnetic-item"
target="_blank"
rel="noopener"
><i class="fab fa-behance"></i
></a>
</li>
</ul>
</div>
<!-- /.social-buttons -->
</div>
<!-- /.footer-social -->
</div>
<!-- /.footer-col-inner -->
</div>
<!-- Begin footer column -->
</div>
<!-- /.tt-section-inner -->
</footer>
<!-- End tt-footer -->
</div>
<!-- End content wrap -->
</div>
<!-- End scroll container -->
</main>
<!-- End body inner -->
<!-- ====================
///// Scripts below /////
===================== -->
<!-- Core JS -->
<script src="assets/vendor/jquery/jquery.min.js"></script>
<!-- jquery JS (https://jquery.com) -->
<!-- Libs and Plugins JS -->
<script src="assets/vendor/gsap/gsap.min.js"></script>
<!-- GSAP JS (https://greensock.com/gsap/) -->
<script src="assets/vendor/gsap/ScrollToPlugin.min.js"></script>
<!-- GSAP ScrollToPlugin JS (https://greensock.com/scrolltoplugin/) -->
<script src="assets/vendor/gsap/ScrollTrigger.min.js"></script>
<!-- GSAP ScrollTrigger JS (https://greensock.com/scrolltrigger/) -->
<script src="assets/vendor/smooth-scrollbar.js"></script>
<!-- Smooth Scrollbar JS (https://github.com/idiotWu/smooth-scrollbar/) -->
<script src="assets/vendor/swiper/js/swiper-bundle.min.js"></script>
<!-- Swiper JS (https://swiperjs.com/) -->
<script src="assets/vendor/isotope/imagesloaded.pkgd.min.js"></script>
<!-- imagesloaded JS (more info: https://imagesloaded.desandro.com/) -->
<script src="assets/vendor/isotope/isotope.pkgd.min.js"></script>
<!-- Isotope JS (http://isotope.metafizzy.co) -->
<script src="assets/vendor/isotope/packery-mode.pkgd.min.js"></script>
<!-- Isotope Packery Mode JS (https://isotope.metafizzy.co/layout-modes/packery.html) -->
<script src="assets/vendor/lightgallery/js/lightgallery-all.min.js"></script>
<!-- lightGallery Plugins JS (http://sachinchoolur.github.io/lightGallery) -->
<script src="assets/vendor/jquery.mousewheel.min.js"></script>
<!-- A jQuery plugin that adds cross browser mouse wheel support (https://github.com/jquery/jquery-mousewheel) -->
<!-- Template master JS -->
<script src="assets/js/theme.js"></script>
</body>
</html>