-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproducts.html
More file actions
295 lines (272 loc) · 11.9 KB
/
products.html
File metadata and controls
295 lines (272 loc) · 11.9 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ISOZAK</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/prettyPhoto.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600,300" rel="stylesheet" type="text/css">
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
<!-- Navigation -->
<nav id="menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"> <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 page-scroll" href="#page-top"><i class="fa fa-sun-o fa-rotate-90"></i> ISOZAK</a> </div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html" class="page-scroll">Home</a></li>
<li><a href="index.html#services" class="page-scroll">Products</a></li>
<li><a href="index.html#about" class="page-scroll">About</a></li>
<!-- <li><a href="#portfolio" class="page-scroll">Portfolio</a></li> -->
<li><a href="index.html#team" class="page-scroll">Team</a></li>
<li><a href="#contact" class="page-scroll">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header id="header">
<div class="intro text-center">
<div class="overlay">
<div class="container">
<div class="row">
<div class="intro-text">
<h1><span class="brand">PRODUCT</span> List</h1>
<p>A Comprehensive list of our main exports... and the list is always growing!</p>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Charcoal -->
<div id="services1" class="text-center">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Charcoal</h2>
<p>ISOZAK International source premium charcoal of various shapes and sizes from both hardwood and softwood neatly packaged to ensure it is clean and contains zero moisture. Our partners, who are from all over Nigeria are specially selected to serve your specific needs with only the best.</p>
</div>
<div id="row">
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/charcoal1.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/charcoal2.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/carbon.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/charcoal3.jpg" alt="..." class="team-img">
</div>
</div>
</div>
</div>
</div>
<!-- Wood -->
<div id="services" class="text-center">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Wood</h2>
<p>We are a leading exporter of quality tropical hardwood well treated and processed. We export a diverse range of tropical woods inlcuding Apa, Kosso and Gmelina woods. </p>
</div>
<div id="row">
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/wood.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/apa.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/gmelina1.jpeg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/kosso.jpg" alt="..." class="team-img">
</div>
</div>
</div>
</div>
</div>
<!-- Nuts -->
<div id="services1" class="text-center">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Nuts</h2>
<p>ISOZAK International exports only the best nuts from the renowned farmlands of northern Nigeria. We have an impressive supply of <bold>groundnuts</bold>, <bold>cashew nuts</bold>, <bold>kolanuts</bold> and more neatly packed to ensure they retain they remain fresh and edible.</p>
</div>
<div id="row">
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/groundnut.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/kolanut.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/cashewnut.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/bitter.jpg" alt="..." class="team-img">
</div>
</div>
</div>
</div>
</div>
<!-- Soya beans -->
<div id="services" class="text-center">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Soya beans</h2>
<p>ISOZAK Soy beans are in high demand from african markets worldwide to pharmaceuticals. We export a large volume of soya beans packaged properly to avoid moisture and ensure the product stays fresh.</p>
</div>
<div id="row">
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/soyabeans.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/soyabeans1.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/soyabeans.jpeg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/soyabeans2.jpg" alt="..." class="team-img">
</div>
</div>
</div>
</div>
</div>
<!-- Cassava -->
<div id="services1" class="text-center">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Cassava</h2>
<p>ISOZAK International exports only millions of cassava stalks yearly culivated from the optimal earths of northern Nigeria. We also process the stalks and export <bold> starch </bold> depending on the customer's needs.</p>
</div>
<div id="row">
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/cassava.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/starch.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/cassava1.jpg" alt="..." class="team-img">
</div>
</div>
<div class="col-md-3 col-sm-6 team">
<div class="thumbnail"> <img src="img/products/cassava2.jpg" alt="..." class="team-img">
</div>
</div>
</div>
</div>
</div>
<!-- contact form -->
<div id="contact" class="text-center">
<div class="overlay">
<div class="container">
<div class="col-md-8 col-md-offset-2 section-title">
<h2>Get In Touch</h2>
<p>
<p>If you are interested or want to inquire more about us, Please Contact Us!</p>
<p><strong>Office Address:</strong> 1A, Chris Maduike Drive, Lekki Phase 1, PMB 80120, Victoria Island, Lagos</p>
<p><strong>Branch:</strong> House 3, Palm Estate, Ojota Temo, Epe Town, Lagos State</p>
<p><strong>Tel:</strong> 08050584382, 08092863196, 08072584339</p>
<p><strong>Email:</strong> business@isozak.com.ng <strong>OR</strong> isozak75@gmail.com</p>
</p>
</div>
<div class="col-md-8 col-md-offset-2">
<hr>
<form name="sentMessage" id="contactForm" novalidate>
<div class="row">
<div class="col-md-6">
<div class="form-group">
<input type="text" id="name" class="form-control" placeholder="Name" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="col-md-6">
<div class="form-group">
<input type="email" id="email" class="form-control" placeholder="Email" required="required">
<p class="help-block text-danger"></p>
</div>
</div>
</div>
<div class="form-group">
<textarea name="message" id="message" class="form-control" rows="4" placeholder="Message" required></textarea>
<p class="help-block text-danger"></p>
</div>
<div id="success"></div>
<button type="submit" class="btn btn-default">Send Message</button>
</form>
<div class="social">
<ul>
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-dribbble"></i></a></li> -->
<!-- <li><a href="#"><i class="fa fa-github"></i></a></li> -->
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container text-center">
<div class="fnav">
<p>Copyright © 2019 ISOZAK. Designed by <a href="#" rel="nofollow">Imagine!t</a></p>
</div>
</div>
</div>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/main.js"></script>
</body>
</html>