-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjacket.html
More file actions
180 lines (180 loc) · 7.97 KB
/
jacket.html
File metadata and controls
180 lines (180 loc) · 7.97 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
<!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">
<meta name="description" content="Jacket specification available from Rainydays.">
<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=Montserrat&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/b318972c4d.js" crossorigin="anonymous"></script>
<title> Rainydays | Jacket specification </title>
<link href="css/styles.css" rel="stylesheet">
<body>
<header>
<div class="header-container">
<a class="logo-header" href="index.html">
<figure style="max-width: 100px;margin:0px;">
<img class="logo-image" src="/images/RainyDays_Logo.png" alt="green logo">
</figure>
</a>
<input type="text" placeholder="Search here..." class="search">
<div class="header-icons">
<div>
<a href="#"><i class="fa-regular fa-heart"></i> Favourites</a>
</div>
<div>
<a href="#"><i class="fa-regular fa-user"></i> My pages</a>
</div>
<div>
<a href="#"><i class="fa-solid fa-cart-shopping"></i> Shopping Cart</a>
</div>
</div>
</div>
</header>
<label for="menu-checkbox" class="hamburger-icon"><i class="fas fa-bars"></i></label>
<input type="checkbox" id="menu-checkbox">
<nav class="nav-menu">
<ul>
<li><a href="jackets.html" class="active">All jacket news</a></li>
<li><a href="#">Women</a></li>
<li><a href="#">Men</a></li>
<li><a href="#">Exploring</a></li>
<li><a href="#">Hiking</a></li>
<li><a href="#">Camping</a></li>
<li><a href="#">Canoeing</a></li>
<li><a href="#">Skiing</a></li>
<li><a href="about.html">About us</a></li>
<li><a href="contact.html">Contact us</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="#">Sale</a></li>
</ul>
</nav>
<main>
<a href="jackets.html" class="back-shopping-cart"> Back/Women Jacket</a>
<div class="product-container">
<div class="product-image image-specification">
<img src="images/Jacket_Women_Black.png" alt="Black waterproof jacket women">
</div>
<div class="product-content">
<h2 class="waterproof-jacket-text">Women's Waterproof Jacket</h2>
<p class="product--price">$129</p>
<form>
<lable for="size"><strong>Available Size</strong></lable>
<select name="size" id="size">
<option value="Size small">Small</option>
<option value="Size medium">Medium</option>
<option value="Size Large">Large</option>
</select>
<lable for="color"><strong>Available Colors</strong></lable>
<select name="color" id="Color">
<option value="Color black">Black</option>
<option value="Color grey">Grey</option>
<option value="Color yellow">Yellow</option>
</select>
</form>
<div class="product-description">
<h3 class="description-text">Description</h3>
<p>With this jacket, you will stay dry and warm when you are going out on shorter trips or for everyday use. It takes up
little space in the bag, which is perfect if you are going out on longer trips. Read more.
</p>
<h4 class="specifications-text">Specifications</h4>
<ul>
<li>
Waterproof (water column: min. 20 000 mm)
</li>
<li>
Windproof
</li>
<li>
Extended back section
</li>
<li>
Takes up little space
</li>
<li>
Reflex
</li>
</ul>
<div class="product-action">
<a href="checkout.html" class="cta-large"> Add to bag</a>
</div>
</div>
</div>
</div>
<h5>Recommended to you</h5>
<section class="products-container-jacket">
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Men_Fleece_Green.png" alt="Green fleece jacket men"></a>
<h2>Men's Fleece Jacket</h2>
<p class="product__price">$89</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Women_Black.png" alt="Black waterproof jacket women"></a>
<h2>Women's Waterproof Jacket</h2>
<p class="product__price">$129</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Men_Black_Yellow.png" alt="Black and yellow waterproof jacket men"></a>
<h2>Men's Waterproof Jacket</h2>
<p class="product__price">$139</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Men_Black_white.png" alt="Black and white waterproof jacket men"></a>
<h2>Men's Waterproof Jacket</h2>
<p class="product__price">$139</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Men_Fleece_Green.png" alt="Green fleece jacket men"></a>
<h2>Men's Fleece Jacket</h2>
<p class="product__price">$89</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Women_Black.png" alt="Black waterproof jacket women"></a>
<h2>Women's Waterproof Jacket</h2>
<p class="product__price">$129</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Men_Black_Yellow.png" alt="Black and yellow waterproof jacket men"></a>
<h2>Men's Waterproof Jacket</h2>
<p class="product__price">$139</p>
</div>
<div class="product-card">
<a href="jacket.html">
<img class="product__image" src="images/Jacket_Men_Black_white.png" alt="Black and white waterproof jacket men"></a>
<h2>Men's Waterproof Jacket</h2>
<p class="product__price">$139</p>
</div>
</section>
</main>
<footer>
<div class="footer-container">
<div class="help-container">
<h3>Help</h3>
<ul>
<li>Customer service</li>
<li>Return</li>
<li>Shipping & delivery</li>
<li>Privacy policy</li>
</ul>
</div>
<div class="contact-container">
<h3>Contact us</h3>
<ul>
<li><a href="about.html" class="footer-about">About us</a></li>
<li><a href="contact.html" class="footer-contact">Contact us</a></li>
<li>Work with us</li>
</ul>
</div>
</div>
</footer>
</body>
</html>