-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathservices.html
482 lines (447 loc) · 21.3 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
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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<!-- services.html 29 Nov 2019 03:33:45 GMT -->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Min-Tech Ethiopia Portfolio Site" />
<meta name="author" content="AlexaTheme" />
<title>Min-Tech Ethiopia</title>
<link rel="shortcut icon" type="image/x-icon" href="img/favicon.png" />
<link rel="stylesheet" href="dark-mode.css" />
<link rel="stylesheet" href="css/fontawesome.min.css" />
<link rel="stylesheet" href="css/themify-icons.css" />
<link rel="stylesheet" href="css/elegant-line-icons.css" />
<link rel="stylesheet" href="css/elegant-font-icons.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<link rel="stylesheet" href="css/animate.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/slick.css" />
<link rel="stylesheet" href="css/slider.css" />
<link rel="stylesheet" href="css/odometer.min.css" />
<link rel="stylesheet" href="css/venobox/venobox.css" />
<link rel="stylesheet" href="css/owl.carousel.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/responsive.css" />
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">
You are using an <strong>outdated</strong> browser. Please
<a href="http://browsehappy.com/">upgrade your browser</a> to improve
your experience.
</p>
<![endif]-->
<div class="site-preloader-wrap">
<div class="spinner"></div>
</div>
<header class="header" id="header">
<div class="primary-header">
<div class="container">
<div class="primary-header-inner">
<div class="header-logo">
<a href="index.html"
><img src="img/logo-light.png" alt="Indico"
/></a>
</div>
<div class="header-menu-wrap">
<ul class="dl-menu">
<li>
<a href="index.html">Home</a>
</li>
<li>
<a href="about-us.html">About</a>
</li>
<li>
<a href="services.html">Services</a>
</li>
<li>
<a href="team.html">Our Team</a>
</li>
</ul>
</div>
<div class="header-right">
<a class="menu-btn" href="contact.html">Contact Us</a>
<div class="mobile-menu-icon">
<div class="burger-menu">
<div class="line-menu line-half first-line"></div>
<div class="line-menu"></div>
<div class="line-menu line-half last-line"></div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<section class="page-header padding">
<div class="container">
<div class="page-content text-center">
<h2>Our services</h2>
<p>Processing excellence, delivering quality.</p>
</div>
</div>
</section>
<section class="service-section section-2 bg-grey padding">
<div class="dots"></div>
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-12 padding-15">
<div class="service-item box-shadow">
<div class="service-icon">
<i class="flaticon-industrial-robot-2"></i>
</div>
<h3>Dolomite Mineral Filler</h3>
<p>
Commonly used as a functional additive in various industries,
including construction, ceramics, glass, and plastics
</p>
<div class="overlay-icon">
<i class="flaticon-3d-printer"></i>
</div>
</div>
</div>
<!-- <div class="col-lg-3 col-sm-12 padding-15">
<div class="service-item box-shadow">
<div class="service-icon">
<i class="flaticon-3d-printer"></i>
</div>
<h3>Lime Stone Mineral <br />Filler</h3>
<p>
Commonly used as a cost-effective additive improving concrete
and asphalt strength, durability and workability.
</p>
<div class="overlay-icon">
<i class="flaticon-3d-printer"></i>
</div>
</div>
</div> -->
<div class="col-lg-4 col-sm-12 padding-15">
<div class="service-item box-shadow">
<div class="service-icon">
<i class="flaticon-industrial-robot"></i>
</div>
<h3>Natural and Coated Calcium Carbonate Filler</h3>
<p>
Widely used as a cost-effective functional additive in
industries such as paper, paint, plastics, and rubber.
</p>
<div class="overlay-icon">
<i class="flaticon-industrial-robot"></i>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-12 padding-15">
<div class="service-item box-shadow">
<div class="service-icon">
<i class="flaticon-assembly-line"></i>
</div>
<h3>Talc Filler</h3>
<p>
a versatile additive that provides exceptional properties to
products in industries such as plastics, paints, and cosmetics.
</p>
<div class="overlay-icon">
<i class="flaticon-assembly-line"></i>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="content-section padding" id="tabs">
<div class="container">
<div class="tabs">
<input type="radio" id="tab1" name="tab-control" checked />
<!-- <input type="radio" id="tab2" name="tab-control" /> -->
<input type="radio" id="tab3" name="tab-control" />
<input type="radio" id="tab4" name="tab-control" />
<ul>
<li title="Dolomite">
<label for="tab1" role="button">
<svg viewBox="0 0 24 24">
<path
d="M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10H20C20,13.32 17.32,16 14,16A6,6 0 0,1 8,10A6,6 0 0,1 14,4C14.43,4 14.86,4.05 15.27,4.14L16.88,2.54C15.96,2.18 15,2 14,2M20.59,3.58L14,10.17L11.62,7.79L10.21,9.21L14,13L22,5M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z"
/></svg
><br /><span>Dolomite Filler</span></label
>
</li>
<!-- <li title="Limestone Filler">
<label for="tab2" role="button">
<svg viewBox="0 0 24 24">
<path d="M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10H20C20,13.32 17.32,16 14,16A6,6 0 0,1 8,10A6,6 0 0,1 14,4C14.43,4 14.86,4.05 15.27,4.14L16.88,2.54C15.96,2.18 15,2 14,2M20.59,3.58L14,10.17L11.62,7.79L10.21,9.21L14,13L22,5M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z"/></svg><br /><span>Limestone Filler</span></label>
</li> -->
<li title="Shipping">
<label for="tab3" role="button"
><svg viewBox="0 0 24 24">
<path
d="M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10H20C20,13.32 17.32,16 14,16A6,6 0 0,1 8,10A6,6 0 0,1 14,4C14.43,4 14.86,4.05 15.27,4.14L16.88,2.54C15.96,2.18 15,2 14,2M20.59,3.58L14,10.17L11.62,7.79L10.21,9.21L14,13L22,5M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z"
/></svg
><br /><span>Calcium-Carbonate Filler</span></label
>
</li>
<li title="Returns">
<label for="tab4" role="button"
><svg viewBox="0 0 24 24">
<path
d="M14,2A8,8 0 0,0 6,10A8,8 0 0,0 14,18A8,8 0 0,0 22,10H20C20,13.32 17.32,16 14,16A6,6 0 0,1 8,10A6,6 0 0,1 14,4C14.43,4 14.86,4.05 15.27,4.14L16.88,2.54C15.96,2.18 15,2 14,2M20.59,3.58L14,10.17L11.62,7.79L10.21,9.21L14,13L22,5M4.93,5.82C3.08,7.34 2,9.61 2,12A8,8 0 0,0 10,20C10.64,20 11.27,19.92 11.88,19.77C10.12,19.38 8.5,18.5 7.17,17.29C5.22,16.25 4,14.21 4,12C4,11.7 4.03,11.41 4.07,11.11C4.03,10.74 4,10.37 4,10C4,8.56 4.32,7.13 4.93,5.82Z"
/></svg
><br /><span>Talc Filler</span></label
>
</li>
</ul>
<div class="slider"><div class="indicator"></div></div>
<div class="content">
<section>
<h2>Dolomite Mineral Filler</h2>
<div class="container">
<div class="row content-wrap">
<div
class="col-lg-6 sm-padding carousel"
data-wow-delay="100ms"
>
<div class="carousel">
<img src="img/slider/dolomite.jpg" alt="Image 1" />
<img
src="img/slider/dolomite-powder.jpeg"
alt="Image 2"
/>
</div>
</div>
<div class="col-lg-6 sm-padding">
<div
class="content-info wow fadeInRight"
data-wow-delay="300ms"
>
<p>
Our Dolomite Filler is a versatile and reliable solution
for businesses seeking top-quality dolomite powder. It
enhances formulations in industries like paints,
plastics, rubber, and adhesives, improving viscosity,
durability, and overall performance. With superior
quality, exceptional whiteness, and cost-effectiveness,
our Dolomite Filler elevates your products to new levels
of excellence and environmental responsibility.
</p>
<p>
Enhance your products with our premium quality Dolomite
Filler. Our rigorously controlled production processes
ensure consistent quality and exceptional performance.
With versatile applications in construction, automotive,
agriculture, cosmetics, and more, our dolomite filler
adds aesthetic appeal to finishes while optimizing
viscosity and durability. Experience the difference and
achieve remarkable results. Contact us today to explore
the possibilities and elevate your products to new
heights.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- <section>
<h2>Lime Stone Mineral Filler</h2>
<div class="container">
<div class="row content-wrap">
<div class="col-lg-6 sm-padding" data-wow-delay="100ms">
<div class="carousel">
<img src="img/slider/limestone.jpg" alt="Image 1">
<img src="img/slider/limestone-powder.jpg" alt="Image 2">
</div>
</div>
<div class="col-lg-6 sm-padding">
<div class="content-info" data-wow-delay="300ms">
<p>
Introducing our superior limestone filler that elevates products
to new heights. Carefully crafted for exceptional quality and performance,
it boasts purity and consistency. Versatile and seamlessly integrated, our
filler enhances structural integrity, provides strength, and ensures optimal
performance across industries like construction, plastics, rubber, paint, and adhesives.
</p>
<p>
Experience the notable advantages of our environmentally friendly limestone filler,
sourced sustainably and processed responsibly to align perfectly with eco-conscious
practices. Choosing our filler means benefiting from our commitment to excellence,
ensuring consistent product quality, reliable supply, and prompt customer support.
Elevate your products to new levels of performance and sustainability with our premium
limestone filler. Contact us today to discover how our high-quality filler can add value
to your manufacturing processes.
</p>
</div>
</div>
</div>
</div>
</section> -->
<section>
<h2>Calcium Carbonate Filler</h2>
<div class="container">
<div class="row content-wrap">
<div class="col-lg-6 sm-padding" data-wow-delay="100ms">
<div class="carousel">
<img
src="img/slider/calcium-carbonate.jpg"
alt="Image 1"
/>
<img
src="img/slider/calcium-carbonate-powder.jpeg"
alt="Image 2"
/>
</div>
</div>
<div class="col-lg-6 sm-padding">
<div class="content-info" data-wow-delay="300ms">
<p>
Introducing our high-quality Calcium Carbonate Filler: a
natural additive that enhances product performance.
Derived from carefully selected sources, our filler
ensures exceptional purity and consistent particle size.
Elevate strength, durability, and functionality across
industries like plastics, rubber, paint, and paper.
Achieve outstanding results with improved tensile
strength, impact resistance, and surface smoothness. Our
cost-effective solution replaces expensive raw materials
without compromising quality. Choose sustainability and
cost-efficiency with our eco-friendly filler.
</p>
<p>
Enhance your manufacturing processes with our versatile
and eco-friendly Calcium Carbonate Filler. Rely on its
superior quality and expert support to optimize your
formulations, reduce costs, and maintain excellent
product performance. Elevate your products today and
unlock the potential for success. Contact us now to
learn more about the benefits of incorporating our
filler into your production lines.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<h2>Talc Filler</h2>
<div class="container">
<div class="row content-wrap">
<div class="col-lg-6 sm-padding" data-wow-delay="100ms">
<div class="carousel">
<img src="img/slider/talc.webp" alt="Image 1" />
<img src="img/slider/talc-powder.jpeg" alt="Image 2" />
</div>
</div>
<div class="col-lg-6 sm-padding">
<div class="content-info" data-wow-delay="300ms">
<p>
Experience the transformative power of our Talc Filler.
Designed to enhance both performance and aesthetics,
this premium-grade mineral filler is perfect for a
variety of applications. Reinforce the strength, improve
dimensional stability, and achieve a refined surface
finish with our talc's superior properties. Trust in our
consistent quality, technical expertise, and commitment
to sustainability. Elevate your products with our Talc
Filler today.
</p>
<p>
Discover the difference our Talc Filler can make in your
formulations. With its exceptional flow properties and
compatibility with various materials, it ensures smooth
processing and optimal results. From plastics to paints,
our talc is a versatile solution that brings
reliability, consistency, and a touch of elegance to
your creations. Unlock the potential of your products
and get in touch with us to explore the benefits of our
Talc Filler.
</p>
</div>
</div>
</div>
</div>
</section>
</div>
</div>
</div>
</section>
<!-- <section class="counter-section padding">
<div class="container">
<div class="row counter-wrap">
<div class="col-lg-6 col-sm-12 padding-15">
<div class="counter-content wow fadeInUp" data-wow-delay="100ms">
<div class="counter">
<span class="odometer" data-count="3500">00</span>
</div>
<h4>Production in KG/Hr</h4>
</div>
</div>
<div class="col-lg-6 col-sm-12 padding-15">
<div class="counter-content wow fadeInUp" data-wow-delay="400ms">
<div class="counter">
<span class="odometer" data-count="40000">00</span>
</div>
<h4>Lifetime Production in tons</h4>
</div>
</div>
</div>
</div>
</section> -->
<footer class="widget-section padding">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="widget-content">
<a href="index.html"
><img src="img/logo-light.png" alt="brand"
/></a>
<p>Processing excellence, delivering quality.</p>
</div>
</div>
<div class="col-lg-2 col-sm-6 sm-padding">
<div class="widget-content">
<h4>Company</h4>
<ul class="widget-links">
<li><a href="about-us.html">About Us</a></li>
<li><a href="services.html">Our Services</a></li>
<li><a href="team.html">Our Executives</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6 sm-padding">
<div class="widget-content">
<h4>Headquaters</h4>
<p>
<a href="https://goo.gl/maps/5zUqNJ4YgBR7xkzD8"
>Dukem, Ethiopia</a
>
</p>
<span>+251 (11) 432 0707</span>
</div>
</div>
</div>
</div>
</footer>
<a data-scroll href="#header" id="scroll-to-top"
><i class="arrow_carrot-up"></i
></a>
<script src="js/slider.js"></script>
<script src="js/vendor/jquery-1.12.4.min.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/vendor/tether.min.js"></script>
<script src="js/vendor/headroom.min.js"></script>
<script src="js/vendor/owl.carousel.min.js"></script>
<script src="js/vendor/smooth-scroll.min.js"></script>
<script src="js/vendor/venobox.min.js"></script>
<script src="js/vendor/jquery.ajaxchimp.min.js"></script>
<script src="js/vendor/slick.min.js"></script>
<script src="js/vendor/waypoints.min.js"></script>
<script src="js/vendor/odometer.min.js"></script>
<script src="js/vendor/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>