-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjackets.html
More file actions
188 lines (188 loc) · 6.14 KB
/
jackets.html
File metadata and controls
188 lines (188 loc) · 6.14 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="we sell quality rain jackets" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>rainydays | jackets</title>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.0.7/css/all.css"
/>
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<header>
<nav>
<div class="top-logo">
<img
src="https://i.ibb.co/XxXx8pm/rd-logo.png"
alt="rainydays logo"
/>
</div>
<ul class="top-nav">
<li><i class="fa-solid fa-house"></i> Home</li>
<li><i class="fa-solid fa-magnifying-glass"></i> Search</li>
<li><i class="fa-solid fa-user"></i> My Page</li>
<li><i class="fa-solid fa-heart"></i> Favorites</li>
<li><i class="fa-solid fa-cart-shopping"></i> Your Cart</li>
</ul>
</nav>
</header>
<main>
<h1>For Her</h1>
<div>
<label for="filter"></label>
<select name="jacket-filter" id="jacket-filter">
<option value="filter">-Filter-</option>
<option value="category">Category</option>
<option value="gender">Gender</option>
<option value="genre">Genre</option>
</select>
</div>
<section id="our-jackets">
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/t8GfZnL/tibetian-red1-min.jpg"
alt="tibetian-red whisper jacket"
/>
<div class="product-info">
<h4>Whisper Jacket</h4>
<p>Tibetian Red</p>
<p>kr 699,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/xmgfqQ6/lemon-curry1-min.jpg"
alt="lemon-curry whisper jacket"
/>
<div class="product-info">
<h4>Whisper Jacket</h4>
<p>Lemon Curry</p>
<p>kr 699,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/ypVmxhL/black-whisper1-min.jpg"
alt="black whisper jacket"
/>
<div class="product-info">
<h4>Whisper Jacket</h4>
<p>Black</p>
<p>kr 699,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/B2NLtDQ/diesel-blue1-min.jpg"
alt="diesel-blue whisper jacket"
/>
<div class="product-info">
<h4>Whisper Jacket</h4>
<p>Diesel Blue</p>
<p>kr 699,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/6sRbdnS/bronze-green1-min.jpg"
alt="bronze-green whisper jacket"
/>
<div class="product-info">
<h4>Whisper Jacket</h4>
<p>Bronze Green</p>
<p>kr 699,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/XCvnJJy/deep-teal1-min.jpg"
alt="deep-teal silence proshell jacket"
/>
<div class="product-info">
<h4>Silence Proshell Jacket</h4>
<p>Deep Teal</p>
<p>kr 499,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/K5M3nb0/olive-green1-min.jpg"
alt="olive-green silence proshell jacket"
/>
<div class="product-info">
<h4>Silence Proshell Jacket</h4>
<p>Olive Green</p>
<p>kr 499,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/r7FYKjh/burgundy1-min.jpg"
alt="burgundy cyclone rescue jacket"
/>
<div class="product-info">
<h4>Cyclone Rescue Jacket</h4>
<p>Burgundy</p>
<p>kr 899,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
<div class="jacket-display" ;>
<img
src="https://i.ibb.co/0y3X3M3/black-monsoon1-min.jpg"
alt="black monsoon jacket"
/>
<div class="product-info">
<h4>Monsoon Jacket</h4>
<p>Black</p>
<p>kr 599,-</p>
<form action="product.html">
<button type="submit">Add To Cart</button>
</form>
</div>
</div>
</section>
</main>
<footer>
<nav>
<ul class="footer">
<img src="https://i.ibb.co/QrtYPzF/rd-bottom-logo.png" alt="" />
<li><a href="#">about us</a></li>
<li><a href="#">contact us</a></li>
<li><a href="#">terms of service</a></li>
<h6>© Rainydays 2023</h6>
</ul>
</nav>
</footer>
</body>
</html>