-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathhome.html
354 lines (351 loc) · 11.9 KB
/
home.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
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
<!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="robots" content="noindex, nofollow" />
<link rel="icon" type="image/svg+xml" href="assets/icons/favicon.svg" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/home.css" />
<title>Ullo</title>
</head>
<body>
<header>
<nav class="menu_head">
<a class="menu_logo" href="index.html">
<img src="assets/icons/logo_ullo.svg" alt="Ullo logo" />
</a>
<div class="menu_text" id="menu_text_id">
<ul>
<li class="active"><a href="home.html">Home</a></li>
<li class="menu_dropdown">
<a href="products.html">Products</a>
<img
id="menu_drop1"
class="hidden"
src="assets/icons/menu_chevron.svg"
alt="Icon of an arrow"
/>
<ul class="hidden">
<li>
<a href="individual_product.html?id=60a28f1df7c7ed16000c164a"
>Glow E27</a
>
</li>
<li>
<a href="individual_product.html?id=60a29074f7c7ed16000c166f"
>Spot GU10</a
>
</li>
<li>
<a href="individual_product.html?id=60a290fef7c7ed16000c1690"
>Torch E14</a
>
</li>
<li>
<a href="individual_product.html?id=60a291b6f7c7ed16000c16aa"
>Flex strip</a
>
</li>
<li>
<a href="individual_product.htl?mid=60a2926af7c7ed16000c16c3"
>Remote</a
>
</li>
<li>
<a href="individual_product.html?id=60a29327f7c7ed16000c16eb"
>Starter kit</a
>
</li>
</ul>
</li>
<li><a href="get_started.html">Get started</a></li>
<li class="menu_dropdown">
<a href="about_ullo.html">About Ullo</a>
<img
id="menu_drop2"
class="hidden"
src="assets/icons/menu_chevron.svg"
alt="Icon of a downwards facing arrow"
/>
<ul class="hidden">
<li><a href="our_story.html">Our story</a></li>
<li><a href="inspiration.html">Inspiration</a></li>
<li><a href="green_initiative.html">Green initiative</a></li>
<li><a href="partners.html">Our partners</a></li>
</ul>
</li>
</ul>
</div>
<div id="menu_search">
<img src="assets/icons/search.svg" alt="Icon of a magnifying glass" />
</div>
<a class="menu_cart" href="cart.html">
<img src="assets/icons/cart.svg" alt="Shopping cart" />
</a>
<div id="hamburger" class="ham hidden"></div>
</nav>
<form class="search_box hidden" action="#" method="get" role="search">
<input
type="text"
placeholder="Type to search"
name="query"
value=""
required
/>
<button id="search_button" type="submit">
<img src="assets/icons/search.svg" alt="Icon of a magnifying glass" />
</button>
<img id="search_cross" src="assets/icons/cross.svg" alt="Cross icon" />
</form>
</header>
<main>
<video autoplay muted loop id="desktop_video">
<source src="assets/videos/main_desktop.mp4" type="video/mp4" />
</video>
<video autoplay muted loop id="mobile_video">
<source src="assets/videos/main_mobile.mp4" type="video/mp4" />
</video>
<section class="products">
<div class="products_list"></div>
</section>
<template class="product_template">
<article class="product">
<a href="" class="product_link">
<img src="" alt="" class="product_image" />
</a>
<div class="product_info">
<a href="" class="title_product_link">
<h3 class="product_title"></h3>
</a>
<div class="price">
<p class="sale"><span class="sale_price"></span> kr</p>
<p> <span class="price_number"></span> kr</p>
</div>
<button class="add_to_cart">add to cart</button>
</div>
</article>
</template>
<section class="gradient compatible">
<h2>Compatible with</h2>
<div>
<img src="assets/icons/philips_hue.svg" alt="Philips Hue logo" />
<img src="assets/icons/apple_homekit.svg" alt="Apple Homekit logo" />
<img src="assets/icons/amazon_alexa.svg" alt="Amazon Alexa logo" />
<img src="assets/icons/lifx.svg" alt="Lifx logo" />
</div>
</section>
<section class="remote">
<img
src="assets/images/ullo_remote_home.jpg"
alt="Set up infographics"
/>
</section>
<section class="slideshow">
<img
id="slide"
src="assets/images/mood_relaxing.jpg"
alt="Mood lighting"
/>
<img
id="arrow_left"
src="assets/icons/arrow_mood.svg"
alt="Arrow facing to the left"
/>
<img
id="arrow_right"
src="assets/icons/arrow_mood.svg"
alt="Arrow facing to the right"
/>
</section>
<section class="what_is_ullo">
<h2>What is Ullo</h2>
<div>
<a href="" class="what">
<img
src="assets/icons/fair_price_home.svg"
alt="icon indicating fair price"
/>
<h4>Fair price</h4>
</a>
<a href="" class="what">
<img
src="assets/icons/user_friendly_home.svg"
alt="icon indicating user friendliness"
/>
<h4>User friendly</h4>
</a>
<a href="" class="what">
<img
src="assets/icons/sustainability_home.png"
alt="Sustainability indicating icon"
/>
<h4>Sustainability</h4>
</a>
</div>
</section>
<section class="gradient">
<h2>You get that with Ullo</h2>
<div class="you_get">
<div class="you_get_box">
<img src="assets/icons/quality_home.svg" alt="Icon for quality" />
<div>
<h3>Quality</h3>
<p>
Our products are designed with a focus on high quality and long
life. It's good for you and the environment.
</p>
</div>
</div>
<div class="you_get_box">
<img
src="assets/icons/flexibility_home.svg"
alt="Icon for flexibility"
/>
<div>
<h3>Flexibility</h3>
<p>
With Ullo Remote you can control your light without the use of
WiFi. You can therefore also take the light with you.
</p>
</div>
</div>
<div class="you_get_box">
<img src="assets/icons/colors_home.svg" alt="Icon for colors" />
<div>
<h3>16 mio. colors</h3>
<p>
With 16 million unique colors per light unit, you can count on
near-infinite color combinations in your home.
</p>
</div>
</div>
</div>
</section>
<section class="support">
<h2>Support</h2>
<div>
<div>
<img src="assets/icons/messenger_icon.svg" alt="Messenger icon" />
<h4>Contact us on Messenger</h4>
<p>Response time: within 24 hours.</p>
<a href="https://m.me/ullo.dk" target="_blank">Chat with us</a>
</div>
<div>
<img src="assets/icons/email_icon.svg" alt="Email icon" />
<h4>Send us an email</h4>
<p>Response time: within 2 working days.</p>
<a href="mailto:hej@ullo.dk" target="_blank">Write to us</a>
</div>
</div>
</section>
<section class="gradient forest">
<div>
<a href="https://ecologi.com/ullo" target="_blank"
>Visit our forest</a
>
<p>
It is important that you as a customer know that there is action
behind our words when we say we plant one tree per unit sold. Thanks
to a collaboration with Ecologi, you can follow your trees and the
rest of our forest.
</p>
</div>
<div>
<img src="assets/icons/ecologi.svg" alt="Ecologi icon" />
</div>
</section>
</main>
<footer class="main_footer">
<div class="footer_wrapper">
<section class="footer_links">
<h4>Site links</h4>
<ul>
<li><a href="#">Support</a></li>
<li><a href="#">Privacy policy</a></li>
<li><a href="#">Cookie policy</a></li>
<li><a href="#">Terms of service</a></li>
</ul>
</section>
<section class="footer_subscribe">
<h4>Newsletters</h4>
<form action="#" class="form_subscribe">
<input
type="email"
name="email"
id="email"
placeholder="Enter your email address"
/>
<!-- <input type="submit" value="→" /> -->
<button type="submit">
<img src="assets/icons/rarr.svg" alt="submit button" />
</button>
</form>
</section>
<section class="footer_payment">
<img
src="assets/icons/google_pay.svg"
alt="google pay icon"
class="icon_payment"
/>
<img
src="assets/icons/paypal.svg"
alt="paypal icon"
class="icon_payment"
/>
<img
src="assets/icons/visa.svg"
alt="visa icon"
class="icon_payment"
/>
<img
src="assets/icons/mastercard.svg"
alt="mastercard icon"
class="icon_payment"
/>
</section>
<section class="footer_social">
<a href="https://www.facebook.com/ullo.dk/" target="_blank">
<img
src="assets/icons/Ullofacebook.png"
alt="facebook icon"
class="icon_SoMe"
/>
</a>
<a href="https://www.instagram.com/ullo.official/" target="_blank">
<img
src="assets/icons/Ulloinstagram.png"
alt="instagram icon"
class="icon_SoMe"
/></a>
<a
href="https://twitter.com/intent/tweet?text=&url=https%3A%2F%2Fullo.dk"
target="_blank"
>
<img
src="assets/icons/ullotwitter.png"
alt="twitter icon"
class="icon_SoMe"
/></a>
</section>
<section class="footer_general">
<p>
Copyright © Ullo, Powered by Shopify <br />
Nørrebrogade 225 5, 2200 København N CVR: 41797584 <br />
<a href="mailto:hej@ullo.dk">hej@ullo.dk</a>
</p>
</section>
</div>
<section class="modal_subscribe" id="modal_subscribe">
<article class="modal-content">
<span class="close">×</span>
<p>Thank you!</p>
<p>We will keep you posted.</p>
</article>
</section>
</footer>
<script src="js/main.js"></script>
<script src="js/home.js"></script>
</body>
</html>