-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
368 lines (358 loc) · 13.6 KB
/
service.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
<!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 -Book Now</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 class="">
<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>
<a
href="services.html"
title="Services"
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"
>Services</a
>
</li>
<li>
<a
href="contact.html"
title="Contact us"
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"
>Contact</a
>
</li>
<li>
<a
href="about.html"
title="About Us"
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"
>About</a
>
</li>
</ul>
</div>
</div>
</header>
<div id="servicesSection1" class="">
<div
class="py-8 px-4 mx-auto max-w-screen-xl text-center lg:py-16 z-30 relative"
>
<h1
class="serviceHeading mb-4 text-4xl font-extrabold tracking-tight leading-none text-gray-900 md:text-5xl lg:text-6xl"
>
Service
</h1>
<p
class="serviceDesptn mb-8 text-lg font-normal text-black lg:text-xl sm:px-16 lg:px-48"
>
Here at Think Digital we focus on markets where technology,
innovation, and capital can unlock long-term value and drive economic
growth Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Aspernatur quas suscipit fuga doloremque sit, veniam deleniti, facere,
eum obcaecati ducimus repudiandae officia assumenda minima illum
ratione voluptas ex dolor quam! Lorem ipsum dolor sit amet,
consectetur adipisicing elit. Facere adipisci molestiae blanditiis,
cum tempore odio cumque ratione reiciendis voluptatibus ex quasi iusto
deserunt expedita voluptatem quis magni officiis fugiat hic veritatis.
Nam quis id tempore quae et? Fugit autem quasi dolor maiores saepe
corporis facere at sed facilis, accusantium exercitationem!
</p>
</div>
<div class="flex lg:flex-row gap-4 mb-3 items-center justify-center">
<div class="object-contain">
<img
src="/Images/front.png"
alt=""
class="image h-96 w-80 lg:max-w-full lg:w-[50rem] rounded-sm"
/>
</div>
</div>
</div>
<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="description 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>
<div
class="flex gap-2 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>
</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/service.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>