-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
706 lines (660 loc) · 29.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
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
<!DOCTYPE html>
<html lang="en">
<head>
<!-- metadata -->
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="A 15 yrs old Sri Lankan student who currently learning Web Development.having over 3years of experience With Programming.🙂"
/>
<meta
name="keywords"
content="Binuka Dasunpriya, Binuka Dasunpriya Senadheera, binukads.me, BinukaDs, Binuka, student web developer, web developer, R/sri buddha jayanthi central college, buddha jayanthi central college, BinukaDs github, youngest web developer, web development, simple portfolio, simple portfolio designs"
/>
<!--title-->
<title>Binuka Dasunpriya (BinukaDs)</title>
<!--Favicon-->
<link rel="icon" href="Assets/img/avatar.webp" />
<link rel="apple-touch-icon" href="Assets/img/avatar.webp" />
<!-- stylesheets -->
<link rel="stylesheet" href="css/output.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<script type="module" src="src/js/modules.js"></script>
<!-- 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=Sen&display=swap"
rel="stylesheet"
/>
</head>
<body class="bg-bg container items-center mx-auto">
<nav
class="container flex self-center fixed top-0 px-2 sm:px-4 py-2.5 bg-transparent backdrop-blur-sm"
>
<div
class="container flex flex-wrap justify-between items-center mx-auto"
>
<a href="#" class="flex items-center">
<h2
class="text-white text-lg font-bold transition hover:text-highlight"
>
BinukaDs
</h2>
</a>
<button
type="button"
onclick="toggle()"
class="inline-flex items-center p-2 ml-5 text-sm text-gray-500 transition rounded-lg md:hidden hover:bg-gray-100 focus:outline-none active:bg-bgColor focus:ring-2 focus:ring-highlight focus:bg-hover dark:text-gray-400"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-6 h-6"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M3 5a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 10a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zM3 15a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd"
></path>
</svg>
<svg
class="hidden w-6 h-6"
fill="currentColor"
viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg"
>
<path
fill-rule="evenodd"
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
clip-rule="evenodd"
></path>
</svg>
</button>
<div
class="hidden mobile-menu space-x-8 w-full justify-between md:w-auto"
>
<ul class="backdrop-blur-sm mt-4">
<li>
<a data-scroll href="/index.html" class="nav" aria-current="page"
>Home</a
>
</li>
<li>
<a
data-scroll
href="/index.html#about"
class="nav"
aria-current="page"
>About</a
>
</li>
<li>
<a
data-scroll
href="/index.html#projects"
class="nav"
aria-current="page"
>Projects</a
>
</li>
<li>
<a
data-scroll
href="/index.html#contact"
class="nav"
aria-current="page"
>Contact</a
>
</li>
</ul>
</div>
<div
class="hidden space-x-8 w-full justify-between md:flex md:w-auto"
id="nav"
>
<ul
class="flex flex-col mt-4 md:flex-row md:space-x-10 md:mt-0 md:text-sm md:font-medium"
>
<li>
<a data-scroll href="#" class="nav" aria-current="page">Home</a>
</li>
<li>
<a data-scroll href="#about" class="nav" aria-current="page"
>About</a
>
</li>
<li>
<a data-scroll href="#projects" class="nav" aria-current="page"
>Projects</a
>
</li>
<li>
<a data-scroll href="#contact" class="nav" aria-current="page"
>Contact</a
>
</li>
</ul>
</div>
</div>
</nav>
<section id="intro">
<div
class="container md:flex mt-32 md:mt-0 mx-auto md:h-screen mb-12 justify-center place-items-center md:grid-cols-2 gap-12"
>
<div class="mt-12 md:mt-0 md:hidden flex self-center justify-center">
<img
src="Assets/img/avatar.webp"
cls
alt="Binuka's 3D Avatar"
class="rounded-full as animate__animated s_animate__fadeInDown"
width="200px"
/>
</div>
<div
class="self-center mt-5 text-center md:text-left as animate__animated s_animate__fadeIn"
>
<h3 class="text-white text-4xl font-bold">
<span class="text-highlight text-5xl">Howdy!</span> I'm Binuka.
</h3>
<h4 class="text-white mt-2">
Web Developer | Young Innovator | 16 years old web dev | student
</h4>
<h4 class="text-gray-400 mt-5">
Building Webistes, innovating new things, Learning new things & stay
creative.
</h4>
<a
class="inline-block rounded-xl justify-center bg-hover text-white text-center p-3 mt-3 hover:ring outline-none hover:ring-highlight text-base transition active:bg-gray-600 cursor-pointer as animate__animated s_animate__fadeInUp"
data-scroll
href="#about"
>Read About me</a
>
</div>
<div class="mt-5 md:mt-0 md:block hidden flex self-center justify-center">
<img
src="Assets/img/avatar.webp"
cls
alt="Binuka's 3D Avatar"
class="rounded-full as animate__animated s_animate__fadeInDown"
width="200px"
/>
</div>
</div>
</section>
<section id="about">
<h1 class="topic">About<br /><span>Simply Know About Me ;)</span></h1>
<div
class="container block mx-auto md:grid md:h-screen mb-12 justify-center place-items-center md:grid-cols-2"
>
<div class="md:block flex self-center justify-center basis-2/6">
<img
src="Assets/img/profile.webp"
alt="Binuka Dasunpriya"
class="rounded-3xl self-center h-32 md:h-72 justify-center object-cover"
/>
</div>
<div class="mx-auto self-center text-center md:text-left basis-8/12">
<form class="text-white text-lg">
<p class="text-highlight mt-2">
Name: <span class="text-white">Binuka Dasunpriya</span>
</p>
<p class="text-highlight mt-2">
NickName: <span class="text-white">BinukaDs</span>
</p>
<p class="text-highlight mt-2">
Age: <span class="text-white">16</span>
</p>
<p class="text-highlight mt-2">
school:
<a
href="http://www.bjc.sch.lk/"
class="text-white transition underline hover:text-highlight mt-2"
>R/Sri Buddha jayanthi central college</a
>
</p>
<p class="text-highlight mt-2">
HomeTown: <span class="text-white">Balangoda</span>
</p>
<p class="text-highlight mt-2">
Skills:
<span class="text-white"
>Coding | Web development | electronics
</span>
</p>
<p class="text-highlight mt-2">
Projects Done: <span class="text-white">55+</span>
</p>
<p class="text-highlight mt-2">
Languages & Technologies:
<span class="text-white"
>TypeScript | NextJs | ReactJs | Javascript | Html
</span>
</p>
</form>
</div>
</div>
</section>
<section id="skills">
<h1 class="topic">Skills<br /><span>Things I know & can :)</span></h1>
<div
class="container block md:flex md:flex-row md:h-screen mb-12 justify-center gap-12"
>
<div class="self-center mx-auto md:basis-2/3">
<form class="block">
<h3 class="text-white">Arduino & NodeMcu</h3>
<div class="self-center justify-center bg-gray-500 rounded-lg">
<div
class="bg-hover text-xs font-medium text-white text-center p-0.5 leading-none rounded-lg"
style="width: 100%"
>
100%
</div>
</div>
<h3 class="text-white mt-5">Web Development</h3>
<div class="self-center justify-center bg-gray-500 rounded-lg">
<div
class="bg-hover text-xs font-medium text-white text-center p-0.5 leading-none rounded-lg"
style="width: 80%"
>
80%
</div>
</div>
<h3 class="text-white mt-5">NextJs</h3>
<div class="self-center justify-center bg-gray-500 rounded-lg">
<div
class="bg-hover text-xs font-medium text-white text-center p-0.5 leading-none rounded-lg"
style="width: 80%"
>
80%
</div>
</div>
<h3 class="text-white mt-5">ReactJs</h3>
<div class="self-center justify-center bg-gray-500 rounded-lg">
<div
class="bg-hover text-xs font-medium text-white text-center p-0.5 leading-none rounded-lg"
style="width: 90%"
>
90%
</div>
</div>
<h3 class="text-white mt-5">TypeScript</h3>
<div class="self-center justify-center bg-gray-500 rounded-lg">
<div
class="bg-hover text-xs font-medium text-white text-center p-0.5 leading-none rounded-lg"
style="width: 70%"
>
70%
</div>
</div>
<h3 class="text-white mt-5">Python</h3>
<div class="self-center justify-center bg-gray-500 rounded-lg">
<div
class="bg-hover text-xs font-medium text-white text-center p-0.5 leading-none rounded-lg"
style="width: 50%"
>
50%
</div>
</div>
</form>
</div>
<div class="mx-auto self-center text-center md:text-left md:basis-1/3">
<p class="text-white mt-5">
I'm Currently taking a break Until May, and building a blog, I am a
16 yrs old student right Now.
</p>
</div>
</div>
</section>
<section id="projects">
<h1 class="topic">Projects<br /><span>Somethings I did :0</span></h1>
<div
class="container block mx-auto md:flex md:h-screen mb-12 justify-center place-items-center md:grid-cols-2"
>
<div class="md:flex block self-center mx-auto justify-center container">
<div
class="w-95% mt-5 mb-5 mx-3 md:border-none md:bg-bgColor rounded-lg md:shadow-md"
>
<img
class="rounded-t-lg"
src="Assets/img/projects/SOC.webp"
alt="TravelLk Blog"
/>
<div class="p-5">
<a href="projects/soc.html">
<h5
class="mb-2 text-2xl font-semibold tracking-tight text-gray-900 dark:text-white"
>
Social Distance Reminder
</h5>
</a>
<p class="mb-3 font-normal text-gray-700 dark:text-gray-400">
The SOCIAL DISTANCE REMINDER is a device designed that created
by me to reduce the risk of contracting diseases such as
COVID-19 through crowds.
</p>
<a
class="block mt-auto rounded-md justify-center bg-hover text-white text-center p-2 hover:ring outline-none hover:ring-highlight text-base transition active:bg-gray-600 cursor-pointer"
href="projects/soc.html"
>Read more..</a
>
</div>
</div>
<div
class="w-95% mt-5 mb-5 mx-3 md:border-none md:bg-bgColor rounded-lg md:shadow-md"
>
<img
class="rounded-t-lg"
src="Assets/img/projects/blog.png"
alt="Linktree websites for everyone"
/>
<div class="p-5">
<a href="projects/custom_links.html">
<h5
class="mb-2 text-2xl font-semibold tracking-tight text-gray-900 dark:text-white"
>
blog.binukads.me
</h5>
</a>
<p class="mb-3 font-normal text-gray-700 dark:text-gray-400">
blog.binukads.me is a blog about programming & tech.& this blog contains Tutorials, Programming & coding problems & more.This website is currently under development.
</p>
<a
class="block mt-auto rounded-md justify-center bg-hover text-white text-center p-2 hover:ring outline-none hover:ring-highlight text-base transition active:bg-gray-600 cursor-pointer"
href="projects/blog.html"
>Read more..</a
>
</div>
</div>
<div
class="w-95% mt-5 mb-5 mx-3 md:border-none md:bg-bgColor rounded-lg md:shadow-md"
>
<img
class="rounded-t-lg"
src="Assets/img/projects/TravelLk.webp"
alt="TravelLk Blog"
/>
<div class="p-5">
<a href="projects/travellk.html">
<h5
class="mb-2 text-2xl font-semibold tracking-tight text-gray-900 dark:text-white"
>
TravelLk Blog
</h5>
</a>
<p class="mb-3 font-normal text-gray-700 dark:text-gray-400">
TravelLk is another website of mine.This is a Travel website
that contains blogs about travelling places in sri lanka. This
website is currently under development.
</p>
<a
class="block mt-auto rounded-md justify-center bg-hover text-white text-center p-2 hover:ring outline-none hover:ring-highlight text-base transition active:bg-gray-600 cursor-pointer"
href="projects/travellk.html"
>Read more..</a
>
</div>
</div>
</div>
</div>
</section>
<!--<div class="flex m-auto justify-center container">
<div class="max-w-sm mx-3 bg-gray-800 rounded-lg shadow-md">
<a href="#">
<img
class="rounded-t-lg"
src="Assets/img/projects/custom link website.webp"
alt="Linktree websites for everyone"
/>
</a>
<div class="p-5">
<a href="#">
<h5
class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
>
Linktree websites for everyone
</h5>
</a>
<p class="mb-3 font-normal text-gray-700 dark:text-gray-400">
Custom Linktree website template that I created for anyone. By
using this template, Anyone can create own custom links website.
</p>
<a
class="block mt-5 rounded-md justify-center bg-gray-500 text-white text-center p-2 hover:ring outline-none hover:ring-white text-base transition active:bg-gray-600 cursor-pointer"
href="#About"
>Read more..</a
>
</div>
</div>
<div class="max-w-sm mx-3 bg-gray-800 rounded-lg shadow-md">
<a href="#">
<img
class="rounded-t-lg"
src="Assets/img/projects/Login.webp"
alt="Login SignUp pages"
/>
</a>
<div class="p-5">
<a href="#">
<h5
class="mb-2 text-2xl font-bold tracking-tight text-gray-900 dark:text-white"
>
Login-Signup pages
</h5>
</a>
<p class="mb-3 font-normal text-gray-700 dark:text-gray-400">
These are Login & Signup pages templates that I created. Anyone
can use these templates to any Login-signup websites.
</p>
<a
class="block rounded-md justify-center bg-gray-500 text-white text-center p-2 mt-5 hover:ring outline-none hover:ring-white text-base transition active:bg-gray-600 cursor-pointer"
href="#About"
>Read more..</a
>
</div>
</div>
</div>-->
<section id="contact">
<h1 class="topic">Contact<br /><span>Tell me your query ;)</span></h1>
<div
class="container block mx-auto md:grid md:h-screen mb-12 justify-center place-items-center md:grid-cols-2"
>
<div class="md:block self-center justify-center container basis-1/3">
<svg
xmlns="http://www.w3.org/2000/svg"
height="40"
width="40"
fill="#C1C6BE"
>
<path
d="M6.667 35V15L20.042 5L33.333 15V35H23.5V23.208H16.458V35ZM9.458 32.208H13.708V20.417H26.292V32.208H30.542V16.375L20.042 8.458L9.458 16.375ZM20 20.333Z"
/></svg
><br />
<h4 class="text-white">
No: 20, Pallekumbura Road <br />
<span class="text-highlight"> Balangoda, Sri Lanka | 70100. </span>
</h4>
<div class="flex flex-col mt-5">
<svg
xmlns="http://www.w3.org/2000/svg"
height="40"
width="40"
fill="#C1C6BE"
>
<path
d="M6.125 33.333Q5 33.333 4.167 32.5Q3.333 31.667 3.333 30.542V9.458Q3.333 8.333 4.167 7.5Q5 6.667 6.125 6.667H33.875Q35 6.667 35.833 7.5Q36.667 8.333 36.667 9.458V30.542Q36.667 31.667 35.833 32.5Q35 33.333 33.875 33.333ZM20 21.042 6.125 12.083V30.542Q6.125 30.542 6.125 30.542Q6.125 30.542 6.125 30.542H33.875Q33.875 30.542 33.875 30.542Q33.875 30.542 33.875 30.542V12.083ZM20 18.292 33.792 9.458H6.25ZM6.125 12.083V9.458V12.083V30.542Q6.125 30.542 6.125 30.542Q6.125 30.542 6.125 30.542Q6.125 30.542 6.125 30.542Q6.125 30.542 6.125 30.542Z"
/></svg
><br />
<h4 class="text-white">
hello@binukads.me <br />
<span class="text-highlight">Send a message anytime ;)</span>
</h4>
</div>
<div
id="socials"
class="flex m-auto justify-start mt-5 container as animate__animated s_animate__zoomIn"
>
<a href="https://binukads.github.io/" target="_blank">
<svg
class="transition"
x="0px"
y="0px"
width="28"
height="28"
style="fill: #C1C6BE"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 24 24"
>
<path
d="M8,12a1,1,0,0,0,1,1h6a1,1,0,0,0,0-2H9A1,1,0,0,0,8,12Zm2,3H7A3,3,0,0,1,7,9h3a1,1,0,0,0,0-2H7A5,5,0,0,0,7,17h3a1,1,0,0,0,0-2Zm7-8H14a1,1,0,0,0,0,2h3a3,3,0,0,1,0,6H14a1,1,0,0,0,0,2h3A5,5,0,0,0,17,7Z"
/></svg
></a>
<a href="https://github.com/BinukaDs" target="_blank">
<svg
class="mx-3 transition"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="28"
height="28"
viewBox="0 0 24 24"
style="fill: #C1C6BE"
>
<path
d="M10.9,2.1c-4.6,0.5-8.3,4.2-8.8,8.7c-0.5,4.7,2.2,8.9,6.3,10.5C8.7,21.4,9,21.2,9,20.8v-1.6c0,0-0.4,0.1-0.9,0.1 c-1.4,0-2-1.2-2.1-1.9c-0.1-0.4-0.3-0.7-0.6-1C5.1,16.3,5,16.3,5,16.2C5,16,5.3,16,5.4,16c0.6,0,1.1,0.7,1.3,1c0.5,0.8,1.1,1,1.4,1 c0.4,0,0.7-0.1,0.9-0.2c0.1-0.7,0.4-1.4,1-1.8c-2.3-0.5-4-1.8-4-4c0-1.1,0.5-2.2,1.2-3C7.1,8.8,7,8.3,7,7.6C7,7.2,7,6.6,7.3,6 c0,0,1.4,0,2.8,1.3C10.6,7.1,11.3,7,12,7s1.4,0.1,2,0.3C15.3,6,16.8,6,16.8,6C17,6.6,17,7.2,17,7.6c0,0.8-0.1,1.2-0.2,1.4 c0.7,0.8,1.2,1.8,1.2,3c0,2.2-1.7,3.5-4,4c0.6,0.5,1,1.4,1,2.3v2.6c0,0.3,0.3,0.6,0.7,0.5c3.7-1.5,6.3-5.1,6.3-9.3 C22,6.1,16.9,1.4,10.9,2.1z"
></path>
</svg>
</a>
<a href="https://bit.ly/BinukaDs" target="_blank">
<svg
class="transition"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="28"
height="28"
viewBox="0 0 24 24"
style="fill: #C1C6BE"
>
<path
d="M21.915,10.752L21.697,9h-4.393l2.974-2.974l-1.548-1.411C16.88,2.929,14.49,2,12,2C6.486,2,2,6.486,2,12s4.486,10,10,10 s10-4.486,10-10C22,11.61,21.973,11.214,21.915,10.752z M12,20c-4.418,0-8-3.582-8-8s3.582-8,8-8c2.076,0,3.96,0.797,5.382,2.093 l-2.134,2.134C14.372,7.473,13.247,7,12,7c-2.761,0-5,2.239-5,5s2.239,5,5,5c2.049,0,3.806-1.236,4.578-3H13v-3h6.931 C19.972,11.328,20,11.661,20,12C20,16.418,16.418,20,12,20z M11,9.171V11v3v0.829C9.836,14.416,9,13.304,9,12S9.836,9.584,11,9.171 z"
></path>
</svg>
</a>
<a
href="https://www.linkedin.com/in/binuka-dasunpriya-1bbbab237/"
target="_blank"
>
<svg
class="mx-3 transition"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="28"
height="28"
viewBox="0 0 24 24"
style="fill: #C1C6BE"
>
<path
d="M 5 3 C 3.895 3 3 3.895 3 5 L 3 19 C 3 20.105 3.895 21 5 21 L 19 21 C 20.105 21 21 20.105 21 19 L 21 5 C 21 3.895 20.105 3 19 3 L 5 3 z M 5 5 L 19 5 L 19 19 L 5 19 L 5 5 z M 7.7792969 6.3164062 C 6.9222969 6.3164062 6.4082031 6.8315781 6.4082031 7.5175781 C 6.4082031 8.2035781 6.9223594 8.7167969 7.6933594 8.7167969 C 8.5503594 8.7167969 9.0644531 8.2035781 9.0644531 7.5175781 C 9.0644531 6.8315781 8.5502969 6.3164062 7.7792969 6.3164062 z M 6.4765625 10 L 6.4765625 17 L 9 17 L 9 10 L 6.4765625 10 z M 11.082031 10 L 11.082031 17 L 13.605469 17 L 13.605469 13.173828 C 13.605469 12.034828 14.418109 11.871094 14.662109 11.871094 C 14.906109 11.871094 15.558594 12.115828 15.558594 13.173828 L 15.558594 17 L 18 17 L 18 13.173828 C 18 10.976828 17.023734 10 15.802734 10 C 14.581734 10 13.930469 10.406562 13.605469 10.976562 L 13.605469 10 L 11.082031 10 z"
></path>
</svg>
</a>
<a href="https://twitter.com/Binuka_Ds" target="_blank">
<svg
class="transition"
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="28"
height="28"
viewBox="0 0 48 48"
style="fill: #C1C6BE"
>
<path
d="M 32 6 C 26.568583 6 22.160643 10.388731 22.042969 15.792969 C 17.240727 15.216998 14.113589 13.421507 12.195312 11.652344 C 10.067982 9.6903754 9.3945312 7.9472656 9.3945312 7.9472656 A 1.50015 1.50015 0 0 0 6.8007812 7.5996094 C 6.8007812 7.5996094 5 10 5 13.5 C 5 15.500985 5.6317952 16.981554 6.3847656 18.236328 C 6.3570276 18.223338 6.1699219 18.158203 6.1699219 18.158203 A 1.50015 1.50015 0 0 0 4.0058594 19.636719 C 4.0058594 19.636719 4.5832039 23.856843 8.5507812 26.941406 L 8.1367188 27.044922 A 1.50015 1.50015 0 0 0 7.1972656 29.244141 C 7.1972656 29.244141 7.8700527 30.382221 9.2792969 31.580078 C 10.11485 32.290298 11.34227 33.023169 12.789062 33.701172 C 11.012271 34.35044 8.362818 35 4.5 35 A 1.50015 1.50015 0 0 0 3.3710938 37.488281 C 3.3710938 37.488281 4.5173251 38.751002 6.7832031 39.849609 C 9.0490812 40.948217 12.539474 42 17.5 42 C 26.219697 42 32.484656 37.817151 36.394531 32.515625 C 40.304407 27.214099 42 20.861111 42 16 C 42 15.691547 41.980739 15.387437 41.953125 15.085938 C 44.064371 13.051602 44.856626 11.522235 44.894531 11.447266 C 45.084531 11.066266 45.01375 10.608688 44.71875 10.304688 C 44.42475 9.9996875 43.969031 9.9137969 43.582031 10.091797 L 43.419922 10.166016 C 43.280922 10.230016 43.141953 10.294422 43.001953 10.357422 C 43.408953 9.7084219 43.730125 9.014875 43.953125 8.296875 C 44.077125 7.900875 43.943234 7.4669375 43.615234 7.2109375 C 43.287234 6.9549375 42.835469 6.9275312 42.480469 7.1445312 C 41.258221 7.8873594 40.086652 8.40739 38.867188 8.7558594 C 37.072578 7.0534724 34.656873 6 32 6 z M 32 9 C 35.883178 9 39 12.116822 39 16 C 39 20.138889 37.445593 26.035901 33.980469 30.734375 C 30.515344 35.432849 25.280303 39 17.5 39 C 13.7348 39 11.230189 38.318942 9.3535156 37.582031 C 11.319341 37.276755 13.011947 36.869367 14.228516 36.398438 C 16.338182 35.581792 17.476563 34.638672 17.476562 34.638672 A 1.50015 1.50015 0 0 0 16.863281 32.044922 C 14.140556 31.364241 12.394328 30.263307 11.298828 29.345703 L 12.863281 28.955078 A 1.50015 1.50015 0 0 0 13.039062 26.099609 C 9.7939415 24.851486 8.4312292 23.086373 7.734375 21.607422 C 8.5823538 21.782967 9.3718961 22 10.5 22 A 1.50015 1.50015 0 0 0 11.169922 19.158203 C 11.169922 19.158203 8 17.7 8 13.5 C 8 12.745947 8.2088435 12.268355 8.3613281 11.697266 C 8.884507 12.400354 9.3156815 13.07859 10.160156 13.857422 C 12.734824 16.231954 16.990366 18.653154 23.419922 18.998047 A 1.50015 1.50015 0 0 0 25 17.5 L 25 16 C 25 12.116822 28.116822 9 32 9 z"
></path>
</svg>
</a>
</div>
</div>
<div
class="mt-5 self-center mx-auto justify-center container basis-6/12"
>
<form
name="contact"
method="POST"
data-netlify="true"
class="content-center block justify-center"
action="/form_complete.html"
>
<div class="mb-5">
<label for="exampleFormControlInput1" class="text-white"
>Name:
<input
type="text"
class="form-control bg-bgColor text-white rounded-lg border-2 p-2 border-highlight"
name="name"
placeholder="Name"
required
/></label>
</div>
<div class="mb-5">
<label for="exampleFormControlInput2" class="text-white"
>Email:
<input
type="email"
class="form-control bg-bgColor text-white rounded-lg border-2 p-2 border-highlight"
name="email"
id="exampleFormControlInput2"
placeholder="name@example.com"
required
/></label>
</div>
<div class="mb-5">
<label for="exampleFormControlTextarea1" class="text-white"
>Message:</label
>
<textarea
class="bg-bgColor caret-gray-600 text-white rounded-lg border-2 p-2 border-highlight"
name="message"
id="exampleFormControlTextarea1"
rows="3"
placeholder="Message..."
required
></textarea>
</div>
<div class="mb-3 as animate__animated s_animate__pulse">
<input
type="submit"
class="inline rounded-xl justify-center bg-hover text-white text-center p-3 mt-3 hover:ring outline-none hover:ring-highlight text-base transition active:bg-gray-800 cursor-pointer"
name="contact"
value="Send Message"
/>
</div>
</form>
</div>
</div>
</section>
<my-footer></my-footer>
<!--Scripts-->
<script>
function toggle() {
const menu = document.querySelector(".mobile-menu");
menu.classList.toggle("hidden");
}
</script>
<script src="/src/js/index.js"></script>
<!--smoothscroll.js-->
<script src="src/js/smooth-scroll-master/dist/smooth-scroll.polyfills.min.js"></script>
<script>
var scroll = new SmoothScroll('a[href*="#"]');
</script>
</body>
</html>