-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshop.html
182 lines (170 loc) · 7.09 KB
/
shop.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Niharika Rana Major Project</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<section id = "header">
<a href="#"><img src="img/logo.png" class="logo" alt=""></a>
<h3>Sweet Stems</h3>
<div>
<ul id="navbar">
<li><a href="index.html">Home</a></li>
<li><a class="active" href="shop.html">shop</a></li>
<li><a href="about.html">about</a></li>
<li><a href="cart.html">🛒</a></li>
</ul>
</div>
</section>
<section id="page-header">
<h2>#StayAtHome</h2>
<p>Give your loved ones your token of appreciation from the comfort of your home</p>
</section>
<section id="product1" class="section-p1">
<div class="pro-container">
<div class="pro" onclick="window.location.href='portal4.html'">
<img src="img/products/Product4.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>White Rose</h4>
<h4>$2.10</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal9.html'">
<img src="img/products/Product9.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Oriental Poppy</h4>
<h4>$1.90</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal7.html'">
<img src="img/products/Product7.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Daffodil</h4>
<h4>$0.75</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal8.html'">
<img src="img/products/Product8.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Sunflower</h4>
<h4>$1.75</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal3.html'">
<img src="img/products/Product3.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Tulip</h4>
<h4>$1.50</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal11.html'">
<img src="img/products/Product11.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Jersey Lily</h4>
<h4>$2.50</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal2.html'">
<img src="img/products/Product2.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Hibiscus</h4>
<h4>$0.50</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal1.html'">
<img src="img/products/Product1.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Pink Cabbage Rose</h4>
<h4>$1.75</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal6.html'">
<img src="img/products/Product6.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Morning Glory</h4>
<h4>$2.20</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal5.html'">
<img src="img/products/Product5.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Opium Poppy</h4>
<h4>$1.30</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal13.html'">
<img src="img/products/Product13.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Carnation</h4>
<h4>$3.00</h4>
</div>
</div>
<div class="pro" onclick="window.location.href='portal12.html'">
<img src="img/products/Product12.jpg" alt="">
<div class="des">
<span>Farms21</span>
<h4>Pansy</h4>
<h4>$3.10</h4>
</div>
</div>
</div>
</section>
<section id="pages" class="section-p1">
<a href="#">1</a>
<a href="#">2</a>
<a href="#">→</a>
</section>
<section id="newsletter" class="section-p1">
<div id="newstext">
<h4>Sign Up for Newsletter</h4>
<p>Get news on our newest collections!</p>
</div>
<div class="form">
<input type="text" placeholder="Your Email">
<button class="normal">Sign Up</button>
</div>
</section>
<footer class="section-p1">
<div class="col">
<img class="logo" src="img/logo.png" alt="">
<h4>Contact</h4>
<p><strong>Address : </strong>your mum's house</p>
<p><strong>Phone : </strong>1234567890</p>
<p><strong>Hours : </strong>10:00 - 18:00, Mon - Fri</p>
<div class="follow">
<h4>Follow us</h4>
<div class="icon">
<img src="img/socials/fb.png" alt="">
<img src="img/socials/insta.png" alt="">
<img src="img/socials/pin.png" alt="">
<img src="img/socials/twit.png" alt="">
</div>
</div>
</div>
<div class="col">
<h4>About</h4>
<a href="about.html">About Us</a>
<a href="#">Delivery Policy</a>
<a href="#">Terms and Conditions</a>
</div>
<div class="copyright">
<p>©️ 2022, Niharika etc - Html/css/js Major Project</p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>