-
Notifications
You must be signed in to change notification settings - Fork 26
/
about.html
37 lines (35 loc) · 1.18 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<script>require('jquery')</script>
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<video poster="assets/images/background.jpg" class="fillWidth" id="bgvid" playsinline autoplay muted loop>
<source src="assets/videos/background.mp4" type="video/mp4">
</video>
<div class="col-xs-12 about">
<div class="col-lg-12">
<img src="assets/logo/windowIcon.png" class="img-responsive">
</div>
<div class="col-xs-12 text-center">
<h4>Vagrant Manager</h4>
<small>V 1.1</small>
</div>
<div class="col-xs-12 text-center content">
<a href="https://github.com/vaibhav-sidapara/vagrant-manager/blob/master/LICENSE.md" target="_blank" class="btn btn-default">
<i class="fa fa-external-link-square" aria-hidden="true"></i>
License
</a>
</div>
<div class="col-xs-12 text-center content">
<a href="https://github.com/vaibhav-sidapara/vagrant-manager" target="_blank" class="btn btn-default" >
<i class="fa fa-github" aria-hidden="true"></i>
GitHub
</a>
</div>
</div>
</body>
</html>