-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
310 lines (264 loc) · 11.1 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
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
<!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">
<link rel="stylesheet" href="style.css">
<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=Poppins:wght@200;400;500;600;700&display=swap" rel="stylesheet">
<link rel="shortcut icon" href="pictures/luxterior_logo.png" type="image/x-icon">
<script src="index.js"></script>
<title>Luxterior</title>
</head>
<body>
<!-- Navigation bar section starts -->
<div class="navbar">
<div class="logo">
<h2>Luxterior</h2>
</div>
<div class="links">
<a href="#">Home</a>
<a href="#">About</a>
<a href="#">Features</a>
<a href="#">Contacts</a>
</div>
<div class="icons">
<img src="pictures/search-icon.svg" width="25px" alt="" class="icon">
<img src="pictures/menu-icon.svg" width="26px" alt="" class="icon">
</div>
</div>
<!-- Navigation bar section ends -->
<!-- Section 1 starts -->
<section class="section-1" id="section-1">
<div class="text">
<h1>We help you <br>make modern <br>interior</h1>
<p>We will help you to make an elegant <br>and luxurious interior designed by <br>professional interior designers</p>
</div>
<div class="image">
<img src="pictures/picture_1.jpg" width="1050px" alt="">
</div>
</section>
<!-- Section 1 ends -->
<div class="square-design"></div>
<!-- Section 2 starts -->
<section class="section-2" id="section-2">
<div class="heading">
<hr class="line-2">
<h1>Benefits you get when <br>using our services</h1>
</div>
<div class="services">
<div class="service">
<div class="icon">
<img src="pictures/quality.png" alt="">
</div>
<div class="description">
<h3>Best Quality</h3>
<p>All of our furniture uses the best <br>materials and choices for our <br>customers.</p>
</div>
</div>
<div class="service">
<div class="icon">
<img src="pictures/shipping.png" alt="">
</div>
<div class="description">
<h3>Free Shipping</h3>
<p>Free shipping everytime you buy <br>furniture from us without <br>exeption.</p>
</div>
</div>
<div class="service">
<div class="icon">
<img src="pictures/warranty.png" alt="">
</div>
<div class="description">
<h3>Warranty</h3>
<p>Every time you buy our furniture <br>products, you will get a warranty <br>without exception.</p>
</div>
</div>
</div>
</section>
<!-- Section 2 ends -->
<!-- Section 3 starts -->
<section class="section-3" id="section-3">
<div class="image-container">
<img src="pictures/picture_2.jpg" width="500px" alt="">
</div>
<div class="text-container">
<div class="text">
<h1>We provide you the <br>best experience</h1>
<p>You don't worry about the results because all of these interiors are <br>made by people who are professionals in their fields with an elegant and <br>luxurious style and with premium quality materials.</p>
</div>
<div class="data">
<div class="data-item">
<h1>17</h1>
<p>Years <br>experience</p>
</div>
<div class="data-item">
<h1>85</h1>
<p>Awward <br>gained</p>
</div>
<div class="data-item">
<h1>537</h1>
<p>Furnitures <br>sold</p>
</div>
</div>
<button>Learn more </button>
<div class="arrow">→</div>
</div>
</section>
<!-- Section 3 ends -->
<!-- Section 4 starts -->
<section class="section-4" id="section-4">
<div class="text-container">
<h1>We provide the best <br>process experience</h1>
<div class="experiences">
<div class="experience">
<div class="topic">
<div class="numbering">
<p>01</p>
</div>
<div class="experience-topic">
<h3>Briefing</h2>
</div>
</div>
<div class="description border-left">
<p>First thing you determine the concept and model you <br>want, then choose what colors and materials you <br>want to use in your furniture.</p>
</div>
</div>
<div class="experience">
<div class="topic">
<div class="numbering">
<p>02</p>
</div>
<div class="experience-topic">
<h3>Processing</h3>
</div>
</div>
<div class="description border-left">
<p>When the briefing process is complete and what the <br>client wants has been achieved. Then we carry out the <br>execution of the desired concept.</p>
</div>
</div>
<div class="experience">
<div class="topic">
<div class="numbering">
<p>03</p>
</div>
<div class="experience-topic">
<h3>Finishing</h3>
</div>
</div>
<div class="description">
<p>After the process is complete, we will immediately <br>carry out the finishing stage and we do it carefully and <br>make sure there are no mistakes.</p>
</div>
</div>
</div>
</div>
<div class="image-container">
<img src="pictures/picture_3.jpg" width="550px" alt="">
</div>
</section>
<!-- Section 4 ends -->
<!-- Section 5 starts -->
<section class="section-5" id="section-5">
<div class="upper">
<div class="heading">
<h1>We our customers <br>are saying</h1>
</div>
<div class="arrows">
<button>←</button>
<button>→</button>
</div>
</div>
<div class="lower">
<div class="card">
<img src="pictures/quote-left.png" width="45px" alt="">
<h1>The results given are very <br>satisfying</h1>
<p>"Being able to work with the exterior is an extraordinary thing they <br>provide excellent service and the results given are also very <br>satisfying by giving elegant impression."</p>
<div class="customer">
<div class="profile-pic">
<img src="pictures/man_profile.png" width="55px" alt="">
</div>
<div class="name">
<h4>Ralph Edwards</h4>
<p>Product manager</p>
</div>
</div>
</div>
<div class="card">
<img src="pictures/quote-left.png" width="45px" alt="">
<h1>The service provided is very <br>good and friendly</h1>
<p>"At that time I wanted to make a chair, then I went to luxterior to <br>make the chair and after it was finished the results were unexpected. <br>The results given are in accordance with what I want."</p>
<div class="customer">
<div class="profile-pic">
<img src="pictures/woman_profile.png" width="55px" alt="">
</div>
<div class="name">
<h4>Leslie Aleksander</h4>
<p>Housewife</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section 5 ends -->
<!-- Section 6 starts -->
<section class="section-6" id="section-6">
<div class="subscribe-container">
<h1>Subscribe to get the latest</h1> <h1>news about us</h1>
<p>We recommend you to subscribe to our newspaper, enter your</p>
<p>email below to get our daily update about us.</p>
<div class="sub-container">
<form name="subscribeForm" onsubmit="validate()">
<input type="email" name="email" placeholder="Enter you email address">
<button type="submit" value="submit">Subscribe</button>
</form>
</div>
</div>
<div class="footer">
<div class="background">
<h2>Luxterior</h2>
<p>We will help you to make an elegant and <br>luxurious interior designed by a <br>professional interior designer.</p>
</div>
<div class="footer-elements">
<div class="footer-element">
<h3>About</h3>
<p>About us</p>
<p>Features</p>
<p>News</p>
<p>Careers</p>
</div>
<div class="footer-element">
<h3>Company</h3>
<p>Our team</p>
<p>Partner with us</p>
<p>FAQ</p>
<p>Blog</p>
</div>
<div class="footer-element">
<h3>Support</h3>
<p>Account</p>
<p>Support center</p>
<p>Feedback</p>
<p>Contact us</p>
<p>Accesbility</p>
</div>
<div class="footer-element">
<h3>Get in touch</h3>
<p>Question or feedback?</p>
<p>We'd love to hear from you</p>
<div class="icons">
<img src="pictures/instagram.svg" alt="Instagram">
<img src="pictures/facebook.svg" alt="Facebook">
<img src="pictures/twitter.svg" alt="Twitter">
</div>
</div>
</div>
</div>
</section>
<!-- End of section-6 -->
<div class="downward-arrow">
↓
</div>
</body>
</html>