-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
615 lines (610 loc) · 36.2 KB
/
index.html
File metadata and controls
615 lines (610 loc) · 36.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SCHOOL WEBPAGE RESPONSIVE</title>
<!-- Font-Awesome CDN -->
<script src="https://kit.fontawesome.com/56ffdb0763.js" crossorigin="anonymous"></script>
<!-- Tailwind CSS CDN -->
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" type="image/png" sizes="128x128" href="assets/icon.png">
</head>
<body class="m-0 p-0 font-serif w-full">
<!-- Page 01 -->
<div class="w-full bg-violet-600 text-white" style="text-shadow: 1px 1px 2px black;">
<div class="flex w-full justify-around items-center flex-wrap">
<span class="text-2xl m-3 font-black">Nelson Academy</span>
<div>
<div class="flex md:hidden ">
<i class="fa-solid fa-bars" style="color: #ffffff;"></i>
</div>
<ul type="none" class="flex text-xs hidden md:flex">
<li class="m-2">Home</li>
<li class="m-2">Product</li>
<li class="m-2">Pricing</li>
<li class="m-2"><b>Contact</b></li>
</ul>
</div>
<ul class="flex items-center" type="none">
<li class="text-xs m-2">Login</li>
<li><b><button class="bg-orange-500 py-1 px-2 text-sm font-mono rounded-xl m-2">JOIN US ⮕</button></b>
</li>
</ul>
</div>
<div class="flex justify-center text-2xl sm:text-5xl">
<p class="w-3/4 sm:w-2/5 text-center mt-16 sm:mt-36 font-semibold">HIGH QUALITY COURSES</p>
</div>
<div class="flex justify-center text-sm sm:text-base">
<p class="w-3/4 sm:w-2/5 mt-8 font-bold text-center">Every day brings with it a fresh set of learning
possibilities.</p>
</div>
<div class="flex flex-wrap justify-center mt-6 ">
<button class="bg-orange-500 text-xs font-bold p-2 m-2 rounded-xl"> Get Quote Now</button>
<button class="bg-violet-600 text-xs font-bold p-2 m-2 rounded-xl px-3 border-2 border-orange-500"> Learn
More</button>
</div>
<div class="h-12 sm:h-20 w-full flex"></div>
</div>
<!-- Page 02 -->
<div class="m-0 p-0 font-serif w-full bg-indigo-950 ">
<div class="pt-16 pl-16">
<div class="text-white text-2xl font-bold mr-8">Our Experts Teacher</div>
<div class="text-white text-xs font-medium mt-4 w-2/3 md:w-1/4">Lorem ipsum dolor sit amet consectetur
adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus explicabo.</div>
</div>
<div class="flex flex-wrap m-0 justify-around mt-16">
<div class="p-3">
<div class="w-48 h-72 text-slate-900 bg-white rounded-2xl hover:bg-violet-600 hover:text-white">
<div class="p-8">
<div
class="w-20 h-20 bg-pink-200 border-2 border-pink-600 rounded-2xl flex justify-center items-center">
<i class="fa-solid fa-desktop fa-3x font-xs" class="" style="color: #e74040;"></i>
</div>
<div class="text-sm font-black my-4"> Books Library</div>
<div class="w-16 border-2 border-pink-600 rounded-full"></div>
<div class="text-xs font-medium my-4 w-36">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
</div>
</div>
</div>
<div class="p-3 md:pt-12">
<div class="w-48 h-72 text-slate-900 bg-white rounded-2xl hover:bg-violet-600 hover:text-white">
<div class="p-8">
<div
class="w-20 h-20 bg-pink-200 border-2 border-pink-600 rounded-2xl flex justify-center items-center">
<i class="fa-solid fa-chalkboard-user fa-3x" style="color: #e74040;"></i>
</div>
<div class="text-sm font-black my-4"> Certified Teachers </div>
<div class="w-16 border-2 border-pink-600 rounded-full"></div>
<div class="text-xs font-medium my-4 w-36">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
</div>
</div>
</div>
<div class="p-3">
<div class="w-48 h-72 text-slate-900 bg-white rounded-2xl hover:bg-violet-600 hover:text-white">
<div class="p-8">
<div
class="w-20 h-20 bg-pink-200 border-2 border-pink-600 rounded-2xl flex justify-center items-center">
<i class="fa-solid fa-graduation-cap fa-3x" style="color: #e74040;"></i>
</div>
<div class="text-sm font-black my-4"> Training Courses </div>
<div class="w-16 border-2 border-pink-600 rounded-full"></div>
<div class="text-xs font-medium my-4 w-36">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
</div>
</div>
</div>
<div class="p-3 md:pt-12">
<div class="w-48 h-72 text-slate-900 bg-white rounded-2xl hover:bg-violet-600 hover:text-white">
<div class="p-8">
<div
class="w-20 h-20 bg-pink-200 border-2 border-pink-600 rounded-2xl flex justify-center items-center">
<i class="fa-solid fa-signal fa-3x" style="color: #e74040;"></i>
</div>
<div class="text-sm font-black my-4"> 2,769 online courses </div>
<div class="w-16 border-2 border-pink-600 rounded-full"></div>
<div class="text-xs font-medium my-4 w-36">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
</div>
</div>
</div>
</div>
<div class="w-full h-6 sm:h-12"></div>
</div>
<!-- Page 03 -->
<div class="m-0 p-0 font-serif w-full bg-indigo-950 ">
<div class="pt-16 pl-16">
<div class="text-white text-2xl font-bold ">Get Quality Education</div>
<div class="text-white text-xs font-medium mt-4 w-2/3 md:w-1/4">Lorem ipsum dolor sit amet consectetur
adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus explicabo.</div>
</div>
<div class="flex flex-wrap m-0 justify-around m-16 ">
<!-- Shop Item 01 -->
<div class="p-3 drop-shadow-2xl">
<div class="bg-white w-60 h-120 text-slate-900 rounded-2xl">
<div class="">
<div class="w-60 h-60 rounded-2xl"
style="background-image: url(assets/shop-1.jpg); background-size: cover;">
<div class="w-60 h-60">
<div class="h-4"></div>
<div class="ml-4 text-xs bg-orange-500 px-2 py-1 text-white inline rounded-xl">Sale
</div>
<div class="w-60 h-60 rounded-2xl flex justify-center mt-36">
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-heart" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-cart-shopping" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-eye" class="shop-ico"></i>
</div>
</div>
</div>
</div>
<div class="">
<div class="flex justify-between items-center p-4">
<div class="text-xs text-violet-600">Welcome</div>
<div class="text-sm font-bold text-white bg-indigo-950 py-1 px-2 rounded-full">⭐5.0
</div>
</div>
<div class="px-4 text-sm text-slate-900 font-black"> Certified Teachers </div>
<div class="p-4 text-xs text-gray-800">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
<div class="px-4 text-xs text-gray-700">
<div class="">
<i class="fa-solid fa-download"></i> 15 sales
</div>
</div>
<div class="px-4 py-2 text-xs">
<span class="text-gray-500"><s>$16.48</s> </span>
<span class="text-orange-500">$6.48 </span>
</div>
<div class="px-4 pb-8"><button
class="bg-white border-2 border-violet-600 rounded-full text-violet-600 px-4 py-2 text-xs font-semibold">Learn
More <i class="fa-solid fa-chevron-right"></i></button></div>
</div>
</div>
</div>
</div>
<!-- Shop Item 02 -->
<div class="p-3 drop-shadow-2xl">
<div class="bg-white w-60 h-120 text-slate-900 rounded-2xl">
<div class="">
<div class="w-60 h-60 rounded-2xl"
style="background-image: url(assets/shop-2.jpg); background-size: cover;">
<div class="w-60 h-60">
<div class="h-4"></div>
<div class="ml-4 text-xs bg-orange-500 px-2 py-1 text-white inline rounded-xl">Sale
</div>
<div class="w-60 h-60 rounded-2xl flex justify-center mt-36">
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-heart" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-cart-shopping" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-eye" class="shop-ico"></i>
</div>
</div>
</div>
</div>
<div class="">
<div class="flex justify-between items-center p-4">
<div class="text-xs text-violet-600">Join Us</div>
<div class="text-sm font-bold text-white bg-indigo-950 py-1 px-2 rounded-full">⭐4.9
</div>
</div>
<div class="px-4 text-sm text-slate-900 font-black"> Books Library </div>
<div class="p-4 text-xs text-gray-800">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
<div class="px-4 text-xs text-gray-700">
<div class="">
<i class="fa-solid fa-download"></i> 15 sales
</div>
</div>
<div class="px-4 py-2 text-xs">
<span class="text-gray-500"><s>$16.48</s> </span>
<span class="text-orange-500">$6.48 </span>
</div>
<div class="px-4 pb-8"><button
class="bg-white border-2 border-violet-600 rounded-full text-violet-600 px-4 py-2 text-xs font-semibold">Learn
More <i class="fa-solid fa-chevron-right"></i></button></div>
</div>
</div>
</div>
</div>
<!-- Shop Item 03 -->
<div class="p-3 drop-shadow-2xl">
<div class="bg-white w-60 h-120 text-slate-900 rounded-2xl">
<div class="">
<div class="w-60 h-60 rounded-2xl"
style="background-image: url(assets/shop-3.jpg); background-size: cover;">
<div class="w-60 h-60">
<div class="h-4"></div>
<div class="ml-4 text-xs bg-orange-500 px-2 py-1 text-white inline rounded-xl">Sale
</div>
<div class="w-60 h-60 rounded-2xl flex justify-center mt-36">
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-heart" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-cart-shopping" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-eye" class="shop-ico"></i>
</div>
</div>
</div>
</div>
<div class="">
<div class="flex justify-between items-center p-4">
<div class="text-xs text-violet-600">For Better Future</div>
<div class="text-sm font-bold text-white bg-indigo-950 py-1 px-2 rounded-full">⭐4.8
</div>
</div>
<div class="px-4 text-sm text-slate-900 font-black"> Training Courses </div>
<div class="p-4 text-xs text-gray-800">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
<div class="px-4 text-xs text-gray-700">
<div class="">
<i class="fa-solid fa-download"></i> 15 sales
</div>
</div>
<div class="px-4 py-2 text-xs">
<span class="text-gray-500"><s>$16.48</s> </span>
<span class="text-orange-500">$6.48 </span>
</div>
<div class="px-4 pb-8"><button
class="bg-white border-2 border-violet-600 rounded-full text-violet-600 px-4 py-2 text-xs font-semibold">Learn
More <i class="fa-solid fa-chevron-right"></i></button></div>
</div>
</div>
</div>
</div>
<!-- Shop Item 04 -->
<div class="p-3 drop-shadow-2xl">
<div class="bg-white w-60 h-120 text-slate-900 rounded-2xl">
<div class="">
<div class="w-60 h-60 rounded-2xl"
style="background-image: url(assets/shop-4.jpg); background-size: cover;">
<div class="w-60 h-60">
<div class="h-4"></div>
<div class="ml-4 text-xs bg-orange-500 px-2 py-1 text-white inline rounded-xl">Sale
</div>
<div class="w-60 h-60 rounded-2xl flex justify-center mt-36">
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-heart" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-cart-shopping" class="shop-ico"></i>
</div>
<div
class="w-6 h-6 rounded-full bg-gray-100 flex justify-center items-center inline m-2">
<i class="fa-solid fa-eye" class="shop-ico"></i>
</div>
</div>
</div>
</div>
<div class="">
<div class="flex justify-between items-center p-4">
<div class="text-xs text-violet-600">Come On</div>
<div class="text-sm font-bold text-white bg-indigo-950 py-1 px-2 rounded-full">⭐4.7
</div>
</div>
<div class="px-4 text-sm text-slate-900 font-black"> Online Courses </div>
<div class="p-4 text-xs text-gray-800">Lorem ipsum dolor sit, amet consectetur adipisicing
elit.</div>
<div class="px-4 text-xs text-gray-700">
<div class="">
<i class="fa-solid fa-download"></i> 15 sales
</div>
</div>
<div class="px-4 py-2 text-xs">
<span class="text-gray-500"><s>$16.48</s> </span>
<span class="text-orange-500">$6.48 </span>
</div>
<div class="px-4 pb-8"><button
class="bg-white border-2 border-violet-600 rounded-full text-violet-600 px-4 py-2 text-xs font-semibold">Learn
More <i class="fa-solid fa-chevron-right"></i></button></div>
</div>
</div>
</div>
</div>
</div>
<div class="w-full h-6 sm:h-12"></div>
</div>
<!-- Page 04 -->
<div class="w-full bg-indigo-950 text-white flex flex-wrap justify-around" style="text-shadow: 1px 1px 1px black;">
<div class="w-64 h-64 sm:w-72 sm:h-72 md:w-80 md:h-80 rounded-2xl"
style="background-image: url(assets/img-1.png); background-size: cover;">
</div>
<div class="w-64 sm:w-72 md:w-80">
<div class="h-4 sm:hidden"></div>
<div class="sm:pt-8 sm:pl-8 md:pt-12 md:pl-12">
<div class="border-2 border-orange-500 rounded-full w-16 sm:w-18 md:w-24 my:2 sm:my-4 md:my-6"></div>
<div
class="w-48 sm:w-48 md:w-64 text-white text-3xl font-bold text-center sm:text-left flex justify-center ">
Our Expert Teachers</div>
<div class="text-white text-xs font-medium mt-4 w-64 sm:w-76 md:w-84">Lorem ipsum dolor sit amet
consectetur adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus
explicabo.</div>
</div>
<div class="sm:pl-12 py-4 flex justify-center sm:justify-start ml-0">
<div class=""><button
class="bg-white border-2 border-violet-600 rounded-full text-violet-600 px-4 py-2 text-xs font-semibold">Learn
More <i class="fa-solid fa-chevron-right"></i></button></div>
</div>
</div>
<div class=" w-full h-8 sm:h-12 bg-indigo-950 "></div>
</div>
<!-- Page 05 -->
<div class="w-full bg-indigo-950 text-white flex flex-wrap justify-around" style="text-shadow: 1px 1px 1px black;">
<div class="w-64 sm:w-72 md:w-80">
<div class="h-4 sm:hidden"></div>
<div class="sm:pt-8 sm:pl-8 md:pt-12 md:pl-12">
<div class="border-2 border-orange-500 rounded-full w-16 sm:w-18 md:w-24 my:2 sm:my-4 md:my-6"></div>
<div
class="w-48 sm:w-48 md:w-64 text-white text-3xl font-bold text-center sm:text-left flex justify-center sm:justify-start ">
Every Client Matters</div>
<div class="text-white text-xs font-medium mt-4 w-64 sm:w-76 md:w-84">Lorem ipsum dolor sit amet
consectetur adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus
explicabo.</div>
</div>
<div class="sm:pl-12 py-4 flex justify-center sm:justify-start ml-0">
<div class=""><button
class="bg-white border-2 border-violet-600 rounded-full text-violet-600 px-4 py-2 text-xs font-semibold">Learn
More <i class="fa-solid fa-chevron-right"></i></button></div>
</div>
</div>
<div class="flex items-center w-64 h-64 sm:my-8 sm:w-72 sm:h-72 md:w-96 md:h-96 md:my-10 ">
<div class="w-64 h-48 sm:w-72 sm:h-54 md:w-96 md:h-72 rounded-2xl "
style="background-image: url(assets/img-2.jpg); background-size: cover;">
<div class="flex justify-center items-center w-64 h-48 sm:w-72 sm:h-54 md:w-96 md:h-72"><i
class="fa-solid fa-circle-play fa-2x" style="color: #7a4fd6;"></i></div>
</div>
</div>
</div>
<!-- Page 06 -->
<div class="m-0 p-0 font-serif w-full bg-indigo-950 ">
<div class="pt-16 pl-16">
<div class="text-white text-2xl font-bold "> Most Popular Courses </div>
<div class="text-white text-xs font-medium mt-4 w-2/3 md:w-96">Lorem ipsum dolor sit amet consectetur
adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus explicabo.</div>
</div>
<div class="w-full flex flex-wrap justify-around">
<!-- Popular Course 01 -->
<div class="w-64 h-72 sm:w-80 sm:h-80 md:w-96 md:h-80 bg-white drop-shadow-2xl rounded-3xl m-4">
<div class="">
<div class="w-64 sm:w-80 md:w-96 flex justify-center">
<div class="w-20 h-20 sm:w-28 sm:h-28 rounded-full border-2 border-violet-600 mt-4"
style="background-image: url(assets/teacher-01.png); background-size: cover;"></div>
</div>
<div class="m-4 text-center text-xs font-light text-gray-700">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Beatae minus voluptatum expedita est,
doloremque fugit enim inventore vitae assumenda consequatur?
</div>
<div class="w-64 sm:w-80 md:w-96 m-1 flex justify-center">
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
</div>
<div class="w-64 sm:w-80 md:w-96 my-3 flex justify-center text-xs text-slate-950 font-black">
Regina Miles
</div>
<div class="w-64 sm:w-80 md:w-96 m-1 flex justify-center text-xs text-slate-900 font-medium">
Graphic Designer
</div>
</div>
</div>
<!-- Popular Course 02 -->
<div class="w-64 h-72 sm:w-80 sm:h-80 md:w-96 md:h-80 bg-white drop-shadow-2xl rounded-3xl m-4">
<div class="">
<div class="w-64 sm:w-80 md:w-96 flex justify-center">
<div class="w-20 h-20 sm:w-28 sm:h-28 rounded-full border-2 border-violet-600 mt-4"
style="background-image: url(assets/teacher-02.png); background-size: cover;"></div>
</div>
<div class="m-4 text-center text-xs font-light text-gray-700">
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Beatae minus voluptatum expedita est,
doloremque fugit enim inventore vitae assumenda consequatur?
</div>
<div class="w-64 sm:w-80 md:w-96 m-1 flex justify-center">
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star" style="color: #ffc800;"></i>
<i class="fa-solid fa-star-half-stroke" style="color: #ffc800;"></i>
</div>
<div class="w-64 sm:w-80 md:w-96 my-3 flex justify-center text-xs text-slate-950 font-black">
Julian Jameson
</div>
<div class="w-64 sm:w-80 md:w-96 m-1 flex justify-center text-xs text-slate-900 font-medium">
Web Developer
</div>
</div>
</div>
</div>
</div>
<!-- Page 07 -->
<div class="m-0 p-0 font-serif w-full bg-indigo-950 ">
<div class="pt-16 pl-16">
<div class="text-white text-2xl font-bold mr-8">Our Expert Teachers</div>
<div class="text-white text-xs font-medium mt-4 w-2/3 md:w-1/4">Lorem ipsum dolor sit amet consectetur
adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus explicabo.</div>
<div class="h-4 sm:h-6"></div>
</div>
<div class="w-full flex flex-wrap justify-around">
<!-- Expert Teacher 01 -->
<div class="w-64 h-96 rounded-2xl drop-shadow-2xl m-2 bg-white">
<div class="w-64 h-64 rounded-2xl"
style="background-image: url(assets/teacher-03.png); background-size: cover;"></div>
<div class="taecher-desc">
<div class="w-64 flex justify-center text-sm text-slate-950 font-black mt-3">Muzan Kibutsuji</div>
<div class="w-64 flex justify-center">
<div class="w-28 border-2 border-violet-600 rounded-full"></div>
</div>
<div class="w-64 flex justify-center text-xs text-gray-800 mt-3 md-2">Asst. Professor</div>
<div class="w-64 flex justify-center" style="font-size: 12px;">
<i class="fa-brands fa-facebook fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-instagram fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-twitter fa-2x m-2" style="color: #7a4fd6;"></i>
</div>
</div>
</div>
<!-- Expert Teacher 02 -->
<div class="w-64 h-96 rounded-2xl drop-shadow-2xl m-2 bg-white">
<div class="w-64 h-64 rounded-2xl"
style="background-image: url(assets/teacher-04.png); background-size: cover;"></div>
<div class="taecher-desc">
<div class="w-64 flex justify-center text-sm text-slate-950 font-black mt-3">Roronoa Zoro</div>
<div class="w-64 flex justify-center">
<div class="w-28 border-2 border-violet-600 rounded-full"></div>
</div>
<div class="w-64 flex justify-center text-xs text-gray-800 mt-3 md-2">Professor</div>
<div class="w-64 flex justify-center" style="font-size: 12px;">
<i class="fa-brands fa-facebook fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-instagram fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-twitter fa-2x m-2" style="color: #7a4fd6;"></i>
</div>
</div>
</div>
<!-- Expert Teacher 03 -->
<div class="w-64 h-96 rounded-2xl drop-shadow-2xl m-2 bg-white">
<div class="w-64 h-64 rounded-2xl"
style="background-image: url(assets/teacher-05.png); background-size: cover;"></div>
<div class="taecher-desc">
<div class="w-64 flex justify-center text-sm text-slate-950 font-black mt-3">Mei Misaki</div>
<div class="w-64 flex justify-center">
<div class="w-28 border-2 border-violet-600 rounded-full"></div>
</div>
<div class="w-64 flex justify-center text-xs text-gray-800 mt-3 md-2">Professor</div>
<div class="w-64 flex justify-center" style="font-size: 12px;">
<i class="fa-brands fa-facebook fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-instagram fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-twitter fa-2x m-2" style="color: #7a4fd6;"></i>
</div>
</div>
</div>
<!-- Expert Teacher 04 -->
<div class="w-64 h-96 rounded-2xl drop-shadow-2xl m-2 bg-white">
<div class="w-64 h-64 rounded-2xl"
style="background-image: url(assets/teacher-06.png); background-size: cover;"></div>
<div class="taecher-desc">
<div class="w-64 flex justify-center text-sm text-slate-950 font-black mt-3">Hoshino Ruby</div>
<div class="w-64 flex justify-center">
<div class="w-28 border-2 border-violet-600 rounded-full"></div>
</div>
<div class="w-64 flex justify-center text-xs text-gray-800 mt-3 md-2">Asst. Professor</div>
<div class="w-64 flex justify-center" style="font-size: 12px;">
<i class="fa-brands fa-facebook fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-instagram fa-2x m-2" style="color: #7a4fd6;"></i>
<i class="fa-brands fa-twitter fa-2x m-2" style="color: #7a4fd6;"></i>
</div>
</div>
</div>
</div>
</div>
<!-- Page 08 -->
<div class="m-0 p-0 font-serif w-full bg-indigo-950 ">
<div class="pt-16 text-center">
<div class="w-full text-center" style="text-shadow: 1px 1px 1px black;">
<div class="text-white text-2xl font-bold mr-8 w-full flex justify-center">Get Quality Education</div>
<div class="w-full flex justify-center">
<div class="text-white text-xs font-medium mt-4 w-3/4 md:w-96 ">Lorem ipsum dolor sit amet
consectetur
adipisicing elit. Quae vero porro laudantium sequi veniam magni doloribus voluptatibus
explicabo.</div>
</div>
</div>
<div class="flex justify-center mt-8 sm:mt-12">
<div class="w-64 h-6 sm:w-96 sm:h-8 flex bg-white rounded-xl">
<div
class="w-44 h-6 sm:w-72 sm:h-8 text-xs text-gray-500 flex items-center justify-start font-black pl-4 ">
Your email
</div>
<div
class="w-20 h-6 sm:w-24 sm:h-8 text-xs sm:text-sm text-white bg-violet-600 flex items-center justify-center font-black rounded-xl">
Subscribe
</div>
</div>
</div>
<div class="h-8 sm:h-12 w-full"></div>
</div>
</div>
<!-- Footer -->
<div class="w-full bg-indigo-950 text-white text-sm " style="text-shadow: 1px 1px 1px black;">
<div class="flex flex-wrap justify-around">
<div class="flex flex-column leading-loose m-2">
<ul type="none">
<li class="font-black">Company Info</li>
<li>About Us</li>
<li>Carrier</li>
<li>We are hiring</li>
<li>Blog</li>
</ul>
</div>
<div class="flex flex-column leading-loose m-2">
<ul type="none">
<li class="font-black">Legal</li>
<li>About Us</li>
<li>Carrier</li>
<li>We are hiring</li>
<li>Blog</li>
</ul>
</div>
<div class="flex flex-column leading-loose m-2">
<ul type="none">
<li class="font-black">Features</li>
<li>Business Marketing</li>
<li>User Analytics</li>
<li>Live Chat</li>
<li>Unlimited Support</li>
</ul>
</div>
<div class="flex flex-column leading-loose m-2">
<ul type="none">
<li class="font-black">Resources</li>
<li>IOS & Android </li>
<li>Watch a Demo</li>
<li>Customers</li>
<li>API</li>
</ul>
</div>
<div class="flex flex-column leading-loose m-2">
<ul type="none">
<li class="font-black">Get In Touch</li>
<li><i class="fa-solid fa-phone" style="color: #ffffff;"></i> (480) 555-0103</li>
<li class="flex">
<div>
<i class="fa-solid fa-location-dot" style="color: #ffffff;"></i>
</div>
<div class="w-48">
4517 Washington Ave. Manchester, Kentucky 39495
</div>
</li>
<li><i class="fa-solid fa-envelope" style="color: #ffffff;"></i> aryansingh@djsce.com</li>
</ul>
</div>
</div>
<div class="w-full h-8 sm:h-10 bg-white rounded-t-2xl text-black text-xs sm:text-sm flex justify-center pt-2 text-center " style="text-shadow: none; font-family: cooper;">
<div class="w-64 sm:w-96">MADE WITH LOVE BY ARYAN-SINGH ❤️</div>
</div>
</div>
</body>
</html>