-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
182 lines (175 loc) · 6.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0" />
<link
href="https://cdn.jsdelivr.net/npm/bobotstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous" />
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN"
crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<title>Document</title>
</head>
<body>
<div class="bg">
<img src="/assets/bg-hero-2.png" class="bg-kopi" alt="" />
<div class="container">
<img src="" alt="" />
<h1 class="py-3">
Popular
<a class="link-underline-warning text-black">Now</a>
</h1>
<div class="row">
<div class="col-md-4 col-sm-6">
<div
class="p-2 rounded"
style="background-color: #f9f3ea">
<div class="card px-2 border-0">
<img
src="assets/product-1.png"
class="card-img-top mt-2"
alt="..." />
<div class="card-body">
<div class="d-flex justify-content-between">
<h5>Vanilla Latte</h5>
<h5 class="ml-auto">21 K</h5>
</div>
<div class="w-100 d-flex justify-content-between">
<div>
<button class="btn btn-outline-warning">
Hot
</button>
<button class="btn btn-outline-warning mx-2">
Cold
</button>
</div>
<div
class="rounded-circle"
style="width: 40px; background-color: #ff902a">
<i class="ai-cart fs-4 text-light mx-2"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div
class="p-2 rounded"
style="background-color: #f9f3ea">
<div class="card px-2 border-0">
<img
src="assets/product-1.png"
class="card-img-top mt-2"
alt="..." />
<div class="card-body">
<div class="d-flex justify-content-between">
<h5>Vanilla Latte</h5>
<h5 class="ml-auto">21 K</h5>
</div>
<div class="w-100 d-flex justify-content-between">
<div>
<button class="btn btn-outline-warning">
Hot
</button>
<button class="btn btn-outline-warning mx-2">
Cold
</button>
</div>
<div
class="rounded-circle"
style="width: 40px; background-color: #ff902a">
<i class="ai-cart fs-4 text-light mx-2"></i>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div
class="p-2 rounded"
style="background-color: #f9f3ea">
<div class="card px-2 border-0">
<img
src="assets/product-1.png"
class="card-img-top mt-2"
alt="..." />
<div class="card-body">
<div class="d-flex justify-content-between">
<h5>Vanilla Latte</h5>
<h5 class="ml-auto">21 K</h5>
</div>
<div class="w-100 d-flex justify-content-between">
<div>
<button class="btn btn-outline-warning">
Hot
</button>
<button class="btn btn-outline-warning mx-2">
Cold
</button>
</div>
<div
class="rounded-circle"
style="width: 40px; background-color: #ff902a">
<i class="ai-cart fs-4 text-light mx-2"></i>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-rounded"></div>
<div class="container" style="margin-top: 150px">
<h1 class="py-3">
How to use delivery
<a class="link-underline-warning text-black">service</a>
</h1>
<div class="row text-center" style="margin-top: 50px">
<div class="col-md-4">
<img
src="assets/service-1.png"
alt=""
width="100px"
height="100px" />
<p class="fs-4 fw-bold">Choose your coffe</p>
<p>there are 20+ coffess for you</p>
</div>
<div class="col-md-4">
<img
src="assets/service-2.png"
alt=""
width="100px"
height="100px" />
<p class="fs-4 fw-bold">We delivery it to you</p>
<p>Choose delivery service</p>
</div>
<div class="col-md-4">
<img
src="assets/service-3.png"
alt=""
width="100px"
height="100px" />
<p class="fs-4 fw-bold">Enjoy your coffe</p>
<p>Choose delivery service</p>
</div>
</div>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
crossorigin="anonymous"></script>
<script src="https://unpkg.com/akar-icons-fonts"></script>
</body>
</html>