-
Notifications
You must be signed in to change notification settings - Fork 1
/
services02.html
725 lines (597 loc) · 36.3 KB
/
services02.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
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>OpexNetwork - Services</title>
<meta name="description" content="OpexNetwork, The First and Leading TowerCo in Central Africa">
<meta name="author" content="pixel-industry">
<meta name="keywords" content="Towerco, Tower Company, Telecom Passive Infrastructure, Cameroon, Central Africa, gabon, tchad, central african republic, congo, Sharing, Collocation, Buy & Lease-Back, dark fiber, datacenter, Edge, 4G, Maintenance , Outsourcing, telecom, Monitoring, Wifi, Mvne, Mvno, mobile, Ran sharing, landing station, Edge, FWA, national Roaming , Open Network , Private LTE, hotspot, SDN, FTTX, Fiber, Roaming, VoLTE, VoWIFI, IOT, LoraWan, LORA, Energy, LTE , 3G, rural, VSAT, Sattelite, 5G, PMR, Push to talk, Backhaul, Microwave, OTT, Cloud, SIP-I, SMS, Solar, Small cell, PoP, Sale & Lease-Back, managed service">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, width=device-width">
<!-- stylesheets -->
<link rel="stylesheet" href="css/grid.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/darkblue.css" />
<link rel="stylesheet" href="css/responsive.css" />
<link rel="stylesheet" href="css/animate.css" />
<link rel="stylesheet" href="css/retina.css" />
<!-- Revolution slider -->
<link rel="stylesheet" href="rs-plugin/css/settings.css"/>
<link rel="stylesheet" href="rs-plugin/css/theme-settings.css"/>
<!-- prettyPhoto lightbox stylesheer -->
<link rel="stylesheet" href="css/prettyPhoto.css" media="screen" />
<!-- google web fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext,cyrillic-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,300,500,600,700,800,900,200,100' rel='stylesheet' type='text/css'>
<!-- Icons -->
<link rel="stylesheet" href="pixons/style.css" />
<link rel="stylesheet" href="iconsfont/iconsfont.css" />
<link rel="stylesheet" href="style-switcher/styleSwitcher.html"/>
<!--[if lt IE 9]>
<script src="js/html5shiv.js"></script>
<![endif]-->
<!--[if lt IE 9]>
<script src="js/selectivizr-min.js"></script>
<![endif]-->
</head>
<body class="homepage">
</section>
</section>
<a href="#" id="styles-button"><div id="switcher-logo"></div></a>
</section><!-- style switcher end -->
<!-- .header-wrapper start -->
<div id="header-wrapper" class="clearfix">
<!-- .top-bar start -->
<section id="top-bar-wrapper">
<div id="top-bar" class="clearfix">
<ul class="contact-info">
<li>
<li>
<i class="icon-envelope-alt"></i>
<span><a href="mailto: [email protected]">[email protected]</a></span>
</li>
</ul><!-- .contact-info end -->
<!--- .social-links start -->
<ul class="social-links">
<li>
<a href='https://www.linkedin.com/company-beta/11035416/' class="pixons-linkedin"></a>
</li>
<li>
<a href="https://twitter.com/OpexNetwork1" class="pixons-twitter-1"></a>
</li>
<li>
<a href="#" class="pixons-facebook-2"></a>
</li>
</li>
</ul><!-- .social-links end -->
</div><!-- .top-bar end -->
</section><!-- .top-bar-wrapper end -->
<!-- #header start -->
<header id="header" class="clearfix">
<section id="logo">
<a href="home02.html">
<img src="img/logo.png" title="OpexNetwork, First TowerCo in Central Africa" alt="OpexNetwork, First TowerCo in Central Africa"/>
</a>
</section>
<section id="nav-container">
<nav id="nav">
<ul>
<li>
<a href="home02.html">Home</a>
<li>
<a href="about.html">About Us</a>
</li>
<li class="current-menu-item">
<a href="services02.html">Services </a>
</li>
<li>
<a href="portfolio2.html">Achievements</a>
</li>
<li>
<a href="hiring.html">Career </a>
</li>
<li>
</li>
<li class="no-sub">
<a href="contact.html">Contact</a>
</li>
</ul>
</nav><!-- #nav end -->
</section><!-- #nav-container end -->
<!-- #dl-menu.dl-menuwrapper start -->
<div id="dl-menu" class='dl-menuwrapper'>
<button class="dl-trigger">Open Menu</button>
<ul class="dl-menu">
<li>
<a href="home02.html">Home</a>
<ul class="dl-submenu">
<li><a href="index-2.html">Home default</a></li>
<li><a href="home02.html">Home business 02</a></li>
<li><a href="home03.html">Home business 03</a></li>
</ul>
</li>
<li>
<a href="about.html">Pages</a>
<ul class="dl-submenu">
<li><a href="about.html">About us</a></li>
<li><a href="about02.html">About us style 02</a></li>
<li><a href="aboutme.html">About me</a></li>
<li><a href="pagetitle02.html">About me page title 02</a></li>
<li><a href="pagetitle03.html">About me page title 03</a></li>
<li><a href="team.html">Team members</a></li>
<li><a href="hiring.html">We are hiring</a></li>
<li><a href="services.html">Our services</a></li>
<li><a href="services02.html">Services style 02</a></li>
<li><a href="pricing.html">Pricing tables</a></li>
<li><a href="sidebarleft.html">Page sidebar left</a></li>
<li><a href="sidebarright.html">Page sidebar right</a></li>
</ul>
</li>
<li>
<a href="portfolio3.html">Portfolio</a>
<ul class="dl-submenu">
<li><a href="portfolio2.html">Portfolio 2 columns</a></li>
<li><a href="portfolio3.html">Portfolio 3 columns</a></li>
<li><a href="portfolio4.html">Portfolio 4 columns</a></li>
<li><a href="portfoliofull.html">Portfolio full layout</a></li>
<li><a href="portfoliosingle.html">Portfolio single</a></li>
<li><a href="portfoliosingle02.html">Portfolio single 02</a></li>
</ul>
</li>
<li>
<a href="blog2.html">Blog</a>
<ul class="dl-submenu">
<li><a href="blog.html">Blog small image</a></li>
<li><a href="blog2.html">Blog big image</a></li>
<li><a href="blog3.html">Blog full no sidebar</a></li>
<li><a href="blogmasonry.html">Blog masonry</a></li>
<li><a href="blogmasonry02.html">Blog masonry no sidebar</a></li>
<li><a href="blogsingle.html">Blog single</a></li>
<li><a href="blogsingle02.html">Blog single full width</a></li>
</ul>
</li>
<li><a href="contact.html">Contact</a></li>
</ul><!-- .dl-menu end -->
</div><!-- #dl-menu.dl-menuwrapper end -->
<!-- #search-box start -->
<section id="search">
<form action="#" method="get">
<input class="search-submit" type="submit" />
<input id="m_search" name="s" type="text" placeholder="Type and hit enter..." />
</form>
</section><!-- #search-box end -->
</header><!-- .header end -->
</div><!-- .header-wrapper end -->
<!-- #page-title start -->
<section id="page-title" class="page-title-1" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="grid_8">
<div class="pt-title triggerAnimation animated" data-animate="fadeInLeft">
<h1>We provide <br /> <span class="strong">Passive Infrastructure Sharing Solutions</span>
<br /> that drive your signal beyond the limits.</h1>
</div>
</div><!-- .grid_8 end -->
</div><!-- .row end -->
<div class="row">
<div class="grid_8">
<div class="breadcrumbs triggerAnimation animated" data-animate="fadeInUp">
<ul>
<li>
<span>You are here:</span>
</li>
<li>
<a href="services.html">OpexNetwork / </a>
</li>
<li>
<span class="active">Services</span>
</li>
</ul>
</div>
</div>
</div>
</div><!-- .container end -->
</section><!-- #page-title end -->
<!-- .page-content start -->
<section class="page-content">
<!-- .container start -->
<div class="container">
<!-- .row start -->
<div class="row">
<article class="grid_3">
<img class="triggerAnimation animated" src="img/pictures/torre-celular-grande.png" alt="ceo" data-animate="fadeInLeft"/>
</article>
<article class="grid_9">
<div class="triggerAnimation animated" data-animate="fadeInRight">
<!-- .heading-bordered start -->
<section class="heading-bordered">
<h3>What we <b>Provide</b></h3>
</section><!-- .heading-bordered end -->
<ul class="services-overview">
<li>
<h5>Experienced Team</h5>
<p>
OpexNetwork's Team has a deep experience in
the telecommunication industry and especially in
Network Roll Out, Operations & maintenance.
All managers have international experience coupled
with more than 15 years experience in Cameroon.
They have deployed more than 10,000 sites from
which 2,000 in Cameroon.
</p>
</li>
<li>
<h5>Full Country Coverage</h5>
<p>
OpexNetwork relies on 3 offices (Douala,
Constantine, Oran) covering the full regions
of Cameroon.
We are able to guarantee fast Network Roll Out,
space arrangement, and maximum uptime for your
signal.
</p>
</li>
<li>
<h5>Fully dedicated 24/7 customer support</h5>
<p>
OpexNetwork aims to deliver the best to its clients.
We monitor our installations remotely and are able
to intervene on site 24/7 anywhere in the country.
We also have dedicated managers for each client on
a day to day basis.
</p>
</li>
</ul>
</div><!-- .triggeranimation.animated end -->
</article><!-- .grid_12 -->
</div><!-- .row end -->
<div class="row">
<article class="grid_12">
<section class="heading-centered triggerAnimation animated" data-animate="bounceIn">
<h2>Our <b>Core</b> services</h2>
<p>We Lease Telecom Passive Infrastructure to Mobile Operators, Broadband Providers, Security Services, and to all companies that needs to carry communications from point-to-point...</p>
</section>
</article><!-- .grid_12 end -->
</div><!-- .row start -->
<!-- .row start -->
<div class="row">
<!-- .grid_4 start -->
<article class="grid_4">
<div class="triggerAnimation animated" data-animate='fadeInUp'>
<section class="service-box-1">
<div class="icon icon-hammer"></div>
<a href='#'>
<h5>Build to Suit</h5>
</a>
<p>
Our Team offers customized Build-to-Suit programs (Turn-key)
where satisfying the network requirements and deployment
needs of operators comes first.
We have a huge experience in deploying sites around the country
and have a ready to start expert team.
No CAPEX required from your side, customized sites ready to install
active equipment in the location you will decide.
</p>
</section>
</div><!-- .triggerAnimation animated end -->
</article><!-- .grid_4 end -->
<!-- .grid_4 start -->
<article class="grid_4">
<div class="triggerAnimation animated" data-animate='fadeInDown'>
<section class="service-box-1">
<div class="icon icon-feed"></div>
<a href='#'>
<h5>Collocation</h5>
</a>
<p>
We make available to our customers space and services
on an existing tower to a mobile service provider
who needs point-to-point secure communication.
Feel free to check with us the possibilities and available
spaces we offer over the country and whatever is the location.
Collocation gives you the benefit to be ready to get your
equipments on air in a record time with 0 CAPEX.
</p>
</section>
</div><!-- .triggerAnimation animated end -->
</article><!-- .grid_4 end -->
<!-- .grid_4 start -->
<article class="grid_4">
<div class="triggerAnimation animated" data-animate='fadeInUp'>
<section class="service-box-1">
<div class="icon icon-exchange"></div>
<a href='#'>
<h5>Buy & Lease-Back</h5>
</a>
<p>
We buy network operator's towers and lease space,
and provide services back to them.
This frees up their capital and allow them
to expand their network quickly.
</p>
</section>
</div><!-- .triggerAnimation animated end -->
</article><!-- .grid_4 end -->
</div><!-- .row end -->
<!-- .row start -->
<div class="row">
<!-- .grid_4 start -->
<article class="grid_4">
<div class="triggerAnimation animated" data-animate='fadeInDown'>
<section class="service-box-1">
<div class="icon icon-truck"></div>
<a href='#'>
<h5>Mobile Stations</h5>
</a>
<p>
OpexNetwork can provide temporary coverage solutions
on a leased basis. Mobiles stations are among the most
used in the world in terms of covering an area for one day,
1 week, 1 month, or more. We have specific solutions that
fits any environment and location.
</p>
</section>
</div><!-- .triggerAnimation animated end -->
</article><!-- .grid_4 end -->
<!-- .grid_4 start -->
<article class="grid_4">
<div class="triggerAnimation animated" data-animate='fadeInDown'>
<section class="service-box-1">
<div class="icon icon-building"></div>
<a href='#'>
<h5>Camouflage Solutions</h5>
</a>
<p>
OpexNetwork is able to propose to its clients any
camouflage solution on specific locations required
by them on ongoing Build to Suit Projects.
Operators are some times facing dilemna betwenn covering
an area which is located in some historical places, beaches,
..., that requires specific attention given to aesthetic.
OpexNetwork has the solution for any type of location.
</p>
</section>
</div><!-- .triggerAnimation animated end -->
</article><!-- .grid_4 end -->
<!-- .grid_4 start -->
<article class="grid_4">
<div class="triggerAnimation animated" data-animate='fadeInUp'>
<section class="service-box-1">
<div class="icon icon-star-empty"></div>
<a href='#'>
<h5>Specific Demands</h5>
</a>
<p>
We provide our customer with temporary coverage solutions
or any temporary reinforcement of their subscribers reach.
We also adapt our roll out to the environment to make it
non agressive and pleasant to the landscape.
</p>
</section>
</div><!-- .triggerAnimation animated end -->
</article><!-- .grid_4 end -->
</div><!-- .row end -->
<!-- .row start -->
<div class="row">
<article class="grid_8">
<div class="triggerAnimation animated" data-animate="fadeInLeft">
<section class="heading-bordered">
<h3>Additional <b>Services</b> we offer</h3>
</section><!-- .heading-bordered end -->
<ul class="tabs">
<li class="active">
<a href="#tab1">Dedicated Team</a>
</li>
<li class="">
<a href="#tab2">Regular Meetings</a>
</li>
<li>
<a href="#tab3">Open Door</a>
</li>
</ul><!-- .tabs end -->
<!-- .tabs-content-wrap start -->
<section class="tab-content-wrap">
<!-- #tab1 content start -->
<div id="tab1" class="tab-content">
<p>
We will assign you a dedicated Manager which will
work only as your relationship contact.
They are here to understand your needs,
customize our offer to them and provide you
with the best services that perfectly fit your
objectives.
<br /><br />
</p>
<br />
<a href='contact.html'>Contact us...</a>
</div><!-- #tab1 content end -->
<!-- #tab1 content start -->
<div id="tab2" class="tab-content">
<p>
"Far from the eyes, Far from the heart"
This is not part of our policy. That's why we
organize regular meeting with our clients
in order to make sure that the client is satisfied
and all goes well, but also to take quickly corrective
actions in case of. These meetings are also an opportunity
to check further needs and plan them accordingly.
</p>
</div><!-- #tab2 content end -->
<!-- #tab1 content start -->
<div id="tab3" class="tab-content">
<p>
As we have nothing to hide, and as our services are not just words,
we invite all our clients to visit us at our offices and meet us.
We have an open door policy that shows the clients
how we work, and how secure is their signal. <br />
Feel free to visit us anytime!
</p>
</div><!-- #tab3 content end -->
</section><!-- .tab-content-wrap end -->
</div><!-- .triggernAnimation.animated end -->
</article>
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .row end -->
</div><!-- .container end -->
</section><!-- .page-content end -->
<!-- .footer-wrapper start -->
<section class="footer-wrapper">
<!-- .footer start -->
<footer id="footer">
<!-- .container start -->
<div class="container">
<!-- .row start -->
<div class="row">
<!-- animated fadeInTop -->
<section class="triggerAnimation animated" data-animate="fadeIn">
<!-- .footer-widget-container start -->
<ul class="grid_3 footer-widget-container">
<!-- .widget.widget_text start -->
<li class="widget widget_text clearfix">
<img src="img/logo-light.png" alt="elvyre professional corporate html5 template"/>
<br /> <br />
<p>
OpexNetwork is the leading Tower Company in
Cameroon, serving Telecom Operators,
Broadcast, Security services, ... We drive
your signal beyond the limits..
</p>
<br /><br />
<!-- .newsletter start -->
<form class="newsletter">
<input type="email" class="email" placeholder="Enter your email here...">
<input type ="submit" class="submit" value="SEND">
</form><!-- .newsletter end -->
</li><!-- .widget.widget-text end -->
</ul> <!-- .footer-widget-container end -->
<!-- .footer-widget-container start -->
<ul class="grid_3 footer-widget-container">
<!-- .widget_tag_cloud start -->
<li class="widget widget_tag_cloud">
<h6>tag cloud</h6>
<div class="tagcloud">
<a href="services02.html">Telecommunications</a>
<a href="services02.html">Infrastructure</a>
<a href="services02.html">Network Roll Out</a>
<a href="services02.html">Sharing</a>
<a href="services02.html">Central Africa</a>
<a href="services02.html">Collocation</a>
<a href="services02.html">Buy & Lease-Back</a>
</div>
</li><!-- .widget_tag_cloud end -->
<!-- .widget_categories start -->
<!-- .widget_categories end -->
</ul><!-- .footer-widget-container end -->
<!-- .footer-widget-container start -->
<ul class="grid_3 footer-widget-container">
<!-- .widget.widget_text start -->
<li id="tweet-scroll-wrapper" class="widget clearfix">
<h6>news categories</h6>
<ul>
<li><a href="services02.html">Passive Infrastructure </a></li>
<li><a href="services02.html">Network Sharing </a></li>
</ul>
</ul><!-- .footer-widget-container end -->
<!-- .footer-widget-container start -->
<ul class="grid_3 footer-widget-container">
<!-- .widget.widget_text start -->
<li class="widget widget_text">
<h6>CONTACT INFO</h6>
<ul class="contact-info-list">
<li>
<p>
<i class="icon-home"></i>
<span class="strong">Address: </span>
5, Rue Abdelli BAKHTI <br />
16212 Mohammadia, Douala, Cameroon
</p>
</li>
<li>
<p>
<i class="icon-phone"></i>
<span class="strong">Telephone: </span>
+237 (0) 9 82 40 13 46
</p>
</li>
<li>
<p>
<i class="icon-phone"></i>
<span class="strong">Fax: </span>
+237 (0) 9 82 40 13 51
</p>
</li>
</ul>
<br /><br />
<a class="underlined" href="contact.html">FIND US ON MAP</a>
</li><!-- .widget.widget_text end -->
</ul>
</section>
</div><!-- .row end -->
</div><!-- .container end -->
</footer><!-- .footer-end -->
<!-- .copyright-container start -->
<div class="copyright-container">
<!-- .container start -->
<div class="container">
<!-- .row start -->
<div class="row">
<section class="grid_6">
<p>Copyright OpexNetwork 2017. All Rights Reserved.</p>
</section>
<section class="grid_6">
<div class="footer-breadcrumbs">
<a href="home02.html">HOME</a>
<a href="about.html">ABOUT US</a>
<a href="services02.html">SERVICES</a>
<a href="portfolio2.html">ACHIEVEMENTS</a>
<a href="hiring.html">CAREER</a>
<a href="contact.html">CONTACT</a>
</div>
</section>
</div><!-- .row end -->
</div><!-- .container end -->
</div><!-- .copyright-container end -->
<a href="#" class="scroll-up">Scroll</a>
</section><!-- .footer-wrapper end -->
<!-- scripts -->
<script src="js/jquery-1.9.1.js"></script> <!-- jQuery library -->
<script src="js/jquery-migrate-1.2.1.min.js"></script> <!-- jQuery migrate -->
<script src="js/jquery.placeholder.min.js"></script><!-- jQuery placeholder fix for old browsers -->
<script src="js/modernizr.custom.js"></script> <!-- jQuery modernizr -->
<script src="js/jquery.dlmenu.js"></script><!-- responsive navigation -->
<script src="js/waypoints.min.js"></script><!-- js for animating content -->
<script src="js/retina-1.1.0.min.js"></script><!-- retina ready script -->
<script src="js/jquery.stellar.min.js"></script><!-- parallax scrolling -->
<script src="js/jquery.tweetscroll.js"></script> <!-- jQuery tweetscroll plugin -->
<script src="js/jquery.carouFredSel-6.2.1-packed.js"></script><!-- CarouFredSel carousel plugin -->
<script src="js/jquery.touchSwipe-1.6.js"></script><!-- TouchSwipe plugin -->
<script src="js/nicescroll.min.js"></script> <!-- Nice scroll Plugin -->
<script src="js/include.js"></script> <!-- jQuery custom options -->
<script>
/* <![CDATA[ */
jQuery(document).ready(function($) {
'use strict';
// Testimonial carousel Responsive layout, resizing the items
$('#testimonial-carousel').carouFredSel({
responsive: true,
width: '100%',
auto: true,
scroll: 1,
swipe: {
onMouse: true,
onTouch: true
},
items: {
width: '470',
height: 'variable',
visible: {
min: 1,
max: 1
}
}
});
});
/* ]]> */
</script>
</body>
</html>