-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
182 lines (169 loc) · 5.69 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <!-- displays site properly based on user's device -->
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon-32x32.png">
<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=Fraunces:opsz,[email protected],700&family=League+Spartan:wght@500;600;700&family=Montserrat:wght@500&display=swap" rel="stylesheet">
<script src="./images.js"></script>
<title>Frontend Mentor | Room homepage</title>
<!-- Feel free to remove these styles or customise in your own stylesheet 👍 -->
<link href="./style.css" rel="stylesheet">
</head>
<body>
<div class="blackout">
hh
</div>
<div class="one">
<div class="mobilemenu">
<img class="closeButton" src="./images/icon-close.svg">
<div class="menulist">
<ul class="lists">
<li>home</li>
<li>shop</li>
<li>about</li>
<li>contact</li>
</ul>
</div>
</div>
<div class="imagePart"> <img class="firstImage" src="./images/desktop-image-hero-1.jpg">
<div class="list-of-tabs">
<ul class="tabs">
<li class="first-tab">room</li>
<li>home</li>
<li>shop</li>
<li>about</li>
<li>contact</li>
</ul>
</div>
<div class="hb">
<div><img class="hbimg" src="./images/icon-hamburger.svg"></div>
<div>room</div>
</div>
<div class="icon-div">
<div class="icon left-arrow">
<img src="./images/icon-angle-left.svg">
</div>
<div class="icon right-arrow">
<img src="./images/icon-angle-right.svg">
</div>
</div>
</div>
<div class="textPart">
<h1>Discover innovative ways to decorate</h1>
<p>We provide unmatched quality, comfort, and style for property owners across the country.
Our experts combine form and function in bringing your vision to life. Create a room in your
own style with our collection and make your property a reflection of you and what you love.
</p>
<span><span class="shopText">SHOP NOW</span>
<img src="./images/icon-arrow.svg">
</span>
</div>
</div>
<div class="one">
<div class="mobilemenu">
<img class="closeButton" src="./images/icon-close.svg">
<div class="menulist">
<ul class="lists">
<li>home</li>
<li>shop</li>
<li>about</li>
<li>contact</li>
</ul>
</div>
</div>
<div class="imagePart"> <img class="firstImage"src="./images/desktop-image-hero-2.jpg">
<div class="list-of-tabs">
<ul class="tabs">
<li class="first-tab">room</li>
<li>home</li>
<li>shop</li>
<li>about</li>
<li>contact</li>
</ul>
</div>
<div class="hb">
<div><img class="hbimg"src="./images/icon-hamburger.svg"></div>
<div>room</div>
</div>
<div class="icon-div">
<div class="icon left-arrow">
<img src="./images/icon-angle-left.svg">
</div>
<div class="icon right-arrow" >
<img src="./images/icon-angle-right.svg">
</div>
</div>
</div>
<div class="textPart">
<h1>We are available all across the globe</h1>
<p>With stores all over the world, it's easy for you to find furniture for your home or place of business.
Locally, we’re in most major cities throughout the country. Find the branch nearest you using our
store locator. Any questions? Don't hesitate to contact us today.
</p>
<span><span class="shopText">SHOP NOW</span>
<img src="./images/icon-arrow.svg">
</span>
</div>
</div>
<div class="one">
<div class="mobilemenu">
<img class="closeButton" src="./images/icon-close.svg">
<div class="menulist">
<ul class="lists">
<li>home</li>
<li>shop</li>
<li>about</li>
<li>contact</li>
</ul>
</div>
</div>
<div class="imagePart"> <img class="firstImage" src="./images/desktop-image-hero-3.jpg">
<div class="list-of-tabs">
<ul class="tabs">
<li class="first-tab">room</li>
<li>home</li>
<li>shop</li>
<li>about</li>
<li>contact</li>
</ul>
</div>
<div class="hb">
<div><img class="hbimg" src="./images/icon-hamburger.svg"></div>
<div>room</div>
</div>
<div class="icon-div">
<div class="icon left-arrow">
<img src="./images/icon-angle-left.svg">
</div>
<div class="icon right-arrow">
<img src="./images/icon-angle-right.svg">
</div>
</div>
</div>
<div class="textPart">
<h1>Manufactured with the best materials</h1>
<p>Our modern furniture store provide a high level of quality. Our company has invested in advanced technology
to ensure that every product is made as perfect and as consistent as possible. With three decades of
experience in this industry, we understand what customers want for their home and office.
</p>
<span><span class="shopText">SHOP NOW</span>
<img src="./images/icon-arrow.svg">
</span>
</div>
</div>
<div class="two">
<img src="./images/image-about-dark.jpg">
<span> <h4>ABOUT OUR FURNITURE</h4>
<p>Our multifunctional collection blends design and function to suit your individual taste.
Make each room unique, or pick a cohesive theme that best express your interests and what
inspires you. Find the furniture pieces you need, from traditional to contemporary styles
or anything in between. Product specialists are available to help you create your dream space.
</p>
</span>
<img src="./images/image-about-light.jpg">
</div>
</body>
</html>