-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest.html
More file actions
555 lines (517 loc) · 22.5 KB
/
Copy pathtest.html
File metadata and controls
555 lines (517 loc) · 22.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>ZiloTech</title>
<meta content="" name="description" />
<meta content="" name="keywords" />
<!-- Favicons -->
<link href="assets/img/zilotech-favicon-bgtransparent.png" rel="icon" />
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet" />
<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/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link
href="assets/vendor/glightbox/css/glightbox.min.css"
rel="stylesheet"
/>
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet" />
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap"
rel="stylesheet"
/>
<!-- Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top shadow">
<div class="container d-flex align-items-center">
<h1 class="logo me-auto">
<a href="index.html" class="logo me-auto"
><img
src="assets/img/zilotech-favicon-bgtransparent.png"
alt="Zilotech Logo"
class="img-fluid"
/></a>
</h1>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#about">About</a></li>
<li><a class="nav-link scrollto" href="#services">Services</a></li>
<li><a class="nav-link scrollto" href="#blog">Blog</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li>
<a class="getstarted scrollto" href="#contact">Get Started</a>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
</div>
</header>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex align-items-center">
<div class="container">
<div class="row">
<div
class="col-lg-6 d-flex flex-column justify-content-center pt-4 pt-lg-0 order-2 order-lg-1"
data-aos="fade-up"
data-aos-delay="200"
>
<h1>Better Solutions For Your Business</h1>
<h2>
Ignite Innovation, Transform Possibilities, and Elevate Your
Experience in the Digital Era!
</h2>
<div class="d-flex justify-content-center justify-content-lg-start">
<a href="#contact" class="btn-get-started scrollto">Get Started</a>
</div>
</div>
<div
class="col-lg-6 order-1 order-lg-2 hero-img"
data-aos="zoom-in"
data-aos-delay="200"
>
<img
src="assets/img/tech-company.svg"
class="img-fluid animated"
alt="Tech Illustration"
/>
</div>
</div>
</div>
</section>
<!-- End Hero -->
<main id="main">
<!-- ======= About Us Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>About Us</h3>
<p class="subtitle-caption">
We are more than just a tech startup. We are pioneers, trailblazing through the realms of cutting-edge technology to bring you solutions that not only meet but exceed your expectations. With a passion for innovation and a commitment to excellence, we're here to transform the way you engage with technology.
</p>
</div>
<div class="row">
<div class="col-sm-6 mb-4">
<h4>
<iconify-icon class="icon" icon="tabler:bulb-filled"></iconify-icon>
Unleash Your Potential
</h4>
<p>
Welcome to ZiloTech, where we empower individuals and businesses to unlock their full potential. Our innovative solutions are designed to inspire creativity, spark new ideas, and drive growth.
</p>
</div>
<div class="col-sm-6 mb-4">
<h4>
<iconify-icon class="icon" icon="streamline:customer-support-1-solid"></iconify-icon>
Exceptional Support
</h4>
<p>
At ZiloTech, we believe in providing exceptional support to our clients. Our dedicated team is committed to your success and is always ready to assist you at every step.
</p>
</div>
</div>
</div>
</section>
<!-- End About Us Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>Our Founders</h3>
<p>
Meet the visionary founders of ZiloTech, who are dedicated to driving innovation and excellence.
</p>
</div>
<div class="row">
<div class="col-lg-6" data-aos="zoom-in" data-aos-delay="100">
<div class="row member shadow d-flex align-items-start">
<div class="pic col-sm-4">
<img src="assets/img/team/bill.jpg" class="img-fluid rounded" alt="Nyuydine Bill" />
</div>
<div class="member-info col-sm mt-2">
<h4>Nyuydine Bill</h4>
<span>CEO & Co-founder</span>
<p>
Believe in Possibilities!
</p>
<div class="social">
<a href="mailto:billleynyuy@gmail.com"><iconify-icon class="iconify-icon" icon="clarity:email-solid"></iconify-icon></a>
<a href="https://linkedin.com/in/nyuydine-bill"><iconify-icon class="iconify-icon" icon="bi:linkedin"></iconify-icon></a>
<a href="https://twitter.com/BillNyuydine" target="_blank"><iconify-icon class="iconify-icon" icon="simple-icons:x"></iconify-icon></a>
<a href="https://github.com/NyuydineBill"><iconify-icon class="iconify-icon" icon="mdi:github"></iconify-icon></iconify-icon></a>
</div>
</div>
</div>
</div>
<div class="col-lg-6 mt-4 mt-lg-0" data-aos="zoom-in" data-aos-delay="200">
<div class="row member shadow d-flex align-items-start">
<div class="pic col-sm-4">
<img
src="assets/img/team/livingstone.png"
class="img-fluid rounded"
alt="Kongyuy Livingston"
/>
</div>
<div class="member-info col-sm mt-2">
<h4>Kongyuy Livingston</h4>
<span>CTO & Co-founder</span>
<p>
In the midst of difficulty lies opportunity.
</p>
<div class="social">
<a href=""><iconify-icon class="iconify-icon" icon="clarity:email-solid"></iconify-icon></a>
<a href=""><iconify-icon class="iconify-icon" icon="bi:linkedin"></iconify-icon></a>
<a href=""><iconify-icon class="iconify-icon" icon="simple-icons:x"></iconify-icon></a>
<a href=""><iconify-icon class="iconify-icon" icon="mdi:github"></iconify-icon></iconify-icon></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Team Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services section-bg">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>Services</h3>
<p>
Embrace the future with ZiloTech as your technology partner. Whether you're a startup looking for a tech boost or an established enterprise seeking to innovate, we have the solutions to elevate your digital journey.
</p>
</div>
<div class="row">
<div class="col-xl-3 col-md-6 d-flex align-items-stretch shadow" data-aos="zoom-in" data-aos-delay="100">
<div class="icon-box">
<div class="icon"><iconify-icon class="services-icon" icon="mdi:web"></iconify-icon></div>
<h4><a href="">Web Development</a></h4>
<p>
We specialize in creating responsive, user-friendly, and scalable websites that not only captivate your audience but also drive results.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-md-0 shadow" data-aos="zoom-in" data-aos-delay="200">
<div class="icon-box">
<div class="icon"><iconify-icon class="services-icon" icon="iconoir:design-nib-solid"></iconify-icon></div>
<h4><a href="">UI/UX Design</a></h4>
<p>
Our UI/UX design services blend creativity with functionality to leave a lasting impression on your users.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0 shadow" data-aos="zoom-in" data-aos-delay="300">
<div class="icon-box">
<div class="icon"><iconify-icon class="services-icon" icon="radix-icons:mobile"></iconify-icon></div>
<h4><a href="">Mobile Development</a></h4>
<p>
Our mobile development services cater to both iOS and Android platforms, ensuring your business reaches users wherever they are.
</p>
</div>
</div>
<div class="col-xl-3 col-md-6 d-flex align-items-stretch mt-4 mt-xl-0 shadow" data-aos="zoom-in" data-aos-delay="400">
<div class="icon-box">
<div class="icon"><iconify-icon class="services-icon" icon="tabler:seo"></iconify-icon></div>
<h4><a href="">Search Engine Optimization</a></h4>
<p>
We employ strategic optimization techniques to improve your website's search engine rankings, drive organic traffic, and enhance overall online presence.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- End Services Section -->
<!-- ======= Blog Section ======= -->
<section id="blog" class="blog">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>Blog</h3>
<p>
Explore our latest insights, trends, and updates in the world of technology and innovation.
</p>
</div>
<div class="row">
<div class="col-md-4 mb-4" data-aos="zoom-in" data-aos-delay="100">
<div class="card cards h-100 shadow-sm">
<img src="https://picsum.photos/400/200" class="card-img-top" alt="Blog Post 1" />
<div class="card-body">
<h5 class="card-title">Introducing Our New SaaS Platform</h5>
<p class="card-text">
Discover how our innovative SaaS platform can streamline your business operations and drive growth.
</p>
<a href="post.html" class="btn">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4" data-aos="zoom-in" data-aos-delay="200">
<div class="card cards h-100 shadow-sm">
<img src="https://picsum.photos/401/200" class="card-img-top" alt="Blog Post 2" />
<div class="card-body">
<h5 class="card-title">The Future of SaaS: Trends to Watch</h5>
<p class="card-text">
Stay ahead of the curve with our insights on the latest trends shaping the SaaS industry.
</p>
<a href="post.html" class="btn">Read more</a>
</div>
</div>
</div>
<div class="col-md-4 mb-4" data-aos="zoom-in" data-aos-delay="300">
<div class="card cards h-100 shadow-sm">
<img src="https://picsum.photos/402/200" class="card-img-top" alt="Blog Post 3" />
<div class="card-body">
<h5 class="card-title">Maximizing Efficiency with SaaS Solutions</h5>
<p class="card-text">
Learn how to leverage SaaS solutions to improve efficiency and reduce costs in your organization.
</p>
<a href="post.html" class="btn">Read more</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Blog Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h3>Contact Us</h3>
<p>
For inquiries, collaborations, or to discuss how ZiloTech can tailor innovative technology solutions to meet your business needs, please don't hesitate to get in touch with us.
</p>
</div>
<div class="row">
<div class="col-lg-5 d-flex align-items-stretch">
<div class="info">
<div class="address">
<i class="bi bi-geo-alt"></i>
<h4>Location:</h4>
<p>Bambili, Bamenda, Cameroon</p>
</div>
<div class="email">
<a href="mailto:info@zilotech.org">
<i class="bi bi-envelope"></i>
<h4>Email:</h4>
<p>info@zilotech.org</p>
</a>
</div>
<div class="phone">
<a href="tel:+237681775574">
<i class="bi bi-phone"></i>
<h4>Call:</h4>
<p>+237 681775574</p>
</a>
</div>
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d496.05822482753103!2d10.16998064927145!3d5.9303391789132665!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x105f16802155d9a9%3A0xb365cfb1a549675d!2sUniversity%20of%20Bamenda!5e0!3m2!1sen!2scm!4v1705875263722!5m2!1sen!2scm"
frameborder="0"
loading="lazy" referrerpolicy="no-referrer-when-downgrade"
style="border: 0; width: 100%; height: 290px"
allowfullscreen
></iframe>
</div>
</div>
<div class="col-lg-7 mt-5 mt-lg-0 d-flex align-items-stretch">
<form
role="form"
class="contact-form"
id="contact-form"
>
<div class="row">
<div class="form-group col-md-6">
<label for="name">Your Name</label>
<input
type="text"
name="name"
class="form-control"
id="name"
required
/>
</div>
<div class="form-group col-md-6">
<label for="name">Your Email</label>
<input
type="email"
class="form-control"
name="email"
id="email"
required
/>
</div>
</div>
<div class="form-group">
<label for="name">Subject</label>
<input
type="text"
class="form-control"
name="subject"
id="subject"
required
/>
</div>
<div class="form-group">
<label for="name">Message</label>
<textarea
class="form-control"
name="message"
id="message"
rows="10"
required
></textarea>
</div>
<div class="my-3">
<div id="error-message" class="error-message">
Message not sent
</div>
<div id="sent-message" class="sent-message">
Your message has been sent. Thank you!
</div>
</div>
<div class="text-center">
<button>Send Message</button>
</div>
</form>
</div>
</div>
</div>
</section>
<!-- End Contact Section -->
</main>
<!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<h4>Join Our Newsletter</h4>
<p>
Don't miss out on the latest in tech innovation, exclusive updates, and industry insights. Subscribe to our newsletter and be part of the ZiloTech community.
</p>
<form id="newsletter-form">
<input class="px-3" placeholder="E-mail" id="newsletter" type="email" name="email" required />
<button>Subscribe</button>
</form>
<p id="thank-you" class="mt-4">Thank you!</p>
<p id="try-again" class="mt-4">Please try again</p>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>ZiloTech</h3>
<p>
Bambili <br />
Bamenda<br />
Cameroon <br /><br />
<a class="text-muted" href="tel:+237681775574">
<strong>Phone:</strong> +237 681775574<br />
</a>
<a class="text-muted" href="mailto:info@zilotech.org">
<strong>Email:</strong> info@zilotech.org<br />
</a>
</p>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#about">About us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#services">Services</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#contact">Contact us</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#contact">Web Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#contact">Web Design</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#contact">Mobile Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#">SEO</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#contact">Graphic Design</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Social Networks</h4>
<p>
Follow us on our social media platforms for more updates, thank you in advance.
</p>
<div class="social-links mt-3">
<a href="https://www.linkedin.com/company/zilotechnologies/"><iconify-icon class="iconify-icon" icon="bi:linkedin"></iconify-icon></a>
<a href="https://x.com/zilotechcm?s=11"><iconify-icon class="iconify-icon" icon="simple-icons:x"></iconify-icon></a>
<a href="https://www.facebook.com/profile.php?id=100091508575881&mibextid=9R9pXO"><iconify-icon class="iconify-icon" icon="akar-icons:facebook-fill"></iconify-icon></a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer-bottom clearfix">
<div class="copyright">
© Copyright <strong><span>ZiloTech</span></strong
>. All Rights Reserved
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a
href="#"
class="back-to-top d-flex align-items-center justify-content-center"
><i class="bi bi-arrow-up-short"></i
></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Iconify -->
<script src="https://code.iconify.design/iconify-icon/1.0.8/iconify-icon.min.js"></script>
</body>
</html>