-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
245 lines (173 loc) · 8.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
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
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
<!DOCTYPE html>
<html lang="no">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Rainydays webshop</title>
<link rel="stylesheet" href="styles/main.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Roboto:wght@400;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
</head>
<body>
<div class="flex-container">
<section id="nav" class="nav">
<a href="productlist.html?id=16">Men</a>
<a href="productlist.html?id=16">Women</a>
<a href="index.html" id="mobile-menu-logo"><img alt="rainydays logo" src="images/logo/rainydays_Logo_white_190.png"></a>
<a href="productlist.html?id=16">Kids</a>
<a href="productlist.html?id=16">Accesories</a>
<a href="#" onclick="displayhamburger()" id="mobile-menu-icon"><span class="material-icons">
menu</span>
</a>
</section>
<section class="nav mobile-nav" id="mobile-nav">
<a href="./index.html">Home</a>
<a href="productlist.html?id=16">Men</a>
<a href="productlist.html?id=16">Women</a>
<a href="productlist.html?id=16">Kids</a>
<a href="productlist.html?id=16">Accesories</a>
<a href="./customerservice.html">Customer support</a>
</section>
<section class="category-section">
<div class="product-card-container">
<a class="category-card1 category-card" href="./productlist.html?id=16">
<div class="category-bottom">
<h3>Men</h3>
</div>
</a>
<a href="./productlist.html?id=16" class="category-card2 category-card">
<div class="category-bottom">
<h3>Women</h3>
</div>
</a>
</div>
<div class="product-card-container">
<a href="./productlist.html?id=16" class="category-card3 category-card">
<div class="category-bottom">
<h3>kids</h3>
</div>
</a>
<a href="./productlist.html?id=16" class="category-card4 category-card">
<div class="category-bottom">
<h3>Accesories</h3>
</div>
</a>
</div>
</section>
<section class="featured-section-selected">
<div class="header-title text-shadow">
<h1>SELECTED HIKING GEAR</h1>
</div>
<div class="product-card-container" id="selected-gear">
</div>
</section>
<section class="cta-section">
<h2 class="cta-text">DON'T MISS THE WEEKEND SALE!</h2>
<h3 class="cta-text"> SALE END: <span id="cta-time">34:00</span> minutes!</h3>
<a href="./productlist.html" class="button-wide-cta">Shop now!</a>
</section>
<section class="featured-section-new">
<div class="header-title text-shadow">
<h1>NEW ARRIVALS</h1>
</div>
<div class="product-card-container" id="new-products">
</div>
</section>
<section id="showcase" class="showcase-section">
<div class="ss-child-top text-shadow">
<h1>Winter selection</h1>
</div>
<div class="ss-child-left text-shadow">
<h2 class="text-less-margin">Stay dry</h2>
<p class="ss-icon-right">Durable waterproof membrane</p>
<div class="ss-collector">
<h3><span class="material-icons md-36">umbrella</span> Waterproof</h3>
</div>
<div class="ss-collector">
<h3><span class="material-icons md-36">all_inclusive</span> Breathable</h3>
</div>
</div>
<div class="ss-child-right text-shadow">
<h2 class="text-less-margin">Stay warm</h2>
<p class="ss-icon-right">Suited for cold and wet weather</p>
<div class="ss-collector">
<div class="ss-icon-left">
<h3><span class="material-icons md-36 ">ac_unit</span></h3>
</div>
<h3> Isolated </h3>
<div class="ss-icon-right">
<h3><span class="material-icons md-36 ss-icon-right">ac_unit</span> </h3>
</div>
</div>
<div class="ss-collector">
<div class="ss-icon-left">
<h3><span class="material-icons md-36 ss-icon-left">ac_unit</span></h3>
</div>
<h3> Advanced layering </h3>
<div class="ss-icon-right">
<h3><span class="material-icons md-36 ss-icon-right">graphic_eq</span></h3>
</div>
</div>
</div>
<div class="ss-child-bottom text-shadow">
<h2>In stores soon</h2>
<p>Sign up to our newsletter to get stock notifications</p>
<button class="button-wide-cta" onclick="openNewsletter()">Sign up</button>
</div>
<div id="newsletter-signup" class="newsletter-signup" style="opacity:0;">
<input id="newsletter-name" type="text" placeholder="Name">
<input id="newsletter-email" type="text" placeholder="E-mail">
<button id="submit-newsletter" class="button-wide-cta" onclick="js_popup()">Send</button>
</div>
</section>
<section class="footer-section">
<div class="footer-child-left">
<h3>Usefull links</h3>
<p>Highly durable waterproof membrane ensures breathable protection against any weather</p>
<a class="footer-link" href="./about.html">About us</a>
<a class="footer-link" href="./customerservice.html">Customer support</a>
<a class="footer-link" href="./terms.html">Terms and conditions</a>
</div>
<div class="footer-child-center">
<h3>#RAINYDAYS</h3>
<p>Tag your instagram experience</p>
<div class="insta-container">
<img alt="Raincoat image by" src="./images/instagram/instashots1-s.jpg">
<img alt="Rain image by" src="./images/instagram/instashots2-s.jpg">
<img alt="Image by Luca Massimilian" src="./images/instagram/instashots3-s.jpg">
<img alt="Image by Victor xok" src="./images/instagram/instashots4-s.jpg">
<img alt="Image by Jakub kriz" src="./images/instagram/instashots5-s.jpg">
<img alt="Image by Jonny Caspari" src="./images/instagram/instashots6-s.jpg">
</div>
</div>
<div class="footer-child-right text-shadow">
<h3>About us</h3>
<p>Situated in the heart of Norway we
know bad weather!
In 2008 we made a promise to keep
our customers dry in every situation.
All of our products are tested in real
weather and we guarantee that our
products will satisfy our customers</p>
<a class="footer-link" href="./about.html">Read more</a>
</div>
<div class="footer-child-bottom text-shadow">
</div>
</section>
<div id="popup-container" class="popup">
<div id="popup-content" class="popup-content">
<span class="close-popup">×</span>
<p id="popup-text">Thank you for subscribing to our newsletter!</p>
</div>
</div>
</div>
<script src="js/newsletter.js">openNewsletter();</script>
<script src="js/js-popup.js"></script>
<script src="js/main.js"></script>
<script src="js/ctacountdown.js"></script>
<script src="js/api.js"></script>
<script>getSelectedProducts(4);
getNewProducts(4);</script>
</body>
</html>