-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
263 lines (221 loc) · 7.45 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
<!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="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Vallie's Estate</title>
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body>
<nav>
<div class="navbar">
<!--logo-->
<div id="logo">
<h1>Vallie's Estate</h1>
</div>
<!--links-->
<div id="links">
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Rent</a>
</li>
<li>
<a href="#">Land</a>
</li>
<li>
<a href="#">Agent</a>
</li>
<li>
<a href="#">Contact Us</a>
</li>
</ul>
</div>
<!--get started-->
<div id="started">
<h3>
<button id="hero-btn">Get Started</button>
</h3>
</div>
</div>
</nav>
<hr>
<!--hero-->
<section>
<div class="hero-flex">
<div>
<h1>Helping you find property of your dreams.</h1>
<p>Creating quality urban lifestyles, building stronger communities</p>
<div class="hero2">
<button id="hero-btn">Learn More</button>
<img id="img1" src="./assets/images/play-button.png" alt="">
</div>
</div>
<img id="img2" src="./assets/images/image 1.png" alt="">
</div>
</section>
<!--search-section-->
<section>
<div class="flex-search">
<h1>Location</h1>
<i></i>
<p>Lekki</p>
</div>
<div>
<h1>Property Type</h1>
<i></i>
<p>Duplex</p>
</div>
<div>
<h1>Max Price</h1>
<i></i>
<p>$10,000</p>
</div>
<div>
<button id="hero-btn">
<!-- <img id="img2" src="./assets/images/image 1.png" alt=""> -->
Search
</button>
</div>div> </div>
</section>
<!--our-products-section-->
<section>
<div class="flex-products">
<h1>Our Products</h1>
<div>
<h1>How it Works</h1>
<h3>This is how our products works</h3> </div>
<!--products-cards-->
<div class="products-cards">
" <!--card1-->
<div id="cards">
<img src="./assets/images/address mark.png" alt="">
<h2>Find Home</h2>
<p>Our properties are located at prime areas whereby there won't be a problem with transportation</p>
</div>
<!--card2-->
<div id="cards">
<img src="./assets/images/Smart house.png" alt="">
<h2>Make Payments</h2>
<p>Our estates come with good network, portable water, 24hrs light and round the clock security</p>
</div>
<!--card3-->
<div id="cards">
<img src="./assets/images/Secure data protection with fingerprint and lock.png" alt="">
<h2>Make it Official</h2>
<p>We have been in businness for over 32 years, for clients outside the country you can trust us to deliver well</p>
</div>
</div>
div> </section>
</div> -<!---chooose-us-section-->
<section>
</section>
<!---Why section--->
<section>
<div class="Why-flex">
<div>
<img id="img3" src="./assets/images/image 2.png" alt="">
</div>
<div class="Why choose us ">
<h1> Why you should choose us</h1>
<p>Creating quality urban lifestyles, building stronger communities</p>
<div>
<ul>
<li>World class</li>
<li>Trusted</li>
<li>Affordable</li>
<li>Amenties</li>
</ul>
</div>
</div>
</div>
</section>
<!---Our properties--->
<section>
<div class="our-properties">
<h1>Our Featured Properties.</h1>
<h3 id="details">One of our biggest product to featured and that has sold out the most.</h3>
<!--properties-->
<div class="flex-properties">
<div id="property-card">
<img src="./assets/images/image 4.png" alt="">
<div id="card3">
<div>
<h3>The Palace</h3>
<h5>Lekki,phase 2</h5>
</div>
<div>
<h4>Duplex</h4>
<h5>$ 2,000</h5>
</div>
</div>
</div>
<div id="property-card">
<img src="./assets/images/image 3.png" alt="">
<div id="card3">
<div>
<h3>The Palace</h3>
<h5>Lekki,phase 2</h5>
</div>
<div>
<h4>Duplex</h4>
<h5>$ 2,000</h5>
</div>
</div>
</div>
<div id="property-card">
<img src="./assets/images/image 5.png" alt="">
<div id="card3">
<div>
<h3>The Palace</h3>
<h5>Lekki,phase 2</h5>
</div>
<div>
<h4>Duplex</h4>
<h5>$ 2,000</h5>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Customers-->
<div class="our-customers">
<h1>Our Esteemed Customers</h1>
<h3>This is what our clients are saying</h3>
<!--customer-cards-->
<div class="customer-cards">
<div id="card2">
<h2>Alex Godwin</h2>
<h5>South Africa</h5>
<p>Lorem ipsum dolor sit amet,<br>
consectetur adipiscing elit.Fames ut <br>
dictumst urna,lorem nibh.Pretium leo <br>
hendrerit interdum netus</p>
</div>
<div id="card2">
<h2>Alex Godwin</h2>
<h5>South Africa</h5>
<p>Lorem ipsum dolor sit amet,<br>
consectetur adipiscing elit.Fames ut <br>
dictumst urna,lorem nibh.Pretium leo <br>
hendrerit interdum netus
</p>
</div>
<div id="card2">
<h2>Alex Godwin</h2>
<h5>South Africa</h5>
<p>Lorem ipsum dolor sit amet,<br>
consectetur adipiscing elit.Fames ut <br>
dictumst urna,lorem nibh.Pretium leo <br>
hendrerit interdum netus</p>
</div>
</div>
</div>
<!--Tab -->
</body>
</html>