-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
690 lines (671 loc) · 34.4 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<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=DM+Sans:opsz,[email protected],300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="assets/styles/style.css" />
<link rel="stylesheet" href="assets/styles/custom.css" />
<link rel="shortcut icon" href="" type="image/x-icon" />
<title>Liga SMK</title>
</head>
<body>
<main>
<!-- -------------------------- NAVBAR CONTAINER --------------------------- -->
<div class="container my-4 px-5">
<div class="mx-5">
<div class="row">
<nav class="col">
<div class="d-flex align-items-center column-gap-4">
<img class="img-brand me-auto" src="assets/image/logo-ligasmk-dark.png" alt="logo-ligasmk" />
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-primary">
Home
<img src="assets/image/icon-arrow-bottom.svg" alt=">" />
</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-black">
About Us
<img src="assets/image/icon-arrow-bottom.svg" alt=">" />
</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-black">
Kelas
<img src="assets/image/icon-arrow-bottom.svg" alt=">" />
</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-black">
Blog
<img src="assets/image/icon-arrow-bottom.svg" alt=">" />
</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-black"> Kontak </a>
</div>
</nav>
</div>
</div>
</div>
<!-- -------------------------- NAVBAR CONTAINER --------------------------- -->
<!-- -------------------- SECTION 1 - QUOTE AND SLOGAN --------------------- -->
<section id="section-1" class="d-flex align-items-center">
<div class="container p-5">
<div class="mx-5">
<div class="row column-gap-5 py-5 align-items-center">
<div class="col">
<div class="d-flex flex-column align-items-start">
<h1 class="quote fw-bold">Bergabunglah dengan jutaan orang dan belajar hal baru</h1>
<p class="slogan text-body-tertiary my-4">
Mengubah kehidupan, bisnis, dan bangsa melalui transformasi talenta di bidang teknologi digital
</p>
<button class="btn btn-sm btn-primary px-3 py-2 pe-1 fw-bold d-flex align-items-center">
<span class="fs-mini">Mulai belajar</span>
<img
class="ms-5 ps-4"
style="transform: scale(0.7)"
src="assets/image/icon-arrowlong-right.svg"
alt=""
/>
</button>
</div>
</div>
<div class="col">
<img class="img-fluid" src="assets/image/shape-diagram.png" alt="shape-diagram" />
</div>
</div>
</div>
</div>
</section>
<!-- -------------------- SECTION 1 - QUOTE AND SLOGAN --------------------- -->
<!-- ------------------------ SECTION 2 - KEYPOINTS ------------------------ -->
<section id="section-2" class="d-flex align-items-center">
<div class="container p-5">
<div class="mx-5">
<div class="row justify-content-between align-items-center">
<div class="col">
<div class="d-flex column-gap-3">
<img class="img-section-2" src="assets/image/icon-online-education.svg" alt="icon-online-education" />
<div class="d-flex flex-column justify-content-center">
<h2 class="fs-6 fw-bolder">Membangun Karir</h2>
<p class="m-0" style="font-size: 0.8rem">Semua yang butuh kerja</p>
</div>
</div>
</div>
<div class="col">
<div class="d-flex column-gap-3">
<img class="img-section-2" src="assets/image/icon-globe-handphone.svg" alt="icon-globe-handphone" />
<div class="d-flex flex-column justify-content-center">
<h2 class="fs-6 fw-bolder">Cari Materi Belajar</h2>
<p class="m-0" style="font-size: 0.8rem">Seberapa pengetahuan kamu</p>
</div>
</div>
</div>
<div class="col">
<div class="d-flex column-gap-3">
<img
class="img-section-2"
src="assets/image/icon-online-education-laptop.svg"
alt="icon-online-education-laptop"
/>
<div class="d-flex flex-column justify-content-center">
<h2 class="fs-6 fw-bolder">Kuasai Skill Baru</h2>
<p class="m-0" style="font-size: 0.8rem">Fokus apa yang dibutuhkan</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------------ SECTION 2 - KEYPOINTS ------------------------ -->
<!-- ------------------------- SECTION 3 - POPULAR COURSE ------------------------- -->
<section id="section-3" class="d-flex align-items-center mt-5">
<div class="container p-5">
<div class="mx-5">
<div class="row">
<!-- -------------------------------- TITLE -------------------------------- -->
<div class="d-flex">
<h1 class="fw-bold w-auto fs-4 me-auto">
Pembelajaran <span class="position-relative decor">populer</span>
</h1>
<ul class="d-flex list-unstyled column-gap-1">
<li><button class="btn btn-custom rounded-0 fs-smaller">Javascript</button></li>
<li><button class="btn btn-custom rounded-0 fs-smaller">Python</button></li>
<li><button class="btn btn-custom rounded-0 fs-smaller">Web Development</button></li>
<li><button class="btn btn-custom rounded-0 fs-smaller">Art & Design</button></li>
<li><button class="btn btn-custom rounded-0 fs-smaller">Business</button></li>
</ul>
</div>
<!-- -------------------------------- TITLE -------------------------------- -->
</div>
<!-- ----------------------------- COURSE ----------------------------- -->
<div class="row row-gap-4">
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-1">
<img class="img-fluid" src="assets/image/course-1.png" alt="course-1" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-2">
<img class="img-fluid" src="assets/image/course-2.png" alt="course-2" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-3">
<img class="img-fluid" src="assets/image/course-3.png" alt="course-3" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-4">
<img class="img-fluid" src="assets/image/course-4.png" alt="course-4" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-1">
<img class="img-fluid" src="assets/image/course-5.png" alt="course-5" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-2">
<img class="img-fluid" src="assets/image/course-6.png" alt="course-6" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-3">
<img class="img-fluid" src="assets/image/course-7.png" alt="course-7" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<!-- ----------------------------- COURSE CARD ----------------------------- -->
<div class="col-3">
<div class="border border-1 position-relative new-4">
<img class="img-fluid" src="assets/image/course-8.png" alt="course-8" />
<div class="p-3">
<div class="d-flex flex-column">
<p class="text-primary fs-mini fw-bold">Alen Mask</p>
<p>Why Learn InterMediate SQL for Marketers?</p>
<div class="d-flex fs-mini column-gap-3">
<span>
<img src="assets/image/icon-hamburger.svg" alt="hamburger" />
Beginner
</span>
<span>
<img src="assets/image/icon-copy.svg" alt="hamburger" />
3 Lessons
</span>
</div>
</div>
</div>
</div>
</div>
<!-- ----------------------------- COURSE CARD ----------------------------- -->
</div>
<!-- ----------------------------- COURSE ----------------------------- -->
</div>
</div>
</section>
<!-- ------------------------- SECTION 3 - POPULAR COURSE ------------------------- -->
<!-- ------------------------ SECTION 5 - MEMBERSHIP ------------------------ -->
<section id="section-4" class="d-flex align-items-center">
<div class="container p-5">
<div class="mx-5">
<div class="row align-items-center">
<div class="col-auto">
<img src="assets/image/membership-image.png" alt="membership" />
</div>
<div class="col text-center">
<h1 class="fw-semibold">Dapatkan membership Pro GRATIS untuk kelas kamu.</h1>
</div>
<div class="col-auto">
<button class="btn btn-primary fs-smaller px-3 py-2">
<span class="fs-mini pe-3">Lihat semua kelas.</span>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------------ SECTION 5 - MEMBERSHIP ------------------------ -->
<!-- -------------------- SECTION 6 - POPULAR CATEGORY --------------------- -->
<section id="section-5" class="d-flex align-items-center">
<div class="container p-5 mt-5">
<div class="mx-5">
<div class="row">
<!-- -------------------------------- TITLE -------------------------------- -->
<div class="d-flex justify-content-center mb-5">
<h1 class="fw-bold fs-4">Kategori <span class="position-relative decor">populer</span></h1>
</div>
<!-- -------------------------------- TITLE -------------------------------- -->
</div>
<!-- ------------------------------ CATEGORY ------------------------------- -->
<div class="row row-gap-4">
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-chemical.svg" alt="chem" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Kimia</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-calendar.svg" alt="management" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Management</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-pencil-ruler.svg" alt="art" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Seni Budaya</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-briefcase.svg" alt="business" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Bisnis</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-science.svg" alt="management" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Astrologi</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-rocket.png" alt="SEO" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">SEO</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-space.svg" alt="Kosmologi" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Kosmologi</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
<div class="col-3">
<div class="mini-shadow px-3 py-4 d-flex column-gap-3">
<div class="rounded-circle cat-logo p-2">
<img src="assets/image/icon-microscope.svg" alt="biologi" />
</div>
<div class="d-flex justify-content-center flex-column">
<h6 class="fw-bold m-0">Biologi</h6>
<p class="m-0 fs-mini text-body-tertiary">2 Kelas</p>
</div>
</div>
</div>
<!-- ---------------------------- CATEGORY CARD ---------------------------- -->
</div>
<!-- ------------------------------ CATEGORY ------------------------------- -->
<div class="row justify-content-center mt-5">
<a href="#" class="link-primary link-underline link-underline-opacity-0 w-auto"
>Explore all courses <img src="assets/image/icon-double-next.svg" alt="next" />
</a>
</div>
</div>
</div>
</section>
<!-- -------------------- SECTION 6 - POPULAR CATEGORY --------------------- -->
<!-- ------------------------ SECTION 7 - UP SKILL ------------------------- -->
<section id="section-7" class="d-flex align-items-center">
<div class="container p-5">
<div class="mx-5">
<div class="row p-5" id="section-7-bg">
<div class="col">
<img src="assets/image/business-image.png" alt="up skill" />
</div>
<div class="col">
<div class="d-flex flex-column align-items-start">
<h1 class="fw-bold mb-5">Tingkatakan skill tim Anda.</h1>
<p class="mb-4">
Beirkan tim Anda pengetahuan, pengalaman, dan keyakinan yang mereka butuhkan untuk mengatasi setiap
masalah. Kami ingin menciptakan dunia dimana siapapun dapat membangun sesuatu yang bermakna.
</p>
<button class="btn btn-primary fs-smaller ps-4 py-2 pe-5">Try For Business</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------------ SECTION 7 - UP SKILL ------------------------- -->
<!-- ------------------------- SECTION 8 - NEAREST ------------------------- -->
<section id="section-8" class="d-flex align-items-center">
<div class="container p-5">
<div class="mx-5">
<!-- -------------------------------- TITLE -------------------------------- -->
<div class="row">
<div class="d-flex justify-content-center mb-5">
<h1 class="fw-bold fs-4">
Event <span class="position-relative decor">sedang berlangsung</span> di dekatmu
</h1>
</div>
</div>
<!-- -------------------------------- TITLE -------------------------------- -->
<div class="row">
<div class="col-4">
<img class="img-fluid" src="assets/image/event-1.png" alt="ev-1" />
<div class="d-flex align-items-center mt-2">
<div class="d-flex flex-column border-end me-3 pe-3">
<h6 class="text-primary fs-1 lh-sm m-0">21</h6>
<p class="fs-mini m-0">March</p>
</div>
<div class="d-flex align-items-center">
<img class="me-2" src="assets/image/icon-location.svg" alt="location" />
<p class="m-0 fs-mini text-body-tertiary fw-bold">North California, United States</p>
</div>
</div>
<div>
<h5 class="fw-bold">Linear Regression In Python: Introducing to Simple Linear</h5>
</div>
</div>
<div class="col-4">
<img class="img-fluid" src="assets/image/event-2.png" alt="ev-2" />
<div class="d-flex align-items-center mt-2">
<div class="d-flex flex-column border-end me-3 pe-3">
<h6 class="text-primary fs-1 lh-sm m-0">21</h6>
<p class="fs-mini m-0">March</p>
</div>
<div class="d-flex align-items-center">
<img class="me-2" src="assets/image/icon-location.svg" alt="location" />
<p class="m-0 fs-mini text-body-tertiary fw-bold">North California, United States</p>
</div>
</div>
<div>
<h5 class="fw-bold">Linear Regression In Python: Introducing to Simple Linear</h5>
</div>
</div>
<div class="col-4">
<img class="img-fluid" src="assets/image/event-3.png" alt="ev-3" />
<div class="d-flex align-items-center mt-2">
<div class="d-flex flex-column border-end me-3 pe-3">
<h6 class="text-primary fs-1 lh-sm m-0">21</h6>
<p class="fs-mini m-0">March</p>
</div>
<div class="d-flex align-items-center">
<img class="me-2" src="assets/image/icon-location.svg" alt="location" />
<p class="m-0 fs-mini text-body-tertiary fw-bold">North California, United States</p>
</div>
</div>
<div>
<h5 class="fw-bold">Linear Regression In Python: Introducing to Simple Linear</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ------------------------- SECTION 8 - NEAREST ------------------------- -->
<!-- --------------------------- FOOTER SECTION ---------------------------- -->
<footer class="d-flex align-items-center text-white">
<div class="container px-5 pt-5">
<div class="mx-5">
<div class="row mb-4">
<div class="col-4">
<div class="footer-row">
<img src="assets/image/logo-ligasmk-white.png" alt="logo-liga-smk" />
</div>
<div>
<p class="fs-smaller lh-lg text-white-50 mb-4 pe-5">
Mengubah kehidupan, bisnis, dan bangsa melalui transformasi talenta di bidang teknologi digital
</p>
</div>
<div class="d-flex column-gap-4">
<a href="#">
<img src="assets/image/icon-facebook-white.svg" alt="facebook" title="Our Facebook" />
</a>
<a href="#">
<img src="assets/image/icon-twitter-white.svg" alt="twitter" title="Our Twitter" />
</a>
<a href="#">
<img src="assets/image/icon-linkedin-white.svg" alt="linkedIn" title="Our LinkedIn" />
</a>
<a href="#">
<img src="assets/image/icon-youtube-white.svg" alt="youtube" title="Our YouTube" />
</a>
</div>
</div>
<div class="col">
<h6 class="fw-bold footer-row">Resources</h6>
<div class="d-flex flex-column row-gap-3">
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Build Career</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50"
>Explore Subjects</a
>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Gain a Skill</a>
</div>
</div>
<div class="col">
<h6 class="fw-bold footer-row">Support</h6>
<div class="d-flex flex-column row-gap-3">
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50"
>Web Development</a
>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Data Science</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50"
>Machine Leanring</a
>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50"
>Developer Tools</a
>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Web Design</a>
</div>
</div>
<div class="col">
<h6 class="fw-bold footer-row">Download Now</h6>
<div class="d-flex flex-column row-gap-3 align-items-start">
<a class="download py-2 px-3 w-auto" href="#">
<img class="img-fluid" src="assets/image/logo-appstore.png" alt="appstore" />
</a>
<a class="download py-2 px-3 w-auto" href="#">
<img class="img-fluid" src="assets/image/logo-googleplay.png" alt="appstore" />
</a>
</div>
</div>
</div>
<div class="border-1 border-top h-auto"></div>
<div class="d-flex fs-smaller column-gap-3 my-4">
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Site Map</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Privacy Policy</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Terms & Condition</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Contact Us</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50">Forums</a>
<a href="#" class="fs-smaller link-underline link-underline-opacity-0 text-white-50 ms-auto"
>Liga SMK 2023</a
>
</div>
</div>
</div>
</footer>
<!-- --------------------------- FOOTER SECTION ---------------------------- -->
</main>
<!-- ----------------------------- CDN INJECT ------------------------------ -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<!-- ----------------------------- CDN INJECT ------------------------------ -->
</body>
</html>