-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathHelp.html
More file actions
268 lines (260 loc) · 8.95 KB
/
Help.html
File metadata and controls
268 lines (260 loc) · 8.95 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
<!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>Help</title>
<!-- Font Awesome -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css"
rel="stylesheet"
/>
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
rel="stylesheet"
/>
<!-- MDB -->
<link
href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.css"
rel="stylesheet"
/>
<!-- MDB -->
<script
type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/5.0.0/mdb.min.js"
></script>
</head>
<body>
<header>
<style>
#intro {
background-image: url("https://mdbootstrap.com/img/new/fluid/city/018.jpg");
height: 70vh;
}
/* Height for devices larger than 576px */
@media (min-width: 992px) {
#intro {
margin-top: -58.59px;
}
}
.navbar .nav-link {
color: #fff !important;
}
</style>
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-while shadow-sm"style="z-index: 1000;">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<!-- logo image -->
<img
src="img/logo.PNG"
width="90"
alt=""
lass="d-inline-block align-middle mr-2"
/>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarText"
aria-controls="navbarText"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<!-- search box for searching for the lpercel of interest -->
<form class="form-inline">
<input
class="form-control me-5"
type="search"
placeholder="City,County, province,Town"
aria-label="Search"
/>
</form>
</ul>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.html"
>Home <span class="sr-only"></span
></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Map.html">Map</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Newplots.html">New Plots</a>
</li>
<li class="nav-item">
<a class="nav-link" href="bid.html">BID</a>
</li>
<li class="nav-item">
<a class="nav-link" href="deals.html">Deals</a>
</li>
<li class="nav-item">
<a class="nav-link" href="exclusive.html">Exclusive</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Contact.html">Contact</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="Help.html">Help</a>
</li>
<div class="vr">|</div>
<li class="nav-item" id="listing">
<a class="nav-link text-success" href="listing.html">
+ List Your Property</a
>
</li>
</ul>
</div>
</div>
</nav>
<!-- Background image -->
<div id="intro" class="bg-image shadow-2-strong">
<div class="mask" style="background-color: rgba(25, 43, 19, 0.58);">
<div class="container d-flex align-items-center justify-content-center text-center h-100">
<div class="text-white">
<h1 class="mb-3">Get Your Land at An Affordable Price</h1>
<h5 class="mb-4">Bid as low as you can to win a plot of land</h5>
<a class="btn btn-outline-light btn-lg m-2" href="map.html" role="button"
rel="nofollow" target="_blank">Find Land</a>
<a class="btn btn-outline-light btn-lg m-2" href="www.anmart.co.ke" target="_blank"
role="button">How To bid</a>
</div>
</div>
</div>
</div>
<!-- Background image -->
</header>
<!-- End of Navigation bar -->
</body>
<!-- Footer -->
<footer class="text-center text-lg-start bg-success text-dark " style="background-color: rgba(18, 94, 51, 0.203); ">
<!-- Section: Social media -->
<section
class="d-flex justify-content-center justify-content-lg-between p-4 border-bottom"
>
<!-- Left -->
<div class="me-5 d-none d-lg-block">
<span>Get connected with us on social networks:</span>
</div>
<!-- Left -->
<!-- Right -->
<div>
<a href="www.facebook.com/zerumaProperty" class="me-4 link-primary">
<i class="fab fa-facebook-f"></i>
</a>
<a href="www.twiter.com/zerumaProperty" class="me-4 link-light">
<i class="fab fa-twitter"></i>
</a>
<a href="mailto:info@zeruma.co.ke" class="me-4 link-light">
<i class="fab fa-google"></i>
</a>
<a href="www.instagram.com/zerumaProperty" class="me-4 link-danger">
<i class="fab fa-instagram"></i>
</a>
<a href="www.linkedin.com/zerumaProperty" class="me-4 link-primary">
<i class="fab fa-linkedin"></i>
</a>
<a href="www.github.com/zerumaproperty" class="me-4 link-light">
<i class="fab fa-github"></i>
</a>
</div>
<!-- Right -->
</section>
<!-- Section: Social media -->
<!-- Section: Links -->
<section class="">
<div class="container text-center text-md-start mt-5">
<!-- Grid row -->
<div class="row mt-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-4 col-xl-3 mx-auto mb-4">
<!-- Content -->
<h6 class="text-uppercase fw-bold mb-4">
<i class="fas fa-gem me-3 text-light"></i>Zeruma Property
</h6>
<p>
Game changers in the purchase of land pre-transactions, check the feasibility,value,Risk assesment,Utility Connectivity of the property before buying.
Let's help you get off the Conmanship of the seller.
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Services</h6>
<p>
<a href="#!" class="text-reset">Risk Assesment</a>
</p>
<p>
<a href="#!" class="text-reset">Utility Connectivity</a>
</p>
<p>
<a href="#!" class="text-reset">Value of the Land</a>
</p>
<p>
<a href="#!" class="text-reset">Laravel</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Useful links</h6>
<p>
<a href="#!" class="text-reset">New Plots</a>
</p>
<p>
<a href="#!" class="text-reset">Biddin for Land</a>
</p>
<p>
<a href="#!" class="text-reset">Land Clearance</a>
</p>
<p>
<a href="#!" class="text-reset">Help</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-4 col-lg-3 col-xl-3 mx-auto mb-md-0 mb-4">
<!-- Links -->
<h6 class="text-uppercase fw-bold mb-4">Contact</h6>
<p>
<i class="fas fa-home me-3 text-light"></i> Nyeri, Kenya
</p>
<p>
<i class="fas fa-envelope me-3 text-light"></i> zeruma@anmart.co.ke
</p>
<p>
<i class="fas fa-phone me-3 text-light"></i> + 254 713 297 997
</p>
<p>
<i class="fas fa-print me-3 text-light"></i> + 254 713 297 997
</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
</section>
<!-- Section: Links -->
<!-- Copyright -->
<div class="text-center p-4" style="background-color: rgba(22, 89, 51, 0.145)">
© 2022 Copyright:
<a class="text-reset fw-bold" href="https://zeruma.com/"
>www.zeruma.com</a
>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</html>