-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
324 lines (306 loc) · 12.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- * Main CSS -->
<link rel="stylesheet" href="css/about.css" />
<link rel="stylesheet" href="css/header.css">
<link rel="stylesheet" href="css/footer.css">
<!-- * font awesoem -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" integrity="sha512-Kc323vGBEqzTmouAECnVceyQqyqdsSiqLQISBL29aUW4U/M7pSPA/gEUZQqv1cwx4OnYxTxve5UMg5GT6L4JJg==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link
rel="shortcut icon"
href="https://static.vecteezy.com/system/resources/thumbnails/023/495/230/small_2x/real-estate-logo-1-free-png.png"
type="image/x-icon"
/>
<!-- <script src="js/home.js" defer></script> -->
<title>Home Page</title>
</head>
<body>
<!-- *HEADER SECTION -->
<header>
<div class="container">
<!-- NAVBARS -->
<nav class="navbar ">
<div class="logo">
<span class="logo-title">Nestly</span>
<img
src="https://static.vecteezy.com/system/resources/thumbnails/023/495/230/small_2x/real-estate-logo-1-free-png.png"
alt="logo image"
/>
</div>
<!-- * Nav links -->
<ul class="nav-links">
<li><a href="./index.html">Home</a></li>
<li><a href="./Pages/about.html">About Us</a></li>
<li><a href="./Pages/contact.html">Contact</a></li>
<li><a href="/pages/form.html">Properties</a></li>
</ul>
<a href="./Pages/form.html" class="login-button">Sign Up</a>
<div class="hamburger" onclick="toggleMenu()">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</div>
</header>
<!-- * Banner Section -->
<section class="banner-section">
<div class="container">
<div class="imgaes-stars">
<img class="star bigger" src="/Assets/img/little-Star.png" alt="little star">
<img class="star middle" src="/Assets/img/little-Star.png" alt="little star">
<img class="star small" src="/Assets/img/little-Star.png" alt="little star">
</div>
<!-- *jouner div -->
<div class="journey">
<div class="our-journey">
<div class="content-journey homeh2">
<h2>Discover Your Dream Property with Nestly</h2>
<p>Our story is one of continuous growth and evolution. We started as a small team with big dreams, determined to create a real estate platform that transcended the ordinary. Over the years, we've expanded our reach, forged valuable partnerships, and gained the trust of countless clients.</p>
</div>
<div class="customer-number">
<div >
<h3>200+</h3>
<p>Happy Customers</p>
</div>
<div>
<h3>10K+</h3>
<p>Properties For Clients</p>
</div>
<div class="customer3">
<h3>16+</h3>
<p>Years of Experience</p>
</div>
</div>
</div>
<!-- * image house -->
<div class="journey-img">
<img src="/Assets/image.png" alt="House Imge">
</div>
</div>
</div>
</section>
<!--~ FEATURED PROPERTIES -->
<section class="featured-section">
<div class="container">
<div class="imgaes-stars">
<img class="star bigger" src="/Assets/img/little-Star.png" alt="little star">
<img class="star middle" src="/Assets/img/little-Star.png" alt="little star">
<img class="star small" src="/Assets/img/little-Star.png" alt="little star">
</div>
<div class="feature-content">
<h2>Featured Propertes</h2>
<p id="featured-paragraph">
Explore our handpicked selection of featured properties. Each listing
offers a glimpse into exceptional homes and investments available
through Estatein. Click "View Details" for more information.
</p>
</div>
<div class="property-cards">
<!-- Property Card One -->
<div class="property-card">
<img
src="./Assets/house-1.png"
alt="image of house one"
/>
<div class="property-info">
<h3>Seaside Serenity Villa</h3>
<p>
A stunning 4-bedroom, 3-bathroom villa in a peaceful suburban
neighborhood... <a href="#">Read More</a>
</p>
<div class="property-features">
<span>🛏️ 4-Bedroom</span>
<span>🛁 3-Bathroom</span>
<span>🏠 Villa</span>
</div>
<div class="price-button">
<span class="property-price">Price $550,000</span>
<button class="property-button">View Property Details</button>
</div>
</div>
</div>
<!-- Property Card Two -->
<div class="property-card">
<img
src="./Assets/house-2.png"
alt="image of house one"
/>
<div class="property-info">
<h3>Metropolitan Haven</h3>
<p>
A chic and fully-furnished 2-bedroom apartment with panoramic city
views... <a href="#">Read More</a>
</p>
<div class="property-features">
<span>🛏️ 4-Bedroom</span>
<span>🛁 3-Bathroom</span>
<span>🏠 Villa</span>
</div>
<div class="price-button">
<span class="property-price">Price $550,000</span>
<button class="property-button">View Property Details</button>
</div>
</div>
</div>
<!-- Property Card Three -->
<div class="property-card">
<img
src="./Assets/house-3.png"
alt="image of house one"
/>
<div class="property-info">
<h3>Rustic Retreat Cottage</h3>
<p>
An elegant 3-bedroom, 2.5-bathroom townhouse in a gated
community... <a href="#">Read More</a>
</p>
<div class="property-features">
<span>🛏️ 4-Bedroom</span>
<span>🛁 3-Bathroom</span>
<span>🏠 Villa</span>
</div>
<div class="price-button">
<span class="property-price">Price $550,000</span>
<button class="property-button">View Property Details</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!--~TESTOMINIAL SECTION -->
<section class="testimonial">
<div class="container">
<div class="imgaes-stars">
<img class="star bigger" src="/Assets/img/little-Star.png" alt="little star">
<img class="star middle" src="/Assets/img/little-Star.png" alt="little star">
<img class="star small" src="/Assets/img/little-Star.png" alt="little star">
</div>
<h2>What Our Clients Say</h2>
<p>Read the success stories and heartfelt testimonials from our valued clients. Discover why they chose Estatein for their real estate needs.</p>
<div class="testimonial-cards">
<!-- Card 1 -->
<div class="testimonial-card">
<div class="testimonial-info">
<span>⭐⭐⭐⭐⭐</span>
<h3 class="">Exceptional Service</h3>
<p>Our experience with Estatein was outstanding. Their team's dedication and professionalism made finding our dream home a breeze. Highly recommended!</p>
<div class="testimonial-profile">
<img src="./Assets/profile-image-1.png" alt="profile image">
<div class="profile">
<h2>Wade Warren</h2>
<p>USA, California</p>
</div>
</div>
</div>
</div>
<!-- Card 2 -->
<div class="testimonial-card">
<div class="testimonial-info">
<span>⭐⭐⭐⭐⭐</span>
<h3>Efficient and Reliable</h3>
<p>Estatein provided us with top-notch service. They helped us sell our property quickly and at a great price. We couldn't be happier with the results.</p>
<div class="testimonial-profile">
<img src="./Assets/profile-image-2.png" alt="profile image">
<div class="profile">
<h2>Emelie Thom</h2>
<p>USA, Florida</p>
</div>
</div>
</div>
</div>
<!-- Card 3 -->
<div class="testimonial-card">
<div class="testimonial-info">
<span>⭐⭐⭐⭐⭐</span>
<h3>Trusted Advisors</h3>
<p>The Estatein team guided us through the entire buying process. Their knowledge and commitment to our needs were impressive. Thank you for your support!</p>
<div class="testimonial-profile">
<img src="./Assets/profile-image-3.png" alt="profile image">
<div class="profile">
<h2>John Mans</h2>
<p>USA, Nevada</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ** footer -->
<footer id="footer-section">
<div class="container">
<div class="left-right-sides">
<div class="left-side">
<p><img src="https://static.vecteezy.com/system/resources/thumbnails/023/495/230/small_2x/real-estate-logo-1-free-png.png" alt="logo "> <span>Nestly</span></p>
<form class="SendEmail">
<input type="email" name="footer-email" id="footer-email" placeholder="Enter your email here">
<button class="telegram" type="submit"><img src="https://image.similarpng.com/thumbnail/2021/01/Telegram-icon-with-black-color-on-transparent-background-PNG.png" alt="sent message pic"></button>
</form>
</div>
<div class="right-side">
<div class="home-list">
<h3>Home</h3>
<ul>
<li><a href="#">Hero Section</a></li>
<li><a href=""> Features</a></li>
<li><a href="">Properties</a></li>
<li><a href=""> Testimonials</a></li>
</ul>
</div>
<div class="home-list">
<h3> About Us</h3>
<ul>
<li><a href="#">Our Story</a></li>
<li><a href=""> Our Works</a></li>
<li><a href="">Properties</a></li>
<li><a href=""> Our Team</a></li>
<li><a href=""> How It Works</a></li>
</ul>
</div>
<div class="home-list">
<h3> Properties</h3>
<ul>
<li><a href="#">Portfolio</a></li>
<li><a href=""> Categories</a></li>
</ul>
</div>
<div class="home-list">
<h3>Services</h3>
<ul>
<li><a href="#">Valuation Mastery</a></li>
<li><a href="">Strategic Marketing</a></li>
<li><a href="">Negotiation Wizardry</a></li>
<li><a href="">Closing Success</a></li>
<li><a href="">Property Management</a></li>
</ul>
</div>
<div class="home-list">
<h3> Contact Us</h3>
<ul>
<li><a href="#">Contact Form</a></li>
<li><a href="">Our Offices</a></li>
</ul>
</div>
</div>
</div>
<div class="socail-media">
<div class="term-condition">
<p> @2023 Estatein. All Rights Reserved.<span>Terms & Conditions</span></p>
</div>
<ul>
<li><a href=""><i class="fa-brands fa-facebook-f"></i></a></li>
<li><a href=""><i class="fa-brands fa-twitter"></i></a></li>
<li><a href=""><i class="fa-brands fa-youtube"></i></a></li>
<li><a href=""><i class="fa-brands fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</footer>
<script src="Js/form.js"></script>
</body>
</html>