-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
603 lines (504 loc) · 26.7 KB
/
index.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
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="wpinfusion" />
<!-- Prerender -->
<link rel="preconnect prefetch prerender" href="https://wpinfusion.com/development"/>
<link rel="preconnect prefetch prerender" href="https://wpinfusion.com/optimization"/>
<link rel="preconnect prefetch prerender" href="https://wpinfusion.com/support"/>
<link rel="preconnect prefetch prerender" href="https://wpinfusion.com/contact"/>
<link rel="preconnect prefetch prerender" href="https://wpinfusion.com/tos"/>
<link rel="preconnect prefetch prerender" href="https://wpinfusion.com/privacypolicy"/>
<!-- Stylesheets
============================================= -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,900" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="style.css" type="text/css" />
<link rel="stylesheet" href="extra/assets/wpinfusion.css" type="text/css" />
<link rel="stylesheet" href="css/dark.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="extra/assets/css/fonts.css" type="text/css" />
<link rel="stylesheet" href="css/font-icons/et/et-line.css" type="text/css" />
<link rel="icon" href="favicon.png" type="image/png" />
<!-- Bootstrap Switch CSS -->
<link rel="stylesheet" href="css/components/bs-switches.css" type="text/css" />
<link rel="stylesheet" href="css/responsive.css" type="text/css" />
<meta name='viewport' content='initial-scale=1, viewport-fit=cover'>
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css" type="text/css" />
<!-- Document Title
============================================= -->
<title>WordPress Development & Optimization | WP INFUSION</title>
<!-- SEO -->
<link rel="canonical" href="https://wpinfusion.com/" />
<meta name="description" content="We create high quality WordPress sites for affordable prices. Fast, Secure and tailored to your needs. Feel free to reach out to us !"/>
<meta property="og:locale" content="en_US" />
<meta property="og:type" content="website" />
<meta property="og:title" content="WP INFUSION | WordPress Development & Speed Optimization" />
<meta property="og:description" content="We create high quality WordPress sites for affordable prices. Fast, Secure and tailored to your needs. Feel free to reach out to us !" />
<meta property="og:url" content="https://wpinfusion.com/" />
<meta property="og:site_name" content="WP Infusion" />
<meta property="og:image" content="https://wpinfusion.com/images/logo/wp-infusion-logo-ret.png" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:description" content="We create high quality WordPress sites for affordable prices. Fast, Secure and tailored to your needs. Feel free to reach out to us !" />
<script type='application/ld+json'>{"@context":"https:\/\/schema.org","@type":"WebSite","@id":"#website","url":"https:\/\/wpinfusion.com\/","name":"WP Infusion",}</script>
<!-- / SEO -->
<!-- Android Theme Color -->
<meta name="theme-color" content="#7ef3dc">
<!-- Ratings -->
<script type="application/ld+json">{"@context": "http://schema.org","@type": "LocalBusiness","name": "WP Infusion","image": "https://wpinfusion.com/images/logo/wp-infusion-logo-ret.png","aggregateRating":{"@type": "AggregateRating","ratingValue": "9","reviewCount": "118","bestRating": "10","worstRating": "1"}}</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src='https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-NCZGW2N');</script>
<!-- End Google Tag Manager -->
</head>
<body class="stretched no-transition sticky-responsive-menu">
<!-- Google Tag Manager (noscript) -->
<!-- <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NCZGW2N"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>-->
<!-- End Google Tag Manager (noscript) -->
<!-- Document Wrapper
============================================= -->
<div id="wrapper" class="clearfix">
<!-- Top Bar
============================================= -->
<div id="top-bar" class="transparent-topbar">
<div class="container clearfix">
<div class="col_half nobottommargin clearfix">
<!-- Top Links
============================================= -->
<div class="top-links">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div><!-- .top-links end -->
</div>
<div class="col_half fright dark col_last clearfix nobottommargin">
<!-- Top Social
============================================= -->
<div id="top-social">
<ul>
<!-- <li><a href="http://facebook.com/wpinfusion" class="si-facebook" target="_blank"><span class="ts-icon"><i class="icon-facebook"></i></span><span class="ts-text">Facebook</span></a></li>
<li><a href="http://instagram.com/semicolonweb" class="si-instagram" target="_blank"><span class="ts-icon"><i class="icon-chat-3"></i></span><span class="ts-text">WhatsApp Chat</span></a></li> -->
<li><a href="mailto:[email protected]" class="si-email3"><span class="ts-icon"><i class="icon-envelope-alt"></i></span><span class="ts-text">[email protected]</span></a></li>
</ul>
</div><!-- #top-social end -->
</div>
</div>
</div><!-- #top-bar end -->
<!-- Header
============================================= -->
<header id="header" class="transparent-header floating-header clearfix">
<div id="header-wrap">
<div class="container clearfix">
<!-- Logo
============================================= -->
<div id="logo">
<a href="/" class="standard-logo"><img src="images/logo/wp-infusion-logo.png" alt="WPinfusion Logo"></a>
<a href="/" class="retina-logo"><img src="images/logo/wp-infusion-logo-ret.png" alt="WPinfusion Logo"></a>
</div><!-- #logo end -->
<!-- Primary Navigation
============================================= -->
<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>
<nav id="primary-menu" class="with-arrows">
<ul>
<li><a href="development.html"><div><i class="icon-code"></i>Development</div></a></li>
<li><a href="optimization.html"><div><i class="icon-line2-speedometer"></i>Optimization</div></a></li>
<li><a href="support.html"><div><i class="icon-et-tools-2"></i>Support</div></a></li>
<li><a href="deployment.html"><div><i class="icon-line-server"></i>Deploy</div></a></li>
<li class="d-lg-none d-xl-none"><a href="contact.html"><div><i class="icon-line-mail"></i>Contact</div></a></li>
</ul>
<!-- Menu Buttons
============================================= -->
<a href="contact.html" class="button button-rounded fright leftmargin-sm"><i class=icon-line-mail></i>Contact</a>
</nav><!-- #primary-menu end -->
</div>
</div>
</header><!-- #header end -->
<!-- Slider
============================================= -->
<section id="slider" class="slider-element slider-parallax full-screen clearfix">
<div class="slider-parallax-inner" style="background: #FFF url('images/banner-home.jpg') center center no-repeat; background-size: cover;">
<div class="vertical-middle">
<div class="container topmargin-sm">
<div class="row">
<div class="col-lg-5 col-md-8">
<div class="slider-title">
<div class="badge badge-pill badge-default">The NEED for SPEED</div>
<h2 style="font-weight: 600;">Let us improve your site performance.</h2>
<h3 class="text-rotater mb-2" data-separator="," data-rotate="fadeIn" data-speed="3500"><span class="t-rotate">- We Develop Websites,- We Boost Page Speeds,- We Help You With Issues</span></h3>
<p>We specialize in troubleshooting issues with your webapplication and optimizing page speeds</p>
<a href="#learn-more" data-scrollto="#learn-more" class="button button-rounded button-large nott ls0">Learn More</a>
<a href="contact.html" class="button button-rounded button-large button-light text-dark bg-white border nott ls0">Contact Us</a>
</div>
</div>
</div>
</div>
</div>
<div class="video-wrap h-100 d-block d-lg-none">
<div class="video-overlay" style="background: rgba(255,255,255,0.85);"></div>
</div>
</div>
</section><!-- #slider end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap pt-0">
<!-- Features
============================================= -->
<div class="section nobg mt-4 mb-0 pb-0">
<div class="container">
<div class="heading-block nobottomborder center divcenter mb-0 clearfix" style="max-width: 550px">
<div id="learn-more" class="badge badge-pill badge-default">Services</div>
<h3 class="nott ls0 mb-3">What We Do</h3>
<p style="padding-bottom: 30px;">We offer high quality service ranging from development to support. Feel free to reach out to us !</p>
</div>
<div class="row justify-content-between align-items-center clearfix">
<div class="col-lg-6 col-sm-6">
<div class="feature-box noborder no-middot">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/seo.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">Page Speed Optimization</h3>
<p>Boost your page speeds to the max ! Avoid low ranking and visitor frustration. Optimal page speeds are vital, especially for e-commerce websites !</p>
</div>
<div class="feature-box noborder mt-5 no-middot">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/optimizing.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">Support</h3>
<p>You can reach out to us if you have an issue with your website. We can troubleshoot to pinpoint the problem and fix it.</p><br><br>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="feature-box noborder no-middot">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/social.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">Website Development</h3>
<p>We create high quality, fast performing and responsive websites. Either with WordPress or any other CMS! E-Commerce, Blogs, Portfolios or just a simple site to represent your company.</p>
</div>
<div class="feature-box noborder mt-5 no-middot">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/globe.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">Server Deployment</h3>
<p>Let us set up a high performing and secure webserver for your next project!</p><br><br>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing
============================================= -->
<div class="section m-0" style="background: url('extra/assets/images/sections/4.png') no-repeat center top / cover; padding: 140px 0 0">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-4 mt-4">
<div class="heading-block nobottomborder bottommargin-sm">
<div class="badge badge-pill badge-default">Pricing</div>
<h3 class="nott ls0">Deploy your new VPS / Dedicated Server with <span>Optimal Configuration</span></h3>
</div>
<p>Let us set up your new server and get a turn-key environment for you new project. We install all the tools you need, secure everything and even install your desired control panel and CMS.</p>
</div>
<div class="col-lg-7 col-md-8">
<div id="section-pricing" class="page-section nopadding nomargin">
<div id="pricing-switch" class="pricing row align-items-end bottommargin-lg clearfix">
<div class="col-md-6">
<div class="pricing-box">
<div class="pricing-title">
<i class="icon-line-server" style="font-size: xx-large; color: #1ABC9C;"></i>
<h3>Basic Server</h3>
<span>Most Popular</span>
</div>
<div class="pricing-price">
<div class="pts-switch-content-left"><span class="price-unit">€</span>95 <span class="price-tenure">One Time</span></div>
</div>
<div class="pricing-features border-bottom-0">
<ul>
<li><i class="icon-check-circle color mr-2"></i>Basic Webserver</li>
<li class="pts-switch-content-left"><i class="icon-minus-circle mr-2"></i>Prepared for Optimal Caching</li>
<li class="pts-switch-content-right"><i class="icon-check-circle color mr-2"></i>Secure SSH</li>
<li><i class="icon-check-circle color mr-2"></i>TMUX + ZSH + Powerline Set Up</li>
<li><i class="icon-check-circle color mr-2"></i>CMS Pre-Installed</li>
<li><i class="icon-check-circle color mr-2"></i>Fail2Ban + Notifications</li>
<li><i class="icon-check-circle color mr-2"></i>Optional: Control Panel</li>
</ul>
</div>
<div class="pricing-action">
<div class="pts-switch-content-left"><a href="deployment.html" class="button button-large button-rounded btn-block capitalize m-0 ls0">Learn More</a></div>
</div>
</div>
</div>
<div class="col-md-6">
<div class="pricing-box">
<div class="pricing-title">
<i class="icon-line-server" style="font-size: xx-large; color: #1ABC9C;"></i><i class="icon-line-plus" style="font-size: xx-large; color: #1ABC9C;"></i>
<h3>Custom Server</h3>
</div>
<div class="pricing-price">
<div class="pts-switch-content-left"><span class="price-unit">€</span>?<span class="price-tenure">One Time</span></div>
</div>
<div class="pricing-features border-bottom-0">
<ul>
<li><i class="icon-check-circle color mr-2"></i>Server Clusters / Nodes</li>
<li><i class="icon-check-circle color mr-2"></i>Loadbalancing</li>
<li><i class="icon-check-circle color mr-2"></i>Secure SSH</li>
<li><i class="icon-check-circle color mr-2"></i>Firewall</li>
<li><i class="icon-check-circle color mr-2"></i>Mailserver</li>
<li><i class="icon-check-circle color mr-2"></i>Custom Tasks</li>
</ul>
</div>
<div class="pricing-action">
<div class="pts-switch-content-left"><a href="contact.html" class="button button-rounded button-large button-light text-dark bg-white border btn-block nott m-0 ls0">Contact Us</a></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features
============================================= -->
<div class="container clearfix py-5">
<div class="heading-block nobottomborder center">
<div class="badge badge-pill badge-default">Speed</div>
<h3 class="nott ls0" style="padding-bottom: 20px;">Give your page speeds a boost !</h3>
<p>Prevent visitors from leaving your site out of frustration because they keep waiting on pages to load. Optimal page speeds are vital to user satisfaction, ranking and conversion ratios</p>
</div>
<div class="row">
<div class="col-md-4 mt-5">
<div class="feature-box fbox-center noborder">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/research.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">1. Research</h3>
<p>First we take a look at your site to see if there is room for improvement. We analyze images, script, stylesheets and server timings</p>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="feature-box fbox-center noborder">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/optimizing.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">2. Optimizing</h3>
<p>We optimize your page speeds to the best of our ability. Caching, compression, image optimization and much more</p>
</div>
</div>
<div class="col-md-4 mt-5">
<div class="feature-box fbox-center noborder no-middot">
<div class="fbox-icon">
<a href="#"><img src="extra/assets/images/icons/result.svg" alt="Feature Icon" class="nobg noradius"></a>
</div>
<h3 class="nott ls0">3. Report</h3>
<p>We report back to you with the final result and a before/after comparison. We aim for high scores in Pagespeed, but the actual page load times are what's most important!</p>
</div>
</div>
</div>
<div class="heading-block nobottomborder center" style="padding-top: 30px;">
<a class="button" href="optimization.html">Learn More</a>
</div>
</div>
<!-- Works/Projects
============================================= -->
<div class="section m-0" style="background: url('extra/assets/images/sections/5.jpg') no-repeat center center / cover;padding: 80px 0">
<div class="container">
<div class="heading-block nobottomborder center">
<div class="badge badge-pill badge-default">Completed Projects</div>
<h3 class="nott ls0">Our Latest Works</h3>
</div>
<div id="portfolio" class="portfolio portfolio-3 grid-container clearfix">
<article class="portfolio-item pf-media pf-icons">
<div class="portfolio-image">
<img src="images/works/hbc.jpg" alt="Het Budak College">
<div class="portfolio-overlay">
<a href="https://hetbudakcollege.nl" class="center-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>Het Budak College</h3>
<span>Education</span>
</div>
</article>
<article class="portfolio-item pf-illustrations">
<div class="portfolio-image">
<img src="images/works/twoc.jpg" alt="The World of Coffee">
<div class="portfolio-overlay">
<a href="https://theworldofcoffee.nl" class="center-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>The World of Coffee</h3>
<span>Retail</span>
</div>
</article>
<article class="portfolio-item pf-graphics pf-uielements">
<div class="portfolio-image">
<img src="images/works/supershoes.jpg" alt="Super Shoes">
<div class="portfolio-overlay">
<a href="https://super-shoes.nl" class="center-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>Super Shoes</h3>
<span>e-Commerce</span>
</div>
</article>
<article class="portfolio-item pf-icons pf-illustrations">
<div class="portfolio-image">
<img src="images/works/vkvastgoed.jpg" alt="VK Vastgoed">
<div class="portfolio-overlay">
<a href="https://vk-vastgoed.nl" class="center-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>VK Vastgoed</h3>
<span>Real Estate</span>
</div>
</article>
<article class="portfolio-item pf-uielements pf-media">
<div class="portfolio-image">
<img src="images/works/maxkuppers.jpg" alt="Max Kuppers">
<div class="portfolio-overlay">
<a href="https://maxkuppers.nl" class="center-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>Max Küppers</h3>
<span>Coaching</span>
</div>
</article>
<!-- <article class="portfolio-item pf-graphics pf-illustrations">
<div class="portfolio-image">
<img src="extra/assets/images/works/6.jpg" alt="Space Station">
<div class="portfolio-overlay" data-lightbox="gallery">
<a href="#" class="center-icon"><i class="icon-line-ellipsis"></i></a>
</div>
</div>
<div class="portfolio-desc">
<h3>Space Station</h3>
<span>Social Media</span>
</div>
</article> -->
</div>
</div>
</div>
<!-- Testimonials
============================================= -->
<div class="section mt-0" style="background: url('extra/assets/images/sections/3.jpg') no-repeat top center / cover; padding: 80px 0 70px">
<div class="container">
<div class="heading-block nobottomborder center">
<div class="badge badge-pill badge-default">Testmonials</div>
<h3 class="nott ls0">What Clients Say</h3>
</div>
<div id="oc-testi" class="owl-carousel testimonials-carousel carousel-widget clearfix" data-margin="0" data-pagi="true" data-loop="true" data-center="true" data-autoplay="5000" data-items-sm="1" data-items-md="2" data-items-xl="3" style="background: no-repeat center center">
<div class="oc-item">
<div class="testimonial">
<div class="testi-image">
<a href="#"><img src="extra/assets/images/testimonials/1.jpg" alt="Customer Testimonails"></a>
</div>
<div class="testi-content">
<p>Christian is very aware of what he can do and where his limitations are and is upfront with this through our very complex projects. This gave us great confidence in his abilities and we’ve always been exceptionally satisfied with his performance, both in speed and design His coding is exceptionally clean and thought through, easy to understand by anyone at a later point.</p>
<div class="testi-meta">
Sebastian Pigge
<span>LUBA GmbH</span>
</div>
</div>
</div>
</div>
<div class="oc-item">
<div class="testimonial">
<div class="testi-image">
<a href="#"><img src="extra/assets/images/testimonials/2.jpg" alt="Customer Testimonails"></a>
</div>
<div class="testi-content">
<p>We got amazing support from Christian. He gets to the core of the issue with his deep practical knowledge and solves it for you. We are really satisfied working with him.</p>
<div class="testi-meta">
Arbaaz Muzawer
<span>Custom Elements</span>
</div>
</div>
</div>
</div>
<div class="oc-item">
<div class="testimonial">
<div class="testi-image">
<a href="#"><img src="extra/assets/images/testimonials/4.jpg" alt="Customer Testimonails"></a>
</div>
<div class="testi-content">
<p>Christian has helped me a lot with the speed of my website several times. The problem was often difficult for me to figure out, but Christian quickly solved it. He understands a lot of the technology behind it and he knows what he is talking about. If you are experiencing problems with the speed of your website, I would definitely recommend him! Thank you!</p>
<div class="testi-meta">
Hetty van der Wal
<span>Mediamora</span>
</div>
</div>
</div>
</div>
<!--<div class="oc-item">
<div class="testimonial">
<div class="testi-image">
<a href="#"><img src="images/testimonials/5.jpg" alt="Customer Testimonails"></a>
</div>
<div class="testi-content">
<p>Natus voluptatum enim quod necessitatibus quis expedita harum provident eos obcaecati id culpa corporis molestias.</p>
<div class="testi-meta">
Steve Jobs
<span>Apple Inc.</span>
</div>
</div>
</div>
</div>-->
</div>
</div>
</div>
<!-- Promo/Contact
============================================= -->
<div class="section mt-5 footer-stick promo-section nobg" style="padding: 100px 0; overflow: visible">
<div class="container">
<div class="heading-block nobottomborder center">
<h5 class="uppercase ls1 mb-1">Stop wasting your precious time on bugs and optimizations and let us handle it for you</h5>
<h2 class="nott ls0">Reach Out To Us <span>Today</span></h2>
<a href="contact.html" class="button button-large button-rounded nott ml-0 ls0 mt-4">Contact Us Now</a>
</div>
</div>
</div>
</div>
</section><!-- #content end -->
<!-- Footer
============================================= -->
<footer id="footer" class="noborder bg-white">
<!-- Copyrights
============================================= -->
<div id="copyrights" style="background: url('extra/assets/images/hero/footer.svg') no-repeat top center / cover; padding-top: 70px">
<div class="container clearfix">
<div class="col_half">
Copyrights © 2020 All Rights Reserved by WP Infusion<br>
<div class="copyright-links"><a href="tos.html">Terms of Service</a> / <a href="privacypolicy.html">Privacy Policy</a></div>
</div>
<div class="col_half col_last tright">
<div class="copyrights-menu copyright-links clearfix">
<a href="index.html">Home</a>/<a href="contact.html">Contact</a>
</div>
</div>
</div>
</div><!-- #copyrights end -->
</footer><!-- #footer end -->
</div><!-- #wrapper end -->
<!-- Go To Top
============================================= -->
<div id="gotoTop" class="icon-angle-up"></div>
<!-- External JavaScripts
============================================= -->
<script src="js/jquery.js"></script>
<script src="js/plugins.js"></script>
<!-- Footer Scripts
============================================= -->
<script src="js/functions.js"></script>
</body>
</html>