forked from xcp-ng/xcp-ng-org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
546 lines (505 loc) · 27.2 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap xcp-ng Theme CSS -->
<link rel='stylesheet' href='assets/css/xcp-ng.css'/>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:light&v1' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w" crossorigin="anonymous">
<link href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.0.0/magnific-popup.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="/favicon.png">
<meta name="theme-color" content="#ffffff">
<title>XCP-ng - XenServer Based, Community Powered</title>
</head>
<body>
<div id="announcement" class="announcement fixed-top text-center">
commercial support available <a href="https://xcp-ng.com">on-prem</a> or <a href="https://xcp-ng.com/cloud">hosted</a>
</div>
<div class="xcp-ng-content">
<script type="text/javascript" src="//downloads.mailchimp.com/js/signup-forms/popup/unique-methods/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us13.list-manage.com","uuid":"f1ab72021fb8816f4d5e72773","lid":"4d17393549","uniqueMethods":true}) })</script>
<!-- Matomo -->
<script type="text/javascript">
var _paq = _paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
_paq.push(['addDownloadExtensions', "iso"]);
_paq.push(['trackPageView']);
(function() {
var u="//piwik.vates.fr/";
_paq.push(['setTrackerUrl', u+'piwik.php']);
_paq.push(['setSiteId', '11']);
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+'piwik.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112481698-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-112481698-1');
</script>
<nav id="xcp-ng-navbar" class="navbar navbar-expand-sm fixed-top bg-light">
<div id="xcp-ng-menu" class="container-fluid">
<a class="navbar-brand mx-0 my-auto" href="/">
<img id="logo" src="assets/img/smalllogo.png">
</a>
<button class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="fa fa-bars"></span>
</button>
<div class="collapse navbar-collapse"
id="navbarSupportedContent">
<ul class="navbar-nav ml-auto p-0">
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://xcp-ng.org/blog" role="button">
News
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://xcp-ng.org/docs" role="button">
Documentation
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="#community" role="button">
Community
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://xcp-ng.com" role="button">
Pro Support
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 ml-md-3" href="https://www.redbubble.com/people/vates/shop/" target="_blank" role="button" style="color:#ef9325">
<i class="fal fa-star"></i>
Goodies
<i class="fal fa-star"></i>
</a>
</li>
<li class="nav-item">
<a class="nav-link ml-1 md-3" href="https://github.com/xcp-ng" role="button">
<img src="https://d33wubrfki0l68.cloudfront.net/ff54a1d3670b843178ea6d5f782efb02a13fa481/694f9/assets/img/[email protected]" class="p-0 my-0"/>
</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="xcp-ng-header container-fluid">
<div class="row d-flex d-block d-sm-none justify-content-center text-center">
<div class="col col-4">
<img src="assets/img/mainlogo.png" class="img-fluid" />
</div>
</div>
<div class="row">
<div class="col-4 d-none d-sm-block pt-5">
<img src="assets/img/mainlogo.png" class="img-fluid" />
</div>
<div class="col-12 col-sm-8 text-sm-left text-center">
<h1>Turnkey Open Source Hypervisor</h1>
<p>Based on XenServer, XCP-ng is the result of massive cooperation between individuals and companies, to deliver a product without limits.
No restrictions on features and every bit available on GitHub!
</p>
<a class="btn btn-primary" href="#easy-to-install" role="button">Download</a>
<a class="btn btn-secondary" href="https://xcp-ng.org/docs/" role="button">Get Started</a>
</div>
</div>
</section>
<section class="xcp-ng-numbers container-fluid">
<div class="row d-flex justify-content-center justify-content-md-between">
<div class="number-box p-1">
<div class="row number align-middle">
<div class="col p-0">
<i class="fal fa-cloud-download"></i>
</div>
<div class="col">
<span id="xcp-ng-download-count" class="count">90</span>K+
</div>
</div>
<div class="row number-legend">
<div class="col">
Downloads
</div>
</div>
</div>
<div class="number-box p-1">
<div class="row number align-middle">
<div class="col p-0">
<i class="fab fa-stack-overflow"></i>
</div>
<div class="col">
<span id="xcp-ng-stars-on-github" class="count">23</span>K+
</div>
</div>
<div class="row number-legend">
<div class="col">
Forum posts
</div>
</div>
</div>
<div class="number-box p-1">
<div class="row number">
<div class="col p-0">
<i class="fal fa-users"></i>
</div>
<div class="col">
<span id="xcp-ng-contributors-on-github" class="count">3400</span>+
</div>
</div>
<div class="row number-legend">
<div class="col">
Forum contributors
</div>
</div>
</div>
</div>
</section>
<section class="xcp-ng-features container-fluid">
<div class="row text-center justify-content-center">
<h2><a name="features"></a>Turnkey Server Virtualization</h2>
</div>
<div class="row text-center">
<div class="col my-auto">
<i class="fal fa-browser fa-3x"></i>
</div>
<div class="col my-auto">
<i class="fal fa-share-square fa-3x"></i>
</div>
<div class="col my-auto">
<i class="fal fa-chart-line fa-3x"></i>
</div>
<div class="col my-auto">
<i class="fal fa-lock-alt fa-3x"></i>
</div>
</div>
<div class="row text-center">
<div class="col">
<h3>Modern Web UI</h3>
</div>
<div class="col">
<h3>Live migration</h3>
</div>
<div class="col">
<h3>Scale</h3>
</div>
<div class="col">
<h3>Secure</h3>
</div>
</div>
<div class="row text-center">
<div class="col legend d-none d-sm-block">
<p>Use the powerful web based <a href="https://xen-orchestra.com">Xen Orchestra</a> to manage your hosts</p>
</div>
<div class="col legend d-none d-sm-block">
<p>Live migrate your VMs all around the world, without interruption</p>
</div>
<div class="col legend d-none d-sm-block">
<p>Grow your own Cloud with more hosts when needed</p>
</div>
<div class="col legend d-none d-sm-block">
<p>Control your VMs on your own baremetal, no neighbors</p>
</div>
</div>
</section>
<section class="xcp-ng-screenshots">
<div class="row justify-content-center">
<div class="col-10">
<div id="carouselxcp-ngScreenshots" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselxcp-ngScreenshots" data-slide-to="0" class="active"></li>
<li data-target="#carouselxcp-ngScreenshots" data-slide-to="1"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="assets/img/xodashboard.png" alt="" class="img-fluid">
<div class="carousel-caption d-none d-md-block">
<h5>With Xen Orchestra Web UI</h5>
<p>A glance on your whole XCP-ng infrastructure on a dashboard page!</p>
</div>
</div>
<div class="carousel-item">
<img src="assets/img/xolist.png" alt="" class="img-fluid">
<div class="carousel-caption d-none d-md-block">
<h5>With Xen Orchestra Web UI</h5>
<p>List your VMs with statistics, IP addresses, CPU/RAM count…</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselxcp-ngScreenshots" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselxcp-ngScreenshots" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>
</section>
<section class="xcp-ng-community">
<div class="row justify-content-center">
<h2><a name="community"></a>Join our fast growing community</h2>
</div>
<div class="row text-center justify-content-center">
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://twitter.com/xcpng"><i class="fab fa-twitter fa-3x"></i><br/>@xcpng</a>
</div>
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://github.com/xcp-ng"><i class="fab fa-github fa-3x"></i><br/>xcp-ng</a>
</div>
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://webchat.freenode.net/"><i class="fab fa-slack-hash fa-3x"></i><br/>#xcp-ng on Freenode</a>
</div>
<div class="col-5 col-sm-3 p-3 p-sm-1">
<a href="https://xcp-ng.org/forum"><i class="fab fa-stack-overflow fa-3x"></i><br/>Forum</a>
</div>
</div>
<div class="row text-center">
<div class="col d-none d-md-block">
<p>Don't miss anything and follow XCP-ng on Twitter!</p>
</div>
<div class="col d-none d-md-block">
<p>GitHub is the place to report issues and contribute to the project!</p>
</div>
<div class="col d-none d-md-block">
<p>Chat with other XCP-ng users and even core contributors. You have a question? You'll find an answer there.</p>
</div>
<div class="col d-none d-md-block">
<p>This is where the community is the most active. Tons of good advice, use cases and developers to assist you.</p>
</div>
</div>
</section>
<section class="xcp-ng-easy-install container-fluid">
<div class="row justify-content-center">
<h2><a name="easy-to-install"></a>Easy To Install</h2>
</div>
<div class="row justify-content-center">
<div class="col col-sm-3 nav flex-column nav-pills" id="v-pills-tab" role="tablist" aria-orientation="vertical">
<a class="nav-link active" id="v-pills-download-tab" data-toggle="pill" href="#v-pills-download"
role="tab" aria-controls="v-pills-download" aria-selected="true">Download</a>
<a class="nav-link" id="v-pills-net-install-tab" data-toggle="pill" href="#v-pills-net-install"
role="tab" aria-controls="v-pills-net-install" aria-selected="false">Net install</a>
<a class="nav-link" id="v-pills-from-xo-tab" data-toggle="pill" href="#v-pills-from-xo"
role="tab" aria-controls="v-pills-from-xo" aria-selected="false">Web UI</a>
<a class="nav-link" id="v-pills-upgrade-tab" data-toggle="pill" href="#v-pills-upgrade"
role="tab" aria-controls="v-pills-upgrade" aria-selected="false">Upgrade from XenServer</a>
<a class="nav-link" id="v-pills-security-tab" data-toggle="pill" href="#v-pills-security"
role="tab" aria-controls="v-pills-security" aria-selected="false">Security and mirrors</a>
<a class="nav-link" id="v-pills-old-tab" data-toggle="pill" href="#v-pills-old"
role="tab" aria-controls="v-pills-old" aria-selected="false">Old releases</a>
</div>
<div class="col-8 tab-content" id="v-pills-tabContent">
<div class="tab-pane fade show active" id="v-pills-download" role="tabpanel"
aria-labelledby="v-pills-download-tab">
<p>
Grab the <a href="http://mirrors.xcp-ng.org/isos/8.1/xcp-ng-8.1.0-2.iso" onclick="_paq.push(['trackEvent', 'Download', 'full']);">latest ISO here</a>, create your bootable USB key with:
</p>
<div class="code p-1 m-1 p-sm-3 m-sm-3">
dd if=xcp-ng-8.1.0-2.iso of=/dev/sdX bs=8M oflag=direct
</div>
<p>Then just boot on it!</p>
<p>On Windows, you can use <a href="https://rufus.akeo.ie/">Rufus</a> to create the bootable USB stick.</p>
<pre>SHA256: d60f87b9e5f1acbf063509eed6e327239c793fae85281c0d9f811715ad450b98</pre>
</div>
<div class="tab-pane fade" id="v-pills-net-install" role="tabpanel"
aria-labelledby="v-pills-net-install-tab">
<p>Using the <a href="http://mirrors.xcp-ng.org/isos/8.1/xcp-ng-8.1.0-2-netinstall.iso" onclick="_paq.push(['trackEvent', 'Download', 'netinstall']);">Net install ISO</a> (150MiB), create your bootable USB key:</p>
<div class="code p-1 m-1 p-sm-3 m-sm-3">
dd if=xcp-ng-8.1.0-2-netinstall.iso of=/dev/sdX bs=8M oflag=direct
</div>
<p>Then just boot on it!</p>
<p>On Windows, you can use <a href="https://rufus.akeo.ie/">Rufus</a> to create the bootable USB stick.</p>
<pre>SHA256: 88196f613685d1f614e5b58ebd2433f0b11b6831eac7b385503ef4e70d1ffa99</pre>
</div>
<div class="tab-pane fade" id="v-pills-upgrade" role="tabpanel"
aria-labelledby="v-pills-upgrade-tab">
<p>Just insert the ISO and follow instructions. You'll have an <b>upgrade panel</b>, just select it and that's it!</p>
<p>After a reboot, you'll be on XCP-ng while keeping all your previous settings (Storage, VMs…)</p>
<img src="assets/img/upgradexs.png"><br/><br/>
<h4>No physical access to the XenServer host?</h4>
<p>Please <a href="https://xcp-ng.org/docs/upgrade.html#upgrade-from-xenserver">check our documentation</a> for advanced upgrade cases.</p>
</div>
<div class="tab-pane fade" id="v-pills-security" role="tabpanel"
aria-labelledby="v-pills-security-tab">
<p>Security matters: all our repositories, ISOs and packages are signed with a GPG key. This key is available here:</p>
<div>
<a href="https://xcp-ng.org/RPM-GPG-KEY-xcpng">https://xcp-ng.org/RPM-GPG-KEY-xcpng</a>
</div><br/>
<p>Then, you can <a href="https://github.com/xcp-ng/xcp/wiki/How-to-check-the-authenticity-of-files-downloaded-from-XCP-mirrors">follow our guide on how to check authenticity</a> of our ISO, and even any XCP-ng RPM repository or mirror.</p>
<p>Found a security problem in XCP-ng? Please email us on security at xcp-ng dot org</p>
</div>
<div class="tab-pane fade" id="v-pills-old" role="tabpanel"
aria-labelledby="v-pills-old-tab">
<p>We strongly suggest to download only the current release. This is only for historical purpose.</p>
<div>
<p>You can find all previous XCP-ng releases here:</p>
<a href="https://updates.xcp-ng.org/isos/">https://updates.xcp-ng.org/isos/</a>
</div><br/>
</div>
<div class="tab-pane fade" id="v-pills-from-xo" role="tabpanel"
aria-labelledby="v-pills-from-xo-tab">
<p>Just go on this web page and follow instructions:</p>
<p><a href="https://xen-orchestra.com/#!/xoa">https://xen-orchestra.com/xoa</a></p>
<p>This will deploy a small VM doing all the management and backup for your XCP-ng. Follow instructions given on the screen, and you're up and running!</p>
<p>If you want to learn more about Xen Orchestra, please <a href="https://xen-orchestra.com">visit the official website.</a></p>
</p>
</div>
</div>
</div>
</section>
<section class="xcp-ng-commercial-support">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>XCP-ng is a Xen Project incubation project</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 d-none d-md-block text-center">
<a href="https://xenproject.org/" target="_blank">
<img src="assets/img/xenp-web.png" class="img-fluid" width="100%"/>
</a>
</div>
<div class="col-12 col-md-8 text-md-left text-center">
<p>XCP-ng virtualization platform is a Xen Project incubation project hosted in the Linux Foundation.XCP-ng aims to be the bridge between the users community and the developers and is the default entry point for any user.</p>
<a class="btn btn-primary" href="https://xenproject.org/", target="_blank" role="button">Learn about Xen Project</a>
</div>
</div>
</section>
<section class="xcp-ng-easy-install container-fluid">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>Success Story - From Kickstarter to Datacenter</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-10 col-md-6 text-md-left text-center">
<p>Initially a fork of XenServer, XCP-ng made something some people thought would be impossible: gathering a large community around a new virtualization platform in those modern days.</p>
<p>
<a class="btn btn-primary" href="#headerPopup" id="headerVideoLink" target="_blank" class="button">See the video</a>
</p>
<div id="headerPopup" class="mfp-hide embed-responsive embed-responsive-21by9">
<iframe width="854" height="480" src="https://www.youtube.com/embed/VpGC5zuLjSs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
<div class="col-4 d-none d-md-block text-center">
<img src="assets/img/logoyt.png" class="img-fluid" width="80%"/>
</div>
</div>
</section>
<section class="xcp-ng-commercial-support">
<div class="row justify-content-center">
<div class="col-10 text-center">
<h2>Commercial Support</h2>
</div>
</div>
<div class="row justify-content-center">
<div class="col-4 d-none d-md-block text-center">
<a href="https://xcp-ng.com/">
<img src="assets/img/vateslogo.png" class="img-fluid" width="60%"/>
</a>
</div>
<div class="col-10 col-md-6 text-md-left text-center">
<p><i>Vates</i> is the main company that supports the development of XCP-ng. They provide professional
service to assure that businesses get the most out of the solution.</p>
<a class="btn btn-primary" href="https://xcp-ng.com" role="button">Learn More</a>
</div>
</div>
</section>
<section class="they-trust-containous container-fluid text-center bg-light">
<div class="row">
<div class="col wow fadeInDown" data-wow-delay="1s">
<h1>Our Platinum Sponsors</h1>
</div>
</div>
<div class="row d-flex justify-content-center justify-content-sm-between">
<div class="col-6 col-sm-3 my-auto px-4 py-2">
<a href="https://www.axians.de/">
<img class="img-fluid" src="assets/img/sponsors/axians-logo.png" alt="Axians" />
</a>
</div>
<div class="col-6 col-sm-3 my-auto px-4 py-2">
<a href="https://www.one-in.com.pe/">
<img class="img-fluid" src="assets/img/sponsors/one-in-com.png" alt="One In Com" />
</a>
</div>
<div class="col-6 col-sm-3 my-auto py-2">
<a href="https://www.hostnet.de/start.html">
<img class="img-fluid" src="assets/img/sponsors/hostnet.png" alt="Hostnet" />
</a>
</div>
<div class="col-6 col-sm-3 my-auto py-2">
<a href="https://www.oxeva.fr/">
<img class="img-fluid" src="assets/img/sponsors/Logo-Oxeva.png" alt="Oxeva" />
</a>
</div>
</div>
<div class="row">
<div class="col wow fadeInDown text-center" data-wow-delay="1s">
<a class="btn btn-primary" href="sponsors.html" role="button">Discover all our sponsors</a>
</div>
</div>
</section>
<section class="xcp-ng-footer container-fluid">
<div class="d-flex row">
<div class="mr-auto order-10 order-sm-0">
<p>XCP-ng is a Xen Project incubation project hosted by the Linux Foundation<br/>
Copyright© The Linux Foundation®. All rights reserved.<br/>
The Linux Foundation has registered trademarks and uses trademarks.</p>
<p>For a list of trademarks of The Linux Foundation, please see our <a href="https://www.linuxfoundation.org/trademark-usage">Trademark Usage</a> page.<br/>
Linux is a registered trademark of Linus Torvalds.<br/>
<a href="http://www.linuxfoundation.org/privacy">Privacy Policy</a> and <a href="http://www.linuxfoundation.org/terms">Terms of Use</a></p>
</div>
<div id="menu-footer" class="order-1">
<a href="https://github.com/xcp-ng">Github</a>
</div>
<div id="menu-footer" class="order-2">
<a href="https://xcp-ng.org/docs">Documentation</a>
</div>
<div id="menu-footer" class="order-3">
<a href="#community">Community</a>
</div>
<div class="order-4">
<br>
<img src="assets/img/logolfban.png" width="50%"/>
<img src="assets/img/xenp-web.png" width="15%"/>
</div>
</div>
</section>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"
integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.0.0/jquery.magnific-popup.min.js"></script>
<script src='js/xcp-ng.min.js'></script>
<script type='text/javascript' src='js/popper.min.js'></script>
<script>
$(document).ready(function() {
$('#headerVideoLink').magnificPopup({
type:'inline',
midClick: true // Allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source in href.
});
});
</script>
</body>
</html>