-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (145 loc) · 6.37 KB
/
Copy pathindex.html
File metadata and controls
163 lines (145 loc) · 6.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home - BuyRentRwanda</title>
<link rel="stylesheet" href="style.css?v=2">
<link rel="icon" href="images/Buy (2).png" type="image/png">
<script src="https://kit.fontawesome.com/b640aafbb1.js" crossorigin="anonymous"></script>
<!-- Meta SEO -->
<meta name="description" content="Buy Rent Rwanda – Find houses, apartments, and plots for sale or rent in Kigali and across Rwanda. Discover trusted property listings with photos, prices, and contact info.">
<meta name="keywords" content="Buy Rent Rwanda, Rwanda properties for sale, Rwanda homes, Kigali houses for rent, houses in Rwanda, property listings Rwanda, real estate Rwanda, apartments Kigali, homes for sale Rwanda">
<meta name="author" content="BuyRentRwanda">
<!-- Social Media Preview (Open Graph) -->
<meta property="og:title" content="Buy Rent Rwanda" />
<meta property="og:description" content="Browse homes and real estate listings in Rwanda. Easily find properties for rent, sale, or short stay." />
<meta property="og:image" content="images/social-preview.jpg" /> <!-- Replace with a real image -->
<meta property="og:url" content="https://yourdomain.com/index.html" />
<meta property="og:type" content="website" />
<!-- Mobile Friendly -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="header-bar">
<div class="header-section logo-side">
<a href="index.html">
<img src="images/Buy (2).png" alt="Logo" class="header-logo">
</a>
</div>
<div class="header-section title-side">
<div class="header-container">
<i class="fa-solid fa-house"></i>
<h1>BuyRentRwanda</h1>
</div>
</div>
<div class="header-section spacer-side"></div>
</div>
<!-- Navbar -->
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="forrent.html">Just Renting</a></li>
<li><a href="shortstay.html">Quick Stay</a></li>
<li><a href="forsale.html">Buy a Home</a></li>
<li><a href="advertisers.html">Post a Listing</a></li>
<li><a href="requests.html">Need a place?</a></li>
<li><a href="talk-to-us.html">Talk to us</a></li>
</ul>
</nav>
<!-- Search Bar -->
<div class="search-bar-container">
<div class="search-row">
<input type="text" id="search-location" placeholder="Search address: district, sector, cell">
</div>
<div class="search-row">
<select id="filter-advertType">
<option value="">Offer type</option>
<option value="Rent">Rent</option>
<option value="Sale">Sale</option>
</select>
<select id="filter-type">
<option value="">Property type</option>
<option value="Apartment">Apartment</option>
<option value="House">House</option>
</select>
</div>
<div class="search-row">
<select id="filter-bedrooms">
<option value="">Rooms</option>
<option value="1">1</option>
<option value="2-4">2-4</option>
<option value="5-7">5-7</option>
<option value="8-9">8-9</option>
<option value="9+">9+</option>
</select>
</div>
<div class="search-row">
<select id="filter-price">
<option value="">Price</option>
<option value="100000">Below 100K</option>
<option value="200000">100K - 200K</option>
<option value="300000">200K - 300K</option>
<option value="400000">300K - 400K</option>
<option value="500000">400K - 500K</option>
<option value="600000">500K - 600K</option>
<option value="700000">600K - 700K</option>
<option value="800000">700K - 800K</option>
<option value="900000">800K - 900K</option>
<option value="1000000">900K - 1M</option>
<option value="2000000">1M - 2M</option>
<option value="3000000">2M - 3M</option>
<option value="4000000">3M - 4M</option>
<option value="5000000">4M - 5M</option>
<option value="10000000">5M - 10M</option>
<option value="20000000">10M - 20M</option>
<option value="50000000">20M - 50M</option>
<option value="100000000">50M - 100M</option>
<option value="180000000">100M - 180M</option>
</select>
<button id="search-button" type="button">Search</button>
</div>
</div>
<div class="mini-property-list"></div>
<script src="data.js"></script>
<script src="script.js"></script>
<script>
const currentPage = location.pathname.split("/").pop();
document.querySelectorAll(".navbar a").forEach(link => {
if (link.getAttribute("href") === currentPage) {
link.classList.add("active");
}
});
</script>
<footer class="site-footer">
<div class="footer-content">
<p>© 2025 BuyRentRwanda. All rights reserved.</p>
<p>📍 Kigali, Rwanda | 📞 +44 7379 530173 | ✉️ contact@contact.rwandaproperties@gmail.com</p>
<div class="footer-links">
<a href="index.html">Home</a> |
<a href="forrent.html">Just Renting</a> |
<a href="shortstay.html">Quick Stay</a> |
<a href="contactus.html">Talk to us</a>
</div>
</div>
</footer>
<script>
document.querySelector('.search-bar-container').addEventListener('keypress', function(e) {
if (e.key === 'Enter') {
e.preventDefault();
document.getElementById('search-button').click();
}
});
</script>
</body>
</html>
<script>
document.querySelector('.search-bar-container').addEventListener('keypress', function(e) {
if (e.key === 'Enter') {
e.preventDefault();
document.getElementById('search-button').click();
}
});
</script>
</body>
</html>