-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
193 lines (175 loc) · 7.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Flower Shop</title>
<link rel="shortcut icon" href="Flower Asset/Group 57.png" type="image/x-icon">
<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=Lato:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- Navigation Bar -->
<section class="navbar">
<h3>Flower <span>Shop</span></h3>
<ul>
<li><a href="#top-banner">Home</a></li>
<li><a href="#featured">Featured Flower</a></li>
<li><a href="#instagram">Instagram</a></li>
<li><a href="#latest">Latest Deals</a></li>
</ul>
</section>
<!-- Top Banner -->
<header id="top-banner">
<section class="banner">
<div class="banner-container">
<section class="heading">
<h1 class="banner-title">Let's make beautiful flowers a part of your life.</h1>
<p class="heading-description">It is a long established fact that a reader will be
distracted by the
readable content of a page when
looking at its
layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution
of
letters.
</p>
<button class="btn-primary">Shop Now</button>
</section>
</div>
<section>
<img class="banner-flower" src="Flower Asset/pngwing 10.png" alt="Flower Image">
</section>
</section>
</header>
<main>
<!-- Featured Flower Section -->
<section id="featured">
<header class="common-section">
<h3 class="title">Our Featured Flowers</h3>
<p class="title-description">It is a long established fact that a reader will be
distracted by
the readable content of a page when
looking at its
layout.
</p>
</header>
<main>
<div class="featured-box">
<div class="featured-container">
<div class="featured-item" style="background-color: #FFCCCB">
<img src="Flower Asset/pngwing 6.png" alt="">
</div>
<figcaption>Pink Flower Tree</figcaption>
</div>
<div class="featured-container">
<div class="featured-item" style="background-color: #C1D8F0">
<img src="Flower Asset/pngwing 5.png" alt="">
</div>
<figcaption>Pink Flower Tree</figcaption>
</div>
<div class="featured-container">
<div class="featured-item" style="background-color: #C8D89D">
<img src="Flower Asset/pngwing 7.png" alt="">
</div>
<figcaption>Pink Flower Tree</figcaption>
</div>
</div>
</main>
</section>
<!-- support section -->
<section class="support-section">
<div class="support-section-container">
<section class="free-support">
<img class="support-section-image1" src="Flower Asset/Group 57.png" alt="Delivery man image">
<p class="caption">Same Day Delivery. Click & Collect.</p>
</section>
<section class="free-support">
<img class="support-section-image2" src="Flower Asset/Group 58.png" alt="Fresh flower image">
<p class="caption">Fresh Flowers. Local Growers.</p>
</section>
<section class="free-support">
<img class="support-section-image3" src="Flower Asset/Group 59.png" alt="Free Support">
<p class="caption">24/7 Free Support.</p>
</section>
</div>
</section>
<!-- Hot deal section -->
<section class="hot-deal">
<div class="hot-deal-container">
<section class="hot-deal-section">
<h2 class="title">Hot Deal ! Sale Up To 25% <span>Off</span></h2>
<p class="title-description">
It is a long established fact that a reader will be distracted by the readable
content of a page when looking at its layout.
</p>
<button class="btn-primary hot-deal-button">Sign Up</button>
</section>
<section class="flower-section">
<img class="hot-deal-flower" src="Flower Asset/pngwing 8.png" alt="hot-deal flower image">
</section>
</div>
</section>
<!-- Instagram Section -->
<section id="instagram">
<header class="common-section">
<h3 class="title">Instagram</h3>
<p class="title-description">It is a long established fact that a reader will be distracted by
the
readable content of a page when looking at its
layout.
</p>
</header>
<main class="instagram-flower-section">
<img src="Flower Asset/Flower 01.png" alt="Instagram flower image">
<img src="Flower Asset/Rectangle 4.png" alt="Instagram flower image">
<img src="Flower Asset/Rectangle 5.png" alt="Instagram flower image">
<img src="Flower Asset/Rectangle 6.png" alt="Instagram flower image">
</main>
</section>
<!-- Latest Deals Section -->
<section id="latest">
<section class="latest-deal">
<section id="latest" class="latest-deal">
<section>
<header class="latest-deal-header">
<h3 class="title">Get The Latest Deals</h3>
<p class="title-description">$30 coupon for first shopping
</p>
</header>
<main>
<section class="subscribe-section">
<div>
<label for="email">
<input placeholder="Enter your email here..." type="email" name="email"
id="email">
</label>
</div>
<div>
<button class="btn-primary">Subscribe</button>
</div>
</section>
</main>
</section>
</section>
</section>
</section>
</main>
<!-- footer section -->
<footer>
<section class="footers">
<header class="common-section">
<h3 class="footer-title"><span>Flower</span>Shop</h3>
<p class="title-description-footer">It is a long established fact that a reader will be
distracted by
the
readable content of a page when looking at its
layout.
</p>
</header>
<footer>©2020-2023, FlowerShop.com. All rights reserved.</footer>
</section>
</footer>
</body>
</html>