-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
264 lines (231 loc) · 10.6 KB
/
services.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
<!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">
<!-- Material Design Bootstrap -->
<link href="css/mdb.min.css" rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<title>Linear Cost Consultants Ltd</title>
</head>
<body>
<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>
<div class="container" id="services" style="margin-top: 10px;">
<div class="row">
<section class="col-sm-6">
<i class="fa fa-gear indigo-text" aria-hidden="true"></i>
<h4>Quantity Surveying</h4>
<p>We manage all costs relating to building and civil engineering projects, from the initial calculations to the final figures. Working either for the client or the contractor, in an office or on site we are involved in a project from the start to the end.</p>
</section>
<section class="col-sm-6">
<i class="fa fa-gear indigo-text" aria-hidden="true"></i>
<h4>Cost Management</h4>
<p>We routinely participate as a sub-consultant and core member of a design team, providing cost estimation and evaluation services during the programming, design and construction phases of a project. In other cases, we are often hired directly by an Owner to establish construction budgets, analyze the cost decisions made by the design team and monitor costs during construction..</p>
</section>
<section class="col-sm-6">
<i class="fa fa-gear indigo-text" aria-hidden="true"></i>
<h4>Construction Project Management</h4>
<p>We provides dedicated management to ensure project success by offering an independent and professional service to plan, lead, organize and control the management of projects and programs from inception to reality.</p>
</section>
<section class="col-sm-6">
<i class="fa fa-gear indigo-text" aria-hidden="true"></i>
<h4>Feasibility Studies</h4>
<p>We carry out preliminary cost studies, comparing alternative materials and designs in terms of capital, operating, maintenance and depreciation costs. Carry out studies on the economic and physical circumstances surrounding the project and assess and advise on their likely effects and constraints on the implementation of the project: Appraise the level of local building costs and consider probable price trends thereby advising on the feasibility and economics of a project in principle, and prepare the initial budget for the project.</p>
</section>
</div><!-- row -->
</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="https://code.jquery.com/jquery-3.0.0.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>
<script>
$(function() {
var topoffset = 70; //variable for menu height
//Use smooth scrolling when clicking on navigation
$('.navbar-nav a').click(function() {
if (location.pathname.replace(/^\//,'') ===
this.pathname.replace(/^\//,'') &&
location.hostname === this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top-topoffset
}, 500);
return false;
} //target.length
} //click function
}); //smooth scrolling
});
</script>
</body>
</html>