-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
190 lines (178 loc) · 8.36 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>RealEstate Hub - Your Trusted Property Platform</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" />
<link rel="stylesheet" href="styles/main.css">
<link rel="stylesheet" href="styles/home.css">
<link rel="stylesheet" href="styles/animations.css">
</head>
<body>
<header>
<nav class="navbar">
<div class="logo">
<i class="fas fa-home"></i>
RealEstate Hub
</div>
<div class="nav-links">
<a href="pages/buy.html" class="nav-link"><i class="fas fa-shopping-cart"></i> Buy</a>
<a href="pages/rent.html" class="nav-link"><i class="fas fa-key"></i> Rent</a>
<a href="pages/sell.html" class="nav-link"><i class="fas fa-tag"></i> Sell/Rent Out</a>
<span id="authLinks">
</span>
</div>
<div class="hamburger">
<span></span>
<span></span>
<span></span>
</div>
</nav>
</header>
<main>
<section class="hero">
<div class="hero-content" data-aos="fade-up">
<h1>Find Your Dream Property</h1>
<p>Secure and verified properties with DigiLocker integration</p>
<div class="search-bar">
<input type="text" placeholder="Search by location, property type...">
<button><i class="fas fa-search"></i></button>
</div>
<div class="cta-buttons">
<button onclick="location.href='pages/buy.html'" class="cta-btn">
<i class="fas fa-home"></i> Buy Property
</button>
<button onclick="location.href='pages/rent.html'" class="cta-btn">
<i class="fas fa-key"></i> Rent Property
</button>
<button onclick="location.href='pages/sell.html'" class="cta-btn">
<i class="fas fa-tag"></i> List Property
</button>
</div>
</div>
</section>
<section class="featured-properties">
<h2 data-aos="fade-up">Featured Properties</h2>
<div class="swiper">
<div class="swiper-wrapper">
<div class="swiper-slide property-card">
<img src="https://www.architectandinteriorsindia.com/public/styles/740_411_wide_landscape/public/images/2019/05/07/hni1.jpg?d6iTx63E" alt="Luxury Villa">
<div class="property-info">
<h3>Luxury Villa</h3>
<p class="location"><i class="fas fa-map-marker-alt"></i> Kausani, Uttarakhand </p>
<p class="price">₹50 Crore</p>
<div class="property-features">
<span><i class="fas fa-bed"></i> 4 Beds</span>
<span><i class="fas fa-bath"></i> 3 Baths</span>
<span><i class="fas fa-ruler-combined"></i> 3500 sqft</span>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</section>
<section class="features" data-aos="fade-up">
<h2>Why Choose Us?</h2>
<div class="feature-cards">
<div class="feature-card" data-aos="zoom-in" data-aos-delay="100">
<div class="feature-icon">
<i class="fas fa-shield-alt"></i>
</div>
<h3>DigiLocker Verification</h3>
<p>Secure identity verification through DigiLocker integration</p>
</div>
<div class="feature-card" data-aos="zoom-in" data-aos-delay="200">
<div class="feature-icon">
<i class="fas fa-check-circle"></i>
</div>
<h3>Verified Properties</h3>
<p>All properties are verified with proper documentation</p>
</div>
<div class="feature-card" data-aos="zoom-in" data-aos-delay="300">
<div class="feature-icon">
<i class="fas fa-camera"></i>
</div>
<h3>VR Home Tour</h3>
<p>Virtual Tour of your Future Home</p>
</div>
</div>
<div class="feature-cards">
<div class="feature-card" data-aos="zoom-in" data-aos-delay="400">
<div class="feature-icon">
<i class="fas fa-map-marker-alt"></i>
</div>
<h3>Neighborhood Analysis</h3>
<p>Comprehensive Insights into Your Future Neighborhood</p>
</div>
<div class="feature-card" data-aos="zoom-in" data-aos-delay="500">
<div class="feature-icon">
<i class="fas fa-lock"></i>
</div>
<h3>Secure Transactions</h3>
<p>Safe and trusted transactions for all property dealings</p>
</div>
</div>
</section>
</main>
<footer>
<div class="footer-content">
<div class="footer-section">
<h4><i class="fas fa-phone"></i> Contact Us</h4>
<p><i class="fas fa-envelope"></i> support@realestatehub.com</p>
<p><i class="fas fa-phone-alt"></i> +1 234 567 890</p>
<div class="social-links">
<a href="#"><i class="fab fa-facebook"></i></a>
<a href="#"><i class="fab fa-twitter"></i></a>
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-linkedin"></i></a>
</div>
</div>
<div class="footer-section">
<h4><i class="fas fa-link"></i> Quick Links</h4>
<a href="pages/about.html"><i class="fas fa-info-circle"></i> About Us</a>
<a href="pages/contact.html"><i class="fas fa-envelope"></i> Contact</a>
<a href="pages/privacy.html"><i class="fas fa-shield-alt"></i> Privacy Policy</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2024 RealEstate Hub. All rights reserved.</p>
</div>
</footer>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>
<script src="js/animations.js"></script>
<script src="js/slider.js"></script>
<script src="js/main.js"></script>
<script>
window.onload = function() {
const authLinks = document.getElementById('authLinks');
if (localStorage.getItem('loggedIn') === 'true') {
authLinks.innerHTML = `
<button class="auth-btn" onclick="signOut()">
<i class="fas fa-sign-out-alt"></i> Sign Out
</button>
`;
} else {
authLinks.innerHTML = `
<button class="auth-btn" onclick="location.href='pages/signin.html'">
<i class="fas fa-sign-in-alt"></i> Sign In
</button>
<button class="auth-btn" onclick="location.href='pages/signup.html'">
<i class="fas fa-user-plus"></i> Sign Up
</button>
`;
}
}
function signOut() {
localStorage.removeItem('loggedIn');
window.location.href = 'pages/signin.html';
}
</script>
</body>
</html>