-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
365 lines (338 loc) · 18.8 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
<!doctype html>
<html lang="en">
<head>
<title> Real Estate | Landing Page </title>
<!-- Required meta tags always come first -->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta content="UTF-8" http-equiv="encoding">
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
<meta name="description" content="real estate landing page freecodecamp project">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="icon" type="image/png" href="./favicon.png">
<!-- build:css css/main.css -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="./css/styles.css">
<!-- endbuild -->
</head>
<body>
<header id="header">
<nav id="nav-bar">
<div class="wrapper"><a href="#home"><img id="header-img" src="./img/logo.jpg" alt="Homestead Realty logo"></a></div>
<label for="dropdown" class="toggle">
<div class="bars-wrapper">
<span class="bars"></span>
<span class="bars"></span>
<span class="bars"></span>
</div>
</label>
<input type="checkbox" id="dropdown" />
<ul class="menu">
<li>
<a href="#availableHome" class="nav-link">Available Homes</a>
</li>
<li>
<a href="#pricing" class="nav-link">Pricing</a>
</li>
<li>
<a href="#howItWorks" class="nav-link">How it Works</a>
</li>
</ul>
<div id="loginButton">
<ul>
<li>
<a href="#" class="loginButton-link"> Sign In </a>
</li>
</ul>
</div>
</nav>
</header>
<div id="container">
<!-- Home Section-->
<section id="home">
<h1>Discover a place you'll love to live</h1>
<div id="homesection">
<a href="#rent" class="home-btn">Rent</a>
<a href="#availableHome" class="home-btn">Buy</a>
<div role="search" id="search-form">
<input type="search" id="searchInput" value="Kingstown, St. Vincent">
<button id="searchButton" type="submit">
<i class="fa fa-search" aria-hidden="true"></i>
</button>
</div>
</div>
</section>
<!-- Home Section-->
<!-- House for sale section-->
<section id="availableHome">
<h2>Houses Available for purchase now</h2>
<div id="available-wrapper">
<a href="#" class="tiles">
<img src="./img/purchase-img1.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$250,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>3bd <i class="fa fa-bath"
aria-hidden="true"></i>2br 1646Sqft</span>
<p class="info-tiles info-tiles-p">Cane Garden, Kingstown</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img2.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$350,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>2bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 1006Sqft</span>
<p class="info-tiles info-tiles-p">Utah, United States</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img3.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$270,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>3bd <i class="fa fa-bath"
aria-hidden="true"></i>2br 1846Sqft</span>
<p class="info-tiles info-tiles-p">Angeles Forest, Arcadia, US</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img4.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$3,700,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>12bd <i class="fa fa-bath"
aria-hidden="true"></i>10br 28046Sqft</span>
<p class="info-tiles info-tiles-p">Hampstead Heath, London</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img5.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$250,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>3bd <i class="fa fa-bath"
aria-hidden="true"></i>2br 1646Sqft</span>
<p class="info-tiles info-tiles-p">Cane Garden, Kingstown</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img1.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$350,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>2bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 1006Sqft</span>
<p class="info-tiles info-tiles-p">Utah, United States</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img7.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$270,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>3bd <i class="fa fa-bath"
aria-hidden="true"></i>2br 1846Sqft</span>
<p class="info-tiles info-tiles-p">Angeles Forest, Arcadia, US</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img8.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$3,700,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>12bd <i class="fa fa-bath"
aria-hidden="true"></i>10br 28046Sqft</span>
<p class="info-tiles info-tiles-p">Hampstead Heath, London</p>
</a>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img9.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$700,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>5bd <i class="fa fa-bath"
aria-hidden="true"></i>3br 5046Sqft</span>
<p class="info-tiles info-tiles-p">Saint Kitts and Nevis</p>
</a>
<a href="#" class="tiles">
<img src="./img/purchase-img4.jpg" alt="house for purchase">
<h4 class="info-tiles info-tiles-header">$500,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>5bd <i class="fa fa-bath"
aria-hidden="true"></i>4br 4046Sqft</span>
<p class="info-tiles info-tiles-p">South Salt Lake, US</p>
</a>
</div>
</section>
<!-- House for sale section End-->
<!-- Apartments for rent-->
<section id="rent">
<h2>Apartments Available for rent</h2>
<div id="rent-wrapper">
<a href="#" class="tiles">
<img src="./img/rent-img1.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$800.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>1bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 350Sqft</span>
<p class="info-tiles info-tiles-p">Kingstown, St. Vincent</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img2.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$1,000.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>2bd <i class="fa fa-bath"
aria-hidden="true"></i>2br 846Sqft</span>
<p class="info-tiles info-tiles-p">Boston, US</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img3.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$700.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>1bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 446Sqft</span>
<p class="info-tiles info-tiles-p">Sion Hill, St. Vincent</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img4.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$1,500.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>3bd <i class="fa fa-bath"
aria-hidden="true"></i>2br 1006Sqft</span>
<p class="info-tiles info-tiles-p">Saint Kitts and Nevis</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img5.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$500.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>1bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 305Sqft</span>
<p class="info-tiles info-tiles-p">San Francisco, United States</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img6.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$500.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>1bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 605Sqft</span>
<p class="info-tiles info-tiles-p">Castries, St. Lucia</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img7.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$800.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>2bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 705Sqft</span>
<p class="info-tiles info-tiles-p">Budapest, Hungary</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img8.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$500.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>1bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 305Sqft</span>
<p class="info-tiles info-tiles-p">San Francisco, United States</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img3.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$500.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>1bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 605Sqft</span>
<p class="info-tiles info-tiles-p">Castries, St. Lucia</p>
</a>
<a href="#" class="tiles">
<img src="./img/rent-img5.jpg" alt="apartment for rent">
<h4 class="info-tiles info-tiles-header">$800.00</h4>
<span class="info-tiles info-tiles-span"> <i class="fa fa-bed" aria-hidden="true"></i>2bd <i class="fa fa-bath"
aria-hidden="true"></i>1br 705Sqft</span>
<p class="info-tiles info-tiles-p">Budapest, Hungary</p>
</a>
</section>
<!-- Apartments for rent End-->
<!-- Pricing-->
<section id="pricing">
<h1 id="pricing-header">Packages available</h1>
<div class="house-tag">
<!-- Bronze-->
<div class="tags">
<div class="tag-header bronze">Bronze</div>
<div class="price">$75k - 599k</div>
<ul>
<li><strong>Property size:</strong> Up to 5000Sqrt</li>
<li><strong>Home improvements:</strong> No</li>
<li><strong>Buyers Agent provided:</strong> No</li>
<li><strong>Moving consultants:</strong> No</li>
<li><strong>Moving company:</strong> Yes</li>
</ul>
<a class="signup-bronze signup" href="#">Sign up</a>
</div>
<!-- Gold-->
<div class="tags">
<div class="tag-header gold">Gold</div>
<div class="price">$600k - $2MM</div>
<ul>
<li><strong>Property size:</strong> Up to 15,000Sqrt</li>
<li><strong>Home improvements:</strong> Yes</li>
<li><strong>Buyers Agent provided:</strong> No</li>
<li><strong>Moving consultants:</strong> No</li>
<li><strong>Moving company:</strong> Yes</li>
</ul>
<a class="signup-gold signup" href="#">Sign up</a>
</div>
<!-- Gold-->
<!-- Platnium-->
<div class="tags">
<div class="tag-header platinum">Platinum</div>
<div class="price">$2.1MM - $5MM</div>
<ul>
<li><strong>Property size:</strong> Up to 50,000Sqrt</li>
<li><strong>Home improvements:</strong> Yes</li>
<li><strong>Buyers Agent provided:</strong> Yes</li>
<li><strong>Moving consultants:</strong> Yes</li>
<li><strong>Moving company:</strong> Yes</li>
</ul>
<a class="signup-platinum signup" href="#">Sign up</a>
</div>
<!-- Platnium-->
</div>
</section>
<!-- Pricing ends-->
<!-- How it works start-->
<section id="howItWorks">
<div class="howItWorks-page">
<h1> See more information about how it works below</h1>
<iframe width="560" height="315" id="video" src="https://www.youtube.com/embed/9mHpclgMG8o?rel=0"
frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
</section>
<!-- How it works end-->
<!-- modal page with sign in and sign up form starts here-->
<div class="signup-page">
<div class="signup-form">
<!-- sign up-->
<form id="sign-up-form" class="register-form" action="https://www.freecodecamp.com/email-submit">
<div id="close-signup" class="close">+</div>
<div class="form-header">
<h3> Sign Up</h3>
</div>
<div class="form-inputs">
<input type="email" name="email" id="email" placeholder="EMAIL *" pattern="^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$"
required autofocus>
<input type="password" placeholder="PASSWORD *" name="password" required>
<input type="password" placeholder="REPEAT PASSWORD *" name="password" required>
</div>
<div class="terms-check">
<input type="checkbox" id="terms" name="terms" required>
<label class="terms-label" for="terms">I accept the terms and conditions</label>
</div>
<input type="submit" id="submit">
<div class="registered">
<p>Already registered?<a id="registered" href="#"> Sign in</a></p>
</div>
</form>
<!-- Sign in -->
<form id="sign-in-form" class="register-form" action="https://www.freecodecamp.com/email-submit">
<div id="close-signin" class="close">+</div>
<div class="form-header">
<h3> Sign in</h3>
</div>
<div class="form-inputs">
<input type="email" name="email" id="email" placeholder="EMAIL *" pattern="^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$"
required autofocus>
<input type="password" placeholder="PASSWORD *" name="password" required>
</div>
<input type="submit" id="submit">
<div class="registered">
<p>Already registered?<a id="not-registered" href="#"> Sign up</a></p>
</div>
</form>
</div>
</div>
<!-- modal page with sign in and sign up form ends here-->
</div>
<footer>
<div id="foot">
<h3>About us</h3>
<h3>Contact</h3>
<h3>Follow us</h3>
</div>
<div id="subscribe">
<h3>Subscribe to our newsletter</h3>
<p>Sign up to our newsletter and stay up to date </p>
<input id="subcribe-email" type="email" placeholder="Enter your email">
</div>
<div id="copyright">
<p>All rights reserve © copy right 2018</p>
</div>
</footer>
<script src="./js/scripts.js"></script>
</body>
</html>