-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
108 lines (101 loc) · 4.14 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
<!DOCTYPE html>
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="index.css">
<title>Document</title>
</head>
<body>
<div class="page">
<div class="main">
<div class="left">
<h1>Tiny Seeds</h1>
</div>
<div class="right">
<ul>
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#buy">Buy</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
<hr>
<section id="home">
<div class="home">
<h1>Welcome to<br>Tiny Seeds</h1>
<img src="img1.jpg" alt="image1" width="300px" height="300px">
</div>
<!-- <hr> -->
<div class="padd"></div>
<p style="font-size: xx-large;">Our recent purchases</p>
<div class="recent">
<div class="flower">
<img src="img2.jpg" alt="image2" width="200px" height="200px">
<h3>Cosmos <i class="fa fa-inr" aria-hidden="true"></i>500</h3>
<p style>Summer-hardy annual wildflower is an excellent way<br>to extend a colorful summer garden into the fall.</p>
</div>
<div class="flower">
<img src="img3.jpg" alt="image2" width="200px" height="200px">
<h3>Gladiolus <i class="fa fa-inr" aria-hidden="true"></i>600</h3>
<p>Excellent tropical bloom to bring color and height<br> to your summer garden</p>
</div>
<div class="flower">
<img src="img4.jpg" alt="image2" width="200px" height="200px">
<h3>Lavender <i class="fa fa-inr" aria-hidden="true"></i>500</h3>
<p>Summer-hardy, fragrant, and attracts pollinators<br> making it an excellent choice for nearly any garden.</p>
</div>
</div>
</section>
<hr>
<section id="about">
<h1>About</h1>
<p>We have been running this website since 3 years we have seen<br> a massive growth in
the last year people have been very keen<br> to buy out plants.We also give massive
discount on your first<br> five orders. We are planning open our stores shortly.</p>
</section>
<hr>
<section id="buy">
<h1>Categories we sell</h1>
<div class="cat">
<div class="class">
<img src="img5.jpg" alt="shurbs" width="250px" height="250px">
<h3>Shurbs</h3>
<p>Click here to see more</p>
</div>
<div class="class">
<img src="img6.jpg" alt="herbs" width="250px" height="250px">
<h3>Herbs</h3>
<p>Click here to see more</p>
</div>
<div class="class">
<img src="img7.jpg" alt="climbers" width="250px" height="250px">
<h3>Climbers</h3>
<p>Click here to see more</p>
</div>
<div class="class">
<img src="imag8.jpg" alt="creepers" width="250px" height="250px">
<h3>Creepers</h3>
<p>Click here to see more</p>
</div>
<div class="class">
<img src="img9.jpg" alt="other flowers" width="250px" height="250px">
<h3>Other flower Bearing plants</h3>
<p>Click here to see more</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us:</h2>
<h3>Gmail <i class="fa fa-envelope" aria-hidden="true"></i></h3>
<h3>Phone <i class="fa fa-phone-square" aria-hidden="true"></i></h3>
<h3>Facebook <i class="fa fa-facebook-square" aria-hidden="true"></i></h3>
<h3>Instagram <i class="fa fa-instagram" aria-hidden="true"></i></h3>
<h3>Whatsapp <i class="fa fa-whatsapp" aria-hidden="true"></i></h3>
</section>
</div>
</body>
</html>