-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
622 lines (612 loc) · 24.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO Meta Tags -->
<title>Think Digital Uganda - About</title>
<meta
name="description"
content="Think Digital Uganda offers expert digital marketing services. Contact Ian Sebugenyi at 0773443367, Luwambo Keith at +256 759 493131 for innovative and result-driven digital solutions."
/>
<meta
name="keywords"
content="Think Digital Uganda, digital marketing, online advertising, social media marketing"
/>
<meta name="robots" content="index, follow" />
<meta name="author" content=" Luwambo Keith , Ian Sebugenyi ," />
<meta name="publisher" content="Think Digital Uganda" />
<link rel="canonical" href="https://yourwebsite.com" />
<!-- Open Graph (OG) Meta Tags for Social Media -->
<meta
property="og:title"
content="Think Digital Uganda - Digital Marketing Services |"
/>
<meta
property="og:description"
content="Think Digital Uganda offers expert digital marketing services. Contact Ian Sebugenyi at 0773443367 , Luwambo Keith at +256 759 493131 for innovative and result-driven digital solutions."
/>
<meta
property="og:image"
content="https://yourwebsite.com/think-digital-uganda-og-image.jpg"
/>
<meta property="og:url" content="https://yourwebsite.com" />
<meta property="og:type" content="website" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Think Digital Uganda - Digital Marketing Services | "
/>
<meta
name="twitter:description"
content="Think Digital Uganda offers expert digital marketing services. Contact Ian Sebugenyi at 0773443367 ,Luwambo Keith at +256 759 493131 for innovative and result-driven digital solutions."
/>
<meta
name="twitter:image"
content="https://yourwebsite.com/think-digital-uganda-twitter-image.jpg"
/>
<!-- Sitemap -->
<link
rel="sitemap"
type="application/xml"
title="Sitemap"
href="sitemap.xml"
/>
<!-- Google Verification -->
<meta
name="google-site-verification"
content="your-google-verification-code"
/>
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet" />
<link
href="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.css"
rel="stylesheet"
/>
<link
href="https://unpkg.com/[email protected]/css/boxicons.min.css"
rel="stylesheet"
/>
<link rel="stylesheet" href="/Assets/Scss/style.scss" />
</head>
<body>
<header class="dark:bg-indigo-700 bg-indigo-200">
<div
class="flex flex-wrap justify-between items-center mx-auto max-w-screen-xl p-6"
>
<a
href="index.html"
class="flex items-center space-x-3 rtl:space-x-reverse"
title="Home"
>
<img
src="./Images/thinkDigital.jpg"
class="h-11 w-[3rem] rounded-full"
alt=" Logo"
/>
<span
class="self-center text-2xl font-semibold whitespace-nowrap dark:text-white"
>Think Digital</span
>
</a>
<button
data-collapse-toggle="mega-menu-full"
type="button"
class="inline-flex items-center p-2 w-10 h-10 justify-center text-sm rounded-lg md:hidden focus:outline-none focus:ring-2 text-gray-400 hover:bg-gray-700 focus:ring-gray-600"
aria-controls="mega-menu-full"
aria-expanded="false"
>
<span class="sr-only">Open main menu</span>
<svg
class="w-5 h-5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 17 14"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 1h15M1 7h15M1 13h15"
/>
</svg>
</button>
<div
id="mega-menu-full"
class="items-center justify-between font-medium hidden w-full bg-indigo-100 mt-2 md:flex md:w-auto md:order-1"
>
<ul
class="flex flex-col p-4 md:px-20 mt-4 border lg:rounded-lg md:space-x-8 rtl:space-x-reverse md:flex-row md:mt-0 md:border-0 dark:bg-black md:bg-indigo-100"
>
<li>
<a
href="index.html"
title="Home"
class="block py-2 px-3 rounded md:p-0 dark:text-white hover:text-white md:hover:text-gray-800 hover:bg-gray-700 hover:text-gary-800 md:hover:bg-transparent border-gray-700"
aria-current="page"
>Home</a
>
</li>
<li>
<button
id="mega-menu-full-dropdown-button"
data-collapse-toggle="mega-menu-full-dropdown"
class="flex items-center justify-between w-full py-2 px-3 rounded md:w-auto md:border-0 md:p-0 md:hover:text-gray-800 hover:bg-gray-700 md:hover:bg-transparent hover:text-white border-gray-700"
>
Services
<svg
class="w-2.5 h-2.5 ms-2.5"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 10 6"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m1 1 4 4 4-4"
/>
</svg>
</button>
</li>
<li>
<a
href="contact.html"
title="Contact us"
class="block py-2 px-3 rounded md:p-0 text-whitemd:hover:text-gray-800 hover:text-white hover:bg-gray-700 md:hover:bg-transparent border-gray-700"
>Contact</a
>
</li>
<li>
<a
href="about.html"
title="About Us"
class="block py-2 px-3 rounded md:p-0 text-whitemd:hover:text-gray-800 hover:text-white hover:bg-gray-700 md:hover:bg-transparent border-gray-700"
>About</a
>
</li>
</ul>
</div>
</div>
<div id="mega-menu-full-dropdown" class="mt-0.5 shadow-sm">
<div
class="absolute right-0 dark:bg-gradient-to-b from-black to-indigo-700 bg-indigo-200 grid max-w-screen-xl px-4 py-5 mx-auto dark:text-white sm:grid-cols-2 md:px-6"
>
<ul>
<li>
<a
href="service.html?title=Digital Marketing"
class="block p-3 rounded-lg dark:hover:bg-indigo-900 hover:bg-indigo-100"
>
<div class="font-bold">Digital Marketing</div>
<span class="text-sm dark:text-gray-400"
>Our digital marketing services are designed to help your
brand stand out</span
>
</a>
</li>
<li>
<a
href="service.html?title=Web Designing"
class="block p-3 rounded-lg dark:hover:bg-indigo-900 hover:bg-indigo-100"
>
<div class="font-bold">Web Designing</div>
<span class="text-sm dark:text-gray-400"
>Our websites bring out a loud inspiration when it comes to
Web Development and Designing</span
>
</a>
</li>
<li>
<a
href="service.html?title=Graphics Designing"
class="block p-3 rounded-lg dark:hover:bg-indigo-900 hover:bg-indigo-100"
>
<div class="font-bold">Graphics Designing</div>
<span class="text-sm dark:text-gray-400"
>Our graphic design services create visually appealing designs
that communicate your brand</span
>
</a>
</li>
</ul>
<ul>
<li>
<a
href="service.html?title=Content Creation"
class="block p-3 rounded-lg dark:hover:bg-indigo-900 hover:bg-indigo-100"
>
<div class="font-bold">Content Creation</div>
<span class="text-sm dark:text-gray-400"
>content creation services help you create engaging, shareable
content</span
>
</a>
</li>
<li>
<a
href="service.html?title=Photography"
class="block p-3 rounded-lg dark:hover:bg-indigo-900 hover:bg-indigo-100"
>
<div class="font-bold">Photography</div>
<span class="text-sm dark:text-gray-400"
>Come we create real time Photos with our Think Digital
Team</span
>
</a>
</li>
<li>
<a
href="service.html?title=Videography"
class="block p-3 rounded-lg dark:hover:bg-indigo-900 hover:bg-indigo-100"
>
<div class="font-bold">Videography</div>
<span class="text-sm dark:text-gray-400"
>Connect with us and we generate you the Ultimate creation
.</span
>
</a>
</li>
</ul>
</div>
</div>
</header>
<div id="contactSection" class="">
<section
class="bg-center bg-no-repeat bg-[url('/images/tdinvest.jpg')] bg-gray-900 bg-blend-multiply items-center justify-center flex flex-col"
>
<h1
class="text-4xl font-extrabold tracking-tight py-4 leading-none text-white md:text-5xl lg:text-6xl"
>
About Us
</h1>
<div class="px-4 mx-auto max-w-screen-xl text-center py-2 lg:py-6">
<p class="w-auto text-gray-300">
Welcome to Think Digital Uganda, where creativity meets strategy! We
specialize in social media marketing, web designing, graphic
designing, digital marketing, content Creation, photography, and
videography. At Think Digital Uganda, we're not just a service
provider; we're your strategic partner in navigating the dynamic
landscape of digital marketing. Our team is driven by a passion for
innovation and a commitment to excellence. From captivating social
media campaigns to visually stunning web and graphic design, we
craft experiences that resonate with your audience. Through our
comprehensive suite of services, including digital marketing,
photography, and videography, we empower businesses to stand out in
the crowded digital sphere. With our expertise and personalized
approach, we help you harness the full potential of the online world
to achieve your goals. Let's collaborate and bring your vision to
life in the digital realm
</p>
</div>
</section>
<section class="bg-white">
<div class="py-8 px-4 mx-auto max-w-screen-xl lg:py-16">
<div
class="bg-gradient-to-b from-black to-blue-800 border border-gray-200 rounded-lg p-8 md:p-12 mb-8"
>
<h1
class="text-gray-100 dark:text-gray-900 text-3xl md:text-5xl font-extrabold mb-2"
>
Mission Statement
</h1>
<p class="text-lg font-normal text-gray-50 mb-6">
We are committed to delivering innovative, effective, and
affordable digital marketing solutions to our clients. Our team of
experts uses their vast knowledge and experience to help
businesses achieve their goals. We pride ourselves on our
customer-first philosophy and unwavering commitment to excellence
</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div
id="default-carousel"
class="relative w-full"
data-carousel="slide"
>
<!-- Carousel wrapper -->
<div class="relative h-56 overflow-hidden rounded-lg md:h-96">
<!-- Item 1 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/new6.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 2 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/web-development.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 3 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/new.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 4 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/new4.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 5 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/new8.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 6 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/new3.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 7 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/camera.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
<!-- Item 8 -->
<div class="hidden duration-700 ease-in-out" data-carousel-item>
<img
src="./Images/graphics.jpg"
class="absolute block h-full w-auto -translate-x-1/2 -translate-y-1/2 top-1/2 left-1/2"
alt="..."
/>
</div>
</div>
<!-- Slider indicators -->
<div
class="absolute z-30 flex -translate-x-1/2 bottom-5 left-1/2 space-x-3 rtl:space-x-reverse"
>
<button
type="button"
class="w-3 h-3 rounded-full"
aria-current="true"
aria-label="Slide 1"
data-carousel-slide-to="0"
></button>
<button
type="button"
class="w-3 h-3 rounded-full"
aria-current="false"
aria-label="Slide 2"
data-carousel-slide-to="1"
></button>
<button
type="button"
class="w-3 h-3 rounded-full"
aria-current="false"
aria-label="Slide 3"
data-carousel-slide-to="2"
></button>
<button
type="button"
class="w-3 h-3 rounded-full"
aria-current="false"
aria-label="Slide 4"
data-carousel-slide-to="3"
></button>
<button
type="button"
class="w-3 h-3 rounded-full"
aria-current="false"
aria-label="Slide 5"
data-carousel-slide-to="4"
></button>
</div>
<!-- Slider controls -->
<button
type="button"
class="absolute top-0 start-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none"
data-carousel-prev
>
<span
class="inline-flex items-center justify-center w-10 h-10 rounded-full bg-white/30 dark:bg-gray-800/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none"
>
<svg
class="w-4 h-4 text-white dark:text-gray-800 rtl:rotate-180"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 6 10"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 1 1 5l4 4"
/>
</svg>
<span class="sr-only">Previous</span>
</span>
</button>
<button
type="button"
class="absolute top-0 end-0 z-30 flex items-center justify-center h-full px-4 cursor-pointer group focus:outline-none"
data-carousel-next
>
<span
class="inline-flex items-center justify-center w-10 h-10 rounded-full bg-white/30 dark:bg-gray-800/30 group-hover:bg-white/50 dark:group-hover:bg-gray-800/60 group-focus:ring-4 group-focus:ring-white dark:group-focus:ring-gray-800/70 group-focus:outline-none"
>
<svg
class="w-4 h-4 text-white dark:text-gray-800 rtl:rotate-180"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 6 10"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="m1 9 4-4-4-4"
/>
</svg>
<span class="sr-only">Next</span>
</span>
</button>
</div>
<div
class="bg-gradient-to-b from-black to-blue-800 border rounded-lg p-8 md:p-12"
>
<h2
class="text-gray-100 dark:text-gray-100 text-3xl font-extrabold mb-2"
>
About Us
</h2>
<p class="text-lg font-normal text-gray-50 mb-4">
Unlock the power of your brand with Think Digital UG, your
one-stop destination for unparalleled digital solutions. From
expert content creation and bespoke web development to
cutting-edge digital marketing strategies, captivating
photography, dynamic videography, and stunning graphics design,
we redefine digital excellence. Your journey to digital success
begins with us. Let's craft your digital legacy together
</p>
</div>
</div>
</div>
</section>
</div>
<footer class="bg-gray-900">
<div class="mx-auto w-full max-w-screen-xl p-4 py-6 lg:py-8">
<div class="md:flex md:justify-between">
<div class="mb-6 md:mb-0">
<a href="index.html" class="flex items-center">
<img
src="./Images/thinkDigital.jpg"
class="h-8 me-3 rounded-full"
alt="thinkDigital Logo"
/>
<span
class="self-center text-2xl font-semibold whitespace-nowrap text-white"
>Think Digital</span
>
</a>
</div>
<div class="grid grid-cols-2 gap-8 sm:gap-6 sm:grid-cols-3">
<div>
<h2 class="mb-6 text-sm font-semibold uppercase text-white">
Services
</h2>
<ul class="text-gray-50 font-medium">
<li class="mb-4">
<a href="https://flowbite.com/" class="hover:underline"
>Digital Marketing</a
>
</li>
<li>
<a href="https://tailwindcss.com/" class="hover:underline"
>Content Creation</a
>
</li>
</ul>
</div>
<div>
<h2 class="mb-6 text-sm font-semibold uppercase text-white">
Follow us
</h2>
<ul class="text-gray-50 font-medium">
<li class="mb-4">
<a
href="https://www.instagram.com/thinkdigitalug?igshid=NGVhN2U2NjQ0Yg%3D%3D&utm_source=qr"
class="hover:underline"
>Instagram</a
>
</li>
<li>
<a
href="https://youtube.com/@ThinkDigitalUg?si=hmtchCp0CRW77DaK"
class="hover:underline"
>YouTube</a
>
</li>
</ul>
</div>
<div>
<h2 class="mb-6 text-sm font-semibold uppercase text-white">
Legal
</h2>
<ul class="text-gray-50 font-medium">
<li class="mb-4">
<a href="#" class="hover:underline">Privacy Policy</a>
</li>
<li>
<a href="#" class="hover:underline">Terms & Conditions</a>
</li>
</ul>
</div>
</div>
</div>
<hr class="my-6 sm:mx-auto border-gray-700 lg:my-8" />
<div class="sm:flex sm:items-center sm:justify-between">
<span class="text-sm text-gray-500 sm:text-center dark:text-gray-400"
><span class="year"></span>
<a href="#index.html" class="hover:underline">Think Digital Ug</a>.
All Rights Reserved.
</span>
<div id="footerIcons" class="flex mt-4 sm:justify-center sm:mt-0">
<a
href="https://www.facebook.com/thinkdigitalug?mibextid=LQQJ4d"
class="text-gray-500 hover:text-white"
>
<i class="bx bxl-facebook text-[1.5rem]"></i>
<span class="sr-only">Facebook page</span>
</a>
<a
href="https://x.com/thinkdigitalug?s=11"
class="text-gray-500 hover:text-white ms-5"
>
<i class="bx bxl-twitter text-[1.5rem]"></i>
<span class="sr-only">Twitter page</span>
</a>
<a
href="https://www.linkedin.com/in/think-digital-7200942a5?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=ios_app"
class="text-gray-500 hover:text-white ms-5 w-4 h-4"
>
<span class="sr-only">LinkedIn</span>
<i class="bx bxl-linkedin text-[1.5rem]"></i>
</a>
<a
href="https://www.tiktok.com/@thinkdigitalug?_t=8iCarsdLYXu&_r=1"
class="text-gray-500 hover:text-white ms-5 w-4 h-4"
>
<i class="bx bxl-tiktok text-[1.5rem]"></i>
<span class="sr-only">TikTok</span>
</a>
</div>
</div>
</div>
</footer>
<script type="module" src="/Assets/Js/app.js"></script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script src="https://unpkg.com/[email protected]/dist/typed.umd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.0/flowbite.min.js"></script>
<script>
AOS.init();
</script>
</body>
</html>