-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
559 lines (484 loc) · 28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Primary Meta Tags -->
<meta name="description" content="I am a web developer and designer who creates awesome websites and web apps that are fast and responsive with the latest and trusted web technology known to man. I also create native-like hybrid apps that work on all devices with with Vanilla JavaScript and other frameworks.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://n3-rd.github.io/">
<meta property="og:title" content="N3RD - The web development portfolio">
<meta property="og:description" content="I am a web developer and designer who creates awesome websites and web apps that are fast and responsive with the latest and trusted web technology known to man. I also create native-like hybrid apps that work on all devices with with Vanilla JavaScript and other frameworks.">
<meta property="og:image" content="https://n3-rd.github.io/assets/img/site-screenshot.PNG">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://n3-rd.github.io/">
<meta property="twitter:title" content="N3RD - The web development portfolio">
<meta property="twitter:description" content="I am a web developer and designer who creates awesome websites and web apps that are fast and responsive with the latest and trusted web technology known to man. I also create native-like hybrid apps that work on all devices with with Vanilla JavaScript and other frameworks.">
<meta property="twitter:image" content="https://n3-rd.github.io/assets/img/site-screenshot.PNG">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<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="manifest" href="/site.webmanifest">
<!-- Facebook Pixel Code -->
<script>
!function(f,b,e,v,n,t,s)
{if(f.fbq)return;n=f.fbq=function(){n.callMethod?
n.callMethod.apply(n,arguments):n.queue.push(arguments)};
if(!f._fbq)f._fbq=n;n.push=n;n.loaded=!0;n.version='2.0';
n.queue=[];t=b.createElement(e);t.async=!0;
t.src=v;s=b.getElementsByTagName(e)[0];
s.parentNode.insertBefore(t,s)}(window, document,'script',
'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '428739418498345');
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" class="facebook-pixel-display"
src="https://www.facebook.com/tr?id=428739418498345&ev=PageView&noscript=1"
/></noscript>
<!-- End Facebook Pixel Code -->
<script src="assets/js/service-worker.js"></script>
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/animate.min.css">
<link rel="stylesheet" href="assets/css/LineIcons.css">
<link rel="stylesheet" href="assets/css/aos.css">
<link rel="stylesheet" href="assets/css/loaders.min.css">
<link rel="stylesheet" href="assets/css/sanitize.css">
<link rel="stylesheet" href="assets/css/main.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-LMG05BZPGN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-LMG05BZPGN');
</script>
<title>N3RD - The web development portfolio</title>
</head>
<body>
<div class="background-loader-overlay">
<div class="overlay-content">
<div class="loader">
<div class="loader-inner pacman">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
</div>
</div>
<header>
<nav class="navbar navbar-expand-lg navbar-static-top" id="navbar">
<div class="container">
<a class="navbar-brand animated slideInDown" href="#">GJ</span></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="lni lni-menu"></span>
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item active"><a href="#" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#projects" class="nav-link">Projects</a></li>
<li class="nav-item"><a href="#contact" class="nav-link">Contact</a></li>
<li class="nav-item"><a href="https://github.com/n3-rd" class="nav-link">Github</a></li>
<li class="nav-item"><a href="/blog" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="https://www.buymeacoffee.com/Godwinjemegah" target="_blank">Donate</a></li>
</ul>
</div>
</div>
</nav>
<div>
<h1 class="animated slideInLeft site-welcome-header">
<div class="a">
Hey There!, I'm Godwin.
</div>
<div class="b">
Freelance <m>Web</m><br>
<m>Developer</m> And <br>
<m>Designer</m>
</div>
</h1>
<!-- <img class="cutout pull-right" src="assets/img/cutout-2.png" alt="Godwin Jemegah"> -->
</div>
</header>
<div class="section-2">
<p>I am a web developer and designer who creates awesome websites and
web apps that are fast and responsive
with the latest and trusted web technology known to man :). I also create native-like hybrid apps that
work on all devices with with Vanilla JavaScript and other frameworks.</p>
</div>
<div class="section-3 align-items-center">
<h2 class="text-center capabilities-header">
<m>Capabilities</m>
</h2>
<center>
<div class="container-fluid capabilities" data-aos="flip-left">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-1">
<div class="circular-capability"><i class="lni lni-brush-alt"></i></div>
<br><span class=" capability-text">UI & UX Design</span>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-1">
<div class="circular-capability"><i class="lni lni-laptop-phone"></i></div>
<br> <span class=" capability-text">Hybrid App Development</span>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-1">
<div class="circular-capability"><i class="lni lni-cog"></i></div>
<br> <span class=" capability-text">Web Development</span>
</div>
</div>
</div>
<div class="container tech-stack-section">
<h2 class="tech-stack-header">
<m>My Tech Stack</m>
</h2>
<div class="row">
<div class="col-lg-3 col-sm-1" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/html.svg" alt="html-icon"><br>
<div class="span-text">HTML5</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/css.svg" alt="css-icon"><br>
<div class="span-text">CSS</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/javascript.svg" alt="javascript-icon"><br>
<div class="span-text">JavaScript</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/vue.svg" alt="vuejs-icon"><br>
<div class="span-text">Vue JS</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/quasar.svg" alt="quasar framework-icon"><br>
<div class="span-text">Quasar Framework</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/git.svg" alt="git-icon"><br>
<div class="span-text">GIT</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/framework7.svg" alt="framework7-icon"><br>
<div class="span-text">Framework7</div>
</div>
</div>
<div class="col-lg-3 col-xs-6" data-aos="slide-up">
<div class="stack-container">
<img class="stack-image" src="assets/img/onsenui.png" height="81px" alt="onsenui-icon"><br>
<div class="span-text">Onsen UI</div>
</div>
</div>
<div class="col-lg-3 col-xs-6">
<div class="stack-container">
<img class="stack-image" src="assets/img/cordova.png" height="81px" alt="cordova-icon"><br>
<div class="span-text">Cordova</div>
</div>
</div>
</div>
</div>
</center>
<h2 id="projects" class="text-center projects-header">
<m>My Work</m>
</h2>
<div class="container-fluid projects-section">
<div class="row">
<div class="col-xs-12 col-lg-4">
<a href="https://coin-er.netlify.app" target="blank" >
<figure class="effect-lily">
<img src="assets/img/coin-er.PNG" alt="img12">
<figcaption>
<div class="dark-text">
<h2>Coin-er</h2>
<p>A simple crypto price app</p>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="col-xs-12 col-lg-4">
<a href="https://sleepr-beta.netlify.app/" target="blank" >
<figure class="effect-lily">
<img src="assets/img/sleepr.PNG" alt="img12">
<figcaption>
<div>
<h2>Sleepr</h2>
<p>Relaxing sounds for sleep and meditation</p>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="col-xs-12 col-lg-4">
<a href="https://n3-rd-memories.netlify.app/" target="blank" >
<figure class="effect-lily">
<img src="assets/img/memories.PNG" alt="img12">
<figcaption>
<div class="dark-text">
<h2>Memories</h2>
<p>A responsive blog template</p>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="col-xs-12 col-lg-4">
<a href="https://n3-rd-banner.netlify.app/" target="blank">
<figure class="effect-lily">
<img src="assets/img/banner.PNG" alt="img12">
<figcaption>
<div>
<h2>Banner</h2>
<p>A dumb minimal dark landing page</p>
</div>
</figcaption>
</figure>
</a>
</div>
<div class="col-xs-12 col-lg-4">
<a href="https://n3-rd-verify-er.netlify.app/" target="blank">
<figure class="effect-lily">
<img src="assets/img/verify-er.PNG" alt="img12">
<figcaption>
<div class="dark-text">
<h2>Verify-er</h2>
<p>A simple phone number verifier</p>
</div>
</figcaption>
</figure>
</a>
</div>
</div>
</div>
<!-- Begin Sendinblue Form -->
<!-- START - We recommend to place the below code in head tag of your website html -->
<!-- <style>
@font-face {
font-display: block;
font-family: Roboto;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}
@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 600;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}
@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 700;
src: url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.sendinblue.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}
#sib-container input:-ms-input-placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
}
#sib-container input::placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
}
#sib-container textarea::placeholder {
text-align: left;
font-family: "Helvetica", sans-serif;
color: #c0ccda;
}
</style> -->
<link rel="stylesheet" href="https://sibforms.com/forms/end-form/build/sib-styles.css">
<!-- END - We recommend to place the above code in head tag of your website html -->
<!-- START - We recommend to place the below code where you want the form in your website html -->
<div class="sib-form" style="text-align: center;
background-color: #EFF2F7; ">
<div id="sib-form-container" class="sib-form-container">
<div id="error-message" class="sib-form-message-panel" style="font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;max-width:540px;">
<div class="sib-form-message-panel__text sib-form-message-panel__text--center">
<svg viewBox="0 0 512 512" class="sib-icon sib-notification__icon">
<path d="M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-11.49 120h22.979c6.823 0 12.274 5.682 11.99 12.5l-7 168c-.268 6.428-5.556 11.5-11.99 11.5h-8.979c-6.433 0-11.722-5.073-11.99-11.5l-7-168c-.283-6.818 5.167-12.5 11.99-12.5zM256 340c-15.464 0-28 12.536-28 28s12.536 28 28 28 28-12.536 28-28-12.536-28-28-28z"
/>
</svg>
<span class="sib-form-message-panel__inner-text">
Your subscription could not be saved. Please try again.
</span>
</div>
</div>
<div></div>
<div id="success-message" class="sib-form-message-panel" style="font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#085229; background-color:#e7faf0; border-radius:3px; border-color:#13ce66;max-width:540px;">
<div class="sib-form-message-panel__text sib-form-message-panel__text--center">
<svg viewBox="0 0 512 512" class="sib-icon sib-notification__icon">
<path d="M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z"
/>
</svg>
<span class="sib-form-message-panel__inner-text">
Your subscription has been successful, Thanks You.
</span>
</div>
</div>
<div></div>
<div id="sib-container" class="sib-container--large sib-container--vertical" style="text-align:center; background-color:rgba(255,255,255,1); max-width:540px; border-radius:3px; border-width:1px; border-color:#70db7e; border-style:solid;">
<form id="sib-form" method="POST" action="https://2ef446ca.sibforms.com/serve/MUIEAO1dYOaTddl7-nyZfXnwmyQ0a0fuY0jeEYpHHyPalnrN5wR66dTfhHh7NDkNGOuFmof8SJ5lF1_A887r77fLHpaUXLpHjcCDfKqqg8miDxd1bs46qrlUq9cJ3e7UGf9J-OPCRuOgNjx0pKrSVKVOSfCOEJp_EgR25oAGa330PJdgZXwcUO6-aonWpfrndkK1_YJkdQzQx89J"
data-type="subscription">
<div style="padding: 8px 0;">
<div class="sib-form-block" style="font-size:44px; text-align:left; font-weight:700; font-family:Helvetica, sans-serif; color:#70db7e; background-color:transparent;">
<p>The N3rdy Newsletter</p>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-form-block" style="font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#3C4858; background-color:transparent;">
<div class="sib-text-form-block">
<p>Subscribe to my newsletter and recieve occasional emails about the new techy stuff I write.</p>
</div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-form-block sib-divider-form-block">
<div style="border: 0; border-bottom: 1px solid #E5EDF6"></div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-input sib-form-block">
<div class="form__entry entry_block">
<div class="form__label-row ">
<label class="entry__label" style="font-size:16px; text-align:left; font-weight:700; font-family:Helvetica, sans-serif; color:#3c4858;" for="EMAIL" data-required="*">
Enter your email address to subscribe
</label>
<div class="entry__field">
<input class="input" type="text" id="EMAIL" name="EMAIL" autocomplete="off" placeholder="EMAIL" data-required="true" required />
</div>
</div>
<label class="entry__error entry__error--primary" style="font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;">
</label>
<label class="entry__specification" style="font-size:12px; text-align:left; font-family:Helvetica, sans-serif; color:#8390A4;">
Provide your email address to subscribe. For e.g [email protected]
</label>
</div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-optin sib-form-block">
<div class="form__entry entry_mcq">
<div class="form__label-row ">
<div class="entry__choice">
<label>
<input type="checkbox" class="input_replaced" value="1" id="OPT_IN" name="OPT_IN" />
<span class="checkbox checkbox_tick_positive"></span><span style="font-size:14px; text-align:left; font-family:Helvetica, sans-serif; color:#3C4858; background-color:transparent;"><p>I agree to receive your newsletters and accept the data privacy statement.</p></span> </label>
</div>
</div>
<label class="entry__error entry__error--primary" style="font-size:16px; text-align:left; font-family:Helvetica, sans-serif; color:#661d1d; background-color:#ffeded; border-radius:3px; border-color:#ff4949;">
</label>
<label class="entry__specification" style="font-size:12px; text-align:left; font-family:Helvetica, sans-serif; color:#8390A4;">
You may unsubscribe at any time using the link in our newsletter.
</label>
</div>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-form__declaration">
<div class="declaration-block-icon">
<svg class="icon__SVG" width="0" height="0" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<symbol id="svgIcon-sphere" viewBox="0 0 63 63">
<path class="path1" d="M31.54 0l1.05 3.06 3.385-.01-2.735 1.897 1.05 3.042-2.748-1.886-2.738 1.886 1.044-3.05-2.745-1.897h3.393zm13.97 3.019L46.555 6.4l3.384.01-2.743 2.101 1.048 3.387-2.752-2.1-2.752 2.1 1.054-3.382-2.745-2.105h3.385zm9.998 10.056l1.039 3.382h3.38l-2.751 2.1 1.05 3.382-2.744-2.091-2.743 2.091 1.054-3.381-2.754-2.1h3.385zM58.58 27.1l1.04 3.372h3.379l-2.752 2.096 1.05 3.387-2.744-2.091-2.75 2.092 1.054-3.387-2.747-2.097h3.376zm-3.076 14.02l1.044 3.364h3.385l-2.743 2.09 1.05 3.392-2.744-2.097-2.743 2.097 1.052-3.377-2.752-2.117 3.385-.01zm-9.985 9.91l1.045 3.364h3.393l-2.752 2.09 1.05 3.393-2.745-2.097-2.743 2.097 1.05-3.383-2.751-2.1 3.384-.01zM31.45 55.01l1.044 3.043 3.393-.008-2.752 1.9L34.19 63l-2.744-1.895-2.748 1.891 1.054-3.05-2.743-1.9h3.384zm-13.934-3.98l1.036 3.364h3.402l-2.752 2.09 1.053 3.393-2.747-2.097-2.752 2.097 1.053-3.382-2.743-2.1 3.384-.01zm-9.981-9.91l1.045 3.364h3.398l-2.748 2.09 1.05 3.392-2.753-2.1-2.752 2.096 1.053-3.382-2.743-2.102 3.384-.009zM4.466 27.1l1.038 3.372H8.88l-2.752 2.097 1.053 3.387-2.743-2.09-2.748 2.09 1.053-3.387L0 30.472h3.385zm3.069-14.025l1.045 3.382h3.395L9.23 18.56l1.05 3.381-2.752-2.09-2.752 2.09 1.053-3.381-2.744-2.1h3.384zm9.99-10.056L18.57 6.4l3.393.01-2.743 2.1 1.05 3.373-2.754-2.092-2.751 2.092 1.053-3.382-2.744-2.1h3.384zm24.938 19.394l-10-4.22a2.48 2.48 0 00-1.921 0l-10 4.22A2.529 2.529 0 0019 24.75c0 10.47 5.964 17.705 11.537 20.057a2.48 2.48 0 001.921 0C36.921 42.924 44 36.421 44 24.75a2.532 2.532 0 00-1.537-2.336zm-2.46 6.023l-9.583 9.705a.83.83 0 01-1.177 0l-5.416-5.485a.855.855 0 010-1.192l1.177-1.192a.83.83 0 011.177 0l3.65 3.697 7.819-7.916a.83.83 0 011.177 0l1.177 1.191a.843.843 0 010 1.192z"
fill="#0092FF"></path>
</symbol>
</defs>
</svg>
<svg class="svgIcon-sphere" style="width:63px; height:63px;">
<use xlink:href="#svgIcon-sphere"></use>
</svg>
</div>
<p style="font-size:14px; text-align:left; font-family:Helvetica, sans-serif; color:#687484; background-color:transparent;">
We use Sendinblue as our marketing platform. By Clicking below to submit this form, you acknowledge that the information you provided will be transferred to Sendinblue for processing in accordance with their
<a target="_blank" class="clickable_link"
href="https://www.sendinblue.com/legal/termsofuse/">terms of use</a>
</p>
</div>
</div>
<div style="padding: 8px 0;">
<div class="sib-form-block" style="text-align: left">
<button class="sib-form-block__button sib-form-block__button-with-loader" style="font-size:16px; text-align:left; font-weight:700; font-family:Helvetica, sans-serif; color:#FFFFFF; background-color:#70db7e; border-radius:3px; border-width:0px;"
form="sib-form" type="submit">
<svg class="icon clickable__icon progress-indicator__icon sib-hide-loader-icon" viewBox="0 0 512 512">
<path d="M460.116 373.846l-20.823-12.022c-5.541-3.199-7.54-10.159-4.663-15.874 30.137-59.886 28.343-131.652-5.386-189.946-33.641-58.394-94.896-95.833-161.827-99.676C261.028 55.961 256 50.751 256 44.352V20.309c0-6.904 5.808-12.337 12.703-11.982 83.556 4.306 160.163 50.864 202.11 123.677 42.063 72.696 44.079 162.316 6.031 236.832-3.14 6.148-10.75 8.461-16.728 5.01z"
/>
</svg>
SUBSCRIBE
</button>
</div>
</div>
<input type="text" name="email_address_check" value="" class="input--hidden">
<input type="hidden" name="locale" value="en">
</form>
</div>
</div>
</div>
<!-- END - We recommend to place the below code where you want the form in your website html -->
<!-- START - We recommend to place the below code in footer or bottom of your website html -->
<script>
window.REQUIRED_CODE_ERROR_MESSAGE = 'Please choose a country code';
window.EMAIL_INVALID_MESSAGE = window.SMS_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again.";
window.REQUIRED_ERROR_MESSAGE = "This field cannot be left blank. ";
window.GENERIC_INVALID_MESSAGE = "The information provided is invalid. Please review the field format and try again.";
window.translation = {
common: {
selectedList: '{quantity} list selected',
selectedLists: '{quantity} lists selected'
}
};
var AUTOHIDE = Boolean(0);
</script>
<script src="https://sibforms.com/forms/end-form/build/main.js">
</script>
<!-- END - We recommend to place the above code in footer or bottom of your website html -->
<!-- End Sendinblue Form -->
<div id="contact" class="container">
<h2 class="text-center projects-header">
<m>Contact Me:</m>
</h2>
<div class="contact-links">
<h2 class="text-center projects-header">
<a href='mailto:[email protected]' target="blank">Email</a>
</h2>
<h2 class="text-center projects-header">
<a href='https://www.facebook.com/godwin.jemegah/' target="blank">FaceBook</a>
</h2>
<h2 class="text-center projects-header">
<a href='https://twitter.com/web_n3rd' target="blank">Twitter</a>
</h2>
<h2 class="text-center projects-header">
<a href="https://www.buymeacoffee.com/Godwinjemegah" target="_blank">Buy Me A Cofee</a>
<!-- <a class="dbox-donation-button" href="https://donorbox.org/buy-me-a-cofee">Donate</a> -->
</h2>
<div class="footer-credits"> Made With <i class="lni lni-heart-filled animated pulse infinite"></i> By Godwin Jemegah</div>
</div>
</div>
</body>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.sticky.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/aos.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "WebSite",
"name": "N3rd",
"url": "https://n3-rd.github.io/",
}
</script>
<script src="assets/js/main.js"></script>
</html>