-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
363 lines (360 loc) · 21.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
<!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">
<title>HOME COLLECTION</title>
<!-- bootstrap link -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- css link -->
<link rel="stylesheet" href="style.css">
<!-- font awesome link -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css"
integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
</head>
<body>
<header class="fixed-top black-background">
<nav class="container d-flex flex-row justify-content-between">
<div class="order-1 d-flex">
<ul class="list-inline">
<li class="list-inline-item nav-item text-uppercase d-none d-md-inline grey"><a href="#"
class="gotham grey"><i class="fas fa-landmark rotate-icon pr-2 fa-2x pink pt-3"></i>collection</a></li>
<li class="list-inline-item nav-item text-uppercase d-md-none"><a href="#" class="grey small-font gotham"><i
class="fas fa-landmark rotate-icon pr-2"></i>collection</a></li>
<li class="list-inline-item nav-item text-uppercase "><a href="#" class="pink small-font gotham"><i
class="fas fa-home pr-1"></i>home</a></li>
<li class="list-inline-item nav-item text-uppercase "><a href="#" class="grey small-font gotham"><i
class="fas fa-chart-bar pr-1"></i>Categories</a></li>
<li class="list-inline-item nav-item text-uppercase "><a href="search.html" class="grey small-font gotham"><i
class="fas fa-search-dollar pr-1"></i>Search</a></li>
<li class="list-inline-item nav-item text-uppercase d-none d-md-inline"><a href="#">
<span class="text-white pink-background rounded py-1 px-2 gotham">Sell and buy</span></a>
</li>
</ul>
</div>
<div class="order-2 flex-row pt-4 d-none d-lg-inline">
<a href="#"><i class="fas fa-envelope px-2 fa-lg grey"></i></a>
<a href="#"><img src="./Images/home-images/home-images/myphoto.jpg" alt="image"
class="my-photo rounded-circle"></a>
</div>
</nav>
</header>
<main class="bg-light w-100 p-0 m-0">
<section class="pt-md-5 mt-md-3">
<div class="hot-img d-flex flex-column col-12 p-0 m-0">
<h1 class="text-uppercase mx-auto text-center pt-5 gotham mt-3 text-white">collection</h1>
<p class="text-center px-2 gotham-light text-white">Buying And Selling Couldn't be Simpler than this</p>
<div class="list-inline d-flex flex-column flex-md-row text-center text-md-left pt-md-5 mx-auto">
<div class="list-inline-item col-12 col-md-3 py-1 w-100 m-0">
<select id="category" name="category" class=" box-model gotham-light mr-2 rounded w-100">
<option value="categories mr-4">All categories</option>
<option value="canada">3 bedroom</option>
<option value="usa">2 bedroom</option>
<option value="usa">1 bedroom</option>
</select>
</div>
<div class="list-inline-item col-12 col-md-3 py-1 m-0">
<input type="text" id="lnam" name="lastname" placeholder="Search location..."
class=" box-model gotham-light rounded w-100">
</div>
<div class="list-inline-item col-12 col-md-3 py-1 m-0">
<input type="text" id="lname" name="lastname" placeholder="Search feature..."
class=" box-model gotham-light rounded w-100">
</div>
<div class="list-inline-item col-12 col-md-3 m-0 py-1">
<div class="text-uppercase py-1 px-3 gotham-light rounded black-background grey text-center"><a
href="search.html" class="grey hover-link">search</a></div>
</div>
</div>
</div>
</section>
<section class="container p-0 px-md-5">
<h5 class="gotham grey pt-3 px-md-5 pl-3 ml-md-5 title-sentence">Awesome and comfortable houses</h5>
<div class="row d-flex flex-row container px-auto m-0">
<div class="col-1 align-self-center d-none d-lg-inline"><a href="#"><i
class="fas fa-angle-left py-auto fa-2x border rounded-circle py-2 px-3 pink"></i></a></div>
<div class="col-md-5 w-100 p-0 m-0"><img src="./Images/home-images/home-images/home8.jfif" alt="House=image"
class="w-100 height-auto"></div>
<div class="col-md-5 d-none d-md-inline pr-0 mr-0">
<h6 class="gotham pink">The house which is located at the centre of city.</h6>
<article>
<p class="helvatica black font-weight-bold d-none d-xl-inline">Lorem ipsum dolor sit, amet consectetur
adipisicing elit. Eius ipsa consequatur, molestias tempora iusto dolore placeat, rerum doloremque omnis
sequi non odio voluptatibus laboriosam architecto voluptatum eum facere autem tenetur.</p>
<h6 class="black gotham-light none-decoration"><span>by <a class="font-weight-bold black hover-link"
href="#">Zulfizar Abdumurodova</a></span></h6>
</article>
<ul class="list-inline">
<li class="list-inline-item">
<div class="pink-background rounded py-1 px-4 gotham border">13000$</div>
</li>
<li class="list-inline-item">
<div class="pink-background rounded py-1 px-4"><a href="#" class="gotham hover-link black"><i
class="fas fa-money-check-alt px-2"></i>BUY</a></div>
</li>
</ul>
</div>
<div class="col-1 align-self-center d-none d-lg-inline"><a href="#"><i
class="fas fa-angle-right py-auto fa-2x border rounded-circle py-2 px-3 pink"></i></a></div>
</div>
</section>
<section class="bg-light">
<div class="container px-md-5 py-3">
<div class="d-flex flex-column pt-2">
<div class="d-flex flex-row justify-content-between">
<h5 class="grey gotham title-sentence"><i class="far fa-snowflake pr-2"></i>In cold areas</h5>
<h6 class="gotham-light d-none d-md-inline"><a href="#"
class="pink helvatica font-weight-bold hover-link">See all</a></h6>
</div>
<div class="row border-top">
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home1.jfif" alt="b">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home2.jfif" alt="m">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home3.jfif" alt="v">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home4.jfif" alt="y">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column pt-4">
<div class="d-flex flex-row justify-content-between p-0 m-0">
<h5 class="grey gotham title-sentence"><i class="far fa-sun pr-2"></i>In hot areas</h5>
<h6 class="gotham-light d-none d-md-inline"><a href="#"
class="pink helvatica font-weight-bold hover-link">See all</a></h6>
</div>
<div class="row border-top">
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home5.jfif" alt="e">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home6.jfif" alt="g">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home7.jpg" alt="d">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home8.jfif" alt="d">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
</div>
</div>
<div class="d-flex flex-column pt-4">
<div class="d-flex flex-row justify-content-between">
<h5 class="grey gotham title-sentence"><i class="fas fa-umbrella-beach pr-2"></i>On the beach</h5>
<h6 class="gotham-light d-none d-md-inline"><a href="#"
class="pink helvatica font-weight-bold hover-link">See all</a></h6>
</div>
<div class="row border-top">
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home9.jfif" alt="r">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home10.jfif" alt="r">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home11.jfif" alt="t">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
<div class="col-6 col-md-3 d-flex flex-column p-1 p-md-3">
<img class="w-100 cap-image" src="./Images/home-images/home-images/home12.jfif" alt="t">
<div class="p-1 py-2 bg-white">
<h5 class="grey gotham-light py-0 my-0">House with garden</h5>
<p class="pink helvatica font-weight-bold py-0 my-0">Built with wood completely</p>
<p class="grey helvatica font-weight-bold">In Malaysia, near to city centre</p>
<div class="d-flex flex-row justify-content-between">
<a href="#" class=""><i class="far fa-plus-square fa-2x fpnt-weight-light grey"></i></a>
<div class="pink gotham pt-2">20000$</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="pt-5 d-flex flex-row">
<section class="container">
<div class="row d-flex p-0 m-0">
<div class="d-flex flex-column col-12 col-md-4 pl-0 ml-0">
<a class="text-uppercase h6 text-center pr-2 pink hover-logo black-background py-2 rounded gotham" href="#"><i
class="fas fa-landmark rotate-icon mr-2"></i>collection</a>
<p class="text-center text-md-left helvatica black font-weight-bold">The most beautiful and luxurious houses
around the world are just for you. Try and choose and shop on the spot, shopping can’t be easier than that.
</p>
</div>
<div class="col-6 col-md-2 text-center text-md-left p-0 m-0">
<p class="text-uppercase pink gotham">location</p>
<a href="#" class="helvatica black font-weight-bold">Uzbekistan</a><br>
<a href="#" class="helvatica black font-weight-bold">Turkey</a><br>
<a href="#" class="helvatica black font-weight-bold">Switzerland</a><br>
<a href="#" class="helvatica black font-weight-bold">Malaysia</a><br>
<a href="#" class="helvatica black font-weight-bold">Arabia</a><br>
<a href="#" class="helvatica black font-weight-bold">USA</a><br>
<a href="#" class="helvatica black font-weight-bold">United Kingdom</a>
</div>
<div class="col-6 col-md-2 text-center text-md-left p-0 m-0">
<p class="text-uppercase pink gotham">Pages</p>
<a href="#" class="helvatica black font-weight-bold">Home</a><br>
<a href="#" class="helvatica black font-weight-bold">Categories</a><br>
<a href="#" class="helvatica black font-weight-bold">Search</a><br>
<a href="#" class="helvatica black font-weight-bold">Contact</a><br>
<a href="#" class="helvatica black font-weight-bold">Post your add</a><br>
<a href="#" class="helvatica black font-weight-bold">Terms & conditions</a><br>
<a href="#" class="helvatica black font-weight-bold">Privacy policy</a>
</div>
<div class="col-12 col-md-2 text-center text-md-left p-0 m-0">
<p class="text-uppercase pink gotham">Credits</p>
<a href="#" class="helvatica black font-weight-bold">NBU</a><br>
<a href="#" class="helvatica black font-weight-bold">Xalq Banki</a><br>
<a href="#" class="helvatica black font-weight-bold">Hamkorbank</a><br>
<a href="#" class="helvatica black font-weight-bold">QQB</a><br>
<a href="#" class="helvatica black font-weight-bold">Ipoteka</a><br>
<a href="#" class="helvatica black font-weight-bold">Microverse</a>
</div>
<div class="col-12 col-md-1 py-3 p-md-0 m-0 ">
<table class="mx-auto">
<tr class="">
<td class="float-right float-md-left helvatica black font-weight-bold">Lanaguage:</td>
<td class="pl-2 helvatica black font-weight-bold">English</td>
</tr>
<tr class="">
<td class="float-right float-md-left helvatica black font-weight-bold">Location:</td>
<td class="pl-2 helvatica black font-weight-bold">Termez</td>
</tr>
<tr>
<td class="float-right float-md-left helvatica black font-weight-bold">Currency:</td>
<td class="pl-2 helvatica black font-weight-bold">Dollar</td>
</tr>
</table>
</div>
</div>
<div class="col-12 d-flex flex-column flex-md-row justify-content-between py-5 row text-center text-md-left">
<div class=""><i class="fas fa-copyright pink pr-2"></i><a href="#"
class="helvatica black font-weight-bold">2021 by Zulfizar Abdumurodova</a></div>
<div class="">
<a href="#"><i class="fab fa-facebook pr-1 pink"></i></a>
<a href="#"><i class="fab fa-twitter px-1 pink"></i></a>
<a href="#"><i class="fab fa-pinterest px-1 pink"></i></a>
<a href="#"><i class="fab fa-instagram-square px-1 pink"></i></a>
<a href="#"><i class="fas fa-envelope px-1 pink"></i></a>
<a href="#"><i class="fab fa-telegram pl-1 pink"></i></a>
</div>
</div>
</section>
</footer>
<!-- bootstrap JS files link -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous">
</script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous">
</script>
</body>
</html>