-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
544 lines (534 loc) · 20.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
<!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 - Digital Marketing Services</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://think-digital-ug.vercel.app" />
<!-- 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://think-digital-ug.vercel.app" />
<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 class="dark:bg-transparent min-h-screen">
<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="herosection" class="">
<section
id="firstSection"
class="bg-center bg-no-repeat bg-[url('https://flowbite.s3.amazonaws.com/docs/jumbotron/conference.jpg')] dark:bg-gray-700 bg-gray-800 bg-blend-multiply"
>
<div class="px-4 mx-auto max-w-screen-xl text-center py-24 lg:py-56">
<h1
class="mb-4 text-4xl font-extrabold tracking-tight leading-none text-white md:text-5xl lg:text-6xl"
>
Think Digital Marketing Agency
</h1>
<p
class="welcome mb-8 text-lg font-bold text-gray-300 lg:text-xl sm:px-16 lg:px-48"
></p>
<div
class="flex flex-col space-y-4 sm:flex-row sm:justify-center sm:space-y-0"
>
<a
href="#secondSection"
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center dark:text-white rounded-lg dark:bg-indigo-700 dark:hover:bg-indigo-800 focus:ring-4 focus:ring-indigo-300 dark:focus:ring-indigo-900 bg-indigo-200"
>
Get started
<svg
class="w-3.5 h-3.5 ms-2 rtl:rotate-180"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 14 10"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 5h12m0 0L9 1m4 4L9 9"
/>
</svg>
</a>
<a
href="about.html"
class="inline-flex justify-center hover:text-gray-900 items-center py-3 px-5 sm:ms-4 text-base font-medium text-center text-white rounded-lg border border-white hover:bg-gray-100 focus:ring-4 focus:ring-gray-400"
>
Learn more
</a>
</div>
</div>
</section>
<section id="secondSection">
<div data-aos="fade-right" class="" id="leftsecond">
<section class="bg-white">
<div class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16">
<h1
id="think Digital"
class="mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-6xl"
>
We invest in the world’s potential
</h1>
<p
id="thinkParagraph"
class="mb-8 text-lg font-normal text-gray-800 lg:text-xl sm:px-16 lg:px-48"
>
At Think Digital we focus on markets where technology,
innovation, and capital can unlock long-term value and drive
economic growth.
</p>
<div
class="flex flex-col space-y-4 sm:flex-row sm:justify-center sm:space-y-0"
>
<a
href="./services.html"
class="inline-flex justify-center items-center py-3 px-5 text-base font-medium text-center text-white rounded-lg dark:bg-indigo-700 dark:hover:bg-indigo-800 focus:ring-4 focus:ring-indigo-300 dark:focus:ring-indigo-900"
>
View All Services
<svg
class="w-3.5 h-3.5 ms-2 rtl:rotate-180"
aria-hidden="true"
xmlns="http://www.w3.org/2000/svg"
fill="none"
viewBox="0 0 14 10"
>
<path
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M1 5h12m0 0L9 1m4 4L9 9"
/>
</svg>
</a>
</div>
</div>
</section>
</div>
<div
data-aos="flip-left"
data-aos-easing="ease-out-cubic"
data-aos-duration="2000"
class="w-[45rem]"
id="rightsecond"
>
<img src="./Images/laptop.webp" alt="" />
</div>
</section>
<section>
<section
class="flex items-center justify-center md:py-8 py-3 bg-indigo-200 dark:bg-gradient-to-b from-black to-indigo-700"
>
<div
class="max-w-full flex-col-reverse flex md:gap-32 gap-8 md:flex-row px-8 py-6"
>
<div class=" ">
<img
src="/Images/front.png"
alt=""
class="h-auto max-w-full lg:w-[27rem] rounded-sm"
/>
</div>
<div
class="flex flex-col gap-4 items-center justify-center w-96 dark:text-white"
>
<h2 class="font-semibold text-2xl">THINK DIGITAL UG !!!</h2>
<p class="text-xl flex items-center justify-center">
We are based in Uganda Kampala and specialized in creating
digital experiences. Feel the difference, Book your session
today and cherish moments that resonate for lifetime in Web
development,Graphics designing,Digital marketing, content
creation.
</p>
</div>
</div>
</section>
</section>
</div>
<div
class="flex items-center justify-center fixed bottom-20 lg:bottom-32 right-10 lg:right-10"
>
<a
data-aos="flip-left"
data-aos-easing="ease-out-cubic"
data-aos-duration="2000"
href="https://wa.me/message/OWB5KVYAKS4XP1"
id="watsup"
class="w-16"
>
<img
class=""
src="./Images/whatsup.png"
alt="icon"
title="whats up think digital ug"
/>
</a>
<!-- <button
class="darkmode-toggle rounded-full text-white dark:text-black bg-indigo-700 dark:bg-indigo-400 py-1 px-2.5"
>
<i class="bx bxs-moon"></i>
</button> -->
</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 type="module" src="/Assets/Js/typed.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>