-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
291 lines (287 loc) · 10.4 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
<!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" />
<meta
name="description"
content="Coding Cell website made by Mandip Bhattarai"
/>
<title>RealState</title>
<link rel="icon" href="assests/img/logo.png" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.15.4/css/all.css"
integrity="sha384-DyZ88mC6Up2uqS4h/KRgHuoeGwBcD4Ng9SiP4dIRy0EXTlnuz47vAwmeGwVChigm"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.css"
/>
<link rel="stylesheet" href="assests/css/style.css" />
<link rel="stylesheet" href="assests/css/responsive.css" />
</head>
<body>
<header class="header">
<nav class="navbar">
<h2 class="logo">
<a href="#">PropertyDekho</a>
</h2>
<input type="checkbox" id="menu-toggle" />
<label for="menu-toggle" id="hamburger-btn">
<svg
xmlns="http://www.w3.org/2000/svg"
height="24"
viewBox="0 0 24 24"
width="24"
>
<path
d="M3 12h18M3 6h18M3 18h18"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
/>
</svg>
</label>
<ul class="links">
<li><a href="#">Home</a></li>
<li><a href="#">About Us</a></li>
<li><a href="#">Locations</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<div class="buttons">
<a href="#" class="signin">Sign In</a>
<a href="#" class="signup">Sign Up</a>
</div>
</nav>
</header>
<section class="hero-section">
<div class="hero">
<h2>
Buy, rent, or sell <br />
your property<br />
easily.
</h2>
<p>
A great platform to buy, sell, or even rent your<br />
properties without any commisions
</p>
<div class="buttons">
<a href="#" class="join">Join Now</a>
<a href="#" class="learn">Learn More</a>
</div>
</div>
<div
class="image-main wowimg wow animate__animated animate__bounceInDown"
>
<img
src="assests/img/header-img.png"
alt="hero image"
style="border-radius: 20px; margin-top: -230px"
/>
</div>
</section>
<div class="container">
<div class="main-cards">
<h1 class="bunglow-head">Bunglow</h1>
<ul class="cards">
<li class="cards_item">
<div class="card">
<div class="card_image">
<img
src="https://images.pexels.com/photos/8134750/pexels-photo-8134750.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
/>
</div>
<div class="card_content">
<h2 class="card_title">Sun Pierced</h2>
<p class="card_text">
Sun Piercing of Brown Concrete House Near Sea Shore <br />
<span>Price: $<del>100000</del> ???</span>
</p>
<a href="enquire.html"
><button class="btn card_btn">Enquire Now</button></a
>
</div>
</div>
</li>
<li class="cards_item">
<div class="card">
<div class="card_image">
<img
src="https://images.unsplash.com/photo-1499793983690-e29da59ef1c2?auto=format&fit=crop&q=80&w=2070&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D"
/>
</div>
<div class="card_content">
<h2 class="card_title">Brown lavishor</h2>
<p class="card_text">
Brown lavish bunglaw near body of water in the sea of
maldives<br />
<span>Price: $<del>100000</del> ???</span>
</p>
<a href="enquire.html"
><button class="btn card_btn">Enquire Now</button></a
>
</div>
</div>
</li>
<li class="cards_item">
<div class="card">
<div class="card_image">
<img
src="https://images.pexels.com/photos/259588/pexels-photo-259588.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"
/>
</div>
<div class="card_content">
<h2 class="card_title">Beige Bungalow House</h2>
<p class="card_text">
It is in the greenery of Nature a perfect farmhouse for
vacation <br />
<span>Price: $<del>100000</del> ???</span>
</p>
<a href="enquire.html"
><button class="btn card_btn">Enquire Now</button></a
>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="container">
<div class="main-cards">
<h1 class="bunglow-head">Appartments</h1>
<ul class="cards">
<li class="cards_item">
<div class="card">
<div class="card_image">
<img
src="https://www.apartments.com/blog/sites/default/files/styles/x_large/public/image/2023-06/ParkLine-apartment-in-Miami-FL.jpg.webp?itok=lYDRCGzC"
/>
</div>
<div class="card_content">
<h2 class="card_title">Sun Pierced</h2>
<p class="card_text">
Beautiful elegant white theme apartment
<span>Price: $<del>20000</del> ???</span>
</p>
<a href="enquire.html"
><button class="btn card_btn">Enquire Now</button></a
>
</div>
</div>
</li>
<li class="cards_item">
<div class="card">
<div class="card_image">
<img
src="https://images.pexels.com/photos/6585598/pexels-photo-6585598.jpeg?auto=compress&cs=tinysrgb&w=600"
/>
</div>
<div class="card_content">
<h2 class="card_title">Sun Pierced</h2>
<p class="card_text">
Sun Piercing of Brown Concrete House Near Sea
<span>Price: $<del>100000</del> ???</span>
</p>
<a href="enquire.html"
><button class="btn card_btn">Enquire Now</button></a
>
</div>
</div>
</li>
<li class="cards_item">
<div class="card">
<div class="card_image">
<img
src="https://images.pexels.com/photos/8082229/pexels-photo-8082229.jpeg?auto=compress&cs=tinysrgb&w=600"
/>
</div>
<div class="card_content">
<h2 class="card_title">Sun Pierced</h2>
<p class="card_text">
turkish architecture inspired luxury sunfacing apartment
<span>Price: $<del>15000</del> ???</span>
</p>
<a href="enquire.html"
><button class="btn card_btn">Enquire Now</button></a
>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="team">
<h2 style="color: #fff">OUR TEAM</h2>
<div class="team_container">
<div class="team_video">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/av9WBv5091c?si=1HHgDr2vuQK5ZK48"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
<div class="team_content">
<p>
In any industry where the people behind a company are as important
as the company itself, you’re likely to find a kind of expanded
“about” page that includes information on individual employees.
“Meet the Team” pages are popular among web design and other
creative firms, but are also found on sites within various other
industries. These pages are a valuable addition to any site where
human contact is an important part of the industry. It adds a
personal touch to the company and can lend trust to visitors.
</p>
</div>
</div>
</div>
<div class="maps-section">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3780.2732829148936!2d73.75906487488882!3d18.651728782467465!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc2b9e76c8fa205%3A0x1b210131915734fd!2sPCCOE%20-%20Pimpri%20Chinchwad%20College%20Of%20Engineering!5e0!3m2!1sen!2sin!4v1698224079433!5m2!1sen!2sin"
width="100%"
height="400"
style="border: 0"
allowfullscreen=""
loading="lazy"
referrerpolicy="no-referrer-when-downgrade"
></iframe>
</div>
<footer>
<div class="pages">
<h3>Pages</h3>
<a href="">About Us</a>| <a href="">Services</a>| <a href="">Blogs</a>|
<a href="">Login</a>|
<a href="">Sign Up</a>
</div>
<div class="doc">
<h3>Information</h3>
<a href="">Privacy Policy</a>| <a href="">Terms Of Use</a>|
<a href="">Refund Policy</a>
</div>
<hr />
<p class="all-rights">
Copyright © 2023 PropertyDekho.All rights reserved
</p>
</footer>
<!-- script here -->
<script src="js/wow.min.js"></script>
<script>
new WOW().init();
</script>
<script src="assests/js/script.js"></script>
<script src="assests/js/script.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
</body>
</html>