-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
301 lines (276 loc) · 9.92 KB
/
Copy pathindex.html
File metadata and controls
301 lines (276 loc) · 9.92 KB
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
<!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>Real State</title>
<!-- adding the font family -->
<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=Manrope:wght@200;300;400;500;600;700;800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<header>
<!-- navbar -->
<nav>
<img src="./Icons/Logo.svg" alt="logo image" />
<!-- nav links -->
<ul>
<li><a href="#">Location</a></li>
<li><a href="#">Blogs</a></li>
<li><a href="#">Testimonial</a></li>
<li><a href="#">Contact</a></li>
</ul>
</nav>
<hr />
<div>
<h1>Home That Makes <br />You Living Life!</h1>
<p>
Are you looking for amazing Real estate? Don't worry! we got it for
you
</p>
<button>Learn More</button>
</div>
</header>
<!-- multiple logos section -->
<section class="my-logos">
<img src="./Icons/logoName.svg" alt="named logo" />
<img src="./Icons/logoName.svg" alt="named logo" />
<img src="./Icons/logoName.svg" alt="named logo" />
<img src="./Icons/logoName.svg" alt="named logo" />
<img src="./Icons/logoName.svg" alt="named logo" />
</section>
<!-- section for displaying all our real state properties in a card -->
<section class="cards-wrapper-section">
<h1>Our Best Estate, <br />are Modern!</h1>
<!-- creating a main div to wrap all the cards -->
<div class="cards-wrapper">
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage1.png" alt="cardImage1" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage2.png" alt="cardImage2" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage3.png" alt="cardImage3" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage4.png" alt="cardImage4" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage5.png" alt="cardImage5" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage6.png" alt="cardImage6" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage7.png" alt="cardImage7" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage8.png" alt="cardImage8" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
<!-- creating estate property card -->
<div class="card">
<img src="./Photos/cardImage9.png" alt="cardImage9" />
<!-- for displaying the property details -->
<div class="card-box">
<!-- displaying the price and property name -->
<div>
<h3>Mixtownia</h3>
<p>$205,500</p>
</div>
<!-- button for more details -->
<button>Detail</button>
</div>
</div>
</div>
</section>
<!-- section for displaying first feature -->
<section class="features-section first-feature-section">
<!-- for displaying the images -->
<div>
<img src="./Icons/featureImageBg1.svg" alt="image background" />
<img src="./Photos/featuresImage1.png" alt="feature image 1" />
</div>
<!-- for displaying the written content -->
<div>
<h1>Modern, Trendy, Affordable</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit, Dolorem quo
rem officia nisi exercitationem porro?
</p>
<button>Early Bird Book</button>
</div>
</section>
<!-- section for displaying second feature -->
<section class="features-section second-feature-section">
<!-- for displaying the written content -->
<div>
<h1>Unique House for Long Term!</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Dolorem quo
rem officia nisi exercitationem porro?
</p>
<button>Early Bird Book</button>
</div>
<!-- for displaying the images -->
<div>
<img src="./Icons/featureImageBg2.png" alt="image background" />
<img src="./Photos/featuresImage2.png" alt="feature image 2" />
</div>
</section>
<!-- section for creating the newsletter -->
<section class="newsletter">
<h1>Subscribe to Our Newsletter <br> For Weekly Article Update.</h1>
<p>
We have real estate-related blog so we can share our thoughts and
rutinity in our blog that updated weekly. We will not spam you, we
promise.
</p>
<!-- for taking user email -->
<form>
<div>
<img src="./Icons/mail.png" alt="mail">
<input type="text" placeholder="Enter tour e-mail address"/>
</div>
<button>Subscribe</button>
</form>
</section>
<!-- creating the footer area -->
<footer>
<div>
<img src="./Icons/Logo.svg" alt="logo" />
<!-- for social media icons -->
<div>
<img src="./Icons/facebook.png" alt="facebook icon" />
<img src="./Icons/twitter.png" alt="twitter icon" />
<img src="./Icons/instagram.png" alt="instagram icon" />
</div>
<p>2022 Award winning Real estate and Lorem ipsum dolor sit amet</p>
</div>
<!-- for all different pages links -->
<div class="footer-links">
<div class="footer-links-content">
<ul>
<li><a href="#">Location</a></li>
<li><a href="#">America</a></li>
<li><a href="#">Asia</a></li>
<li><a href="#">Europe</a></li>
<li><a href="#">Africa</a></li>
</ul>
</div>
<div class="footer-links-content">
<ul>
<li><a href="#">Contact</a></li>
<li><a href="#">About Me</a></li>
<li><a href="#">Teams</a></li>
<li><a href="#">Profile</a></li>
<li><a href="#">FAQ</a></li>
</ul>
</div>
<div class="footer-links-content">
<ul>
<li><a href="#">Legals</a></li>
<li><a href="#">Privacy</a></li>
<li><a href="#">Disclaimer</a></li>
<li><a href="#">Terms</a></li>
<li><a href="#">Company</a></li>
</ul>
</div>
</div>
</footer>
</body>
</html>