forked from zafree/bootaide
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmidnight.html
More file actions
98 lines (81 loc) · 3.3 KB
/
Copy pathmidnight.html
File metadata and controls
98 lines (81 loc) · 3.3 KB
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
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>Midnight | Bootaide</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min.css" />
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css" />
<link rel="stylesheet" href="bower_components/font-awesome/css/font-awesome.min.css" />
<link rel="stylesheet" href="bower_components/simple-line-icons/css/simple-line-icons.css" />
<link rel="stylesheet" href="bower_components/fontface-source-sans-pro/css/source-sans-pro.min.css"/>
<link rel="stylesheet" href="bower_components/owl-carousel2/dist/assets/owl.carousel.min.css" />
<link rel="stylesheet" href="bower_components/owl-carousel2/dist/assets/owl.theme.default.min.css" />
<link rel="stylesheet" href="dist/css/bootaide.min.css" />
</head>
<body>
<!--[if lt IE 10]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!--
<nav class="midnight">
Logo
</nav>
<section data-midnight="text-danger" style="height: 600px">
<h1>A section with a dark background, so a white nav would look better here</h1>
</section>
<div data-midnight="text-info" style="height: 600px">
<h1>A blue nav looks better here</h1>
</div>
<footer style="height: 600px">
<h1>This will just use the default header</h1>
</footer>
-->
<div class="text-center midnight" style="z-index: 1">
<h1 class="font-bold l-h-1x">Love Stroy</h1>
</div>
<section class="p-v-xxl img-bg img-info att-fixed" style="background-image: url(imgs/d0.jpg)" data-midnight="text-info">
<div class="container m-v-xxl">
<div class="row m-v-xxl">
<div class="col-sm-6 col-sm-offset-3 text-center">
info
</div>
</div>
</div>
</section>
<section class="p-v-xxl img-bg img-dark att-fixed" style="background-image: url(imgs/d1.jpg)" data-midnight="text-dark">
<div class="container m-v-xxl">
<div class="row m-v-xxl">
<div class="col-sm-6 col-sm-offset-3 text-center">
dark
</div>
</div>
</div>
</section>
<section class="p-v-xxl img-bg img-danger att-fixed" style="background-image: url(imgs/d2.jpg)" data-midnight="text-danger">
<div class="container m-v-xxl">
<div class="row m-v-xxl">
<div class="col-sm-6 col-sm-offset-3 text-center">
danger
</div>
</div>
</div>
</section>
<section class="p-v-xxl img-bg img-warning att-fixed" style="background-image: url(imgs/d3.jpg)" data-midnight="text-warning">
<div class="container m-v-xxl">
<div class="row m-v-xxl">
<div class="col-sm-6 col-sm-offset-3 text-center">
warning
</div>
</div>
</div>
</section>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="bower_components/headroom.js/dist/headroom.min.js"></script>
<script src="bower_components/owl-carousel2/dist/owl.carousel.min.js"></script>
<script src="dist/js/bootaide.min.js"></script>
</body>
</html>