-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmi.html
More file actions
103 lines (99 loc) · 5.77 KB
/
mi.html
File metadata and controls
103 lines (99 loc) · 5.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Page title</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<!-- Section-->
<section class="py-5">
<div class="container px-4 px-lg-5 mt-5">
<div class="row gx-4 gx-lg-5 row-cols-2 row-cols-md-3 row-cols-xl-4 justify-content-center">
<div class="col mb-5">
<div class="card h-100">
<!-- Product image-->
<img class="card-img-top" src="popular.jpg" alt="Duolingo" />
<!-- Product details-->
<div class="card-body p-4">
<div class="text-center">
<!-- Product name-->
<h5 class="fw-bolder"></h5>
<!-- Product price-->
</div>
</div>
<!-- Product actions-->
<div class="card-footer p-4 pt-0 border-top-0 bg-transparent">
<div class="text-center"><a class="btn btn-outline-dark mt-auto" href="https://www.youtube.com/embed/videoseries?si=kfxJqI2SLzdMSIor&list=PL4fGSI1pDJn7xvqMZR_9OgljLcMQpuKXN">Open</a></div>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card h-100">
<!-- Sale badge-->
<div class="badge bg-dark text-white position-absolute" style="top: 0.5rem; right: 0.5rem">For You</div>
<!-- Product image-->
<img class="card-img-top" src="/new.jpg" alt="Shade Music logo" />
<!-- Product details-->
<div class="card-body p-4">
<div class="text-center">
<!-- Product name-->
<h5 class="fw-bolder"></h5>
<!-- Product reviews-->
<div class="d-flex justify-content-center small text-warning mb-2">
</div>
<!-- Product price-->
<span class="text-muted text-decoration-line-through"></span>
</div>
</div>
<!-- Product actions-->
<div class="card-footer p-4 pt-0 border-top-0 bg-transparent">
<div class="text-center"><a class="btn btn-outline-dark mt-auto" href="https://m.mp3juices.nu/6CBf76/">Open</a></div>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card h-100">
<!-- Sale badge-->
<div class="badge bg-dark text-white position-absolute" style="top: 0.5rem; right: 0.5rem">NEW</div>
<!-- Product image-->
<img class="card-img-top" src="chat.jpg" alt="Pinterest logo" />
<!-- Product details-->
<div class="card-body p-4">
<div class="text-center">
<!-- Product name-->
<h5 class="fw-bolder">Shade Chat</h5>
<!-- Product price-->
<span class="text-muted text-decoration-line-through"></span> </div>
</div>
<!-- Product actions-->
<div class="card-footer p-4 pt-0 border-top-0 bg-transparent">
<div class="text-center"><a class="btn btn-outline-dark mt-auto" href="https://deadsimplechat.com/t32ZkFogA">Open</a></div>
</div>
</div>
</div>
<div class="col mb-5">
<div class="card h-100">
<!-- Sale badge-->
<div class="badge bg-dark text-white position-absolute" style="top: 0.5rem; right: 0.5rem">For You</div>
<!-- Product image-->
<img class="card-img-top" src="notes.png" alt="Shade Notes logo" />
<!-- Product details-->
<div class="card-body p-4">
<div class="text-center">
<!-- Product name-->
<h5 class="fw-bolder">Shade Notes Pro</h5>
<!-- Product price-->
<span class="text-muted text-decoration-line-through"></span>
</div>
</div>
<!-- Product actions-->
<div class="card-footer p-4 pt-0 border-top-0 bg-transparent">
<div class="text-center"><a class="btn btn-outline-dark mt-auto" href="https://shadeappworld.github.io/notes">Open</a></div>
</div>
</div>
</div>
</section>
</body>
</html>