-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
361 lines (355 loc) · 13 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" sizes="192x192" href="./img/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="./img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./img/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./img/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<link href="https://fonts.googleapis.com/css?family=Baskervville&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Hind+Vadodara&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./css/styles.css">
<title>UniFlower - A Flower Shop for your Unicorn needs</title>
</head>
<body>
<header>
<div>
<div class="logo">
<a href="./">
<img src="./img/logo.png" alt="Logo">
<h1>UniFlower</h1>
</a>
</div>
<nav>
<ul>
<li class="main-li"><a href="./">
Home
</a></li>
<li class="main-li"><a href="./catalog.html">
Browse Catalog
</a></li>
<li class="icon-li heart-li burger"><a href="#">
☰
</a></li>
<li class="icon-li heart-li"><a href="#">
❤
</a></li>
<li class="icon-li"><a href="#" data-cart="0">
<svg class="cart-icon" height="512pt" viewBox="0 -31 512.00033 512" width="512pt"
xmlns="http://www.w3.org/2000/svg">
<path
d="m166 300.003906h271.003906c6.710938 0 12.597656-4.4375 14.414063-10.882812l60.003906-210.003906c1.289063-4.527344.40625-9.390626-2.433594-13.152344-2.84375-3.75-7.265625-5.964844-11.984375-5.964844h-365.632812l-10.722656-48.25c-1.523438-6.871094-7.617188-11.75-14.648438-11.75h-91c-8.289062 0-15 6.710938-15 15 0 8.292969 6.710938 15 15 15h78.960938l54.167968 243.75c-15.9375 6.929688-27.128906 22.792969-27.128906 41.253906 0 24.8125 20.1875 45 45 45h271.003906c8.292969 0 15-6.707031 15-15 0-8.289062-6.707031-15-15-15h-271.003906c-8.261719 0-15-6.722656-15-15s6.738281-15 15-15zm0 0" />
<path
d="m151 405.003906c0 24.816406 20.1875 45 45.003906 45 24.8125 0 45-20.183594 45-45 0-24.8125-20.1875-45-45-45-24.816406 0-45.003906 20.1875-45.003906 45zm0 0" />
<path
d="m362.003906 405.003906c0 24.816406 20.1875 45 45 45 24.816406 0 45-20.183594 45-45 0-24.8125-20.183594-45-45-45-24.8125 0-45 20.1875-45 45zm0 0" />
</svg>
</a></li>
</ul>
</nav>
</div>
</header>
<main>
<section class="top-cover">
<div class="top-cover-text">
<h2>Unicorn Bouquets from Heart</h2>
<p>Get a version designed by our top designers</p>
<a href="./catalog.html" class="see-more">Order a custom made bouquet</a>
</div>
<div class="cover-img">
<img src="./img/headerimg.png" alt="">
</div>
</section>
<section class="best-offers w-100 new-section section-white">
<div class="best-offers-top">
<h2>Best Offers</h2>
<div>
<span>
❮
</span>
<span>
❯
</span>
</div>
</div>
<div class="best-offers-grid section-white">
<div class="best-product best-main">
<a href="./flower.html">
<div class="best-product-top">
<div>
<h3>Golden Sizzle</h3>
<p class="price"><span>$41.69</span></p>
</div>
<div class="discounted">
<span>-50%</span>
</div>
</div>
<div>
<img src="./img/unicorn-fantasy-floral-arrangement-5b80554d46a22.425.jpg" alt="Golden Sizzle">
</div>
</a>
</div>
<div class="best-product">
<a href="./flower.html">
<div class="best-product-top">
<div>
<h3>Pink Preserved</h3>
<p class="price"><span>$41.69</span></p>
</div>
</div>
<div>
<img src="./img/pink_preserved_unicorn_flowers_1512x.jpg" alt="Pink Preserved">
</div>
</a>
</div>
<div class="best-product">
<a href="./flower.html">
<div class="best-product-top">
<div>
<h3>Blue Marble</h3>
<p class="price"><span>$41.69</span></p>
</div>
</div>
<div>
<img src="./img/unicorn_in_blue-small-blue-1_1.jpg" alt="Blue Marble">
</div>
</a>
</div>
</div>
</section>
<section class="work-gallery new-section">
<div class="work-gallery-top">
<h2>Work Gallery</h2>
<div>
<span>
❮
</span>
<span>
❯
</span>
</div>
</div>
<div class="work-gallery-grid">
<div class="gallery-img-one">
</div>
<div class="gallery-img-two">
</div>
<div class="gallery-img-three">
</div>
</div>
<div class="scrollables">
<span></span>
<span></span>
<span></span>
</div>
</section>
<section class="available-flowers w-100 new-section section-white">
<div class="available-flowers-top">
<h2>Available Flowers</h2>
</div>
<div class="available-flowers-grid section-white">
<div class="available-flower" data-available='yes'>
<div>
<img src="./img/pink_preserved_unicorn_flowers_1512x.jpg" alt="Pink Preserved">
</div>
<div class="available-flower-top">
<div>
<h3>Pink Preserved</h3>
<div class="product-options">
<ul>
<li class="selected"><a href="./flower.html">9ut</a></li>
<li><a href="./flower.html">15ut</a></li>
<li><a href="./flower.html">21ut</a></li>
</ul>
</div>
<p class="price"><span>$41.69</span></p>
</div>
</div>
</div>
<div class="available-flower" data-available='no'>
<div>
<img src="./img/167537alt_viewx-600x600.jpg" alt="Pink Preserved">
</div>
<div class="available-flower-top">
<div>
<h3>Purpliflorn</h3>
<div class="product-options">
<ul>
<li class="selected"><a href="./flower.html">9ut</a></li>
<li><a href="./flower.html">15ut</a></li>
<li><a href="./flower.html">21ut</a></li>
</ul>
</div>
<p class="price"><span>$41.69</span></p>
</div>
</div>
</div>
<div class="available-flower" data-available='yes'>
<div>
<img src="./img/20180123143114-02_61d2466d-956a-4409-b12a-1f81ca1ab725_1512x.jpg" alt="Unicorn Flower">
</div>
<div class="available-flower-top">
<div>
<h3>Unicorn Flowers</h3>
<div class="product-options">
<ul>
<li class="selected"><a href="./flower.html">9ut</a></li>
<li><a href="./flower.html">15ut</a></li>
<li><a href="./flower.html">21ut</a></li>
</ul>
</div>
<p class="price"><span>$41.69</span></p>
</div>
</div>
</div>
<div class="available-flower secondary" data-available='yes'>
<div>
<img src="./img/23-2.jpg" alt="Pink Preserved">
</div>
<div class="available-flower-top">
<div>
<h3>Pink Preserved</h3>
<div class="product-options">
<ul>
<li class="selected"><a href="./flower.html">9ut</a></li>
<li><a href="./flower.html">15ut</a></li>
<li><a href="./flower.html">21ut</a></li>
</ul>
</div>
<p class="price"><span>$41.69</span></p>
</div>
</div>
</div>
<div class="available-flower secondary" data-available='no'>
<div>
<img src="./img/2018-05-03_0003.jpg" alt="Pink Preserved">
</div>
<div class="available-flower-top">
<div>
<h3>Purpliflorn</h3>
<div class="product-options">
<ul>
<li class="selected"><a href="./flower.html">9ut</a></li>
<li><a href="./flower.html">15ut</a></li>
<li><a href="./flower.html">21ut</a></li>
</ul>
</div>
<p class="price"><span>$41.69</span></p>
</div>
</div>
</div>
<div class="available-flower secondary" data-available='yes'>
<div>
<img src="./img/unicorn-fantasy-floral-arrangement-5b80554d46a22.425.jpg" alt="Unicorn Flower">
</div>
<div class="available-flower-top">
<div>
<h3>Unicorn Flowers</h3>
<div class="product-options">
<ul>
<li class="selected"><a href="./flower.html">9ut</a></li>
<li><a href="./flower.html">15ut</a></li>
<li><a href="./flower.html">21ut</a></li>
</ul>
</div>
<p class="price"><span>$41.69</span></p>
</div>
</div>
</div>
</div>
<a href="./catalog.html" class="see-more">See more</a>
</section>
<section class="client-gallery new-section">
<div class="client-gallery-top">
<h2>Clients Love Us</h2>
<div>
<span>
❮
</span>
<span>
❯
</span>
</div>
</div>
<div class="testimonials ">
<div class="customer-one section-white">
<div class="customer-details">
<div class="customer-pic"></div>
<div>
<h4>Katherine</h4>
<p>Customer since 2014</p>
<ul class="customer-social">
<li><a href="#"><img src="./img/vk.svg" alt="VK logo"></a></li>
<li><a href="#"><img src="./img/facebook.svg" alt="facebook logo"></a></li>
</ul>
</div>
</div>
<p class="testimony">"I would gladly pay over 600 dollars for UniFlower. I am so pleased with this product.
The service was excellent."</p>
</div>
<div class="customer-two section-white">
<div class="customer-details">
<div class="customer-pic"></div>
<div>
<h4>Nikki</h4>
<p>Customer since 2018</p>
<ul class="customer-social">
<li><a href="#"><img src="./img/vk.svg" alt="VK logo"></a></li>
<li><a href="#"><img src="./img/facebook.svg" alt="facebook logo"></a></li>
</ul>
</div>
</div>
<p class="testimony">"I would gladly pay over 600 dollars for UniFlower. I am so pleased with this product.
The service was excellent."</p>
</div>
</div>
<div class="scrollables">
<span></span>
<span></span>
<span></span>
</div>
</section>
<section class="google-maps">
<h2 class="d-none">Google Maps</h2>
<iframe
src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d2474.722900280973!2d126.90609738908823!3d37.547827988305706!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x6058954f87325221!2sYG%20Entertainment!5e0!3m2!1sen!2sus!4v1579120722274!5m2!1sen!2sus"
width="600" height="450" style="border: 0;" allowfullscreen=""></iframe>
</section>
</main>
<footer class="section-white">
<div class="footer-bottom">
<div class="footer-subs-div">
<button class="footer-subscribe">Subscribe for Discounts</button>
</div>
<div>
<p>
3 Huiujeong-ro 1-gil, Mapo-gu, Seoul
<br>
<b>Subway:</b>
<br>
Hapjeong Station (subway lines 2, 6) exit 6
</p>
</div>
<nav>
<ul>
<li><a href="#">Shipping and Returns</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Promotions and Discounts</a></li>
</ul>
</nav>
<div>
<p>
2020 © UniFlower , All rights not reserved
</p>
<img src="./img/rsz_logo-center-solution-graphics.png" alt="PayPal Acceptance Mark">
</div>
</div>
</footer>
</body>
</html>