-
Notifications
You must be signed in to change notification settings - Fork 0
/
bootstrap.html
168 lines (145 loc) · 4.98 KB
/
bootstrap.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<title>[BRAND]</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="[DESCRIPTION]">
<base href="[URL]" />
<link href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Roboto:400,300,700italic,700,500&subset=latin,latin-ext" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
.jumbotron{
background:#008040;
color:#fff;
font-size:16px;
}
footer{
maring-top:30px;
display:block;
}
.thumbnail{
margin-bottom:30px;
}
.thumbnail img{
min-width:100%;
width:100%;
}
.nav-tabs{
margin-bottom:15px;
}
@media (max-width: 768px) {
.nav-tabs.nav-justified > li{
float:left;
}
}
.navbar {min-height:55px; font-size:16px; background:#FFF; padding:5px;}
.navbar-brand{padding:0; margin:0 15px;}
</style>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js" type="text/javascript"></script>
<![endif]-->
<body>
<nav class="navbar navbar-fixed-top navbar-default" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
<span class="sr-only">Nav</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="[URL]">
<img alt="#" src="http://placehold.it/100x50" />
</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="#">Media</a></li>
<li><a href="#">News</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">More <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
</ul>
</li>
</ul>
</div><!-- /.navbar-collapse -->
</div>
</nav>
<!-- Main Jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<div class="row">
<div class="col-sm-12 col-lg-12">
<div class="col-sm-12 col-lg-12">
<h3>[BRAND] <i class="fa fa-angle-double-right"></i> [DESCRIPTION]</h3>
<!-- <p class="lead"></p> -->
</div>
</div>
</div>
</div>
</div>
<div class="container">
<p class="lead">Welcome to [BRAND]</p>
<hr />
<p>We are the leading [BRAND].</p>
<p>
<script src="socialpop.js?tw|fb|gp|li"></script>
</p>
</div>
<hr>
<!-- FOOTER-->
<footer>
<div class="container">
<div class="row">
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
<h4 class="line3 center standart-h4title"><span>[BRAND]</span></h4>
<ul class="footer-links">
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Media</a></li>
<li><a href="#">News</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
<h4 class="line3 center standart-h4title"><span>Connect</span></h4>
<div class="row">
<p>
<a href="http://www.youtube.com" target="_blank"><i class="fa fa-youtube-square fa-4x"></i></a> <a href="http://www.facebook.com/" target="_blank"><i class="fa fa-facebook-square fa-4x"></i></a> <a href="https://twitter.com/KeyMedium" target="_blank"><i class="fa fa-twitter-square fa-4x"></i></a>
</p>
</div>
</ul>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
<h4 class="line3 center standart-h4title"><span>Sponsors</span></h4>
<ul class="footer-links">
<li><a href="http://keymedium.com">Key Medium</a></li>
</ul>
</div>
<div class="col-xs-6 col-sm-6 col-md-3 col-lg-3">
<h4 class="line3 center standart-h4title"><span>Our office</span></h4>
<address>
<strong>[BRAND]</strong><br>
<i class="fa fa-map-marker"></i>
Worldwide
</address>
</div>
</div>
<hr>
<p class="text-center">© 2015 [BRAND]</p>
</div><!-- CONTAINER FOOTER-->
</footer>
<script src="http://code.jquery.com/jquery-2.1.3.min.js" type="text/javascript"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>