-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
489 lines (479 loc) · 27 KB
/
index.html
File metadata and controls
489 lines (479 loc) · 27 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="google-site-verification" content="6mabndIv5_v39W6jOuQVYEFdG-L9xoDCoFis2n765PQ" />
<link rel="shortcut icon" href="assets/img/favicon.ico" />
<link rel="apple-touch-icon" sizes="76x76" href="assets/img/apple-touch-icon.png" />
<link rel="stylesheet" href="assets/vendor/@fortawesome/fontawesome-free/css/all.min.css" />
<link href="assets/styles/tailwind.css" type="text/css" rel="stylesheet" />
<link href="assets/styles/custom.css" type="text/css" rel="stylesheet" />
<title>knztnt Solutions</title>
<script id="mcjs">!function(c,h,i,m,p){m=c.createElement(h),p=c.getElementsByTagName(h)[0],m.async=1,m.src=i,p.parentNode.insertBefore(m,p)}(document,"script","https://chimpstatic.com/mcjs-connected/js/users/e332b56c30d24b06f929611ef/dc36989946fd243b5ffd998da.js");</script>
</head>
<body class="text-gray-800 antialiased font-sans">
<!-- navbar -->
<nav class="top-0 absolute z-50 w-full flex flex-wrap items-center justify-between px-2 py-3 navbar-expand-lg">
<div class="container px-4 mx-auto flex flex-wrap items-center justify-between">
<div class="w-full relative flex justify-between lg:w-auto lg:static lg:block lg:justify-start">
<a class="text-lg font-bold leading-relaxed inline-block mr-4 py-2 whitespace-no-wrap text-white" href="../index.html">knztnt SOLUTIONS</a><button
class="cursor-pointer text-xl leading-none px-3 py-1 border border-solid border-transparent rounded bg-transparent block lg:hidden outline-none focus:outline-none" type="button" onclick="toggleNavbar('example-collapse-navbar')">
<i class="text-white fas fa-bars"></i>
</button>
</div>
<div class="lg:flex flex-grow items-center bg-white lg:bg-transparent lg:shadow-none hidden" id="example-collapse-navbar">
<ul class="flex flex-col lg:flex-row list-none lg:ml-auto">
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold" href="#" target="_blank"><i class="text-green-400 fab fa-facebook text-lg leading-lg"></i><span
class="lg:hidden inline-block ml-2">Share</span></a>
</li>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold" href="#" target="_blank"><i class="text-green-400 fab fa-twitter text-lg leading-lg"></i><span
class="lg:hidden inline-block ml-2">Tweet</span></a>
</li>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold" href="#" target="_blank"><i class="text-green-400 fab fa-instagram text-lg leading-lg"></i><span
class="lg:hidden inline-block ml-2">Follow</span></a>
</li>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold" href="https://github.com/knztnt" target="_blank"><i
class="text-green-400 fab fa-github text-lg leading-lg"></i><span class="lg:hidden inline-block ml-2">Star</span></a>
</li>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold" href="#" target="_blank"><i class="text-green-400 fab fa-linkedin text-lg leading-lg"></i><span
class="lg:hidden inline-block ml-2">Connect</span></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- main -->
<main>
<!-- hero -->
<div class="relative pt-16 pb-32 flex content-center items-center justify-center" style="min-height: 80vh">
<div class="absolute top-0 w-full h-full bg-center bg-cover" style="
background-image: url('https://images.pexels.com/photos/3184357/pexels-photo-3184357.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
">
<span id="blackOverlay" class="w-full h-full absolute opacity-75 bg-black"></span>
</div>
<div class="container relative mx-auto">
<div class="items-center flex flex-wrap">
<div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
<div class="p-8">
<div class="flex justify-center">
<img src="assets/img/logo.png" class="rotate-vert-center" width="60" height="135" loading="lazy" alt="knztnt Solutions logo" />
</div>
<h1 class="text-white font-semibold text-5xl">
We Keep <span class="text-green-500">You on Top</span>
</h1>
<p class="mt-4 text-lg text-green-200">
We are a Dynamic team with Constant solutions.
</p>
<p class="mt-4 text-lg text-gray-300">
Our vision is to enhance your goals, keep you on top of
emerging trends, and increase the efficiencies that grow your
business.
</p>
</div>
</div>
</div>
</div>
<div class="top-auto bottom-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden h-70-px" style="transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-300 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
</div>
<!-- features -->
<section class="pb-20 bg-gray-300 -mt-24">
<div class="container mx-auto px-4">
<div class="flex flex-wrap">
<div class="lg:pt-12 pt-6 w-full md:w-4/12 px-4 text-center">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg">
<div class="px-4 py-5 flex-auto">
<div class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-red-400">
<i class="fas fa-mobile-alt"></i>
</div>
<h6 class="text-xl font-semibold">Mobile App Development</h6>
<p class="mt-2 mb-4 text-gray-600">
Exeptional, performance optimized Android and iOS mobile app development to thrive in smart world.
</p>
</div>
</div>
</div>
<div class="w-full md:w-4/12 px-4 text-center">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg">
<div class="px-4 py-5 flex-auto">
<div class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-blue-400">
<i class="fas fa-desktop"></i>
</div>
<h6 class="text-xl font-semibold">Web Development</h6>
<p class="mt-2 mb-4 text-gray-600">
From the simplest one-page websites to complex web applications, focused on simplicity, user friedliness, security and performance.
</p>
</div>
</div>
</div>
<div class="pt-6 w-full md:w-4/12 px-4 text-center">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-8 shadow-lg rounded-lg">
<div class="px-4 py-5 flex-auto">
<div class="text-white p-3 text-center inline-flex items-center justify-center w-12 h-12 mb-5 shadow-lg rounded-full bg-green-400">
<i class="fas fa-shapes"></i>
</div>
<h6 class="text-xl font-semibold">UI/UX</h6>
<p class="mt-2 mb-4 text-gray-600">
User interfaces design and engineering to enhance a top-notch user experience from the mobile apps and websites.
</p>
</div>
</div>
</div>
</div>
<div class="flex flex-wrap items-center mt-32">
<div class="w-full md:w-5/12 px-4 mr-auto ml-auto">
<div class="text-green-600 p-3 text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-gray-100">
<i class="fas fa-coins text-xl"></i>
</div>
<h3 class="text-3xl mb-2 font-semibold leading-normal">
Add Value to Your Perspective
</h3>
<p class="text-lg font-light leading-relaxed mt-0 mb-4 text-gray-700">
We provide all the services and help you need to build your
dreamy website or your mobile application. At knztnt Solutions,
we always try to give the best value for your requirements.
</p>
<a href="../index.html" class="font-bold text-gray-800 mt-8">Check Our Portfolio!</a>
</div>
<div class="w-full md:w-4/12 px-4 mr-auto ml-auto">
<div class="relative flex flex-col min-w-0 break-words bg-white w-full mb-6 shadow-lg rounded-lg bg-green-600">
<img alt="knztnt Solutions Customer First Services" src="https://images.pexels.com/photos/3182759/pexels-photo-3182759.jpeg?cs=srgb&dl=pexels-fauxels-3182759.jpg&fm=jpg" class="w-full align-middle rounded-t-lg" />
<blockquote class="relative p-8 mb-4">
<h4 class="text-xl font-bold text-white">
Customer First Services
</h4>
<p class="text-md font-light mt-2 text-white">
At knztnt, we want to be your most valued and trusted
development partner. We aim to exceed your expectations and
deliver solutions as ordered.
</p>
</blockquote>
</div>
</div>
</div>
</div>
</section>
<section class="relative py-10">
<h5 class="invisible">Our Services</h5>
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20 h-20" style="transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-white fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
</section>
<!-- team -->
<section class="pb-48">
<div class="container mx-auto px-4">
<div class="flex flex-wrap justify-center text-center mb-24">
<div class="w-full lg:w-6/12 px-4">
<h2 class="text-4xl font-semibold">Meet our Team</h2>
<p class="text-lg leading-relaxed m-4 text-gray-600">
We are specialized and qualified in software and application
development over years of experience and learning.
</p>
</div>
</div>
<div class="flex flex-wrap">
<div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
<div class="px-6">
<img alt="..." src="../assets/img/path2896.png" class="shadow-lg rounded-full mx-auto max-w-120-px" />
<div class="pt-6 text-center">
<h5 class="text-xl font-bold">Dhammike Piyumal</h5>
<!-- <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
Web Developer
</p> -->
<div class="mt-6">
<button class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-linkedin"></i>
</button>
<button class="bg-gray-900 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-github"></i>
</button>
<button class="bg-orange-500 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fas fa-code"></i>
</button>
</div>
</div>
</div>
</div>
<div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
<div class="px-6">
<img alt="..." src="../assets/img/path3054.png" class="shadow-lg rounded-full mx-auto max-w-120-px" />
<div class="pt-6 text-center">
<h5 class="text-xl font-bold">Chamin Jayasooriya</h5>
<!-- <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
Marketing Specialist
</p> -->
<div class="mt-6">
<button class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-linkedin"></i>
</button>
<button class="bg-gray-900 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-github"></i>
</button>
<button class="bg-orange-500 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fas fa-code"></i>
</button>
</div>
</div>
</div>
</div>
<div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
<div class="px-6">
<img alt="..." src="../assets/img/path3002.png" class="shadow-lg rounded-full mx-auto max-w-120-px" />
<div class="pt-6 text-center">
<h5 class="text-xl font-bold">Anandi Karunaratne</h5>
<!-- <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
UI/UX Designer
</p> -->
<div class="mt-6">
<button class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-linkedin"></i>
</button>
<button class="bg-gray-900 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-github"></i>
</button>
<button class="bg-orange-500 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fas fa-code"></i>
</button>
</div>
</div>
</div>
</div>
<div class="w-full md:w-6/12 lg:w-3/12 lg:mb-0 mb-12 px-4">
<div class="px-6">
<img alt="..." src="../assets/img/path2958.png" class="shadow-lg rounded-full mx-auto max-w-120-px" />
<div class="pt-6 text-center">
<h5 class="text-xl font-bold">Sahanaka Weraniyagoda</h5>
<!-- <p class="mt-1 text-sm text-gray-500 uppercase font-semibold">
Founder and CEO
</p> -->
<div class="mt-6">
<button class="bg-blue-600 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-linkedin"></i>
</button>
<button class="bg-gray-900 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fab fa-github"></i>
</button>
<button class="bg-orange-500 text-white w-8 h-8 rounded-full outline-none focus:outline-none mr-1 mb-1" onclick="location.href='http://www.example.com'" type="button">
<i class="fas fa-code"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- contact -->
<section class="pb-20 relative block bg-teal-900">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20 h-20" style="transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-teal-900 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<div class="container mx-auto px-4 lg:pt-24 lg:pb-64">
<div class="flex flex-wrap text-center justify-center">
<div class="w-full lg:w-6/12 px-4">
<h2 class="text-4xl font-semibold text-white">Contact Us</h2>
<p class="text-lg leading-relaxed mt-4 mb-4 text-gray-300">
Please do not hesitate to contact us for any inquiry. We are here to build your next amazing project.
</p>
</div>
</div>
<div class="flex flex-wrap my-3 justify-center">
<div class="w-full lg:w-3/12 px-4 py-2 text-center">
<div class="text-gray-900 p-3 w-12 h-12 shadow-lg rounded-full bg-white inline-flex items-center justify-center">
<i class="fas fa-medal text-xl"></i>
</div>
<h6 class="text-xl mt-5 font-semibold text-white">
Exceptional Services
</h6>
<!-- <p class="mt-2 mb-4 text-gray-500">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p> -->
</div>
<div class="w-full lg:w-3/12 px-4 py-2 text-center">
<div class="text-gray-900 p-3 w-12 h-12 shadow-lg rounded-full bg-white inline-flex items-center justify-center">
<i class="fas fa-poll text-xl"></i>
</div>
<h5 class="text-xl mt-5 font-semibold text-white">
Grow Your Market
</h5>
<!-- <p class="mt-2 mb-4 text-gray-500">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p> -->
</div>
<div class="w-full lg:w-3/12 px-4 py-2 text-center">
<div class="text-gray-900 p-3 w-12 h-12 shadow-lg rounded-full bg-white inline-flex items-center justify-center">
<i class="fas fa-retweet text-xl"></i>
</div>
<h5 class="text-xl mt-5 font-semibold text-white">Agile Development</h5>
<!-- <p class="mt-2 mb-4 text-gray-500">
Some quick example text to build on the card title and make up
the bulk of the card's content.
</p> -->
</div>
</div>
</div>
</section>
<!-- contact form -->
<section class="relative block py-24 lg:pt-0 bg-teal-900">
<div class="container mx-auto px-4 mt-5">
<div class="flex flex-wrap justify-center lg:-mt-64 -mt-48">
<div class="w-full lg:w-6/12 px-4">
<div class="relative flex flex-col min-w-0 break-words w-full mb-6 shadow-lg rounded-lg bg-gray-300">
<div class="flex-auto p-5 lg:p-10">
<h4 class="text-2xl font-semibold">Contact us</h4>
<p class="leading-relaxed mt-1 mb-4 text-gray-600">
Complete this form and we will get back to you in 24 hours.
</p>
<form name="contact" method="post">
<div class="relative w-full mb-3 mt-8">
<label class="block uppercase text-gray-700 text-xs font-bold mb-2" for="full-name">Name</label>
<input id="full-name" type="text" class="px-3 py-3 placeholder-gray-400 text-gray-700 bg-white rounded text-sm shadow focus:outline-none focus:shadow-outline w-full ease-linear transition-all duration-150" name="name"
placeholder="Full Name" />
</div>
<div class="relative w-full mb-3">
<label class="block uppercase text-gray-700 text-xs font-bold mb-2" for="email">Email</label><input id="email" type="email"
class="px-3 py-3 placeholder-gray-400 text-gray-700 bg-white rounded text-sm shadow focus:outline-none focus:shadow-outline w-full ease-linear transition-all duration-150" name="email" placeholder="Email" />
</div>
<div class="relative w-full mb-3">
<label class="block uppercase text-gray-700 text-xs font-bold mb-2" for="message">Message</label><textarea id="message" rows="4" cols="80"
class="px-3 py-3 placeholder-gray-400 text-gray-700 bg-white rounded text-sm shadow focus:outline-none focus:shadow-outline w-full" name="message" placeholder="Type a message..."></textarea>
</div>
<div class="text-center mt-6">
<button class="bg-teal-900 text-white active:bg-gray-700 text-sm font-bold uppercase px-6 py-3 rounded shadow hover:shadow-lg outline-none focus:outline-none mr-1 mb-1 ease-linear transition-all duration-150" type="submit" name="send">
Send Message
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="relative bg-gray-300 pt-8 pb-6">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20 h-20" style="transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none" version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-300 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<div class="container mx-auto px-4">
<div class="flex flex-wrap text-center lg:text-left">
<div class="w-full lg:w-5/12 px-4">
<h4 class="text-3xl font-semibold">Let's keep in touch!</h4>
<h5 class="text-lg mt-0 mb-2 text-gray-700">
Find us on any of these platforms, keep in touch with us.
</h5>
<div class="mt-6 lg:mb-0 mb-6">
<button class="bg-white text-blue-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2" type="button">
<i class="fab fa-twitter"></i></button><button class="bg-white text-blue-600 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2" type="button">
<i class="fab fa-facebook-square"></i></button><button class="bg-white text-gray-900 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2" type="button">
<i class="fab fa-github"></i>
</button>
</div>
</div>
<div class="w-full lg:w-3/12 px-4">
<img src="assets/img/logo-horizontal.png" loading="lazy" alt="knztnt Solutions logo" />
</div>
<div class="w-full lg:w-4/12 px-4">
<div class="flex flex-wrap items-top mb-6">
<div class="w-full lg:w-4/12 px-4 ml-auto">
<span class="block uppercase text-gray-600 text-sm font-semibold mb-2">Useful Links</span>
<ul class="list-unstyled">
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm" href="#">Portfolio</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm" href="#">Blog</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm" href="https://www.github.com/knztnt">Github</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<hr class="my-6 border-gray-400" />
<div class="flex flex-wrap items-center md:justify-between justify-center">
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
<div class="text-sm text-gray-600 font-semibold py-1">
Copyright © <span id="get-current-year"></span> knztnt SOLUTIONS.
</div>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/@popperjs/core@2/dist/umd/popper.js"></script>
<script>
/* Make dynamic date appear */
(function() {
if (document.getElementById("get-current-year")) {
document.getElementById(
"get-current-year"
).innerHTML = new Date().getFullYear();
}
})();
/* Function for opning navbar on mobile */
function toggleNavbar(collapseID) {
document.getElementById(collapseID).classList.toggle("hidden");
document.getElementById(collapseID).classList.toggle("block");
}
/* Function for dropdowns */
function openDropdown(event, dropdownID) {
let element = event.target;
while (element.nodeName !== "A") {
element = element.parentNode;
}
Popper.createPopper(element, document.getElementById(dropdownID), {
placement: "bottom-start",
});
document.getElementById(dropdownID).classList.toggle("hidden");
document.getElementById(dropdownID).classList.toggle("block");
}
/* contact form */
var form = document.forms["contact"];
form.addEventListener('submit', contact_submit, false);
function contact_submit(e) {
console.log('hello');
// Stop Form From Submitting
e.preventDefault();
// Set Initial Variables
var target = e.target || e.srcElement;
var to = 'contact.knztnt@gmail.com';
var uri = 'mailto:' + to;
var body = '';
// Set Form Values to Variables
var name = target.elements['name'].value;
var subject = 'Message from ' + target.elements['name'].value;
var email = target.elements['email'].value;
var message = target.elements['message'].value;
// Build Body / Message with all Input Fields
body += message + "\r\n\r\n";
body += "Name: " + name + "\r\n";
body += "Email: " + email + "\r\n";
// Build final Mailto URI
uri += '?subject=' + encodeURIComponent(subject);
uri += '&body=' + encodeURIComponent(body);
// Open Mailto in New Window / Tab
window.open(uri, '_self');
}
</script>
</body>
</html>