-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinnovation.html
473 lines (406 loc) · 19.4 KB
/
innovation.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>OIS & Associates - Official Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<link
href="https://fonts.googleapis.com/css2?family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,700;0,800;1,200;1,300;1,400;1,500;1,700&display=swap"
rel="stylesheet" />
<link rel="icon" href="./images/images/icons/favicon.jpg" type="image/png" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/owl.carousel.min.css" />
<link rel="stylesheet" href="css/owl.theme.default.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="css/flaticon.css" />
<link rel="stylesheet" href="css/style.css" />
</head>
<body>
<!-- <div class="wrap">
<div class="container">
<div class="row">
<div class="col-md-8 d-flex align-items-center">
<p class="mb-0 phone pl-md-2">
<a class="mr-2"><span class="fa fa-phone mr-2"></span> +1 786-879-4016</a>
<a class="mr-2"><span class="fa fa-paper-plane mr-2"></span>[email protected]</a>
<a class="mr-2"><span class="fa fa-paper-plane mr-2 "></span>[email protected]</a>
</p>
</div>
<div class="col-md-4 d-flex justify-content-md-end">
<div class="social-media mr-4">
<p class="mb-0 d-flex">
<a href="https://www.instagram.com/infusion_spiral/?hl=es-la"
class="d-flex align-items-center justify-content-center"><span class="fa fa-instagram"><i
class="sr-only">Instagram</i></span></a>
<a href="https://www.facebook.com/oispiral/"
class="d-flex align-items-center justify-content-center"><span class="fa fa-facebook"><i
class="sr-only">facebook</i></span></a>
</p>
</div>
</div>
</div>
</div>
</div> -->
<nav class="navbar navbar-expand-lg navbar-dark ftco_navbar bg-dark ftco-navbar-light" id="ftco-navbar">
<div class="container">
<a class="navbar-brand" href="index.html"><img id="logo" src="./images/images/ois-logo.png" alt=""></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#ftco-nav"
aria-controls="ftco-nav" aria-expanded="false" aria-label="Toggle navigation">
<span class="oi oi-menu"></span> Menu
</button>
<div class="collapse navbar-collapse" id="ftco-nav">
<ul class="navbar-nav ml-auto">
<li class="nav-item "><a href="index.html" class="nav-link">Home</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" id="dropdown04" data-toggle="dropdown" aria-haspopup="true"
aria-expanded="false">TIS® Products</a>
<div class="dropdown-menu" aria-labelledby="dropdown04">
<a class="dropdown-item" href="./products/american-oak.html">American Oak</a>
<a class="dropdown-item" href="./products/french-oak.html">French Oak</a>
<!-- <a class="dropdown-item" href="./products/blended-toast.html">Blended Toast Packs</a> -->
<a class="dropdown-item" href="./products/sugar-maple.html">Sugar Maple</a>
<a class="dropdown-item" href="./products/spanish-cedar.html">Spanish Cedar</a>
<a class="dropdown-item" href="./products/cypress.html">Cypress</a>
<a class="dropdown-item" href="./products/amburana.html">Amburana</a>
</div>
</li>
<li class="nav-item dropdown">
<a href="fno-products.html" class="nav-link dropdown-toggle" id="dropdown04" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false">FNO Products</a>
<div class="dropdown-menu" aria-labelledby="dropdown04">
<div class="dropdown-flex">
<div class="dropdown-ul">
<a class="dropdown-item" href="./fno-products.html">Fine Northern Oak</a>
</div>
<div class="dropdown-ul">
<a class="dropdown-item" href="./products/blocks.html">Blocks</a>
</div>
<div class="dropdown-ul">
<a class="dropdown-item" href="./products/chips.html">Chips</a>
<!-- <a class="dropdown-item" href="./products/blended-toast.html">Blended Toast Packs</a> -->
</div>
</div>
</div>
</li>
<li class="nav-item active"><a href="innovation.html" class="nav-link">Innovation</a></li>
<li class="nav-item"><a href="contact.html" class="nav-link">Contact</a></li>
<li class="nav-item"><a href="blog.html" class="nav-link">Blog</a></li>
<li class="nav-item"><a href="./spanish/index.html" class="nav-link"><img class="flag"
src="./images/images/icons/es-flag.png" width="auto" height="auto" alt="ES Flag"></a></li>
<li class="nav-item"><a href="index.html" class="nav-link"><img class="flag"
src="./images/images/icons/eng-flag.png" alt="ENG Flag"></a></li>
</ul>
</div>
</div>
</nav>
<!-- END nav -->
<section>
<div class="hero-wrap" data-stellar-background-ratio="0.5">
<div class="video-container">
<video id="video" onloadstart="this.volume=0.1" src="./images/images/videos/innovation-video.mp4" autoplay muted
loop></video>
</div>
</div>
</section>
<section>
<div class="container ftco-intro">
<div class="row no-gutters">
<div class="col-md-4 d-flex">
<div class="intro d-lg-flex w-100 ftco-animate">
<div class="icon">
<span class="flaticon-support"></span>
</div>
<div class="text">
<h2>Technical Support</h2>
<p>Our Industry Experienced Technical Consultants Are Available For Any Alcoholic Beverage Profile</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex">
<div class="intro color-1 d-lg-flex w-100 ftco-animate">
<div class="icon">
<span class="flaticon-cashback"></span>
</div>
<div class="text">
<h2>Innovative Product</h2>
<p>Uniquely Designed To Fluctuate With The Demand Of Premium Products</p>
</div>
</div>
</div>
<div class="col-md-4 d-flex">
<div class="intro color-2 d-lg-flex w-100 ftco-animate">
<div class="icon" style="padding-bottom: 10px; padding-top: 20px;">
<span class="fa fa-truck"></span>
</div>
<div class="text">
<h2>International Shipping </h2>
<p>
Contact Our Logistics And Order Inquiries at: [email protected]
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class=" testimony-section testimony-background load"
style="background-image: url(./images/images/backgrounds/background-people.jpg);">
<div class="overlay"></div>
<div id="about" class="container">
<div class="row justify-content-center ">
<div class="col-md-6 img img-3 d-flex justify-content-center align-items-center">
<img class="img-fluid" src="./images/images/tank-banner.jpg">
</div>
<div class="col-md-6 wrap-about pl-md-5 ftco-animate py-5">
<div class="heading-section">
<h2 class="mb-4">Innovation</h2>
<p class="description">
What Makes TIS® Unique? In this changing and always evolving
world, where markets and consumers year after year are more
reliant on dreaming of premium, innovative products, the
technology of the Infusion Spiral® is the first choice to
transition those products into reality. OIS&Associates does not
wish to take away from the flagship products that our clients
have diligently developed and rely on, we are willing to allow
them to think outside the box and create new exclusive
productions that will offer the market the opportunity they not
only deserve-but desire. The vast woods and toasts that are
available and the radically distinctive, without equal, design
of the helical shape provides the upmost security that the end
result will be consistently uniform each and every production.
</p>
<p class="year">
<strong class="number" data-number="15">0</strong>
<span>Years of Experience In Business</span>
</p>
</div>
</div>
<div id="video-yt " class="container video-content">
<div class="row">
<div class="col-sm-4">
<iframe class="video-yt" width="500" height="333"
src="https://www.youtube.com/embed/utP9T6gryUw?rel=0&modestbranding=1" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<a class="btn btn-primary btn-block guide" href="./guides/guide-to-beer-preparation-with-tis.pdf"
download="guide-to-beer-preparation-with-tis">Download Our Beer Guide!</a>
</div>
<div class="col-sm-4">
<iframe class="video-yt" width="500" height="333"
src="https://www.youtube.com/embed/fDJN05T1iQQ?rel=0&modestbranding=1" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<a class="btn btn-primary btn-block guide" href="./guides/guide-to-spirits-treatment-with-tis.pdf"
download="guide-to-spirits-treatment-with-tis">Download Our Spirits Guide!</a>
</div>
<div class="col-sm-4">
<iframe class="video-yt" width="500" height="333"
src="https://www.youtube.com/embed/ly62FElDCmE?rel=0&modestbranding=1" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<a class="btn btn-primary btn-block guide " href="./guides/guide-to-wine-preparation-with-tis.pdf"
download="guide-to-wine-preparation-with-tis">Download Our Wine Guide!</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <section
class="ftco-counter ftco-section ftco-no-pt ftco-no-pb img bg-light"
id="section-counter"
>
<div class="container">
<div class="row">
<div
class="col-md-6 col-lg-3 justify-content-center counter-wrap ftco-animate"
>
<div class="block-18 py-4 mb-4">
<div class="text align-items-center">
<strong class="number" data-number="150000">0</strong>
<span> Satisfied Customers</span>
</div>
</div>
</div>
<div
class="col-md-6 col-lg-3 justify-content-center counter-wrap ftco-animate"
>
<div class="block-18 py-4 mb-4">
<div class="text align-items-center">
<strong class="number" data-number="15">0</strong>
<span>Years of Experience</span>
</div>
</div>
</div>
<div
class="col-md-6 col-lg-3 justify-content-center counter-wrap ftco-animate"
>
<div class="block-18 py-4 mb-4">
<div class="text align-items-center">
<strong class="number" data-number="7">0</strong>
<span>Kinds of Spirals</span>
</div>
</div>
</div>
<div
class="col-md-6 col-lg-3 justify-content-center counter-wrap ftco-animate"
>
<div class="block-18 py-4 mb-4">
<div class="text align-items-center">
<strong class="number" data-number="40">0</strong>
<span>Our Branches</span>
</div>
</div>
</div>
</div>
</div>
</section> -->
<section class="ftco-section testimony-section testimony-background load"
style="background-image: url(./images/images/backgrounds/background-testimony.jpg);">
<div class="overlay"></div>
<div class="container">
<div class="row justify-content-center mb-5">
<div class="col-md-7 text-center heading-section heading-section-white ftco-animate">
<h2 class="mb-3">Real Testimonials</h2>
</div>
</div>
<div class="row ftco-animate">
<div class="col-md-12">
<div class="carousel-testimony owl-carousel ftco-owl">
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center"><span class="fa fa-quote-left"></div>
<div class="text">
<p class="mb-4">“The Infusion spiral is such a unique product to add woods notes to your brew of any
type. I continue to see the impeccable results in the market and the products produced with this
technology."
</p>
<div class="d-flex align-items-center">
<div class="pl-4">
<p class="name">Mr. Luis Fernando Zambrano</p>
<span class="position"> -Former SAB Miller/ABInBev Master Brewer,
Bogota, Colombia.</span>
<br><br><br><br><br><br>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center"><span class="fa fa-quote-left"></div>
<div class="text">
<p class="mb-4">“OIS&Associates has always offered the most respectful technical and friendly support
for my craft in the Wine Industry. They continue to create rapport for their business and ours."
</p>
<div class="d-flex align-items-center">
<div class="pl-3">
<p class="name">Mr. Mariano Di Paola</p>
<span class="position"> - Winemaker Rutini & La Rural, Mendoza, Argentina. </span>
<br><br><br><br><br><br>
</div>
</div>
</div>
</div>
</div>
<div class="item">
<div class="testimony-wrap py-4">
<div class="icon d-flex align-items-center justify-content-center"><span class="fa fa-quote-left"></div>
<div class="text">
<p class="mb-4">"In my experience I have trialed the Infusion Spirals for my Rum production and found
that not only is the speed of extraction a great attribute, but the amount of woods that are offered
is incomparable to other alternatives. I recommend using the exotic woods such as Amburana and Sugar
Maple for innovation.“</p>
<div class="d-flex align-items-center">
<div class="pl-3">
<p class="name">Mr. Dick Barba</p>
<span class="position">- Former Master Blender <br> DIAGEO</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="ftco-footer">
<div class="container">
<div class="row mb-5">
<div class="col-sm-2 col-lg-12">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2 logo"><a href="#">OIS & Associates </a></h2>
<ul class="ftco-footer-social list-unstyled mt-2">
<li class="ftco-animate"> <a href="https://www.instagram.com/infusion_spiral/?hl=es-la" target="_blank">
<span class="fa fa-instagram"></span></a></li>
<li class="ftco-animate"> <a href="https://www.facebook.com/oispiral/" target="_blank">
<span class="fa fa-facebook"></span></a></li>
<li class="ftco-animate"> <a href="https://www.youtube.com/channel/UCSDkDc49ZsOkdC9LsJqq5wg"
target="_blank">
<span class="fa fa-youtube-play"></span></a></li>
</ul>
</div>
</div>
<div class="col-sm-2 col-lg-12">
<div class="ftco-footer-widget mb-4">
<h2 class="ftco-heading-2">Have a Question?</h2>
<div class="block-23 mb-3">
<ul>
<li><a><span class="icon fa fa-phone"></span><span class="text">+1 786-879-4016</span></a></li>
<li><a><span class="icon fa fa-paper-plane pr-4"></span><span class="text">Ms. Jeannie Davis -
Chief Operating Officer.
[email protected]</span></a></li>
<li><a><span class="icon fa fa-paper-plane pr-4"></span><span class="text">Ms. Maria Valentina
Cademartori- Executive for any order requests, direct
S&H and Freight Logistics details for ExWorks.
<br>
[email protected]</span></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid px-0 py-5 bg-black">
<div class="container">
<div class="row">
<div class="col-md-12">
<p class="mb-0" style="color: rgba(255, 255, 255, 0.5); text-align: center">
OIS & Associates - Copyright ©
<script>
document.write(new Date().getFullYear());
</script>
All rights reserved
<br><br><a href="https://www.instagram.com/brandr.design/?hl=es" target="_blank"> <img class="img-fluid"
src=" ../images/images/footer.jpg" alt="">
</a>
</p>
</div>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/jquery-migrate-3.0.1.min.js"></script>
<script src="js/popper.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script src=" js/jquery.easing.1.3.js"></script>
<script src="js/jquery.waypoints.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/jquery.animateNumber.min.js"></script>
<script src="js/scrollax.min.js"></script>
<script src="js/video-mute.js"></script>
<script src="js/main.js"></script>
</body>
</html>