-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
365 lines (301 loc) · 11.8 KB
/
Copy pathindex.html
File metadata and controls
365 lines (301 loc) · 11.8 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Amadeusbranco Florist merupakan toko bouquet bunga yang berlokasi di depok yang memberikan pelayanan terbaik dan rangkaian bunga terbaik.">
<title>Amadeusbranco | Home</title>
<!-- Bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- CSS -->
<link rel="stylesheet" href="CSS/styles.css">
<!-- font awsome -->
<script src="https://kit.fontawesome.com/cc30848afe.js" crossorigin="anonymous"></script>
<!-- Google Font -->
<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=Alex+Brush&family=Montserrat:wght@300;500;800&family=Playfair+Display&display=swap" rel="stylesheet">
</head>
<body>
<!-- header -->
<section id="title">
<div class="container-fluid">
<!-- navbar -->
<nav class="navbar navbar-expand-lg fixed-top navbar-light">
<div class="container-fluid">
<a class="navbar-brand" href="#title">Amadeusbranco</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#title">
Home
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="product.html">
Product
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about-us.html">
About Us
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="">
Contact Us
</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- title -->
<div class="row title-head">
<div class="col-lg-6 title-text">
<h1 class="big-heading">Flowering Your Love & Happiness</h1>
<button type="button" class="btn btn-lg contact-btn">Contact Us</button>
</div>
<div class="col-lg-6 title-img">
<img class="purple-flower" src="images/purple-flower.png" alt="purple-flower by Orchidart">
</div>
</div>
</div>
</section>
<!-- what flower do we sell -->
<section id="product-type">
<div class="row">
<h2 class="product-type-h2">Lorem Ipsum</h2>
<div class="col-lg-4">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h2 class="h2-type">Table Bouquet</h2>
<p>Lorem ipsum dolor sit amet,<br> consectetur adipiscing elit. </p>
<a href="Learn-More-1.html"><button type="button" class="btn btn-lg learn-btn">Learn More</button></a>
</div>
<div class="col-lg-4">
<img class="img-flwr2" src="images/bouquete-down.jpg " alt="">
<h2 class="h2-type">Hand Bouquet</h2>
<p>Lorem ipsum dolor sit amet,<br> consectetur adipiscing elit.</p>
<a href="Learn-More-2.html"><button type="button" class="btn btn-lg learn-btn">Learn More</button></a>
</div>
<div class="col-lg-4">
<img class=" img-flwr3" src="images/hand-flower.jpg" alt="">
<h2 class="h2-type">Wedding Bouquet</h2>
<p>Lorem ipsum dolor sit amet,<br> consectetur adipiscing elit.</p>
<a href="Learn-More-3.html"><button type="button" class="btn btn-lg learn-btn">Learn More</button></a>
</div>
</div>
</section>
<!-- Top product -->
<section id="top-product">
<div class="square-top-product"></div>
<h2 class="top-type-h2">Our Top Product</h2>
<div class="row row-cols-2 row-cols-lg-4 g-2 g-lg-3">
<div class="col product-col">
<a href="product-detail-1.html">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h3 class="h2-type">exmplBouquet</h3>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr2" src="images/bouquete-down.jpg " alt="">
<h3 class="h2-type">exmplBouquet</h3>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr3" src="images/hand-flower.jpg" alt="">
<h3 class="h2-type">exmplBouquet</h3>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h3 class="h2-type">exmplBouquet</h3>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
</div>
</section>
<!-- Product -->
<section id="product">
<div class="square-top-product"></div>
<h2 class="top-type-h2">Product</h2>
<div class="row row-cols-2 row-cols-lg-4 g-2 g-lg-3">
<div class="col product-col">
<a href="">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr2" src="images/bouquete-down.jpg " alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr3" src="images/hand-flower.jpg" alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<!-- ----------------------------------------------------------- -->
<div class="col product-col">
<a href="">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h3 class="h2-type">exmplBouquet</h3>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr2" src="images/bouquete-down.jpg " alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class=" img-flwr3" src="images/hand-flower.jpg" alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
<div class="col product-col">
<a href="">
<img class="img-flwr1" src="images/table-bouquet.jpg" alt="">
<h4 class="h2-type">exmplBouquet</h4>
<h5>Rp 400.000</h5>
<!-- star rate -->
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</a>
</div>
</div>
<div class="more-product ">
<a href="product.html">
<button type="button" class="btn btn-md more-product-btn">More Product</button>
</a>
</div>
</section>
<!-- footer -->
<section id="footer">
<div class="copyright">
<a class="socialmed-btn" href=""><i class="far fa-envelope"></i></a>
<a class="socialmed-btn" href="https://www.instagram.com/amadeusbranco/" target="_blank"><i class="fab fa-instagram"></i></a>
<p>Copyright © 2021 Amadeusbranco</p>
</div>
</section>
<!-- nav bottom -->
<section id="nav-bottom">
<div class="row row-cols-3 row-cols-lg-4 g-2 g-lg-3 fixed-bottom nav-bott">
<div class="col">
<a class="nav-bottom-btn" href="product.html">
<i class="fab fa-product-hunt fa-lg fa-nav-bottom"></i>
<p>Product</p>
</a>
</div>
<div class="col">
<a class="nav-bottom-btn active-nav-bottom" href="index.html">
<i class="fas fa-home fa-lg fa-nav-bottom active-nav-bottom"></i>
<p>Home</p>
</a>
</div>
<div class="col ">
<a class="nav-bottom-btn " href="contact-us.html">
<i class="fas fa-envelope fa-lg fa-nav-bottom"></i>
<p>Contact Us</p>
</a>
</div>
</div>
</section>
</body>
</html>