-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
executable file
·275 lines (224 loc) · 9.99 KB
/
contact.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
<!--
-->
<!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>Contact Us</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">
<!-- 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]-->
</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 - Contact Start -->
<section id="contact" class="bg-white-2">
<div class="container">
<div class="row no-padding-rl">
<div class="col-md-12">
<h2 class="font-family-alt font-weight-700 sm-title-large title-extra-large-2 text-gray-dark-2">
Contact Us
</h2>
<span class="bg-green xs-margin-6 xs-no-margin-rl margin-3 no-margin-rl separator-line-extra-thick-long"></span>
</div>
<!-- //.col-md-10 -->
</div>
<!-- //.row -->
<div class="row margin-4 no-margin-rl no-margin-bottom">
<div class="col-md-5 no-padding-rl">
<div class="row text-center">
<i class="fa fa-envelope-o display-block text-green title-extra-large-2"></i>
<br>
<h4 class="font-weight-300 letter-spacing-1">
info@sebore-epz.com
</h4>
</div>
<!-- //.row -->
<p class="margin-8 no-margin-bottom no-margin-rl font-family-alt text-extra-large">
Send us your queries by email.<br>
We endeavour to answer them all within 24 hours.
</p>
<br>
<form name="contact" action="thank-you" method="post" id="form-contact" netlify>
<div class="row margin-4 no-margin-rl">
<input type="text" placeholder="Your Name" name="name" class="required" required>
<input type="email" placeholder="Your Email" name="email" class="required email" required>
<textarea placeholder="Your Message" name="message" class="required" required></textarea>
</div>
<!-- //.row -->
<div class="row margin-4 no-margin-rl">
<span class="display-block font-family-alt letter-spacing-1 text-gray-dark-2 text-small text-uppercase">
* Please enter all fields correctly
</span>
</div>
<!-- //.row -->
<div class="row margin-4 no-margin-rl">
<button id="btn-form-contact" type="submit" class="btn btn-base-color btn-medium">
Send Message
</button>
</div>
<!-- //.row -->
</form>
</div>
<!-- //.col-md-5 -->
<div class="contact-address col-md-6 col-md-offset-1">
<div class="row text-center">
<i class="fa fa-map-marker display-block text-green title-extra-large-2"></i>
<!-- <span class="display-block font-family-alt font-weight-700 letter-spacing-1 margin-5 no-margin-bottom no-margin-rl text-large text-uppercase">
Our Location
</span> -->
<br>
<h4 class="font-weight-300 letter-spacing-1">
Mayo Belwa
<br>Adamawa State
<br>Nigeria
</h4>
</div>
<!-- //.row -->
<div class="row text-center">
<div class="margin-8 no-margin-bottom no-margin-rl map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d4026.1109369222377!2d12.070346950378346!3d9.161564289388865!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0x0!2zOcKwMDknNDEuNiJOIDEywrAwNCcyMS4yIkU!5e1!3m2!1sen!2sng!4v1547479554734" width="600" height="450" frameborder="0" allowfullscreen>
</iframe>
</div>
<!-- //.map -->
</div>
<!-- //.row -->
</div>
<!-- //.col-md-6 -->
</div>
<!-- //.row -->
</div>
<!-- //.container -->
</section>
<!-- //Section - Contact End -->
<!-- Section - Event banner start -->
<!-- Footer Start -->
<footer class="footer bg-white">
<div class="container">
<div class="row">
<div class="col-sm-4">
<!-- //.footer-logo -->
<!-- //.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>