-
Notifications
You must be signed in to change notification settings - Fork 0
/
tailwind.html
502 lines (493 loc) · 30.1 KB
/
tailwind.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Online Courses - Learn Anytime, Anywhere, On Your Schedule - Tiigsi</title>
<link rel="icon" type="image/x-icon" href="/TiigsiHomeInTailwind-main/images/logo.png">
<script src="https://kit.fontawesome.com/e0148563a7.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="tailwind.min.css">
</head>
<body class="bg-gray-100">
<!-- section 1 -->
<div class=" bg-white h-20 flex justify-center relative z-10 ">
<div class="container h-20 pt-3 ">
<div class="flex flex-row items-center px-2 md:px-48 justify-between ">
<diV class="flex items-center gap-14">
<img src="images/logo.png" class="w-20 h-15 ">
<div class="flex gap-5 items-center ">
<p class="text-gray-400 cursor-pointer text-sm font-semibold hidden md:block">Categories</p>
<svg xmlns="http://www.w3.org/2000/svg"
class="h-4 w-4 text-gray-400 hidden md:block cursor-pointer t" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="3"
d="M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z" />
</svg>
</div>
</diV>
<div class="flex ">
<svg xmlns="http://www.w3.org/2000/svg"
class="h-7 w-9 text-gray-400 md:hidden cursor-pointer hover:text-red-600 transition"
viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd" />
</svg>
<div class="hidden md:block">
<a href="#"
class="font-semibold bg-red-500 px-4 py-2 rounded-full text-white text-sm flex items-center hover:bg-red-400">
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M11 16l-4-4m0 0l4-4m-4 4h14m-5 4v1a3 3 0 01-3 3H6a3 3 0 01-3-3V7a3 3 0 013-3h7a3 3 0 013 3v1" />
</svg>
Login
</a>
</div>
</div>
</div>
</div>
</div>
<!-- section 2 -->
<div
class="contianer md:relative -top-44 bg-gray-200 transform md:-rotate-6 md:h-screen w-screen md:rounded-3xl flex items-center justify-center ">
<div class="relative flex gap-10 flex-row justify-center">
<div class="">
<div class="absolute w-6 h-6 bg-blue-600 rounded shadow-lg transform rotate-45 -top-40 -right-60">
</div>
<div class="absolute w-6 h-6 bg-yellow-500 rounded-full shadow-lg top-80 -right-70">
</div>
</div>
</div>
<div class="transform md:rotate-6">
<div class="contianer w-screen mt-20 h-96 flex justify-center items-center">
<div class="absolute w-6 h-6 bg-blue-400 rounded-full shadow-lg top-80 -right-70">
</div>
<div class="flex gap-10 w-1/2 justify-between ">
<div class="flex flex-col gap-20 ">
<div>
<h1 class="text-green-500 text-6xl font-no pb-7 mt-32 ">Learn.|</h1>
<h5 class="text-lg tracking-wide "> Learning made at your fingertips.</h5>
</div>
<a href=""
class="text-lg text-black shadow text-center font-bold px-4 rounded-full bg-white hover:bg-gray-400 hover:text-white transform hover:-translate-y-2 duration-500 transition">Introducing
Onsite
Bootcamps ></a>
</div>
<div>
<img src="images/1.png" class="w-96 h-65 mt-28 float-right ">
</div>
</div>
</div>
</div>
</div>
<!-- section 3 -->
<div class=" bg-gray-200 pt-28 w-screen flex justify-center">
<div class="fle flex-col space-y-28 pb-20">
<div class="container px-5 md:px-0">
<div class=" flex gap-2 pb-10">
<svg xmlns="http://www.w3.org/2000/svg" class="h-9 w-9 text-gray-600" viewBox="0 0 20 20"
fill="currentColor">
<path fill-rule="evenodd"
d="M3.172 5.172a4 4 0 015.656 0L10 6.343l1.172-1.171a4 4 0 115.656 5.656L10 17.657l-6.828-6.829a4 4 0 010-5.656z"
clip-rule="evenodd" />
</svg>
<H1 class=" text-3xl tracking-wide text-gray-600">Most Loved Courses </H1>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-10 md:gap-5 text-center ">
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500 ">
<img src="images/2.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Computer Unlocking</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/3.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Advanced Graphic Design</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/4.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Networking Essentials</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/5.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Computer Application</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/6.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">CCTV Cameras</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/7.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Finger Print Scanner</p>
</div>
</div>
</div>
<div class="container px-5 md:px-0">
<div class="flex gap-2 pb-10">
<svg xmlns="http://www.w3.org/2000/svg" class="h-9 w-9" viewBox="0 0 20 20" fill="currentColor">
<path
d="M9 4.804A7.968 7.968 0 005.5 4c-1.255 0-2.443.29-3.5.804v10A7.969 7.969 0 015.5 14c1.669 0 3.218.51 4.5
1.385A7.962 7.962 0 0114.5 14c1.255 0 2.443.29 3.5.804v-10A7.968 7.968 0 0014.5 4c-1.255 0-2.443.29-3.5.804V12a1 1 0 11-2 0V4.804z" />
</svg>
<H1 class=" text-3xl tracking-wide text-gray-600">Hot & New Courses </H1>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-10 md:gap-5 text-center ">
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/m.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Motion Graphic & Video Bootcamp</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/2t.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Full Stack Coding Bootcamp</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/3t.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Graphic Design Bootcamp</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/4t.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Adobe InDesign CC - Essentials Training </p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/5t.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Modern HTML & CSS For Beginners </p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/6t.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Ethical Hacking</p>
</div>
</div>
</div>
<div class="container px-5 md:px-0">
<div class="flex gap-2 pb-10">
<svg xmlns="http://www.w3.org/2000/svg" class="h-9 w-9" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M2 5a2 2 0 012-2h8a2 2 0 012 2v10a2 2 0 002 2H4a2 2 0 01-2-2V5zm3 1h6v4H5V6zm6 6H5v2h6v-2z"
clip-rule="evenodd" />
<path d="M15 7h1a2 2 0 012 2v5.5a1.5 1.5 0 01-3 0V7z" />
</svg>
<H1 class=" text-3xl tracking-wide text-gray-600">Best Selling Courses </H1>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-10 :gap-5 text-center ">
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/2.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Motion Graphic & Video Bootcamp</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/3.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Full Stack Coding Bootcamp</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/4.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Graphic Design Bootcamp</p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/6.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Adobe InDesign CC - Essentials Training </p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/mm.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Modern HTML & CSS For Beginners </p>
</div>
<div class=" bg-white rounded shadow-xl transform hover:-translate-y-3 duration-500">
<img src="images/mm1.png" class="rounded-t">
<p class="pt-10 pb-20 text-2xl text-gray-600">Ethical Hacking</p>
</div>
</div>
</div>
<div class="flex flex-col justify-center items-center px-10 gap-5">
<p class=" text-sm text-center font-semibold text-gray-400 "> <span class="text-blue-600">*Good to
know!</span> You are not
limited to the
sample courses
above</p>
<div
class="flex border border-red-500 py-2 px-4 items-center gap-1 font-semibold text-red-500 rounded-md hover:bg-red-500 hover:text-white">
<a href="#" class=" ">Explore Course Library</a>
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M10.293 3.293a1 1 0 011.414 0l6 6a1 1 0 010 1.414l-6 6a1 1 0 01-1.414-1.414L14.586 11H3a1 1 0 110-2h11.586l-4.293-4.293a1 1 0 010-1.414z"
clip-rule="evenodd" />
</svg>
</div>
</div>
</div>
</div>
<!-- section 4 -->
<div class="bg-gray-50 w-screen flex items-center justify-center">
<div class="flex flex-col pb-32 md:px-24 gap-28 pt-20 ">
<div class="contianer px-5 md:px-0 ">
<div class="flex flex-row gap-2 pb-10 ">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-7 md:h-9 md:w-9" viewBox="0 0 20 20"
fill="currentColor">
<path
d="M10.394 2.08a1 1 0 00-.788 0l-7 3a1 1 0 000 1.84L5.25 8.051a.999.999 0 01.356-.257l4-1.714a1 1 0 11.788 1.838L7.667 9.088l1.94.831a1 1 0 00.787 0l7-3a1 1 0 000-1.838l-7-3zM3.31 9.397L5 10.12v4.102a8.969 8.969 0 00-1.05-.174 1 1 0 01-.89-.89 11.115 11.115 0 01.25-3.762zM9.3 16.573A9.026 9.026 0 007 14.935v-3.957l1.818.78a3 3 0 002.364 0l5.508-2.361a11.026 11.026 0 01.25 3.762 1 1 0 01-.89.89 8.968 8.968 0 00-5.35 2.524 1 1 0 01-1.4 0zM6 18a1 1 0 001-1v-2.065a8.935 8.935 0 00-2-.712V17a1 1 0 001 1z" />
</svg>
<h1 class="text-2xl md:text-3xl tracking-wide text-gray-600">Introducing On-site
Bootcamps!</h1>
</div>
<div class="grid md:grid-cols-2 gap-10 md:gap-5 ">
<div
class="flex flex-col bg-white gap-3 rounded-lg shadow-lg transform hover:-translate-y-3 transition">
<img src="images/3t.png" class="rounded-t-lg">
<h1 class=" text-2xl text-gray-600 pl-10">Graphic Design Bootcamp</h1>
<div class="flex flex-col gap-10 px-10">
<p class="text-gray-400 ">Noqo Motion Graphics & Video Editor! Mudo kooban ku
baro
Barnaamijyada ugu
Caansan ee Duwan.
</p>
<p class=" pb-10 text-gray-400">Diploma Certificate (4 courses)</p>
</div>
</div>
<div
class="flex flex-col bg-white gap-3 rounded-lg shadow-lg transform hover:-translate-y-3 transition">
<img src="images/2t.png" class="rounded-t-lg">
<h1 class=" text-2xl text-gray-600 pl-10">Full Stack Coding Bootcamp</h1>
<div class="flex flex-col gap-10 px-10">
<p class="text-gray-400">Noqo Full Stack Software Developer! oo baro Front-End Technologies,
Back-End Technologies iyo sidoo kale Mobile Apps ka
</p>
<p class=" pb-10 text-gray-400">Diploma Certificate (4 courses)</p>
</div>
</div>
<div
class="flex flex-col bg-white gap-3 rounded-lg shadow-lg transform hover:-translate-y-3 transition">
<img src="images/1t.png" class="rounded-t-lg">
<h1 class=" text-2xl text-gray-600 pl-10">React JS Bootcamp</h1>
<div class="flex flex-col gap-10 px-10">
<p class="text-gray-400">Noqo React JS Developer! awood u leh inuu dhiso Web Apps
interactive ah, Design qurux badan, sidoo kale Front-End Developer dhamaystiran.
</p>
<p class=" pb-10 text-gray-400">Diploma Certificate (4 courses)</p>
</div>
</div>
<div
class="flex flex-col bg-white gap-3 rounded-lg shadow-lg transform hover:-translate-y-3 transition">
<img src="images/1d.png" class="rounded-t-lg">
<h1 class=" text-2xl text-gray-600 pl-10">Data Struturs and Algorithms with JavaScript Bootcamp
</h1>
<div class="flex flex-col gap-10 px-10">
<p class="text-gray-400">Noqo Software Developer! awood u leh inuu xaliyo Problems kala
duwan, dhisi kara Application dhamaystiran.
</p>
<p class=" pb-10 text-gray-400">Diploma Certificate (4 courses)</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- section 5 -->
<div class="bg-gray-200 flex flex-col items-center ">
<div class="contianer mx-3 md:mx-36 pb-20 pt-10">
<div class="flex items-center gap-1 pb-5">
<svg xmlns="http://www.w3.org/2000/svg" class="h-7 w-8" viewBox="0 0 20 20" fill="currentColor">
<path fill-rule="evenodd"
d="M3 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1zm0 4a1 1 0 011-1h12a1 1 0 110 2H4a1 1 0 01-1-1z"
clip-rule="evenodd" />
</svg>
<h1 class="text-2xl text-gray-600">Top Categories</h1>
</div>
<div class="grid md:grid-cols-3 gap-5">
<a href="#"
class=" h-48 rounded-md hover:brightness-75 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/1o.png"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" text-white text-center font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold">Software Development</h1>
<p class="text-sm">27 Courses</p>
</div>
</span>
</a>
<a href="#" class=" h-48 rounded-md flex items-center justify-center overflow-hidden ">
<div>
<img src="images/2o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Web Development</h1>
<p class="text-sm">27 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/3o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Finance & Accounting</h1>
<p class="text-sm">26 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/4o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">IT & Software</h1>
<p class="text-sm">63 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/5o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">High School</h1>
<p class="text-sm">34 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/6o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Language</h1>
<p class="text-sm">18 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/7o.png"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Social Science</h1>
<p class="text-sm">10 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/8o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Architectural Engineering</h1>
<p class="text-sm">2 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/9o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Health & Fitness</h1>
<p class="text-sm">26 Courses</p>
</div>
</span>
</a>
<a href="#"
class=" h-48 rounded-md hover:brightness-100 flex items-center justify-center overflow-hidden ">
<div>
<img src="images/10o.jpg"
class=" max-w-full max-h-full filter brightness-50 transform hover:scale-105 transition relative">
</div>
<span class=" tracking-wide text-center text-white font-semibold absolute z-10 ">
<div class="flex flex-col gap-4">
<h1 class="text-xl tracking-wide font-semibold ">Certification Training</h1>
<p class="text-sm">3 Courses</p>
</div>
</span>
</a>
</div>
</div>
</div>
<!-- section 6 -->
<div class="bg-gray-50 w-screen flex justify-center ">
<div class="container md:w-1/2 ">
<div class="flex flex flex-col px-3 py-20 gap-5">
<div class="flex flex-row gap-1 items-center ">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6 text-gray-600" fill="none"
viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M11 5.882V19.24a1.76 1.76 0 01-3.417.592l-2.147-6.15M18 13a3 3 0 100-6M5.436 13.683A4.001 4.001 0 017 6h1.832c4.1 0 7.625-1.234 9.168-3v14c-1.543-1.766-5.067-3-9.168-3H7a3.988 3.988 0 01-1.564-.317z" />
</svg>
<h1 class="text-gray-600 text-2xl tracking-wide md:text-3xl ">What our students have to say</h1>
</div>
<p class="text-center text-gray-600 text-lg font-serif italic md:text-2xl tracking-wide">"Aad iyo Aad
baan ugu bogoy
ugana
mabsuuday
habka
sharaxaada
ustaadka iyo
sida casharba
kakale usii furfuryo.
Tiigsi tecknology waad mahadsanitihin"</p>
<H3 class="font-mono font-bold text-center text-gray-700">Mohamed Software Developer</H3>
</div>
</div>
</div>
<!-- section 7 -->
<div class="bg-gray-200">
<div class="containr py-10 px-3 flex flex-col items-center justify-center gap-10">
<div class="flex flex-col md:flex-row gap-10 md:w-1/2">
<div class="flex flex-col flex-1">
<img src="images/logo.png" class="w-28 h-15">
<p class="text-gray-400 ">Tiigsi Technology was founded in 2019 with envision to
provide
anyone,
anywhere with access to the world’s best online education.</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-10 pb-10 flex-1">
<div>
<a href="#" class="hover:underline text-gray-400">Reward</a>
</div>
<div class="flex flex-col gap-2">
<p class="font-semibold text-gray-600">About</p>
<a href="#" class="text-gray-400 text-sm hover:underline">About</a>
<a href="#" class="text-gray-400 text-sm hover:underline">Careers</a>
</div>
<div class="flex flex-col gap-2">
<p class="font-semibold text-gray-600">Company</p>
<a href="#" class="text-gray-400 text-sm hover:underline">Privacy</a>
<a href="#" class="text-gray-400 text-sm hover:underline">Terms</a>
</div>
</div>
</div>
<div class="flex flex-col md:flex-row justify-between items-center gap-10 md:w-1/2">
<p class="text-sm text-gray-400 font-semibold">© 2021 <span
class="hover:text-blue-600 transition cursor-pointer ">Tiigsi
Technology</span>
. All rights
reserved.</p>
<div class="flex gap-4">
<i class="fab fa-instagram text-gray-400 hover:text-blue-600 transition cursor-pointer"></i>
<i class="fab fa-facebook text-gray-400 hover:text-blue-600 transition cursor-pointer"></i>
<i class="fab fa-twitter text-gray-400 hover:text-blue-600 transition cursor-pointer"></i>
</div>
</div>
</div>
</div>
</body>
</html>