-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfrastructure.html
343 lines (268 loc) · 13 KB
/
infrastructure.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
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
<!--
-->
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Title, icon, description and keywords -->
<title>Our Infrastructure</title>
<link rel="shortcut icon" href="res/images/Sebore Logo.ico">
<meta name="description" content="Sebore Farms Export Processing Zone.">
<meta name="keywords" content="Farm, Sebore, Mayo Belwa, Nigeria, EPZ, Customs, Export">
<!-- Social media tags -->
<!-- Open Graph -->
<meta property="og:title" content="SeboreFarms">
<meta property="og:description" content="Sebore Farms Export Processing Zone.">
<meta property="og:image" content="https://sebore-epz.com.com/res/images/logos/light-social.jpg">
<meta property="og:url" content="https://sebore-epz.com">
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@Sebore_farms">
<!-- Google+ -->
<meta itemprop="name" content="SeboreFarms">
<meta itemprop="description" content="Sebore Farms Export Processing Zone.">
<meta itemprop="image" content="https://sebore-epz.com/res/images/logos/light-social.jpg">
<!-- Browser themes -->
<meta name="theme-color" content="#000">
<!-- Bootstrap -->
<link rel="stylesheet" href="res/css/bootstrap.min.css">
<!-- Font Icons -->
<link rel="stylesheet" href="res/css/font-awesome.min.css">
<!-- Plugins -->
<link rel="stylesheet" href="res/css/flickity.min.css">
<link rel="stylesheet" href="res/css/magnific-popup.css">
<!-- Main styles -->
<link rel="stylesheet" href="res/css/main.css">
<link rel="stylesheet" href="res/css/style.css">
<link href="res/css/prettyPhoto.css" rel="stylesheet">
<link href="res/css/pe-icons.css" rel="stylesheet">
<link href="res/css/animate.css" rel="stylesheet">
<script src="res/js/jquery.js"></script>
<!-- Color skin -->
<link rel="stylesheet" href="res/css/color_red.css">
<!-- Modernizr JS for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 8]>
<script src="../res/js/modernizr.min.js"></script>
<![endif]-->
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".filter-button").click(function(){
var value = $(this).attr('data-filter');
if(value == "all")
{
//$('.filter').removeClass('hidden');
$('.filter').show('1000');
}
else
{
// $('.filter[filter-item="'+value+'"]').removeClass('hidden');
// $(".filter").not('.filter[filter-item="'+value+'"]').addClass('hidden');
$(".filter").not('.'+value).hide('3000');
$('.filter').filter('.'+value).show('3000');
}
});
if ($(".filter-button").removeClass("active")) {
$(this).removeClass("active");
}
$(this).addClass("active");
});
</script>
</head>
<body id="page-top">
<!-- Navigation Start -->
<nav id="navigation" class="navbar navbar-fixed-top bg-white">
<div class="container">
<div class="row">
<div class="navbar-header col-lg-3">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand font-family-alt letter-spacing-1 text-extra-large text-uppercase page-scroll" href="index.html#home-bg-slideshow">
<img class="logo-navbar-dark" src="res/images/Sebore Logo.png" alt="SeboreFarms" href="#home-bg-slideshow"/>
<img class="logo-navbar-white" src="res/images/Sebore Logo.png" alt="SeboreFarms" href="#home-bg-slideshow"/>
</a>
</div>
<!-- //.navbar-header -->
<div id="navbar" class="navbar-collapse collapse col-lg-9 pull-right bg-white">
<ul class="nav navbar-nav font-family-alt letter-spacing-1 text-uppercase font-weight-700">
<li><a href="index.html#venue" class="page-scroll line-height-unset text-green">Location</a></li>
<li><a href="facilities.html" class="page-scroll line-height-unset text-green">Facilities</a></li>
<li><a href="products.html" class="page-scroll line-height-unset text-green">Products</a></li>
<li><a href="infrastructure.html" class="page-scroll line-height-unset text-green">Infrastructure</a></li>
<li><a href="apply.html" class="page-scroll text-green">Apply</a></li>
<li class="bg-green">
<a href="contact.html" class="line-height-unset width-100">
Contact Us
</a>
</li>
</ul>
</div>
<!-- //.navbar-collapse -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</nav>
<!-- //Navigation End -->
<section class="about-us-wrap section-padding">
<div class="container">
<div class="row">
<div class="gallery col-lg-12 col-md-12 col-sm-12 col-xs-12">
<h1 class="gallery-title">Infrastructure</h1>
</div>
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<div class="about-content-block">
<h1 class="gallery-title">Access to Water</h1>
<p> Two dams have been completed as the transitional measure to supply water for the investors in the Zone. The construction of a permanent water treatment plant a with daily capacity of thousands of gallons of purified water is now in progress.</p>
</div>
</div><!-- /about-us-content -->
</div><!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<img class="logo-navbar-dark" src="res/images/dam.jpg" alt="SeboreFarms" href="#home-bg-slideshow" height="450px" width="380px"/>
</div><!-- /about-us-content -->
</div><!--/.col-->
</div><!-- /.row -->
<div class="row">
<!-- <h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">Activities approved at the EPZ</h2>
<br> -->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<div class="about-content-block">
<h1 class="gallery-title">Safety and Security</h1>
<p>The Nigerian Police Force has approved a divisional headquarter of the force to be situated within the zone. This will ensure adequate provision of safe and secured investment environment for all our investors in the Zone.</p>
</div>
</div><!-- /about-us-content -->
</div><!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<img class="logo-navbar-dark" src="res/images/safety.jpg" alt="SeboreFarms" href="#home-bg-slideshow" height="450px" width="380px"/>
</div><!-- /about-us-content -->
</div><!--/.col-->
</div><!-- /.row -->
<div class="row">
<!-- <h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">Activities approved at the EPZ</h2>
<br> -->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<div class="about-content-block">
<h1 class="gallery-title">Power Supply</h1>
<p>Steady Mains electricity supply from power stations with internal transformer. We also offer internally generated power using our backup generators to ensure we can meet the power requirements and needs of all our clients.</p>
</div>
</div><!-- /about-us-content -->
</div><!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<img class="logo-navbar-dark" src="res/images/TCN.jpg" alt="Nepa" href="#home-bg-slideshow" height="450px" width="380px"/>
</div><!-- /about-us-content -->
</div><!--/.col-->
</div><!-- /.row -->
<div class="row">
<!-- <h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">Activities approved at the EPZ</h2>
<br> -->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<div class="about-content-block">
<h1 class="gallery-title">One Stop Shop</h1>
<p> A One-Stop Centre with dedicated relevant government officials to provide efficient and convenient service for all your needs.</p>
</div>
</div><!-- /about-us-content -->
</div><!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<img class="logo-navbar-dark" src="res/images/customs.jpeg" alt="SeboreFarms" href="#home-bg-slideshow" height="450px" width="380px"/>
</div><!-- /about-us-content -->
</div><!--/.col-->
</div><!-- /.row -->
<div class="row">
<!-- <h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">Activities approved at the EPZ</h2>
<br> -->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<div class="about-content-block">
<h1 class="gallery-title">Good Road Network</h1>
<p>A good internal road network that enables the efficient movement of people and goods from raw material production to factories and storage areas. There is also good external road infrastructure with direct access to the inter-State highway network and easy drive to the Yola international airport.</p>
</div>
</div><!-- /about-us-content -->
</div><!--/.col-->
<div class="col-sm-6 col-xs-12">
<div class="about-us-content capabilities">
<img class="logo-navbar-dark" src="res/images/road.jpg" alt="SeboreFarms" height="450px" width="380px"/>
</div><!-- /about-us-content -->
</div><!--/.col-->
</div><!-- /.row -->
</div><!-- /.container -->
</section>
<!-- Footer Start -->
<footer class="footer bg-white">
<div class="container">
<div class="row">
<div class="col-sm-4">
<!-- //.footer-logo -->
<p class="disclaimer xs-text-center">
This page was created by Digilogic.
<img src="res/images/nepzalogo.png" height="100px" width="100px">
<a href="#">http://nepza.gov.ng</a>
</p>
<!-- //.disclaimer -->
</div>
<!-- //.col-sm-4 -->
<div class="col-sm-8">
<div class="footer-social text-right">
<ul class="list-inline list-unstyled no-margin xs-text-center xs-title-small title-medium">
<li><a href="https://www.facebook.com/tedxjmi/"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://twitter.com/TEDx_JMI"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://www.instagram.com/tedxjmi/"><i class="fa fa-instagram"></i></a></li>
</ul>
</div>
<!-- //.footer-social -->
</div>
<!-- //.col-sm-8 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</footer>
<!-- //Footer End -->
<!-- Scroll to top -->
<a href="#page-top" class="page-scroll scroll-to-top"><i class="fa fa-angle-up"></i></a>
<!-- jQuery -->
<script src="res/js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="res/js/bootstrap.min.js"></script>
<!-- Plugins -->
<script src="res/js/pace.min.js"></script>
<script src="res/js/debouncer.min.js"></script>
<script src="res/js/jquery.easing.min.js"></script>
<script src="res/js/jquery.inview.min.js"></script>
<script src="res/js/jquery.matchHeight.js"></script>
<script src="res/js/isotope.pkgd.min.js"></script>
<script src="res/js/imagesloaded.pkgd.min.js"></script>
<script src="res/js/flickity.pkgd.min.js"></script>
<script src="res/js/jquery.magnific-popup.min.js"></script>
<script src="res/js/jquery.validate.min.js"></script>
<!-- BG Parallax JS -->
<script src="res/js/TweenMax.min.js"></script>
<script src="res/js/ScrollMagic.min.js"></script>
<script src="res/js/animation.gsap.min.js"></script>
<!-- Theme -->
<script src="res/js/main.js"></script>
<!-- Countdown -->
<script src="res/js/jquery.countdown.min.js"></script>
<script src="res/js/countdown.js"></script>
</body>
</html>