-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (51 loc) · 2.53 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
<!DOCTYPE html>
<html lang="en, es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=
, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Copia - Modulos Furniture Systems</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="header-container">
<div class="header-left">
<a href="https://www.modulosdesk.com/about-modulos-desk/"title="About Modulos">About Modulos</a>
<a href="https://www.modulosdesk.com/materials/"title="Materials">Materials</a>
<a href="https://www.modulosdesk.com/our-story/"title="Our Story">Our Story</a>
<a href="https://www.modulosdesk.com/contact/" title="Contact us!">Contact us!</a>
</div>
<div class="header-middle">
<a href="https://www.modulosdesk.com/">
<img id="logo" src="images/Modulos_logo-horizontal-positive-web.svg" alt="principal logo">
</a>
</div>
<div class="header-right">
<a title="create your desk">Create your Desk </a>
<div class="dropdown">
<a title="shop" onclick="openMenu()">Shop ▾ </a>
<div id="dropdown-content">
<a href="https://www.modulosdesk.com/shop-the-desk/" title="">Desk configurations</a>
<a href="https://www.modulosdesk.com/modules/" title>Modules</a>
<a href="https://www.modulosdesk.com/legs-accessories/" title>legs & legs accessories</a>
</div>
</div>
<a href="https://www.modulosdesk.com/cart">
<img id="shopping" src="Images/shopping.png" alt="shopping cart"></a>
</div>
</div>
<div class="index-container">
<div class="index-left">
<h1 class="h1">Visiting from Croatia? Check out our exclusive Black Friday stock clearance sale!</h1>
<p>This Black Friday, we're clearing out our stock! We're offering huge discounts on our presentational and test pieces. As this offer doesn't include international shipping, it is <b> to our customers from Croatia</b> - check it out while it's hot! <br> Desk setups starting from <b>from €399.</b></p>
<a class="btn">See the deal!</a>
</div>
<div class="index-right">
<img class="my-slides" src="Images/render-04-1024x540.jpg" alt="render-08-1024x540">
<img class="my-slides" src="Images/render-08-1024x540.jpg" alt="render-04-1024x540">
</div>
</div>
<script src="script.js"></script>
</body>
</html>