-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (105 loc) · 4.82 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ONE PAGE WEBSITE OF A FLOWER SHOP">
<meta name="keywords" content="WEBSITE, ONE-PAGE, FLOWER-SHOP, Ashaduzzaman,Sazid,Ashaduzzaman (Sazid)">
<meta name="author" content="Ashaduzzaman Sazid">
<title>FLOWER SHOP</title>
<!-- favicon -->
<link rel="icon" type="image/x-icon" href="images/Group 58.png">
<!-- css link -->
<link rel="stylesheet" href="css/style.css">
<!-- 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=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
</head>
<body>
<header>
<section>
<h1 id="header-title">Let's make beautiful flowers a part of your life.</h1>
<p id="header-details">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="button">Shop Now</button>
</section>
<img width="450px" src="images/pngwing 10.png" alt="">
</header>
<main>
<article id="section-1">
<section id="section-1-bar">
<h1 id="section-1-title">Our Featured Flowers</h1>
<p id="section-1-details">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>
</section>
<section id="groupOfFlower">
<div id="flower-1">
</div>
<div id="flower-2">
</div>
<div id="flower-3">
</div>
</section>
<section id="flower-name">
<p>Pink Flower Tree</p>
<p>Pink Flower Tree</p>
<p>Pink Flower Tree</p>
</section>
</article>
<article id="section-2">
<section>
<img src="images/Group 57.png" alt="">
<p>Same Day Delivery. Click & Collect.</p>
</section>
<section>
<img src="images/Group 58.png" alt="">
<p>Fresh Flowers. Local Growers.</p>
</section>
<section>
<img src="images/Group 59.png" alt="">
<p>24/7 Free Support.</p>
</section>
</article>
<article id="section-3">
<section>
<h1>Hot Deal ! Sale Up To 25% <span>Off</span></h1>
<p>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="button">Sign Up</button>
</section>
<img src="images/pngwing 8.png" alt="">
</article>
<article id="section-4">
<section class="instaram-photo-album">
<div id="album-info">
<h1 id="album-title">Instagram</h1>
<p id="album-details">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>
</div>
<div id="album-photo">
<img src="images/Flower 01.png" alt="" class="album-photo">
<img src="images/Rectangle 4.png" alt="" class="album-photo">
<img src="images/Rectangle 5.png" alt="" class="album-photo">
<img src="images/Rectangle 6.png" alt="" class="album-photo">
</div>
</section>
<section id="banner">
<div id="banner-info">
<div id="banner-details">
<h1 id="banner-title">Get The Latest Deals</h1>
<p id="banner-description">$30 coupon for first shopping</p>
</div>
<div id="banner-serch-bar">
<input type="text" placeholder="Enter your email here....">
<button class="button">Subscribe</button>
</div>
</div>
</section>
</article>
</main>
<footer>
<article>
<h1 id="footer-title"><span>Flower</span>Shop</h1>
<p id="footer-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>
<h4 id="copyright">©2020-2024, FlowerShop.com. All rights reserved. </h4>
</article>
</footer>
</body>
</html>