-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
465 lines (448 loc) · 17.5 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
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
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<!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="./assets/fonts/style.css" />
<link rel="stylesheet" href="./style.css" />
<title>ArchMove</title>
</head>
<body>
<header>
<nav class="navbar">
<div class="navbar_left">
<div class="navbar_logo">
<img src="./assets/img/logo-arch.png" alt="logo" />
</div>
<ul>
<li><a href="#">Design Gallery</a></li>
<li><a href="#">List of Architect</a></li>
<li><a href="#">Articles</a></li>
<li><a href="#">How it Works</a></li>
</ul>
</div>
<div class="navbar_right">
<svg
width="16"
height="16"
viewBox="0 0 16 16"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.9891 14.0205L10.424 9.45547C11.1324 8.53965 11.5156 7.41992 11.5156 6.24219C11.5156 4.83242 10.9654 3.51055 9.97051 2.51387C8.97559 1.51719 7.6502 0.96875 6.24219 0.96875C4.83418 0.96875 3.50879 1.51895 2.51387 2.51387C1.51719 3.50879 0.96875 4.83242 0.96875 6.24219C0.96875 7.6502 1.51895 8.97559 2.51387 9.97051C3.50879 10.9672 4.83242 11.5156 6.24219 11.5156C7.41992 11.5156 8.53789 11.1324 9.45371 10.4258L14.0188 14.9891C14.0321 15.0025 14.048 15.0131 14.0655 15.0203C14.083 15.0276 14.1018 15.0313 14.1207 15.0313C14.1396 15.0313 14.1584 15.0276 14.1759 15.0203C14.1934 15.0131 14.2093 15.0025 14.2227 14.9891L14.9891 14.2244C15.0025 14.211 15.0131 14.1951 15.0203 14.1776C15.0276 14.1601 15.0313 14.1414 15.0313 14.1225C15.0313 14.1035 15.0276 14.0848 15.0203 14.0673C15.0131 14.0498 15.0025 14.0339 14.9891 14.0205ZM9.02656 9.02656C8.28125 9.77012 7.29336 10.1797 6.24219 10.1797C5.19102 10.1797 4.20313 9.77012 3.45781 9.02656C2.71426 8.28125 2.30469 7.29336 2.30469 6.24219C2.30469 5.19102 2.71426 4.20137 3.45781 3.45781C4.20313 2.71426 5.19102 2.30469 6.24219 2.30469C7.29336 2.30469 8.28301 2.7125 9.02656 3.45781C9.77012 4.20313 10.1797 5.19102 10.1797 6.24219C10.1797 7.29336 9.77012 8.28301 9.02656 9.02656Z"
fill="#585858"
/>
</svg>
<button class="navbar_btn">
Sign In
</button>
<button class="navbar_btn btn_primary">
Sign Up
</button>
</div>
<span class="menu_btn" onclick="openNav()">☰</span>
<div class="navbar_left_menu" id="mySidenav">
<ul>
<li>
<a
href="javascript:void(0)"
class="closebtn"
onclick="closeNav()"
>
×
</a>
</li>
<li><a href="#">Design Gallery</a></li>
<li>
<a href="#"></a>
List of Architect
</li>
<li>
<a href="#"></a>
Articles
</li>
<li>
<a href="#"></a>
How it Works
</li>
</ul>
<div class="sign_btn">
<svg
width="18"
height="18"
viewBox="0 0 18 18"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M14.9891 14.0205L10.424 9.45547C11.1324 8.53965 11.5156 7.41992 11.5156 6.24219C11.5156 4.83242 10.9654 3.51055 9.97051 2.51387C8.97559 1.51719 7.6502 0.96875 6.24219 0.96875C4.83418 0.96875 3.50879 1.51895 2.51387 2.51387C1.51719 3.50879 0.96875 4.83242 0.96875 6.24219C0.96875 7.6502 1.51895 8.97559 2.51387 9.97051C3.50879 10.9672 4.83242 11.5156 6.24219 11.5156C7.41992 11.5156 8.53789 11.1324 9.45371 10.4258L14.0188 14.9891C14.0321 15.0025 14.048 15.0131 14.0655 15.0203C14.083 15.0276 14.1018 15.0313 14.1207 15.0313C14.1396 15.0313 14.1584 15.0276 14.1759 15.0203C14.1934 15.0131 14.2093 15.0025 14.2227 14.9891L14.9891 14.2244C15.0025 14.211 15.0131 14.1951 15.0203 14.1776C15.0276 14.1601 15.0313 14.1414 15.0313 14.1225C15.0313 14.1035 15.0276 14.0848 15.0203 14.0673C15.0131 14.0498 15.0025 14.0339 14.9891 14.0205ZM9.02656 9.02656C8.28125 9.77012 7.29336 10.1797 6.24219 10.1797C5.19102 10.1797 4.20313 9.77012 3.45781 9.02656C2.71426 8.28125 2.30469 7.29336 2.30469 6.24219C2.30469 5.19102 2.71426 4.20137 3.45781 3.45781C4.20313 2.71426 5.19102 2.30469 6.24219 2.30469C7.29336 2.30469 8.28301 2.7125 9.02656 3.45781C9.77012 4.20313 10.1797 5.19102 10.1797 6.24219C10.1797 7.29336 9.77012 8.28301 9.02656 9.02656Z"
fill="#585858"
/>
</svg>
<button class="navbar_btn">
Sign In
</button>
<button class="navbar_btn btn_primary">
Sign Up
</button>
</div>
</div>
</nav>
<div class="showcase">
<div class="container">
<h1>
Build Your
<br />
Dream
<span class="text-primary">House</span>
</h1>
<div class="showcase_content">
<div class="showcase_text">
<p class="text-lead">
The first and most trusted marketplace of design & build house
in The World. 100% guaranteed Build safe, comfortable and
transparent with a project management for the best result
</p>
<button class="btn btn_primary">
Free Consultation
</button>
</div>
<div class="showcase_img">
<img src="./assets/img/Rectangle 1.png" alt="Rectangle" />
</div>
</div>
</div>
</div>
</header>
<section class="rooms">
<div class="rooms_top">
<div class="container">
<div></div>
<h3 class="title">
Build professional
<br />
valuable room for you
</h3>
<div class="rooms_navigation">
<button class="btn_prev">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18 11V9H6L10 5L9 3L2 10L9 17L10 15L6 11H18Z"
fill="#473534"
/>
</svg>
</button>
<button class="btn_next">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2 11V9H14L10 5L11 3L18 10L11 17L10 15L14 11H2Z"
fill="#FD665E"
/>
</svg>
</button>
</div>
</div>
</div>
<div class="rooms_gallery">
<div class="rooms_gallery_box">
<img src="./assets/img/img-01.png" alt="" />
</div>
<div class="rooms_gallery_box">
<img src="./assets/img/img-02.png" alt="" />
</div>
<div class="rooms_gallery_box">
<img src="./assets/img/img-03.png" alt="" />
</div>
<div class="rooms_gallery_box">
<img src="./assets/img/img-04.png" alt="" />
</div>
</div>
</section>
<!-- Needs -->
<section class="needs">
<div class="container">
<h3 class="title">
Build your needs
<br />
with Archmove
</h3>
<div class="needs_content">
<div class="needs_img">
<img src="./assets/img/img-5.png" alt="" />
</div>
<div class="needs_advantages">
<div class="needs_adv">
<div class="needs_adv_img">
<svg
width="48"
height="56"
viewBox="0 0 48 56"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M22.6273 51.9247C10.8481 43.511 3.35716 30.3774 2.0857 15.9972L23.6239 2.35639L45.8748 15.994C44.1284 30.4277 36.3962 43.4887 24.5344 51.9614L23.6066 52.6242L22.6273 51.9247Z"
stroke="black"
stroke-width="4"
/>
<path
d="M17.5 24.8995L22.508 29.9075L32.4075 20.008"
stroke="#FD665E"
stroke-width="4"
/>
</svg>
</div>
<div class="needs_adv_content">
<h5>100% guaranteed project completion</h5>
<p class="text-lead">
Build safe, comfortable and transparent with a project
management application with a joint account.
</p>
</div>
</div>
<div class="needs_adv">
<div class="needs_adv_img">
<svg
width="39"
height="48"
viewBox="0 0 39 48"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path d="M2 2H37V46H2V2Z" stroke="black" stroke-width="4" />
<path
d="M23.2542 38V36.7661C26.3077 36.5017 28 34.9153 28 32.3301C28 30.1267 26.7676 28.7656 24.3487 28.2661L23.2542 28.0507V25.0052C24.0452 25.1423 24.6246 25.818 24.6522 26.5916H27.7425C27.7149 24.2609 25.9858 22.6158 23.2542 22.3416V21H21.9298V22.3318C18.959 22.5668 17.2483 24.1532 17.2483 26.6895C17.2483 28.8341 18.4808 30.2442 20.8353 30.7926L21.9298 31.0472V34.2005C20.9457 34.0927 20.2375 33.4171 20.1915 32.5553H17C17.0092 35.0622 18.8211 36.6192 21.9298 36.7857V38H23.2542ZM24.8545 32.7316C24.8545 33.5639 24.2567 34.1221 23.2542 34.2005V31.2823C24.3303 31.4977 24.8545 31.9775 24.8545 32.7316ZM20.4766 26.3566C20.4766 25.6025 21.0744 25.0444 21.9298 24.9856V27.7667C20.9824 27.5611 20.4766 27.0714 20.4766 26.3566Z"
fill="#FD665E"
/>
</svg>
</div>
<div class="needs_adv_content">
<h5>No additional fees</h5>
<p class="text-lead">
There are no hidden costs. The value of the offer you get is
the value you paid.
</p>
</div>
</div>
<div class="needs_adv">
<div class="needs_adv_img">
<svg
width="40"
height="53"
viewBox="0 0 40 53"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2 51V17.9097L19.5324 2.62508L38 17.9397V51H2Z"
stroke="black"
stroke-width="4"
/>
<circle
cx="20"
cy="24"
r="5"
stroke="#FD665E"
stroke-width="4"
/>
</svg>
</div>
<div class="needs_adv_content">
<h5>No additional fees</h5>
<p class="text-lead">
There are no hidden costs. The value of the offer you get is
the value you paid
</p>
<p></p>
</div>
</div>
<div class="needs_adv">
<div class="needs_adv_img">
<svg
width="40"
height="53"
viewBox="0 0 40 53"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2 51V17.9097L19.5324 2.62508L38 17.9397V51H2Z"
stroke="black"
stroke-width="4"
/>
<circle
cx="20"
cy="24"
r="5"
stroke="#FD665E"
stroke-width="4"
/>
</svg>
</div>
<div class="needs_adv_content">
<h5>Get escort from the Team</h5>
<p class="text-lead">
Monitor reports from the Arsitag team who check directly in
the field.
</p>
</div>
</div>
<button class="btn btn_primary">
Free Consultation
</button>
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section class="comfort">
<div class="testimonial">
<div class="container">
<h3 class="title">
Sound Too Good
<br />
To Be True?
</h3>
<div class="testimonial">
<div class="testimonial_img">
<svg
width="58"
height="41"
viewBox="0 0 58 41"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M24.5312 0.992188C12.0859 2.89062 0.765625 12.1719 0.765625 25.3906C0.765625 34.5312 6.03906 40.7188 13.6328 40.7188C21.6484 40.7188 26.3594 33.8984 26.3594 25.5312C19.6797 25.25 15.1094 21.1016 15.1094 15.1953C15.1094 9.35938 19.5391 5.49219 25.6562 4.22656L24.5312 0.992188ZM55.9609 0.992188C43.5156 2.89062 32.1953 12.1719 32.1953 25.3906C32.1953 34.5312 37.4688 40.7188 45.0625 40.7188C53.0781 40.7188 57.7891 33.8984 57.7891 25.5312C51.1094 25.25 46.4688 21.1016 46.4688 15.1953C46.4688 9.35938 50.8984 5.49219 57.0156 4.22656L55.9609 0.992188Z"
fill="#FD665E"
/>
</svg>
</div>
<div class="testimonial_text">
<p>
We just wanted to thank you for this fantastic website! We are
so grateful for being able to advertise our Petite cabin and
receive feedback from people from all over the U.S. and even
further.
</p>
<div class="testimonial_author">
<p>
<span>Adam Morph</span>
— CEO Alfatech
</p>
<div class="rooms_navigation">
<button class="btn_prev">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M18 11V9H6L10 5L9 3L2 10L9 17L10 15L6 11H18Z"
fill="#473534"
/>
</svg>
</button>
<button class="btn_next">
<svg
width="20"
height="20"
viewBox="0 0 20 20"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M2 11V9H14L10 5L11 3L18 10L11 17L10 15L14 11H2Z"
fill="#FD665E"
/>
</svg>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="dream">
<div class="container">
<div class="dream_img">
<img src="./assets/img/img.png" alt="" />
</div>
<div class="dream_content">
<div>
<h3 class="title">
Realize your dream
<br />
project with
<span class="text-primary">Archmove</span>
</h3>
</div>
<button class="btn btn_primary">
Free Consultation
</button>
</div>
</div>
</div>
</section>
<!-- Partners -->
<section class="partners">
<div class="container">
<h3 class="title">Our Partners</h3>
<div class="partners_list">
<div class="partners_list_box">
<img src="./assets/img/logo-1.png" alt="" />
</div>
<div class="partners_list_box">
<img src="./assets/img/logo-2.png" alt="" />
</div>
<div class="partners_list_box">
<img src="./assets/img/logo-3.png" alt="" />
</div>
<div class="partners_list_box">
<img src="./assets/img/logo-4.png" alt="" />
</div>
<div class="partners_list_box">
<img src="./assets/img/logo-5.png" alt="" />
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<ul>
<li><a href="#">Design Gallery</a></li>
<li><a href="#">List of Architect</a></li>
<li><a href="#">Articles</a></li>
<li><a href="#">How it Works</a></li>
</ul>
<div class="navbar_logo">
<img src="./assets/img/Group 17.png" alt="logo" />
</div>
</div>
</footer>
<script>
function openNav() {
document.getElementById('mySidenav').style.width = '250px'
}
function closeNav() {
document.getElementById('mySidenav').style.width = '0'
}
</script>
</body>
</html>