-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
494 lines (483 loc) · 19.7 KB
/
contact.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
<!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 - Contact</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="">
<div id="contactSection1">
<section class="">
<div class="py-8 lg:py-16 px-4 mx-auto max-w-screen-md">
<h2
class="mb-4 text-4xl tracking-tight font-extrabold text-center text-gray-100 dark:text-gray-900"
>
Contact Us
</h2>
<p
class="mb-8 lg:mb-16 font-light text-center text-gray-50 sm:text-xl"
>
Got a technical issue? Want to send feedback about a beta feature?
Need details about our Business plan? Let us know. At ThinkDigital
We use an agile approach to test assumptions and connect with the
needs of your audience early and often.
</p>
<form action="#" class="space-y-8">
<div>
<label
for="email"
class="block mb-2 text-sm text-gray-50 font-extrabold"
>Your Name</label
>
<input
type="User Name"
id="username"
class="shadow-sm bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 border-gray-600placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
placeholder="User Name"
required
/>
</div>
<div>
<label
for="email"
class="block mb-2 text-sm font-extrabold text-gray-50"
>Your email</label
>
<input
type="email"
id="email"
class="shadow-sm bg-gray-50 border border-gray-300 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 -gray-700border-gray-600 placeholder-gray-400 text-white dark:focus:ring-primary-500 dark:focus:border-primary-500 dark:shadow-sm-light"
placeholder="[email protected]"
required
/>
</div>
<div>
<label
for="subject"
class="block mb-2 text-sm font-extrabold text-gray-50"
>Subject</label
>
<input
type="text"
id="subject"
class="block p-3 w-full text-sm bg-gray-50 rounded-lg border border-gray-300 shadow-sm focus:ring-primary-500 focus:border-primary-500 border-gray-600placeholder-gray-400 text-white focus:ring-primary-500 focus:border-primary-500 dark:shadow-sm-light"
placeholder="Let us know how we can help you"
required
/>
</div>
<div class="sm:col-span-2">
<label
for="message"
class="block mb-2 text-sm font-extrabold text-gray-50"
>Your message</label
>
<textarea
id="message"
rows="6"
class="block p-2.5 w-full text-sm bg-gray-50 rounded-lg shadow-sm border border-gray-300 focus:ring-primary-500 focus:border-primary-500 bborder-gray-600 placeholder-gray-400 dark:text-white dark:focus:ring-primary-500 dark:focus:border-primary-500"
placeholder="Leave a comment..."
></textarea>
</div>
<button
type="submit"
class="bg-blue-700 py-3 px-5 text-sm font-medium text-center text-white rounded-lg bg-primary-700 sm:w-fit hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800"
>
Send message
</button>
</form>
</div>
</section>
</div>
<div id="contactSection2" class="grid p-4 gap-10 lg:flex lg:p-8">
<div id="emailContainer" class="grid gap lg:grid text-center">
<i class='bx bxs-envelope'></i>
<h1 class="text-black font-extrabold text-[1.5rem]">Email:</h1>
<p class="font-semibold">Email us for general queries, including marketing and Think Digital Services.</p>
<span class="font-medium text-blue-600">[email protected]</span>
</div>
<div class="lg:grid text-center">
<i class='bx bxs-phone' ></i>
<h1 class="text-black font-extrabold text-[1.5rem]">Call Us:</h1>
<p class="font-semibold">Call us and reach to the company . We are always happy to help.</p>
<span class="font-medium text-blue-600">+256 759 493131</span>
</div>
<div class=" lg:grid text-center items-center">
<i class='bx bx-world ' ></i>
<h1 class="text-black font-extrabold text-[1.5rem]">Support:</h1>
<p class="font-semibold">Support us for general queries, including marketing and partnership opportunities.</p>
<a href="https://wa.me/message/OWB5KVYAKS4XP1" class="">
<span class=" px-5 py-2.5 transition-all ease-in duration-75 text-white rounded-md group-hover:bg-opacity-0 relative inline-flex items-center justify-center w-[9rem] p-0.5 mb-2 overflow-hidden text-sm font-medium group bg-blue-700 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:focus:ring-blue-800">
Support Centre
</span>
</a>
</div>
</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>