-
Notifications
You must be signed in to change notification settings - Fork 0
/
Recreationals.html
244 lines (210 loc) · 8.58 KB
/
Recreationals.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
<!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, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<title>Linear Cost Consultants Ltd </title>
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<a class="navbar-brand" href="index.html"><img src="images/logo.png" width="30" height="30" alt="" class="d-inline-block align-top mr-3">Linear Cost Consultants Ltd</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="services.html">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="staff.html">Staff</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Projects
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="residentials.html">Residentials</a>
<a class="dropdown-item" href="Recreationals.html">Recreational</a>
<a class="dropdown-item" href="commercial.html">Commercial</a>
<a class="dropdown-item" href="Gallery.html">Gallery</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact us</a>
</li>
</ul>
<form class="form-inline d-none d-md-block">
<label class="sr-only" for="search">Search</label>
<input class="form-control" type="text" id="search" placeholder="Search for...">
<button class="btn btn-warning" type="button">Go</button>
</form>
<p>
<i class="fa fa-phone ml-3"></i> + 254 727 886 819</p>
</div>
</nav>
<!-- Page Content -->
<div class="container">
<!-- Page Heading -->
<h2 class="my-4">
<small>Recreational</small>
</h2>
<!-- Project One -->
<div class="row">
<div class="col-md-7">
<a href="#">
<img class="img-fluid rounded mb-3 mb-md-0" src="images1/RecreationalKentoncollege1.jpg" alt="">
</a>
</div>
<div class="col-md-5">
<h3>Swimming Pool</h3>
<p>Qaurter size olympic swimming pool, with changing rooms cum bleachers – at kenton college, kileleshwa – 2010 / 2011</p>
<!-- <a class="btn btn-primary" href="#">View Project</a> -->
</div>
</div>
<!-- /.row -->
<hr>
</div>
<!-- /.container -->
<!-- Footer -->
<footer class="page-footer font-small unique-color-dark">
<div style="background-color: #6351ce;">
<div class="container">
<!-- Grid row-->
<div class="row py-4 d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-6 col-lg-5 text-center text-md-left mb-4 mb-md-0">
<h6 class="mb-0">Get connected with us on social networks!</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-6 col-lg-7 text-center text-md-right">
<!-- Facebook -->
<a class="fb-ic" href="https://www.facebook.com/Qslinearcc" target="_blank">
<i class="fa fa-facebook white-text mr-4"> </i>
</a>
<!-- Twitter -->
<a class="tw-ic" href="https://www.twitter.com/linearcc" target="_blank">
<i class="fa fa-twitter white-text mr-4"> </i>
</a>
<!--Linkedin -->
<a class="li-ic" href="https://www.linkedin.com/groups/5172627/about" target="_blank">
<i class="fa fa-linkedin white-text mr-4"> </i>
</a>
<!--Instagram-->
<a class="ins-ic"href="https://www.instagram.com/linearcostconsultants" target="_blank">
<i class="fa fa-instagram white-text"> </i>
</a>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</div>
</div>
<!-- Footer Links -->
<div class="container text-center text-md-left 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 font-weight-bold">Linear Cost Consultants Ltd</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>The firm was founded in the year 2007 and commenced full operations in the year 2009 with their offices situated at Allianz plaza,96 Riverside Drive,2nd floor,underwriting wing .It is a firm of professional quantity surveyors and construction project managers. Our services include feasibility studies, cost planning and control, tender documentation (BOQs, specifications, etc), contract administration and project management of construction projects..</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 font-weight-bold">Services</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="#!">Quantity Surveying.</a>
</p>
<p>
<a href="#!">Feasibility Studies.</a>
</p>
<p>
<a href="#!">Construction Project Management</a>
</p>
<p>
<a href="#!">Construction Cost Consultants.</a>
</p>
<p>
<a href="#!">Auditing Projects.</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 font-weight-bold">Useful links</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<a href="index.html">Home</a>
</p>
<p>
<a href="services.html">Services</a>
</p>
<p>
<a href="aboutus.html">About us</a>
</p>
<p>
<a href="#!">Projects</a>
</p>
<p>
<a href="contact.html">Contact us</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 font-weight-bold">Contact</h6>
<hr class="deep-purple accent-2 mb-4 mt-0 d-inline-block mx-auto" style="width: 60px;">
<p>
<i class="fa fa-home mr-3"></i> Allianz Plaza, 96 Riverside Drive, 2nd Floor, Underwriting Wing, Lavington</p>
<p>
<i class="fa fa-envelope mr-3"></i> info@linearcc.co.ke</p>
<p>
<i class="fa fa-envelope mr-3"></i> linearcc@mail.com</p>
<p>
<i class="fa fa-phone mr-3"></i> + 254 727 886 819</p>
<p>
<i class="fa fa-phone mr-3"></i> + 254 700 880 086</p>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
<!-- Copyright -->
<div class="footer-copyright text-center py-3">© 2018 Copyright:
<a href="#"> Linear Cost Consultants Ltd</a>
<div> Designed by:
<a href="#">njamoTech Solutions</a>
</div>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
<script src="js/jquery.slim.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- MDB core JavaScript -->
<script type="text/javascript" src="js/mdb.min.js"></script>
</body>
</html>