-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
72 lines (65 loc) · 2.29 KB
/
index.php
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="">
<meta name="description" content="">
<link rel="shortcut icon" type="image/png" href="favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="./css/animate.min.css" />
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/blocs.min.js"></script><link rel='stylesheet' href='./css/font-awesome.min.css'/>
<title></title>
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- Hero Bloc -->
<div id="hero-bloc" class="bloc hero l-bloc bgc-white animated fadeIn">
<div class="video-bg-contianer">
<video class="bloc-video" preload="auto" loop="loop" autoplay="autoplay">
<source src="vid/Untitled.mp4" type="video/mp4" />
</video>
</div>
<div class="container bloc-sm hero-nav">
<nav class="navbar row">
<div class="navbar-header">
<button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse navbar-1">
<ul class="site-navigation nav navbar-nav pull-right">
<li>
<a href="index.html">Home</a>
</li>
</ul>
</div>
</nav>
</div>
<div class="v-center">
<div class="vc-content row">
<div class="col-sm-12">
<h1 class=" text-center animated bounce tc-white">
It's all about the big hero strapline.
</h1>
<h3 class=" text-center mg-lg animated fadeIn tc-white">
But don't forget about your jazzy tag line.
</h3>
<div class="text-center">
<a href="Homepage.php" class="btn-wire btn btn-xl wire-btn-white">Read more</a></a>
</div>
</div>
</div><a id="scroll-hero" class="btn-dwn" href="#"><span class="fa fa-chevron-down"></span></a>
</div>
</div>
<!-- Hero Bloc END -->
</div>
<!-- Main container END -->
</body>
<!-- Google Analytics -->
<!-- Google Analytics END -->
</html>