-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (77 loc) · 3.05 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Echoes - Free HTML Bootstrap Template</title>
<!-- Css -->
<link href="templates/echoes/css/bootstrap.css" rel="stylesheet">
<link href="templates/echoes/css/style.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top">
<div class="col-md-12">
<div class="nav">
<button class="btn-nav">
<span class="icon-bar inverted top"></span>
<span class="icon-bar inverted middle"></span>
<span class="icon-bar inverted bottom"></span>
</button>
</div>
<a class="navbar-brand" href="index">
<img class="logo" src="templates/echoes/img/logo.png" alt="logo">
</a>
<div class="nav-content hideNav hidden">
<center><ul class="nav-list vcenter"><br><br><br><br><br><br><br><br><br><br>
[[NAVIGATION]]
</ul></center>
</div>
</div>
</nav>
<!-- Header -->
<div class="span12">
<style>
.content-block {
max-height: 100vh;
overflow-y: auto;
}
</style>
<div class="col-md-6 no-gutter text-center fill content-block"><br><br><br><br>
[[CONTENTS]]
<br><br></div>
<div class="col-md-6 no-gutter text-center">
<div id="header" data-speed="2" data-type="background">
<div id="headslide" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="templates/echoes/img/4.jpg" alt="Slide">
</div>
<div class="item">
<img src="templates/echoes/img/3.jpg" alt="Slide">
</div>
<div class="item">
<img src="templates/echoes/img/1.jpg" alt="Slide">
</div>
<div class="item">
<img src="templates/echoes/img/2.jpg" alt="Slide">
</div>
<div class="item">
<img src="templates/echoes/img/5.jpg" alt="Slide">
</div>
</div>
</div>
</div>
</div>
</div>
<div style="clear:both;"></div>
<!-- script -->
<script src="templates/echoes/js/jquery.js"></script>
<script src="templates/echoes/js/bootstrap.min.js"></script>
<script src="templates/echoes/js/menu-color.js"></script>
<script src="templates/echoes/js/modernizr.js"></script>
<script src="templates/echoes/js/script.js"></script>
</body>
</html>