-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
791 lines (668 loc) · 40 KB
/
index.html
File metadata and controls
791 lines (668 loc) · 40 KB
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
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css"
integrity="sha512-Evv84Mr4kqVGRNSgIGL/F/aIDqQb7xQ2vcrdIwxfjThSH8CSR7PBEakCr51Ck+w+/U6swU2Im1vVX0SVk9ABhg=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Righteous&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Righteous&family=Rowdies:wght@300;400;700&display=swap"
rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Saira:ital,wght@0,100..900;1,100..900&display=swap"
rel="stylesheet">
<!-- <script src="https://unpkg.com/@tailwindcss/browser@4"></script> -->
<link href="./src/output.css" rel="stylesheet">
<title>Coaching Center Website</title>
<style>
.fontstyle {
font-family: "Righteous", sans-serif;
}
.featurefont {
font-family: "Rowdies", sans-serif;
}
.featurep {
font-family: "Righteous";
}
.cardfont {
font-family: "Saira";
}
</style>
</head>
<body>
<header>
<div class="mx-auto">
<!-- navigation -->
<nav class="flex items-center justify-between bg-white ps-4 pe-16 lg:ps-8 lg:pe-32">
<div class="flex">
<a href="#" class="mt-2">
<img src="/images/Askmeidentity 2.png" class="h-16 w-auto border-0">
</a>
</div>
<div class="flex gap-x-6 text-sm lg:gap-x-12">
<a href="#" class="hover:text-gray-500">Home</a>
<a href="#" class="hover:text-gray-500">About</a>
<a href="#" class="hover:text-gray-500">Course</a>
<a href="#" class="hover:text-gray-500">Contact</a>
</div>
<!-- icons -->
<div class="hidden lg:flex gap-x-6 relative">
<a href="#"><i class="fa-solid fa-cart-shopping text-base hover:text-gray-500"></i>
<span
class="badge absolute -top-3 left-3 bg-green-500 text-white text-center rounded-full px-1 ">0</span>
</a>
<a href="#">
<i class="fa-solid fa-circle-user text-base hover:text-gray-500"></i>
</a>
<a href="#">
<i class="fa-solid fa-magnifying-glass text-base hover:text-gray-500"></i>
</a>
</div>
<!-- buttons -->
<div class="text-sm lg:flex lg:gap-x-12 gap-x-6 ">
<div>
<a href="#" class="hover:bg-gradient-to-r from-violet-600 via-indigo-600 to-blue-600
hover:px-4 hover:py-2 hover:rounded-md hover:text-white">Login</a>
</div>
<div>
<a href="#" class="hover:bg-gradient-to-r from-violet-600 via-indigo-600 to-blue-600
hover:px-4 hover:py-2 hover:rounded-md hover:text-white">Signup</a>
</div>
</div>
</nav>
</div>
<!-- section -->
<section>
<div class="flex bg-gradient-to-r from-violet-700 via-indigo-700 to-blue-700
text-white justify-between ps-7 pt-20 lg:ps-14">
<div class="relative pb-36">
<p class="uppercase text-xs tracking-widest fontstyle">Successful coaches are visionaries</p>
<h1 class="text-6xl py-4 mb-4 leading-snug fontstyle w-150">Good <span
class="text-blue-800">coaching</span> is good
teaching &
nothing else.</h1>
<div class="mb-8">
<button class="relative inline-flex items-center justify-center p-0.5 mb-2 me-2 overflow-hidden text-sm
rounded-lg border hover:bg-gradient-to-r from-cyan-500 to-blue-500 hover:border-0">
<span class="relative text-xs px-5 py-2.5 fontstyle">
View courses
</span>
</button>
<button class="relative inline-flex items-center justify-center p-0.5 mb-2 me-2 overflow-hidden text-sm
rounded-lg hover:bg-gradient-to-r from-cyan-500 to-blue-500 hover:border-0">
<span class="relative text-xs px-5 py-2.5 fontstyle ">
Get Free Consultation
</span>
</button>
</div>
<div class="mt-12 pb-1">
<form>
<div class="relative">
<input type="text" placeholder="What do you want to learn today?"
class="text-xs rounded-md bg-white text-black w-9/12 p-4 fontstyle">
<div class="absolute top-1.5 right-1/4">
<button type="button" class="text-white bg-gradient-to-r from-blue-700 via-indigo-600 to-violet-500
rounded-md text-sm px-4 py-2 text-center me-2 mb-2 fontstyle">
<i class="fa-solid fa-magnifying-glass me-2 text-xs"></i>
search
</button>
</div>
</div>
</form>
</div>
<!-- u shape -->
<div class="relative hidden lg:block mt-12 right-5">
<span class="border border-gray-400 p-32 absolute rounded-t-full -top-28 -right-52"></span>
<span
class="border-2 border-gray-400 px-28 py-32 border-dashed absolute rounded-t-full -top-24 -right-48"></span>
<span
class="border border-gray-400 px-24 py-32 absolute rounded-t-full -top-20 -right-44"></span>
</div>
</div>
<div class="hidden lg:flex lg:justify-start pl-3">
<img src="/images/Group 1000014970.png" class="relative top-12 w-6 h-32 right-3 ">
<div class="w-60 pt-10 ">
<h4 class="text-xs leading-8 fontstyle">Shyam</h4>
<p class="text-xs leading-4 fontstyle text-justify">In a coaching role, you ask the questions
and rely more on your
staff, who become the experts, to provide the information.</p>
<span class="text-xs leading-8 text-sky-400">4.9</span>
</div>
</div>
<div>
<div class="relative -top-30 right-0 h-70 hidden bottom-10 lg:block ">
<img src="/images/Ellipse 8324.png" class="w-full h-210">
</div>
<img src="/images/women laptop.png" class="absolute top-28 right-10 h-170 hidden lg:block">
</div>
</div>
</div>
</section>
<!-- social platforms -->
<section class="hidden sm:block">
<div class="flex bg-gradient-to-t from-violet-700 via-indigo-700 to-blue-700
shadow-sm relative top-0 text-white justify-evenly p-8 w-full h-23">
<img src="./images/brand6.png" class="w-15">
<img src="./images/brand1.png" class="w-15">
<img src="./images/brand6.png" class="w-15">
<img src="./images/brand5.png" class="w-15">
<img src="./images/brand3.png" class="w-15">
<img src="./images/brand1.png" class="w-15">
</div>
</section>
</header>
<!-- main section -->
<main>
<section>
<div class="bg-gradient-to-b from-white via-white-100 to-teal-100">
<!-- featured course -->
<div class="mb-8">
<div class="text-center pt-28 ">
<h1 class="text-3xl featurefont">Featured <span class="text-sky-400">Course</span> </h1>
<p class="text-md leading-8 tracking-widest uppercase featurep ">The feature courses are we
invented our
teaching part</p>
</div>
<img src="./images/Ellipse 118.png" class="relative -top-20 left-1/6 w-14 h-14">
</div>
<!-- card section -->
<div class="grid grid-cols-3 gap-6 p-12 m-14 lg:ps-20 mb-0.5">
<!-- interanl card 1 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/3d-map-pins-gps-navigator-pin-checking-poins-3d-render-illustration 1.png"
class="rounded-t-lg">
</a>
<div class="p-4 cardfont ">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">1,957 Students</span>
<span class="text-xs text-gray-600">01h 59m</span>
</div>
<p class="mb-5 pe-5 font-semibold text-gray-900 dark:text-gray-400 ">
Motion Graphics: Create a Nice
Typography Animation
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
<!-- internal card 2 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/3d-jigsaw-puzzle-pieces-pink-background-problem-solving-business-concept-3d-render-illustration 1.png"
class="rounded-t-lg">
</a>
<div class="p-4 cardfont ">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">9,575 Students</span>
<span class="text-xs text-gray-600">01h 59m</span>
</div>
<p class="mb-5 pe-5 font-semibold text-gray-900 dark:text-gray-400 ">
Advance PHP knowledge with JS to
make smart web
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
<!-- internal card 3 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/rocket-launch-laptop-flying-rocket-icon-business-startup-project-concept 1.png"
class="rounded-t-lg">
</a>
<div class="p-4 cardfont ">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">2957 Students</span>
<span class="text-xs text-gray-600">02h 49m</span>
</div>
<p class="mb-5 pe-5 font-semibold text-gray-900 dark:text-gray-400 ">
Education Software and PHP and JS
System Script
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
<!-- internal card 4 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/red-up-arrow-coin-stacks-pink-background-financial-success-growth-concept-3d-render-illustration 1.png"
class="rounded-t-lg">
</a>
<div class="p-4 cardfont ">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">5,457 Students</span>
<span class="text-xs text-gray-600">01h 49m</span>
</div>
<p class="mb-5 pe-5 font-semibold text-gray-900 dark:text-gray-400 ">
The Complete Financial Analyst
Training & Investing
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
<!-- internal card 5 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/travel-concept-3d-illustration-airplane-flying-map-pin 1.png"
class="rounded-t-lg">
</a>
<div class="p-4 cardfont ">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">595 Students</span>
<span class="text-xs text-gray-600">01h 49m</span>
</div>
<p class="mb-5 pe-5 font-semibold text-gray-900 dark:text-gray-400 ">
Marketing 2023: Complete Guide To
Instagram Growth
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
<!-- internal card 6 -->
<div
class="max-w-sm bg-white border border-gray-300 rounded-lg
shadow dark:bg-gray-800 dark:border-gray-700 hover:scale-105 transform transition-transform duratin-300 ">
<a href="">
<img src="./images/online-banking-icon-money-saving-bank-bundles-money-coins-floating-around-purple-background 1.png"
class="rounded-t-lg">
</a>
<div class="p-4 cardfont ">
<div class="flex justify-between mb-4">
<span class="text-xs text-gray-600">458 Students</span>
<span class="text-xs text-gray-600">03h 00m</span>
</div>
<p class="mb-5 pe-5 font-semibold text-gray-900 dark:text-gray-400 ">
Learn 3D Modelling and Design
for Beginners
</p>
<div class="flex justify-between mt-10">
<span class="text-xs text-gray-600">Rs.499</span>
<span class="text-xs text-gray-600"><i class="fa-solid fa-cart-shopping"></i></span>
</div>
</div>
</div>
</div>
<!-- explore button -->
<div class="flex justify-center py-10 ml-9">
<button type="button" class="text-white bg-gradient-to-br from-blue-900 via-indigo-700
to-purple-500 hover:bg-gradient-to-bl focus:ring-4
rounded text-sm px-5 py-2.5 text-center m3-2 mb-2 shadow-sm ">
Explore Courses
</button>
</section>
<!-- training section -->
<section>
<div class="bg-gradient-to-tr from-purple-400 via-indigo-500 to-blue-900 text-white pt-8 pb-28 z-0">
<!-- u shape -->
<div class="relative">
<span class="border border-gray-400 p-32 absolute rounded-r-full top-4 -left-20"></span>
<span
class="border-2 border-gray-400 px-24 py-28 border-dashed absolute rounded-r-full top-8 -left-10"></span>
<span class="border border-gray-400 px-20 py-24 absolute rounded-r-full top-12 -left-8"></span>
</div>
<!-- training heading -->
<div class="mb-8">
<div class="text-center pt-16 flex flex-col items-center justify-center">
<h1 class="text-3xl z-50 featurep">Why <span class="text-blue-800 featurep"> learn </span>with
our courses?</h1>
<p class="text-md leading-6 lg:w-1/3 pt-4 pb-8 z-50 cardfont">We are providing the best courses
and top
classes.And extradinery placement training.....</p>
</div>
</div>
<!-- images -->
<div class="flex justify-evenly items-center">
<div class="flex flex-col justify-center items-center border-r-2 border-dotted">
<img src="./images/Icon.png" class="w-18">
<h1 class="text-cl leading-8 pt-8 featurep">01. Learn</h1>
<p class="text-xs w-2/3 text-center px-10 py-2 featurep">Learn continually. There is always
“one more thing”to learn.</p>
</div>
<div class="flex flex-col justify-center items-center">
<img src="./images/Icon (1).png" class="w-18">
<h1 class="text-cl leading-8 pt-8 featurep">02. Graduate</h1>
<p class="text-xs w-2/3 text-center px-10 py-2 featurep">Be bold,be courageous,
be your best.</p>
</div>
<div class="flex flex-col justify-center items-center border-l-2 border-dotted">
<img src="./images/Icon (2).png" class="w-18">
<h1 class="text-cl leading-8 pt-8 featurep">03. Work</h1>
<p class="text-xs w-2/3 text-center px-10 py-2 featurep">Great companies are built in
the office,with hard work put
in by team.</p>
</div>
</div>
</div>
</section>
<!-- cateories section -->
<section>
<div class="bg-gradient-to-b from-white via-white-100 to-teal-100">
<div class="text-center pt-16">
<h1 class="text-3xl featurep ">Top <span class="text-sky-500">Categories</span></h1>
<p class="text-md leading-8 featurep text-gray-400 font-normal">100+ unique online course list
designs</p>
</div>
<div class="flex items-center justify-between flex-wrap gap-2 p-28 ">
<!-- categroy 1 -->
<div
class="flex flex-col items-center justify-center bg-white px-4 py-8 text-center rounded-lg shadow-md hover:scale-105 transform transition-transform duratin-200">
<img src="./images/div.features-box-image.png" class="w-16 h-16">
<h1 class="py-6 leading-8 w-2/3 text-lg text-gray-600 featurep">Digtal
Marketing</h1>
<span class="text-xs text-gray-500 featurep">25 Courses</span>
</div>
<!-- categroy 2 -->
<div
class="flex flex-col items-center justify-center bg-white px-4 py-8 text-center rounded-lg shadow-md hover:scale-105 transform transition-transform duratin-200">
<img src="./images/div.features-box-image (1).png" class="w-16 h-16">
<h1 class="py-6 leading-8 w-2/3 text-lg text-gray-600 featurep">Web
Development</h1>
<span class="text-xs text-gray-500 featurep">16 Courses</span>
</div>
<!-- categroy 3 -->
<div
class="flex flex-col items-center justify-center bg-white px-4 py-8 text-center rounded-lg shadow-md hover:scale-105 transform transition-transform duratin-200">
<img src="./images/div.features-box-image (2).png" class="w-16 h-16">
<h1 class="py-6 leading-8 w-2/3 text-lg text-gray-600 featurep">Art &
Humanities</h1>
<span class="text-xs text-gray-500 featurep">76 Courses</span>
</div>
<!-- categroy 4 -->
<div
class="flex flex-col items-center justify-center bg-white px-0.5 py-8 text-center rounded-lg shadow-md hover:scale-105 transform transition-transform duratin-200">
<img src="./images/div.features-box-image (3).png" class="w-16 h-16">
<h1 class="py-6 leading-8 w-2/3 text-lg text-gray-600 featurep">Personal
Development</h1>
<span class="text-xs text-gray-500 featurep">22 Courses</span>
</div>
<!-- categroy 5 -->
<div
class="flex flex-col items-center justify-center bg-white px-4 py-8 text-center rounded-lg shadow-md hover:scale-105 transform transition-transform duratin-200">
<img src="./images/div.features-box-image (4).png" class="w-16 h-16">
<h1 class="py-6 leading-8 w-2/3 text-lg text-gray-600 featurep">IT and
Software</h1>
<span class="text-xs text-gray-500 featurep">110 Courses</span>
</div>
<!-- categroy 6 -->
<div
class="flex flex-col items-center justify-center bg-white px-4 py-8 text-center rounded-lg shadow-md hover:scale-105 transform transition-transform duratin-200">
<img src="./images/div.features-box-image (5).png" class="w-16 h-16">
<h1 class="py-6 leading-8 w-2/3 text-lg text-gray-600 featurep">Graphic
Design</h1>
<span class="text-xs text-gray-500 featurep">85 Courses</span>
</div>
</div>
</div>
</section>
<!-- subscribe section -->
<section
class="relative bg-gradient-to-b from-white via-white-100 via-teal-50 to-teal-100
py-30 text-white w-full ">
<div class="container m-52 -top-50 p-24 px-30 py-32 w-230 h-90 mr-50 text-center justify-center relative ">
<div class="absolute inset-0 bg-cover bg-center bg-gradient-to-tr from-sky-200 via-indigo-500 via-blue-600 to-fuchsia-400
rounded-lg ">
</div>
<!-- subscirbe form -->
<div class="relative z-10 -top-30 m-20">
<h2 class="text-4xl font-bold mb-4 featurep text-md ">Subscribe For Get Update
Every New Courses</h2>
<p class="text-xs mb-6 text-white featurep font-normal ">20k+ students daily learn with Eduvi.
Subscribe for new courses.</p>
<form class="flex ">
<input type="email" placeholder="enter your email" class="w-full max-w-md px-4 py-3 ml-10 rounded-md
bg-white/20 text-white
featurep border-none focus:ouline-none justify-center " />
<button type="submit" class="bg-blue-800 hover:bg-blue-700
px-5 py-3 ml-96.5 absolute rounded-r-md font-normal featurep">
Subscibe
</button>
</form>
</div>
<img src="/images/Polygon 7.png" class="absolute py-5 px-110 ml-95 ">
<img src="/images/Polygon 8.png" class="absolute -left-10 -bottom-10 w-15">
<img src="/images/Polygon 9.png" class="absolute top-10 left-100 w-15 transform rotate-8">
<img src="/images/Ellipse 168.png" class="absolute top-14 left-9.5 w-13">
<img src="/images/Ellipse 167.png" class="absolute top-38 left-39 w-13">
<img src="/images/Ellipse 166 (1).png" class="absolute top-65 left-9.5 w-13">
<img src="/images/Ellipse 166.png" class="absolute top-14 right-11 w-13">
<img src="/images/Ellipse 167 (1).png" class="absolute top-38 right-33 w-13">
<img src="/images/Ellipse 168 (1).png" class="absolute top-65 right-11 w-13">
</div>
<!-- video section -->
<div class="mx-80 relative my-2 hidden sm:block mt-30 ">
<video class="h-full w-full rounded-2xl ">
<source src="https://docs.material-tailwind.com/demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
<i
class="fa-solid fa-play bg-gradient-to-r from-green-500 to-violet-700
py-7 px-8 rounded-full z-50 absolute text-white text-center left-80 top-35 border-12 border-white-opacity-5"></i>
<img src="/images/Rectangle 8691 (1).png" alt="Image overlay" class="absolute top-0 left-0
w-full h-full object-cover" />
<img src="/images/banner_right.png" alt="Image overlay" class="w-50 absolute ml-147 -mt-40 z-10 ">
</div>
<!-- testimonal section -->
<div class="pt-20 pb-36 top-50">
<img src="./images/Ellipse 1217.png" class="relative top-0 left-40 w-14 h-14">
<div class="text-center">
<h1 class="text-4xl text-blue-700 leading-19 featurep">Testimonials</h1>
<p class="text-gray-500 featurep">What our student say about us</p>
</div>
</div>
<div class="flex items-center lg:px-16 pb-28">
<div class="bg-white pt-8 px-8 text-xs leading-6 shadow-md relative left-16">
<img src="./images/th 4.png" class="absolute -top-6 left-1/2 w-12 h-14">
<p class="pt-4 px-10 text-gray-400 featurep">
Such an amazing traniner and easily understand the entire
syllabus, and the guidence will be super and good to the way of explaning.
</p>
<div class="px-10 py-4">
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-gray-400"></i>
</div>
</div>
<div class="bg-white pt-8 px-8 text-xs leading-6 shadow-md relative -top-10 z-50">
<img src="./images/th 4.png" class="absolute -top-6 left-1/2 w-12 h-14">
<p class="pt-4 px-10 text-gray-400 featurep">
Such an amazing traniner and easily understand the entire
syllabus, and the guidence will be super and good to the way of explaning.
</p>
<div class="px-10 py-4">
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-gray-400"></i>
</div>
</div>
<div class="bg-white pt-8 px-8 text-xs leading-6 shadow-md relative right-16">
<img src="./images/th 4.png" class="absolute -top-6 left-1/2 w-12 h-14">
<p class="pt-4 px-10 text-gray-400 featurep">
Such an amazing traniner and easily understand the entire
syllabus, and the guidence will be super and good to the way of explaning.
</p>
<div class="px-10 py-4">
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-yellow-400"></i>
<i class="fa-solid fa-star text-gray-400"></i>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- footer -->
<footer>
<section>
<div
class="flex justify-between
bg-gradient-to-r from-purple-600 via-violet-500 to-blue-600 text-black px-8 py-8">
<!-- connect -->
<div class="px-8 py-4">
<h1 class="py-2 ps-12 featurep">Connect</h1>
<a href="#" class="mt-2">
<img src="./images/Askmeidentity_remove.png">
</a>
<p class="text-xs w-2/3 text-gray-800 ps-4 featurep">
Sri Jagannath Nivas,8-1-164/345/A/1,
Pragati Colony, Mailardevpally, Nawab
Saheb Kunta, Hyd, 500005
</p>
</div>
<!-- links -->
<div class="mx-auto w-full max-w-screen-xl">
<div class="grid grid-cols-2 gap-8 px-4 py-6 lg:py-8 md:grid-cols-4">
<!-- footer col 1 -->
<div>
<h2 class="mb-6 text-lg uppercase featurep">Classes</h2>
<ul class="text-black font-normal featurep">
<li class="mb-2">
<a href="" class="hover:underline text-sm">Classroom courses</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Virtual classroom courses</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">E-learning courses</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Video Courses</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Offline Courses</a>
</li>
</ul>
</div>
<!-- footer col 2 -->
<div>
<h2 class="mb-6 text-lg uppercase featurep">Community</h2>
<ul class="text-black font-normal featurep">
<li class="mb-2">
<a href="" class="hover:underline text-sm">Learners</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Parteners</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Developers</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Transactions</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Blog</a>
</li>
</ul>
</div>
<!-- footer col 3 -->
<div>
<h2 class="mb-6 text-lg uppercase featurep">Quick links</h2>
<ul class="text-black font-normal featurep">
<li class="mb-2">
<a href="" class="hover:underline text-sm">Home</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Professional Education</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Courses</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Admissions</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Testimonial</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Programs</a>
</li>
</ul>
</div>
<!-- footer col 4 -->
<div>
<h2 class="mb-6 text-lg uppercase featurep">More</h2>
<ul class="text-black font-normal featurep">
<li class="mb-2">
<a href="" class="hover:underline text-sm">Press</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Investors</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Terms</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Privacy</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Help</a>
</li>
<li class="mb-2">
<a href="" class="hover:underline text-sm">Contact</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- social media -->
<section class>
<div class="flex justify-center items-center
bg-gradient-to-tr from-purple-700 via-violet-500 to-blue-700 py-4">
<a href="#" class="">
<img src="./images/Instagram.png" class="bg-white p-2 border border-blue-800 rounded-full w-10 mr-4">
</a>
<a href="#" class="">
<img src="./images/Twitter.png" class="bg-white p-2 border border-blue-800 rounded-full w-10 mr-4">
</a>
<a href="#" class="">
<img src="./images/LinkedIn.png" class="bg-white p-2 border border-blue-800 rounded-full w-10 mr-4">
</a>
<a href="#" class="">
<img src="./images/WhatsApp.png" class="bg-white p-2 border border-blue-800 rounded-full w-10 mr-4">
</a>
<a href="#" class="">
<img src="./images/YouTube.png" class="bg-white p-2 border border-blue-800 rounded-full w-10 mr-4">
</a>
</div>
</section>
<section>
<div
class="bg-gradient-to-tr from-purple-700 via-violet-500 to-blue-700
text-center py-2 text-xs text-white">
<span>Copyright @ 2023 askmeidentity. All Rights Reserved</span>
</div>
</section>
</footer>
</body>
</html>