-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·501 lines (439 loc) · 27.5 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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<!--====== Title ======-->
<title>KubeInit - Ansible automation to deploy Kubernetess</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Animate CSS ======-->
<link rel="stylesheet" href="assets/css/animate.css">
<!--====== Line Icons CSS ======-->
<link rel="stylesheet" href="assets/fonts/lineicons/font-css/LineIcons.css">
<!--====== Bootstrap CSS ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Default CSS ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style CSS ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!--====== PRELOADER PART START ======-->
<div class="preloader">
<div class="loader">
<div class="ytp-spinner">
<div class="ytp-spinner-container">
<div class="ytp-spinner-rotator">
<div class="ytp-spinner-left">
<div class="ytp-spinner-circle"></div>
</div>
<div class="ytp-spinner-right">
<div class="ytp-spinner-circle"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--====== PRELOADER PART ENDS ======-->
<!--====== HEADER PART START ======-->
<section class="header_area">
<div class="header_navbar">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="index.html">
<img src="assets/images/logo.svg" alt="Logo">
</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="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarSupportedContent">
<ul id="nav" class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#about">About</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#services">Features</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#supporters">Supporters</a>
</li>
<li class="nav-item">
<a href="https://github.com/kubeinit/kubeinit"><i class="lni lni-github-original"></i></a>
</li>
<li class="nav-item">
<a href="https://ci.kubeinit.org"><i class="lni lni-cogs"></i></a>
</li>
<li class="nav-item">
<a href="https://twitter.com/kubeinit"><i class="lni lni-twitter-filled"></i></a>
</li>
</ul>
</div> <!-- navbar collapse -->
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- header navbar -->
<div id="home" class="header_hero d-lg-flex align-items-center">
<div class="hero_shape shape_1">
<img src="assets/images/shape/shape-1.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_2">
<img src="assets/images/shape/shape-2.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_3">
<img src="assets/images/shape/shape-3.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_4">
<img src="assets/images/shape/shape-4.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_6">
<img src="assets/images/shape/shape-1.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_7">
<img src="assets/images/shape/shape-4.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_8">
<img src="assets/images/shape/shape-3.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_9">
<img src="assets/images/shape/shape-2.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_10">
<img src="assets/images/shape/shape-4.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_11">
<img src="assets/images/shape/shape-1.svg" alt="shape">
</div><!-- hero shape -->
<div class="hero_shape shape_12">
<img src="assets/images/shape/shape-2.svg" alt="shape">
</div><!-- hero shape -->
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="header_hero_content">
<h2 class="hero_title wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.2s">Deploy your cloud with <span>KubeInit</span></h2>
<p class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.6s">KubeInit is a deployment framework to ease the deployment of Kubernetes clusters in multiple infrastructure providers.</p>
<ul>
<li class="wow fadeInUp" data-wow-duration="2s" data-wow-delay="0.9s"><a class="main-btn" rel="nofollow" href="https://docs.kubeinit.org">Read the documentation</a></li>
</ul>
</div> <!-- header hero content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="header_shape d-none d-lg-block"></div>
<div class="header_image d-flex align-items-center">
<div class="image">
<img class="wow fadeInRightBig" data-wow-duration="2s" data-wow-delay="1.6s" src="assets/images/header-image.svg" alt="Header Image">
</div>
</div> <!-- header image -->
</div> <!-- header hero -->
</section>
<!--====== HEADER PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<section class="services_area pt-115" id="about">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">About</h5>
<h4 class="main_title">KubeInit</h4>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-sm-7">
<div class="single_services text-center mt-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay="0.5s">
<div class="services_icon">
<i class="lni lni-write"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Research</a></h3>
<p>This deployment framework started as a mechanism to effectively reproduce research experiments based on performance, and stability analysis.</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-7">
<div class="single_services text-center mt-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay="1s">
<div class="services_icon">
<i class="lni lni-bulb"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Reproducibility</a></h3>
<p>This deployment platform enables users to repeately deploy the same configurations over and over, this allows them to optimize the time required to bootstrap development and production environments.</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-7">
<div class="single_services text-center mt-30 wow fadeInUp" data-wow-duration="1s" data-wow-delay="1.5s">
<div class="services_icon">
<i class="lni lni-checkmark-circle"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Your choice</a></h3>
<p>Kubeinit is open source and many use cases and services are deployed and tested by default, the users can choose from many distributions and topologies, even push to the comunity new services and configurations.</p>
</div>
</div> <!-- single services -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== SERVICES PART ENDS ======-->
<!--====== ABOUT PART START ======-->
<section id="why" class="about_area pt-115 ">
<div class="about_image d-flex align-items-end justify-content-end">
<div class="image">
<img class="wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.5s" src="assets/images/about.svg" alt="about">
</div>
</div> <!-- about image -->
<div class="container">
<div class="row justify-content-end">
<div class="col-lg-6">
<div class="about_content wow fadeIn" data-wow-duration="1s" data-wow-delay="1s">
<div class="section_title pb-35">
<h5 class="sub_title">Why using KubeInit</h5>
<h4 class="main_title">Same interface, infinite posibilities</h4>
</div> <!-- section title -->
<p>This deployment platform allows users to get familiar with a single interface where they can use it to deploy multiple use cases and topologies.</p>
<ul class="about_list">
<li class="d-flex">
<div class="about_check">
<i class="lni lni-checkmark-circle"></i>
</div>
<div class="about_list_content">
<p>Quickly bootstrap your development and production environments.</p>
</div>
</li>
<li class="d-flex">
<div class="about_check">
<i class="lni lni-checkmark-circle"></i>
</div>
<div class="about_list_content">
<p>Reduce the time to deploy your applications in the cloud.</p>
</div>
</li>
<li class="d-flex">
<div class="about_check">
<i class="lni lni-checkmark-circle"></i>
</div>
<div class="about_list_content">
<p>Configure one time, deploy many times.</p>
</div>
</li>
<li class="d-flex">
<div class="about_check">
<i class="lni lni-checkmark-circle"></i>
</div>
<div class="about_list_content">
<p>A single interface to rule them all, no matter what distribution you deploy, they all consume the same interfaces.</p>
</div>
</li>
</ul>
</div> <!-- about content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== ABOUT PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<section id="services" class="services_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">What KubeInit Do</h5>
<h4 class="main_title">Features</h4>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s">
<div class="services_icon">
<i class="lni lni-layout"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Hybrid cloud</a></h3>
<p>Complex topologies, complex solutions. With Kubeinit we allow deployments to be intergated and support both, private clouds and public cloud integration. Go from your datacenter to the edge! </p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1s">
<div class="services_icon">
<i class="lni lni-bullhorn"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Multi cloud</a></h3>
<p>Multiple distributions and infrastructure providers are integrated to provide a meta cloud solution.</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1.5s">
<div class="services_icon">
<i class="lni lni-mobile"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Click button solution</a></h3>
<p>Configure one time your cloud parameters, and then just pres enter to deploy.</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s">
<div class="services_icon">
<i class="lni lni-seo"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Multiple distributions</a></h3>
<p>So far the upstream community have tested a broad range of Kubernetes distributions, OKD, OCP, CDK, RKE, EKS, K8S, and our own custom flavor makes this interesting to evaluate what best suits your needs.</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1s">
<div class="services_icon">
<i class="lni lni-layers"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">Multiple infrastructure providers</a></h3>
<p>Besides the Kubernetes flavor you choose, this can be deployed on top of Libvirt, AWS, and GCP.</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="1.5s">
<div class="services_icon">
<i class="lni lni-briefcase"></i>
<svg xmlns="http://www.w3.org/2000/svg" width="94" height="92" viewBox="0 0 94 92">
<path class="services_shape" id="Polygon_12" data-name="Polygon 12" d="M42.212,2.315a11,11,0,0,1,9.576,0l28.138,13.6a11,11,0,0,1,5.938,7.465L92.83,54.018A11,11,0,0,1,90.717,63.3L71.22,87.842A11,11,0,0,1,62.607,92H31.393a11,11,0,0,1-8.613-4.158L3.283,63.3A11,11,0,0,1,1.17,54.018L8.136,23.383a11,11,0,0,1,5.938-7.465Z" />
</svg>
</div>
<div class="services_content">
<h3 class="services_title"><a href="#">OpenSource</a></h3>
<p>All the automation involved for making sure your cloud is up and running is and always be open source.</p>
</div>
</div> <!-- single services -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== SERVICES PART ENDS ======-->
<!--====== SUPPORTERS PART START ======-->
<section id="supporters" class="services_area pt-115 pb-120">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section_title text-center pb-25">
<h5 class="sub_title">Who is helping</h5>
<h4 class="main_title">Suporters</h4>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s">
<div class="services_icon">
<object type="image/svg+xml" data="./assets/supporters/docker.svg" class="supporterslogo">Docker</object>
<p>
<a href="https://docs.kubeinit.org/supporters.html#docker" target="_blank">Docker</a> provides to this project a user with a higher ‘Docker Hub Rate Limiting’,
this helps us to effectively build and test the different deployment use cases
that are supported. This means that all container images can be pulled and processed
in a streamlined manner.
</p>
</div>
</div> <!-- single services -->
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_services text-center mt-30 wow fadeIn" data-wow-duration="0.5s" data-wow-delay="0.5s">
<div class="services_icon">
<object type="image/svg+xml" data="./assets/supporters/gcp.svg" class="supporterslogo">Google Cloud Platform</object>
<p>
<a href="https://docs.kubeinit.org/supporters.html#google-cloud-platform" target="_blank">Google Cloud Platform</a>
provides this project with a higher free tier to serve the CDN storage for the CI periodic and
per pull request jobs. This allows the project to successfully store each job execution output
for further review and debugging purposes. Also, to host a minimum hosted
service to test this software platform.
</div>
</div> <!-- single services -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== SUPPORTERS PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer_area">
<div class="container">
<div class="text-center">
<a href="#"><img class="w-25 p-3" src="assets/images/logo-footer.svg" alt=""></a>
</div> <!-- footer about -->
</div> <!-- container -->
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== BACK TOP TOP PART START ======-->
<a href="#" class="back-to-top"><i class="lni lni-chevron-up"></i></a>
<!--====== BACK TOP TOP PART ENDS ======-->
<!--====== PART START ======-->
<!--
<section class="">
<div class="container">
<div class="row">
<div class="col-lg-">
</div>
</div>
</div>
</section>
-->
<!--====== PART ENDS ======-->
<!--====== Jquery js ======-->
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<script src="assets/js/vendor/modernizr-3.7.1.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== Wow js ======-->
<script src="assets/js/wow.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>