-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
180 lines (180 loc) · 7.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Hotjar Tracking Code for https://tmh-rainydays.netlify.app/ -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 3868909, hjsv: 6 };
a = o.getElementsByTagName("head")[0];
r = o.createElement("script");
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, "https://static.hotjar.com/c/hotjar-", ".js?sv=");
</script>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="keywords" content="jacket, jackets, clothing, rainwear, shopping, buy, outdoor clothing, outdoor equipment" />
<meta name="author" content="Tore M. Hirth" />
<meta name="description" content="Rainy Days - Buy quality outdoor jackets that handles all kind of weather, made of sustainable materials" />
<title>Rainy Days | Home</title>
<link href="./css/style.css" rel="stylesheet" />
<link rel="icon" type="image/icon-x" href="./assets/favicon.ico" />
<script src="https://kit.fontawesome.com/c4115ef720.js" crossorigin="anonymous"></script>
<script type="module" src="./js/pages/index.js"></script>
</head>
<body>
<header class="header_mobile header_tab">
<div class="header_top_bottom_menu header_menu_tab header_menu_mobile">
<div class="header_top_menu Desktop_version">
<div class="header_top_container">
<ul class="header_info_pages">
<li>
<a href="./pages/contact.html" title="to contact us">contact us</a>
</li>
<li>
<a href="./pages/about.html" title="to about us">about us</a>
</li>
</ul>
</div>
</div>
<div class="header_bottom_menu header_bottom_menu_tab header_bottom_menu_mobile">
<div class="header_bottom_container">
<div class="header_logo_container">
<a href="/" class="header_logo header_logo_mobile"
><img src="./assets/logo/Rainy-Days-vector-logo.svg" alt="Rainy Days logo" title="to home" class="header_logo header_logo_mobile" />
</a>
</div>
<nav class="category_menu">
<ul class="header_category_container Desktop_version">
<li class="header_category_buttons">
<a href="./pages/men.html" title="to men jackets">men's</a>
</li>
<li class="header_category_buttons">
<a href="./pages/women.html" title="to women jackets">women's</a>
</li>
</ul>
<div>
<ul class="header_icons">
<li class="header_icon_buttons favorites">
<a href="./pages/favourites.html" title="to Favourites" class="fa-solid fa-heart header-heart-icon"></a>
<p class="header_icon_text">favourites</p>
</li>
<li class="header_icon_buttons">
<a href="./pages/cart.html" title="to Cart" class="fa-solid fa-cart-shopping cart-icon"></a>
<p class="header_icon_text">cart</p>
</li>
<li class="header_icon_buttons hamburger_icon">
<label title="menu" aria-label="hamburger menu icon for mobile nav" for="nav" class="header_icon_buttons check"
><i class="fa-solid fa-bars hamburger-icon"></i><span hidden>#</span></label
>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<div class="hamburger_container">
<input type="checkbox" id="nav" class="nav-checkbox" hidden />
<nav class="header_nav_mobile header_nav_tab">
<ul>
<li><a href="./index.html">home</a></li>
<li><a href="./pages/men.html">men's</a></li>
<li><a href="./pages/women.html">women's</a></li>
<li><a href="./pages/about.html">about us</a></li>
<li><a href="./pages/contact.html">contact us</a></li>
</ul>
</nav>
</div>
</header>
<main>
<div class="Index_image">
<div class="index-img-container"></div>
</div>
<section class="index_page_content">
<div class="index_headline_container">
<h1>explore our collection of all weather<br />jackets</h1>
<div class="index_button_container">
<a href="./pages/men.html" class="category_button" role="button">men's</a>
<a href="./pages/women.html" class="category_button" role="button">women's</a>
</div>
</div>
<section class="popular_products_container">
<div class="popular_products_container_headline">
<h2>popular products</h2>
</div>
<div class="popular_products_slider" id="slider-container">
<div class="loader"></div>
</div>
</section>
<div>
<div class="category_card_container_index">
<a href="./pages/women.html" class="womens_category_card">
<p>women's jackets</p>
</a>
<a href="./pages/men.html" class="mens_category_card">
<p>men's jackets</p>
</a>
</div>
</div>
</section>
</main>
<footer class="footer footer_tab footer_mobile">
<div class="footer-top-btm-container">
<div class="footer_top_container footer_top_container_mobile">
<div class="contact_top_btn">
<div class="footer-contact-information footer_contact_mobile">
<a href="./index.html"
><img src="./assets/logo/Rainy-Days-Logo-Footer-Vector-2.svg" alt="Rainy Days footer logo" title="to homepage" class="footer_logo"
/></a>
<a href="mailto:support@rainydays.com" title="send us an email">support@rainydays.com</a>
<p>+47 815 493 00</p>
</div>
<div class="to-top-button-mobile">
<span class="fa-stack fa-2x">
<a href="#" title="to top of page button"><i class="fa-solid fa-circle fa-stack-2x"></i></a>
<a href="#" title="to top of page button"><i class="fa-solid fa-arrow-up fa-stack-1x"></i></a>
</span>
<p>top</p>
</div>
</div>
<nav class="footer_nav">
<ul>
<li>
<a href="./pages/contact.html" title="to contact page">contact us</a>
</li>
<li>
<a href="./pages/about.html" title="to about page">about us</a>
</li>
</ul>
</nav>
<div class="so_me_container">
<p>follow us</p>
<a href="https://www.instagram.com" target="_blank" title=" to Instagram"><i class="fa-brands fa-instagram"></i></a>
<a href="https://www.facebook.com" target="_blank" title=" to Facebook"><i class="fa-brands fa-facebook"></i></a>
<a href="https://www.youtube.com" target="_blank" title=" to Youtube"><i class="fa-brands fa-youtube"></i></a>
</div>
<div class="to-top-button">
<span class="fa-stack fa-2x">
<a href="#" title="to top of page button" role="button"><i class="fa-solid fa-circle fa-stack-2x"></i></a>
<a href="#" title="to top of page button" role="button"><i class="fa-solid fa-arrow-up fa-stack-1x"></i></a>
</span>
<p>top</p>
</div>
</div>
<div class="footer_bottom_container footer_bottom_container_mobile">
<hr class="horizontal_line" />
<div class="copyright">
<p>© 2023 rainy days. all rights reserved</p>
</div>
</div>
</div>
</footer>
</body>
</html>