-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutus.html
537 lines (492 loc) · 33.2 KB
/
aboutus.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
<!DOCTYPE html>
<html prefix="og: http://ogp.me/ns#">
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>About Us</title>
<meta name="keywords" content="About Us" />
<meta name="description" content="About Us">
<link rel="canonical" href="https://www.magnumvpn.com/aboutus.html"/>
<meta name="author" content="MagnumVPN">
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="How to set up L2TP VPN on Windows 10">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Web Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css">
<!-- Vendor CSS -->
<link rel="stylesheet" href="/vendor/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/vendor/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/vendor/animate/animate.min.css">
<link rel="stylesheet" href="/vendor/simple-line-icons/css/simple-line-icons.min.css">
<link rel="stylesheet" href="/vendor/owl.carousel/assets/owl.carousel.min.css">
<link rel="stylesheet" href="/vendor/owl.carousel/assets/owl.theme.default.min.css">
<link rel="stylesheet" href="/vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="/css/theme.css">
<link rel="stylesheet" href="/css/theme-elements.css">
<link rel="stylesheet" href="/css/theme-blog.css">
<link rel="stylesheet" href="/css/theme-shop.css">
<!-- Current Page CSS -->
<link rel="stylesheet" href="/vendor/rs-plugin/css/settings.css">
<link rel="stylesheet" href="/vendor/rs-plugin/css/layers.css">
<link rel="stylesheet" href="/vendor/rs-plugin/css/navigation.css">
<link rel="stylesheet" href="/vendor/circle-flip-slideshow/css/component.css">
<!-- Skin CSS -->
<link rel="stylesheet" href="/css/skins/default.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="/css/custom.css">
<!-- Head Libs -->
<script src="/vendor/modernizr/modernizr.min.js"></script>
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//stats.magnumvpn.com/";
_paq.push(['setTrackerUrl', u+'js/']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'js/'; s.parentNode.insertBefore(g,s);
})();
</script>
</head>
<body>
<div class="body">
<header id="header" data-plugin-options="{'stickyEnabled': true, 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyStartAt': 57, 'stickySetTop': '-57px', 'stickyChangeLogo': true}">
<div class="header-body">
<div class="header-container container">
<div class="header-row">
<div class="header-column">
<div class="header-logo">
<a href="https://www.magnumvpn.com/index.html">
<img alt="Porto" width="112" height="80" data-sticky-width="83" data-sticky-height="59" data-sticky-top="33" src="/img/logos/png/dark_logo_transparent_background_biggerTag_small.png">
<!-- <img alt="Porto" width="263" height="188" data-sticky-width="131" data-sticky-height="94" data-sticky-top="33" src=""> -->
</a>
</div>
</div>
<div class="header-column">
<div class="header-row">
<!--
<div class="header-search hidden-xs">
<form id="searchForm" action="page-search-results.html" method="get">
<div class="input-group">
<input type="text" class="form-control" name="q" id="q" placeholder="Search..." required>
<span class="input-group-btn">
<button class="btn btn-default" type="submit"><i class="fa fa-search"></i></button>
</span>
</div>
</form>
</div>
-->
<nav class="header-nav-top">
<ul class="nav nav-pills">
<li class="hidden-xs">
<a href="/aboutus.html"><i class="fa fa-angle-right"></i> About Us</a>
</li>
<li class="hidden-xs">
<a href="/contact-us.html"><i class="fa fa-angle-right"></i> Contact Us</a>
</li>
<li>
<span class="ws-nowrap"><i class="fa fa-phone"></i><a href="tel:+14808004763"> (480) 800-4763</a></span>
</li>
</ul>
</nav>
</div>
<div class="header-row">
<div class="header-nav">
<button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main">
<i class="fa fa-bars"></i>
</button>
<ul class="header-social-icons social-icons hidden-xs">
<!-- <li class="social-icons-facebook"><a href="https://www.facebook.com/MagnumVPN/" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li> -->
<li class="social-icons-twitter"><a href="http://twitter.com/MagnumVPN" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<!-- <li class="social-icons-linkedin"><a href="https://www.linkedin.com/company/prompt-engineering-usa" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li> -->
</ul>
<div class="header-nav-main header-nav-main-effect-1 header-nav-main-sub-effect-1 collapse">
<nav>
<ul class="nav nav-pills" id="mainNav">
<li class="">
<a href="https://www.magnumvpn.com/index.html">
Home
</a>
</li>
<li class="">
<a href="https://www.magnumvpn.com/checkout.html"> <!-- <a href="https://vpn.ac/aff.php?aff=933"> -->
Pricing
</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="https://vpn.ac/aff.php?aff=933">
FAQs
</a>
<ul class="dropdown-menu">
<li><a href="/why-do-i-need-a-vpn.html">Why do I Need a VPN?</a></li>
<li><a href="/how-to-view-cookies-in-chrome.html">How to View Cookies in Chrome?</a></li>
<li><a href="/vpn-providers.html">10 criteria to choose a VPN Provider</a></li>
</ul>
</li>
<li class="">
<a href="https://vpn.ac/aff.php?aff=933">
Support
</a>
</li>
<li class="dropdown">
<a class="dropdown-toggle" href="#">
Guides
</a>
<ul class="dropdown-menu">
<li><a href="/powershell_auto_connect_vpn.html">Powershell VPN Auto Connect</a></li>
<li><a href="/setup-vpn-android-l2tp-ipsec.html">Android 7.0 L2TP VPN Setup</a></li>
<li><a href="/setup-vpn-windows-10-l2tp-ipsec.html">Windows 10 L2TP VPN Setup</a></li>
<li><a href="/setup-windows-10-firewall-l2tp.html">Windows 10 Firewall L2TP</a></li>
</ul>
</li>
<!-- <li class="dropdown dropdown-mega">
<a class="dropdown-toggle" href="#">
Guides
</a>
<ul class="dropdown-menu">
<li>
<div class="dropdown-mega-content">
<div class="row">
<div class="col-md-3">
<span class="dropdown-mega-sub-title">Windows</span>
<ul class="dropdown-mega-sub-nav">
<li><a href="/setup-vpn-windows-10-l2tp-ipsec.html">Windows 10 L2TP Setup</a></li>
<li><a href="/setup-windows-10-firewall-l2tp.html">Windows 10 Firewall L2TP</a></li>
</ul>
</div>
<div class="col-md-3">
<span class="dropdown-mega-sub-title">Shortcodes 2</span>
<ul class="dropdown-mega-sub-nav">
<li><a href="shortcodes-buttons.html">Buttons</a></li>
<li><a href="shortcodes-labels.html">Labels</a></li>
<li><a href="shortcodes-lists.html">Lists</a></li>
<li><a href="shortcodes-image-gallery.html">Image Gallery</a></li>
<li><a href="shortcodes-image-frames.html">Image Frames</a></li>
<li><a href="shortcodes-testimonials.html">Testimonials</a></li>
<li><a href="shortcodes-blockquotes.html">Blockquotes</a></li>
<li><a href="shortcodes-word-rotator.html">Word Rotator</a></li>
</ul>
</div>
<div class="col-md-3">
<span class="dropdown-mega-sub-title">Shortcodes 3</span>
<ul class="dropdown-mega-sub-nav">
<li><a href="shortcodes-call-to-action.html">Call to Action</a></li>
<li><a href="shortcodes-pricing-tables.html">Pricing Tables</a></li>
<li><a href="shortcodes-tables.html">Tables</a></li>
<li><a href="shortcodes-progressbars.html">Progress Bars</a></li>
<li><a href="shortcodes-counters.html">Counters</a></li>
<li><a href="shortcodes-sections-parallax.html">Sections & Parallax</a></li>
<li><a href="shortcodes-tooltips-popovers.html">Tooltips & Popovers</a></li>
<li><a href="shortcodes-sticky-elements.html">Sticky Elements</a></li>
</ul>
</div>
<div class="col-md-3">
<span class="dropdown-mega-sub-title">Shortcodes 4</span>
<ul class="dropdown-mega-sub-nav">
<li><a href="shortcodes-headings.html">Headings</a></li>
<li><a href="shortcodes-dividers.html">Dividers</a></li>
<li><a href="shortcodes-animations.html">Animations</a></li>
<li><a href="shortcodes-medias.html">Medias</a></li>
<li><a href="shortcodes-maps.html">Maps</a></li>
<li><a href="shortcodes-arrows.html">Arrows</a></li>
<li><a href="shortcodes-alerts.html">Alerts</a></li>
<li><a href="shortcodes-posts.html">Posts</a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</li>
-->
<li class="">
<a class="" href="https://vpn.ac/aff.php?aff=933">
VPN.ac login
</a>
</li>
<li class="">
<a href="https://www.magnumvpn.com/checkout.html"> <!-- <a class="" href="https://vpn.ac/aff.php?aff=933"> -->
Buy Now
</a>
</li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="main" class="main">
<section class="page-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<ul class="breadcrumb">
<li><a href="https://www.magnumvpn.com">Home</a></li>
<li class="active">About Us</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<h1>About Us</h1>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="owl-carousel owl-theme" data-plugin-options="{'items': 1, 'margin': 10}">
<div>
<span class="img-thumbnail">
<img alt="" height="300" class="img-responsive" src="img/team/Code-View-Face-Binary-Privacy-Policy-Woman-1327493.jpg">
</span>
</div>
<div>
<span class="img-thumbnail">
<img alt="" height="300" class="img-responsive" src="img/team/high-security-1740431_1280.png">
</span>
</div>
</div>
</div>
<div class="col-md-8">
<h2 class="mb-none"><strong>MagnumVPN</strong></h2>
<h4 class="heading-primary">Internet Privacy Shield</h4>
<hr class="solid">
<p>MagnumVPN started in March 2017, because we felt that internet privacy was threatened. On March 28 2017, Congress
passed <a href="https://www.congress.gov/bill/115th-congress/senate-joint-resolution/34">S.J.Res.34 (offical link)</a> which was
a bill that deliberately nullified FCC privacy protections put in place back on Dec 2, 2016 through the FCC rule
"Protecting the Privacy of Customers of Broadband and Other Telecommunications Services". We think that privacy is important enough that
we wanted to provide guides and services for others on how to protect it.</p>
<p>So we teamed up as only 2 software engineering executives can do and created these guides and services to help you
protect your online activity. There is no reason that your activities should be cataloged and indexed for the benifit of
your ISP. We write our own guides in house and validate that they work with our affilate partner VPN.ac.</p>
<ul class="list list-icons">
<li><i class="fa fa-check"></i> 40 years of combined engineering and technology experience.</li>
<li><i class="fa fa-check"></i> Located in Arizona, USA</li>
<li><i class="fa fa-check"></i> Guides for connecting to 80 servers in 23 countries</li>
<li><i class="fa fa-check"></i> No activity or traffic logs or 3rd party tracking, even this website does not use analytics or tracking pixels from 3rd parties.</li>
</ul>
</div>
</div>
<div class="row">
<div class="col-md-12">
<hr>
</div>
</div>
</div>
<section class="parallax section section-parallax section-center" data-plugin-parallax data-plugin-options="{'speed': 1.5}" data-image-src="img/parallax-7.jpg">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="owl-carousel owl-theme nav-bottom rounded-nav mt-lg mb-none" data-plugin-options="{'items': 1, 'loop': false}">
<div>
<div class="col-md-12">
<div class="testimonial testimonial-style-6 testimonial-with-quotes mb-none">
<blockquote>
<p>Privacy is worth putting in the effort to protect. And if basic protections aren't in place by default,
we have to methods to create them.</p>
</blockquote>
<div class="testimonial-author">
<p><strong>Neil Proctor</strong><span>CEO & Co-Founder - Prompt Engineering USA</span></p>
</div>
</div>
</div>
</div>
<div>
<div class="col-md-12">
<div class="testimonial testimonial-style-6 testimonial-with-quotes mb-none">
<blockquote>
<p>I prefer not to be spied on.</p>
</blockquote>
<div class="testimonial-author">
<p><strong>Richard Zimmerman</strong><span>CTO & Co-Founder - Prompt Engineering USA</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<div class="row">
<div class="col-md-12">
<h4 class="mt-xlg mb-none text-uppercase">Our Popular <strong>Guides</strong></h4>
<p>Get protection in minutes with the VPN service setup guides below.</p>
<div class="row">
<ul class="portfolio-list">
<li class="col-md-3 col-sm-6 col-xs-12">
<div class="portfolio-item">
<a href="/setup-vpn-windows-10-l2tp-ipsec.html">
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="/img/blog/setup-vpn-windows-10-l2tp-ipsec/l2tp-win10_840x380.png" class="img-responsive" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">VPN over L2TP/IPSec</span>
<span class="thumb-info-type">Windows 10</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon"><i class="fa fa-link"></i></span>
</span>
</span>
</span>
</a>
</div>
</li>
<li class="col-md-3 col-sm-6 col-xs-12">
<div class="portfolio-item">
<a href="/setup-windows-10-firewall-l2tp.html">
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="/img/blog/setup-windows-10-firewall-l2tp/firewall-main.png" class="img-responsive" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Firewall Setup for L2TP/IPSec</span>
<span class="thumb-info-type">Windows 10</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon"><i class="fa fa-link"></i></span>
</span>
</span>
</span>
</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<footer id="footer">
<div class="container">
<div class="row">
<div class="footer-ribbon">
<span>Get in Touch</span>
</div>
<div class="col-md-3">
<div class="newsletter">
<h4>Newsletter</h4>
<p>Keep up on our always evolving product features and technology. Enter your e-mail and subscribe to our newsletter.</p>
<div class="alert alert-success hidden" id="newsletterSuccess">
<strong>Success!</strong> You've been added to our email list.
</div>
<div class="alert alert-danger hidden" id="newsletterError"></div>
<form id="newsletterForm" action="php/newsletter-subscribe.php" method="POST">
<div class="input-group">
<input class="form-control" placeholder="Email Address" name="newsletterEmail" id="newsletterEmail" type="text">
<span class="input-group-btn">
<button class="btn btn-default" type="submit">Go!</button>
</span>
</div>
</form>
</div>
</div>
<div class="col-md-3">
<h4>Latest News</h4>
<div id="tweet" class="twitter manual" data-plugin-tweets data-plugin-options="{'username': '', 'count': 2}">
<a class="twitter-timeline" data-height="400" data-theme="dark" href="http://twitter.com/MagnumVPN">Tweets by MagnumVPN</a>
</div>
</div>
<div class="col-md-4">
<div class="contact-details">
<h4>Contact Us</h4>
<ul class="contact">
<li><p><i class="fa fa-map-marker"></i> <strong>Address:</strong> Arizona, USA</p></li>
<li><p><i class="fa fa-phone"></i> <strong>Phone:</strong> <a href="tel:+14808004763">(480) 800-4763</a></p></li>
<li><p><i class="fa fa-envelope"></i> <strong>Email:</strong> <a href="mailto:[email protected]">[email protected]</a></p></li>
</ul>
</div>
</div>
<div class="col-md-2">
<h4>Follow Us</h4>
<ul class="social-icons">
<!-- <li class="social-icons-facebook"><a href="https://www.facebook.com/MagnumVPN/" target="_blank" title="Facebook"><i class="fa fa-facebook"></i></a></li> -->
<li class="social-icons-twitter"><a href="http://twitter.com/MagnumVPN" target="_blank" title="Twitter"><i class="fa fa-twitter"></i></a></li>
<!-- <li class="social-icons-linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin"><i class="fa fa-linkedin"></i></a></li> -->
</ul>
</div>
</div>
</div>
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-md-2">
<a href="https://www.magnumvpn.com/index.html" class="logo">
<img alt="MagnumVPN Logo" src="/img/logos/png/white_logo_color_background_centercut_very_small_060606.png">
</a>
</div>
<div class="col-md-6">
<p>© Copyright 2017. All Rights Reserved.</p>
</div>
<div class="col-md-4">
<nav id="sub-menu">
<ul>
<li><a href="https://vpn.ac/aff.php?aff=933">FAQ's</a></li>
<li><a href="https://www.magnumvpn.com/sitemap.html">Sitemap</a></li>
<li><a href="https://www.magnumvpn.com/contact-us.html">Contact</a></li>
<li><a href="https://www.magnumvpn.com/privacy_policy.html">Privacy Policy</a></li>
</ul>
</nav>
</div>
</div>
</div>
</div>
</footer> </div>
<!-- Vendor -->
<script src="/vendor/jquery/jquery.min.js"></script>
<script src="/vendor/jquery.appear/jquery.appear.min.js"></script>
<script src="/vendor/jquery.easing/jquery.easing.min.js"></script>
<script src="/vendor/jquery-cookie/jquery-cookie.min.js"></script>
<script src="/vendor/bootstrap/js/bootstrap.min.js"></script>
<script src="/vendor/common/common.min.js"></script>
<script src="/vendor/jquery.validation/jquery.validation.min.js"></script>
<script src="/vendor/jquery.easy-pie-chart/jquery.easy-pie-chart.min.js"></script>
<script src="/vendor/jquery.gmap/jquery.gmap.min.js"></script>
<script src="/vendor/jquery.lazyload/jquery.lazyload.min.js"></script>
<script src="/vendor/isotope/jquery.isotope.min.js"></script>
<script src="/vendor/owl.carousel/owl.carousel.min.js"></script>
<script src="/vendor/magnific-popup/jquery.magnific-popup.min.js"></script>
<script src="/vendor/vide/vide.min.js"></script>
<!-- Theme Base, Components and Settings -->
<script src="/js/theme.js"></script>
<!-- Current Page Vendor and Views -->
<script src="/vendor/rs-plugin/js/jquery.themepunch.tools.min.js"></script>
<script src="/vendor/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<script src="/vendor/circle-flip-slideshow/js/jquery.flipshow.min.js"></script>
<script src="/js/views/view.home.js"></script>
<!-- Theme Custom -->
<!--<script src="/js/custom.js"></script>-->
<!-- Theme Initialization Files -->
<script src="/js/theme.init.js"></script>
</body>
</html>