-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
703 lines (584 loc) · 30.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Unganika Technologies</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/Unganika Technologies.png" rel="icon">
<link href="assets/img/Unganika Technologies.png" rel="UT-logo1">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- 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/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">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: FlexStart - v1.11.1
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<center><header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/Unganika Technologies Landscape.png" alt="">
<span></span>
</a>
<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 class="dropdown"><a href="#services"><span>Services</span> <i class="bi bi-chevron-down"></i></a>
<ul style="border-radius: 10px;">
<li><a href="ut-services.html#discovery">Software Design</a></li>
<li><a href="ut-services.html#develop">Software Development</a></li>
<li><a href="ut-services.html">ICT Solutions</a></li>
<li><a href="ut-services.html">IT Consultancy</a></li>
</ul>
</li>
<li><a class="nav-link scrollto" href="ut-works.html">Portfolio</a></li>
<li><a class="nav-link scrollto" href="#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="#contact">Ask Demo System</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header></center>
<!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">We deliver custom softwares, Solving your business process Pain points.</h1>
<h2 data-aos="fade-up" data-aos-delay="400">We work closely with our clients using technology to improve their performance and efficiency.</h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
<a href="#services" class="btn-get-started scrollto d-inline-flex align-items-center justify-content-center align-self-center">
<span>Get Started</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<center>
<img src="assets/img/Unganika Technologies(1)(1).png" class="img-fluid" alt="">
</center>
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<section id="about" class="about">
<div class="container" data-aos="fade-up">
<div class="row gx-0">
<div class="col-lg-6 d-flex flex-column justify-content-center" data-aos="fade-up" data-aos-delay="200">
<div class="content">
<h3>Who We Are</h3>
<h4 style="font-weight: bold;">Unganika core objective is outstanding software design, development, and consulting in problem resolution and goal achievement by offering clients products and solutions based on actionable technology insights.</h4>
<p style="text-align: justify;">
We live in an exciting time of technological transition in Africa, Where technology industry is growing in a huge exponential rate leading to high demand of software system that will erase the manual practice.
</p>
<div class="text-center text-lg-start">
<a href="#features" class="btn-read-more d-inline-flex align-items-center justify-content-center align-self-center">
<span>Read More</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 d-flex align-items-center" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/UT PRST 3.jpg" style="border-radius: 10px;" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End About Section -->
<!-- ======= Values Section ======= -->
<section id="values" class="values">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Life at UT Softwares</h2>
<p>Unganika is dedicated to serve our client with the best & quality Software solution.</p>
</header>
<div class="row">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="200">
<div class="box">
<img src="assets/img/values-1.png" class="img-fluid" alt="">
<h3>Open Minded</h3>
<p>Experience in technology insight, problem solving and product design.</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="400">
<div class="box">
<img src="assets/img/values-2.png" class="img-fluid" alt="">
<h3>Digital Innovation</h3>
<p>Unganika is a Problem oriented and solution development company</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0" data-aos="fade-up" data-aos-delay="600">
<div class="box">
<img src="assets/img/values-3.png" class="img-fluid" alt="">
<h3>Work Intelligently</h3>
<p>Utilizing both local and global experience to exceed our clients' expectations.</p>
</div>
</div>
</div>
</div>
</section><!-- End Values Section -->
<!-- ======= Counts Section ======= -->
<section id="counts" class="counts">
<div class="container" data-aos="fade-up">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-emoji-smile"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="10" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Clients</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-journal-richtext" style="color: #ee6c20;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-headset" style="color: #15be56;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="2160" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6">
<div class="count-box">
<i class="bi bi-people" style="color: #bb0852;"></i>
<div>
<span data-purecounter-start="0" data-purecounter-end="5" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Counts Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container " data-aos="fade-up">
<header class="section-header ">
<h2>About Unganika Tech</h2>
<p>By creating and delivering significant digital solutions that will transform how people use technology, we hope to contribute to the answer.</p>
</header>
<div style="margin-top: -5px;"></div>
<!-- Feature Tabs -->
<div class="row feture-tabs" data-aos="fade-up">
<div class="col-lg-6">
<h3>Why we do, what we do</h3>
<!-- Tabs -->
<ul class="nav nav-pills mb-3">
<li>
<a class="nav-link active" data-bs-toggle="pill" href="#tab1">Why Unganika</a>
</li>
<li>
<a class="nav-link" data-bs-toggle="pill" href="#tab2">Vision</a>
</li>
<li>
<a class="nav-link" data-bs-toggle="pill" href="#tab3">Mission</a>
</li>
</ul><!-- End Tabs -->
<!-- Tab Content -->
<div class="tab-content">
<div class="tab-pane fade show active" id="tab1">
<p>Unganika through agile methodology, works closely with its clients to improve their performance and efficiency on their business process.</p>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>How we support your business</h4>
</div>
<p>We provide a range of excellent, custom software solutions that will take care of your business's insights needs, depending on your needs and problem spots.</p>
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Our Approaches</h4>
</div>
<p>We help you archieve your goal through Design Thinking, Prototype Design, Human Centered design the Agile Methodology in development.</p>
</div><!-- End Tab 1 Content -->
<div class="tab-pane fade show" id="tab2">
<!-- <p>To provide every business with Inspiration and creative tailored software to improve their performance and efficient within the process.</p> -->
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Where we are Heading</h4>
</div>
<p>To provide every business with Inspiration and creative tailored software to improve their performance and efficient within the process. </p>
<!-- <div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Incidunt non veritatis illum ea ut nisi</h4>
</div>
<p>Non quod totam minus repellendus autem sint velit. Rerum debitis facere soluta tenetur. Iure molestiae assumenda sunt qui inventore eligendi voluptates nisi at. Dolorem quo tempora. Quia et perferendis.</p> -->
</div><!-- End Tab 2 Content -->
<div class="tab-pane fade show" id="tab3">
<!-- <p>Consequuntur inventore voluptates consequatur aut vel et. Eos doloribus expedita. Sapiente atque consequatur minima nihil quae aspernatur quo suscipit voluptatem.</p> -->
<div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>How we are Moving</h4>
</div>
<p>By providing distinctive software solution products and ICT services that support our clients' goals and improve their performance within various business industries.</p>
<!-- <div class="d-flex align-items-center mb-2">
<i class="bi bi-check2"></i>
<h4>Incidunt non veritatis illum ea ut nisi</h4>
</div>
<p>Non quod totam minus repellendus autem sint velit. Rerum debitis facere soluta tenetur. Iure molestiae assumenda sunt qui inventore eligendi voluptates nisi at. Dolorem quo tempora. Quia et perferendis.</p> -->
</div><!-- End Tab 3 Content -->
</div>
</div>
<div class="col-lg-6">
<img src="assets/img/features-2.png" class="img-fluid" alt="">
</div>
</div><!-- End Feature Tabs -->
<!-- Feature Icons -->
<div class="row feature-icons" data-aos="fade-up" id="services">
<header class="section-header">
<h2>Unganika Services</h2>
<p>How we support you meet your objectives</p>
</header>
<div class="row">
<div class="col-xl-4 text-center" data-aos="fade-right" data-aos-delay="100">
<img src="assets/img/features-3.png" class="img-fluid p-4" alt="">
</div>
<div class="col-xl-8 d-flex content">
<div class="row align-self-center gy-4">
<div class="col-md-6 icon-box" data-aos="fade-up">
<i class="ri-line-chart-line"></i>
<div>
<a href="ut-services.html"><h4>ICT Solutions</h4></a>
<p style="text-align: justify;">We assist our partners in scaling their goods to ensure that they are profitable. Digital solutions created by UT Software's are designed to grow and shrink in accordance with your company's needs.</p>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="100">
<i class="ri-stack-line"></i>
<div>
<a href="ut-services.html#develop"><h4>Software Development</h4></a>
<p style="text-align: justify;">Our focus is to deliver expertly tailored solutions around your business goals through website applications, mobile applications, and desktop applications.</p>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="400">
<i class="ri-command-line"></i>
<div>
<a href="ut-services.html#discovery"><h4>Software Design</h4></a>
<p style="text-align: justify;">We will walk you through the process of developing a high-quality application that is in line with your business goals, from your first concept to your finished product.</p>
</div>
</div>
<div class="col-md-6 icon-box" data-aos="fade-up" data-aos-delay="500">
<i class="ri-radar-line"></i>
<div>
<a href="ut-services.html"><h4>IT Consultancy</h4></a>
<p style="text-align: justify;">We provide IT consultancy for companies and organization that outsource our expertise to help them on the on their premises. Unganika serves for support and maintanence for the company IT equipments.</p>
</div>
</div>
</div>
</div>
</div>
</div><!-- End Feature Icons -->
</div>
</section><!-- End Features Section -->
<!-- ======= Portfolio Section ======= -->
<section id="portfolio" class="portfolio">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Unganika Portfolio</h2>
<p>Check our latest work</p>
</header>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">Consultancy</li>
<li data-filter=".filter-card">website</li>
<li data-filter=".filter-web">Automations</li>
</ul>
</div>
</div>
<div class="row gy-4 portfolio-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/IMG_3976.jpg" class="img-fluid" alt="" style="border-radius: 8px;">
<div class="portfolio-info">
<h4>IT Support & Consultancy</h4>
<p>Advise on IT activities</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/IMG_3976.jpg" data-gallery="portfolioGallery" class="portfokio-lightbox" title="Serving Best Support & Maintenance to Our Clients"><i class="bi bi-plus"></i></a>
<a href="#info-web.html" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Classroom.png" class="img-fluid" alt="" style="border-radius: 8px;">
<div class="portfolio-info">
<h4>Classroom Platform</h4>
<p>Enhance Your Knowledge</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/Classroom.png" data-gallery="portfolioGallery" class="portfokio-lightbox" title="Classroom-Platform"><i class="bi bi-plus"></i></a>
<a href="https://classroom24.info/" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/kibatari1(1).png" class="img-fluid" alt="" style="border-radius: 8px;">
<div class="portfolio-info">
<h4>Kibatari Tours</h4>
<p>Website</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/kibatari1(1).png" data-gallery="portfolioGallery" class="portfokio-lightbox" title="Lighting Africa"><i class="bi bi-plus"></i></a>
<a href="#portfolio-details.html" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/Mobo.png" class="img-fluid" alt="" style="border-radius: 8px;">
<div class="portfolio-info">
<h4>Mobo Group</h4>
<p>Website</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/Mobo.png" data-gallery="portfolioGallery" class="portfokio-lightbox" title="Mobo Group of Companies"><i class="bi bi-plus"></i></a>
<a href="https://mobo-group.co/index.php" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/spice.jpg" class="img-fluid" alt="" style="border-radius: 8px;">
<div class="portfolio-info">
<h4>SpiceUp Finance</h4>
<p>Accounting & Finance System</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/spice.jpg" data-gallery="portfolioGallery" class="portfokio-lightbox" title="Doing Decent Work Economic Growth"><i class="bi bi-plus"></i></a>
<a href="#portfolio-details.html" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap">
<img src="assets/img/portfolio/erpnext.png" class="img-fluid" alt="" style="border-radius: 8px;">
<div class="portfolio-info">
<h4>ERP Application</h4>
<p>ICT Solution</p>
<div class="portfolio-links">
<a href="assets/img/portfolio/erpnext.png" data-gallery="portfolioGallery" class="portfokio-lightbox" title="Revolutionize your business Operations with ERPNext"><i class="bi bi-plus"></i></a>
<a href="http://41.188.188.34:85" title="More Details"><i class="bi bi-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Portfolio Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Our Clients</h2>
<p>Our Team's Clients & Partners</p>
</header>
<div class="clients-slider swiper">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/clients/client1.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client2.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client3.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client4.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client5.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client6.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client7.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client8.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/police.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/government.png" class="img-fluid" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Contact</h2>
<p>Contact Us</p>
</header>
<div class="row gy-4">
<div class="col-lg-6">
<div class="row gy-4">
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-geo-alt"></i>
<h3>Address</h3>
<p>1018 Ali Hassan Mwinyi Road<br>Dar es Salaam, Tanzania</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-telephone"></i>
<h3>Call Us</h3>
<p>+255 742 118 874<br>+255 756 083 416</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-envelope"></i>
<h3>Email Us</h3>
<p>info@uts.com<br>contact@uts.com</p>
</div>
</div>
<div class="col-md-6">
<div class="info-box">
<i class="bi bi-clock"></i>
<h3>Open Hours</h3>
<p>Monday - Friday<br>9:00AM - 05:00PM<br>Closed on Public Holiday</p>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<form action="forms/send.php" method="post" class="php-email-form">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name" required>
</div>
<div class="col-md-6 ">
<input type="email" class="form-control" name="email" placeholder="Your Email" required>
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" placeholder="Subject" required>
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required></textarea>
</div>
<div class="col-md-12 text-center">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button type="submit">Send Message</button>
</div>
</div>
</form>
</div>
</div>
</div>
</section><!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-newsletter">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-12 text-center">
<h4>Our Newsletter</h4>
<p>The Digital Landscape of Africa where Innovation lands</p>
</div>
<div class="col-lg-6">
<form action="" method="post">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-3 col-md-6 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/img/Unganika Technologies.png" alt="">
<span>Unganika</span>
</a>
<p style="text-align: justify;">A technology, innovation, and software development company that Collaborate closely with these companies to boost their effectiveness and
performance in order to accomplish their most crucial objectives.</p>
<div class="social-links mt-3">
<!-- <a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a> -->
<a href="https://www.instagram.com/unganika_technologies_official/" class="instagram"><i class="bi bi-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Explore</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="#about">About Us</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="ut-services.html">What we Do</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="ut-works.html">Our Effectiveness</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-12 footer-links">
<h4>Our Deliverables</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="#">Finance System</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="http://41.188.188.34:85">Enterprise Resource Planning App(ERP)</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Hotel Management System</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="https://classroom24.info/">Classroom(School Management)</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Bureau de change Software</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
1018 Ali Hassan Mwinyi Road,<br>
Dar es Salaam,<br>
Tanzania<br><br>
<strong>Phone:</strong> +255 742 118 874<br>
<strong>Email:</strong> unganikatechonologies.uts@gmail.com<br>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Unganika Technologies</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/flexstart-bootstrap-startup-template/ -->
Designed by <a href="#https://bootstrapmade.com/">UT Softwares</a>
</div>
</div>
</footer><!-- End Footer -->
<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/purecounter/purecounter_vanilla.js"></script>
<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/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>