-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
721 lines (585 loc) · 27.2 KB
/
index.html
File metadata and controls
721 lines (585 loc) · 27.2 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
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
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Title -->
<title>KayTech Digital | Web Development & POS Systems in Kenya</title>
<!-- Primary Meta Description -->
<meta name="description" content="KayTech Digital provides professional web development, POS systems, and fintech software solutions for businesses and individuals in Kenya. Affordable web design from 9,999 KSH.">
<!-- Keywords (optional) -->
<meta name="keywords" content="web designer Nairobi Kenya, affordable web design, POS systems Kenya, fintech solutions Kenya">
<!-- Canonical URL -->
<link rel="canonical" href="https://kaytechdigital.co.ke/">
<!-- Open Graph / Facebook -->
<meta property="og:title" content="KayTech Digital | Web Development & POS Systems in Kenya">
<meta property="og:description" content="Professional web development, POS systems, and fintech software solutions in Kenya. Affordable web design from 9,999 KSH.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://kaytechdigital.co.ke/">
<meta property="og:image" content="https://kaytechdigital.co.ke/assets/preview.jpg">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@KayTechDigital">
<meta name="twitter:title" content="KayTech Digital | Web Development & POS Systems in Kenya">
<meta name="twitter:description" content="Professional web development, POS systems, and fintech solutions in Kenya. Affordable web design from 9,999 KSH.">
<meta name="twitter:image" content="https://kaytechdigital.co.ke/assets/preview.jpg">
<!-- Geolocation -->
<meta name="geo.region" content="KE">
<meta name="geo.placename" content="Nairobi">
<!-- Favicons -->
<!-- Favicons -->
<link rel="icon" type="image/png" sizes="48x48" href="assets/img/favicon.png">
<link rel="shortcut icon" href="assets/img/favicon.png">
<link rel="apple-touch-icon" href="assets/img/favicon.png">
<!-- 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=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "KayTech Digital",
"url": "https://kaytechdigital.co.ke",
"logo": "https://kaytechdigital.co.ke/assets/img/logo.jpeg",
"sameAs": [
"https://www.facebook.com/KayTechDigital/",
"https://www.instagram.com/kaytechdigital/",
"https://www.linkedin.com/in/kaytechdigital/"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+254700000000",
"email": "kayt3chdigital@gmail.com",
"contactType": "customer service",
"areaServed": "KE"
}
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "How much does a website cost?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Website prices vary depending on features, pages, and complexity. Packages start from 9,999 KSH."
}
},
{
"@type": "Question",
"name": "How long will it take to build my website?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Most websites take between 4 days to 2 weeks, depending on size and requirements."
}
},
{
"@type": "Question",
"name": "Do I need content before starting the design?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Not necessarily. Copywriting and content suggestions are provided if needed."
}
}
]
}
</script>
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="header-container container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center me-auto me-xl-0">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.webp" alt=""> -->
<h1 class="sitename">KTD</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#faqs">FaQs</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
<a class="btn-getstarted" href="https://wa.link/b19efk">Get Started</a>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section">
<div class="container">
<div class="row">
<div class="col-lg-7 content-col" data-aos="fade-up">
<div class="content">
<div class="agency-name">
<h5>YOUR DIGITAL PARTNER</h5>
</div>
<div class="main-heading">
<h1>Professional Web<br>Design Solutions</h1>
</div>
<div class="divider"></div>
<div class="description">
<p>I help businesses establish a powerful online presence through modern websites, e-commerce platforms, and conversion-driven design strategies.</p>
</div>
<div class="cta-button">
<a href="#services" class="btn">
<span>EXPLORE SERVICES</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-5" data-aos="zoom-out">
<div class="visual-content">
<div class="fluid-shape">
<img src="assets/img/hero.jpg" alt="Web Design Showcase" class="fluid-img">
</div>
<div class="stats-card">
<div class="stats-number">
<h2>50+</h2>
</div>
<div class="stats-label">
<p>Satisfied Clients</p>
</div>
<div class="stats-arrow">
<a href="#portfolio"><i class="bi bi-arrow-up-right"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<div><span>Learn More</span> <span class="description-title">About Me</span></div>
</div><!-- End Section Title -->
<div class="container">
<div class="row gx-5 align-items-center">
<div class="col-lg-6" data-aos="fade-right" data-aos-delay="200">
<div class="about-image position-relative">
<img src="assets/img/website.jpg" class="img-fluid rounded-4 shadow-sm" alt="About Image" loading="lazy">
<div class="experience-badge">
<span class="years">5+</span>
<span class="text">Years in Web Design</span>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0" data-aos="fade-left" data-aos-delay="300">
<div class="about-content">
<h2>Transforming Ideas Into Impactful Websites</h2>
<p>I specialize in creating tailored websites that not only look great but also perform seamlessly across all devices.</p>
<div class="row g-4 mt-3">
<div class="col-md-6" data-aos="zoom-in" data-aos-delay="400">
<div class="feature-item">
<i class="bi bi-check-circle-fill"></i>
<h5>Personalized Service</h5>
<p>I work closely with every client to ensure their website reflects their goals, brand, and audience needs.</p>
</div>
</div>
<div class="col-md-6" data-aos="zoom-in" data-aos-delay="450">
<div class="feature-item">
<i class="bi bi-lightbulb-fill"></i>
<h5>Support and maintenance</h5>
<p>I'm with you every step of the way even after going live!</p>
</div>
</div>
</div>
<a href="#services" class="btn btn-primary mt-4">Explore My Services</a>
</div>
</div>
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Services</h2>
<div><span>Check My</span> <span class="description-title">Services</span></div>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="service-header">
<div class="row align-items-center">
<div class="col-lg-8 col-md-12">
<div class="service-intro">
<h2 class="service-heading">
<div>Custom Web</div>
<div><span>Design & Development</span></div>
</h2>
</div>
</div>
<div class="col-lg-4 col-md-12">
<div class="service-summary">
<p>
I craft fast, mobile-friendly websites that are easy to manage and built to convert. Whether you're launching or rebranding, my solutions are tailored to meet your goals.
</p>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-card position-relative z-1">
<div class="service-icon">
<i class="bi bi-palette"></i>
</div>
<a href="service-details.html" class="card-action d-flex align-items-center justify-content-center rounded-circle">
<i class="bi bi-arrow-up-right"></i>
</a>
<h3>
<a href="service-details.html">
Custom <span>Web Design</span>
</a>
</h3>
<p>
Visually appealing and user-focused websites built from scratch to match your brand and audience. I prioritize usability, responsiveness, and creativity.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-card position-relative z-1">
<div class="service-icon">
<i class="bi bi-code-slash"></i>
</div>
<a href="service-details.html" class="card-action d-flex align-items-center justify-content-center rounded-circle">
<i class="bi bi-arrow-up-right"></i>
</a>
<h3>
<a href="service-details.html">
Website <span>Development</span>
</a>
</h3>
<p>
I develop modern websites, ensuring top performance and scalability.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-card position-relative z-1">
<div class="service-icon">
<i class="bi bi-cart"></i>
</div>
<a href="service-details.html" class="card-action d-flex align-items-center justify-content-center rounded-circle">
<i class="bi bi-arrow-up-right"></i>
</a>
<h3>
<a href="service-details.html">
E-Commerce <span>Solutions</span>
</a>
</h3>
<p>
I build fully functional online stores with secure checkout, product management, and integrations like M-Pesa.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-card position-relative z-1">
<div class="service-icon">
<i class="bi bi-graph-up"></i>
</div>
<a href="service-details.html" class="card-action d-flex align-items-center justify-content-center rounded-circle">
<i class="bi bi-arrow-up-right"></i>
</a>
<h3>
<a href="service-details.html">
SEO <span>Optimization</span>
</a>
</h3>
<p>
I optimize websites to rank higher on search engines, attract more visitors, and generate qualified leads with keyword research, on-page SEO, and more.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-card position-relative z-1">
<div class="service-icon">
<i class="bi bi-phone"></i>
</div>
<a href="service-details.html" class="card-action d-flex align-items-center justify-content-center rounded-circle">
<i class="bi bi-arrow-up-right"></i>
</a>
<h3>
<a href="service-details.html">
Responsive <span>Mobile Design</span>
</a>
</h3>
<p>
All my websites are built to look and work perfectly across all screen sizes—from desktops to smartphones—ensuring great UX on the go.
</p>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-card position-relative z-1">
<div class="service-icon">
<i class="bi bi-tools"></i>
</div>
<a href="service-details.html" class="card-action d-flex align-items-center justify-content-center rounded-circle">
<i class="bi bi-arrow-up-right"></i>
</a>
<h3>
<a href="service-details.html">
Website <span>Maintenance</span>
</a>
</h3>
<p>
From regular backups to bug fixes and content updates, I keep your site secure, fast, and up-to-date so you can focus on your business.
</p>
</div>
</div>
</div>
</div>
</section><!-- /Services Section -->
<!-- Projects Section -->
<!-- Steps Section -->
<section id="steps" class="steps section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Steps</h2>
<div><span>How I</span> <span class="description-title">Work</span></div>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="steps-wrapper">
<div class="step-item" data-aos="fade-right" data-aos-delay="200">
<div class="step-content">
<div class="step-icon">
<i class="bi bi-lightbulb"></i>
</div>
<div class="step-info">
<span class="step-number">Step 01</span>
<h3>Initial Consultation</h3>
<p>We start with a quick chat to understand what kind of website you need, your style, goals, and any special features you'd like.</p>
</div>
</div>
</div><!-- End Step Item -->
<div class="step-item" data-aos="fade-left" data-aos-delay="300">
<div class="step-content">
<div class="step-icon">
<i class="bi bi-gear"></i>
</div>
<div class="step-info">
<span class="step-number">Step 02</span>
<h3>Planning & Strategy</h3>
<p>I organize your ideas into a clear plan — from layouts and colors to structure and content. You get a clear picture of what the final site will look like.</p>
</div>
</div>
</div><!-- End Step Item -->
<div class="step-item" data-aos="fade-right" data-aos-delay="400">
<div class="step-content">
<div class="step-icon">
<i class="bi bi-bar-chart"></i>
</div>
<div class="step-info">
<span class="step-number">Step 03</span>
<h3>Development Phase</h3>
<p>This is where I bring everything to life — I design and build your website, test it on different devices, and make sure it's fast and functional.</p>
</div>
</div>
</div><!-- End Step Item -->
<div class="step-item" data-aos="fade-left" data-aos-delay="500">
<div class="step-content">
<div class="step-icon">
<i class="bi bi-check2-circle"></i>
</div>
<div class="step-info">
<span class="step-number">Step 04</span>
<h3>Launch & Support</h3>
<p>Once you're happy with everything, we go live! I’ll also be available for updates, changes, and any support you need after launch.</p>
</div>
</div>
</div><!-- End Step Item -->
</div>
</div>
</section><!-- /Steps Section -->
<!-- Call To Action Section -->
<!-- Portfolio Section -->
<!-- Portfolio Section -->
<!-- Portfolio Section -->
<!-- Team Section -->
<!-- Faq Section -->
<section class="faq-9 faq section" id="faqs">
<div class="container">
<div class="row">
<div class="col-lg-5" data-aos="fade-up">
<h2 class="faq-title">Have a question? Check out the FAQ</h2>
<p class="faq-description">Here are some of the frequently asked questions by clients</p>
<div class="faq-arrow d-none d-lg-block" data-aos="fade-up" data-aos-delay="200">
<svg class="faq-arrow" width="200" height="211" viewBox="0 0 200 211" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M198.804 194.488C189.279 189.596 179.529 185.52 169.407 182.07L169.384 182.049C169.227 181.994 169.07 181.939 168.912 181.884C166.669 181.139 165.906 184.546 167.669 185.615C174.053 189.473 182.761 191.837 189.146 195.695C156.603 195.912 119.781 196.591 91.266 179.049C62.5221 161.368 48.1094 130.695 56.934 98.891C84.5539 98.7247 112.556 84.0176 129.508 62.667C136.396 53.9724 146.193 35.1448 129.773 30.2717C114.292 25.6624 93.7109 41.8875 83.1971 51.3147C70.1109 63.039 59.63 78.433 54.2039 95.0087C52.1221 94.9842 50.0776 94.8683 48.0703 94.6608C30.1803 92.8027 11.2197 83.6338 5.44902 65.1074C-1.88449 41.5699 14.4994 19.0183 27.9202 1.56641C28.6411 0.625793 27.2862 -0.561638 26.5419 0.358501C13.4588 16.4098 -0.221091 34.5242 0.896608 56.5659C1.8218 74.6941 14.221 87.9401 30.4121 94.2058C37.7076 97.0203 45.3454 98.5003 53.0334 98.8449C47.8679 117.532 49.2961 137.487 60.7729 155.283C87.7615 197.081 139.616 201.147 184.786 201.155L174.332 206.827C172.119 208.033 174.345 211.287 176.537 210.105C182.06 207.125 187.582 204.122 193.084 201.144C193.346 201.147 195.161 199.887 195.423 199.868C197.08 198.548 193.084 201.144 195.528 199.81C196.688 199.192 197.846 198.552 199.006 197.935C200.397 197.167 200.007 195.087 198.804 194.488ZM60.8213 88.0427C67.6894 72.648 78.8538 59.1566 92.1207 49.0388C98.8475 43.9065 106.334 39.2953 114.188 36.1439C117.295 34.8947 120.798 33.6609 124.168 33.635C134.365 33.5511 136.354 42.9911 132.638 51.031C120.47 77.4222 86.8639 93.9837 58.0983 94.9666C58.8971 92.6666 59.783 90.3603 60.8213 88.0427Z" fill="currentColor"></path>
</svg>
</div>
</div>
<div class="col-lg-7" data-aos="fade-up" data-aos-delay="300">
<div class="faq-container">
<div class="faq-item faq-active">
<h3>How much does a website cost?</h3>
<div class="faq-content">
<p>Website prices vary depending on features, pages, and complexity. I offer packages for startups, small businesses, and custom solutions — contact me for a tailored quote.With KayTechDigital, you can get a website from as low as 9,999 KSH!</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>How long will it take to build my website?</h3>
<div class="faq-content">
<p>Most websites take between 4 days to 2 weeks, depending on the size and requirements. I’ll give you a timeline after understanding your project.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>Do I need to have content before starting the design?</h3>
<div class="faq-content">
<p>Not necessarily! I can help with copywriting and content suggestions if you don’t have it ready.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>Can you redesign my existing website?</h3>
<div class="faq-content">
<p>Yes! We offer full redesign services to improve design, performance, and user experience.
</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3> What happens if something goes wrong after launch?</h3>
<div class="faq-content">
<p>Not to worry, I provide post-launch support, maintenance, and technical help to ensure everything runs smoothly.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3>How do I get started?</h3>
<div class="faq-content">
<p>Simply contact me or fill out our order form with your project details — i’ll take it from there!</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
</div>
</div>
</div>
</div>
</section><!-- /Faq Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<div><span>Let me bring your</span> <span class="description-title">vision to life!</span></div>
</div><!-- End Section Title -->
<!-- Google Maps (Full Width) -->
<!-- Contact Form Section (Overlapping) -->
<div class="row justify-content-center" data-aos="fade-up" data-aos-delay="300">
<div class="col-lg-10">
<div class="contact-form-wrapper">
<h2 class="text-center mb-4">Get in Touch</h2>
<form name="website" method="POST" data-netlify="true" action="/thankyou.html">
<div class="row g-3">
<div class="col-md-6">
<div class="form-group">
<div class="input-with-icon">
<i class="bi bi-person"></i>
<input type="text" class="form-control" name="name" placeholder="First Name" required>
</div>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<div class="input-with-icon">
<i class="bi bi-telephone"></i>
<input type="tel" class="form-control" name="phone" placeholder="Phone Number" required>
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<div class="input-with-icon">
<i class="bi bi-envelope"></i>
<input type="email" class="form-control" name="email" placeholder="Email Address" required>
</div>
</div>
</div>
<div class="col-md-12">
<div class="form-group">
<div class="input-with-icon">
<i class="bi bi-list"></i>
<select name="category" class="form-control" required>
<option value="">Select Web Design Category</option>
<option value="portfolio" >POS System(POS)</option>
<option value="business">Business Management System</option>
<option value="portfolio" >Portfolio Website</option>
<option value="ecommerce">E-commerce Website</option>
<option value="blog">Blog / News Site</option>
<option value="nonprofit">Non-Profit / NGO Website</option>
<option value="landing" >Landing Page</option>
<option value="custom" >Custom Design</option>
</select>
</div>
</div>
</div>
<div class="col-12">
<div class="form-group">
<div class="input-with-icon">
<i class="bi bi-chat-dots message-icon"></i>
<textarea class="form-control" name="message" placeholder="Write Message (Optional)..." style="height: 180px"></textarea>
</div>
</div>
</div>
<div class="col-12 text-center">
<button type="submit" class="btn btn-primary btn-submit">SUBMIT</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer">
<div class="container footer-top">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-about">
<a href="index.html" class="logo d-flex align-items-center">
<span class="sitename">KayTechDigital</span>
</a>
<p>Building you websites that get you noticed.</p>
<div class="social-links d-flex mt-4">
<a href="tel:0742048000"><i class="bi bi-telephone"></i></a>
<a href="https://wa.link/pp1il2"><i class="bi bi-whatsapp"></i></a>
<a href="https://www.instagram.com/kaytechdigital/"><i class="bi bi-instagram"></i></a>
<a href="mailto:kayt3chdigital@gmail.com"><i class="bi bi-envelope"></i></a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>