-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
158 lines (142 loc) · 5.34 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
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
<!doctype html>
<html class="no-js" lang="zh">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>h5bp-BootStrap-Ang</title>
<meta name="description" content="h5bp,bootstrap,Ang">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="icon" href="icon.png">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<script src="js/vendor/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap/bootstrap.min.js"></script>
<link rel="stylesheet" href="css/bootstrap/bootstrap.min.css">
<style>
.picsmall {
max-height:300px;
}
ul.social {
margin: 0;
padding: 0;
width: 100%;
text-align: center
}
ul.social li {
display: inline-block;
}
ul.social a {
display: inline-block;
font-size: 18px;
line-height: 30px;
border-radius: 36px;
background-color: @gray-light;
color: #fff;
margin: 0 3px 3px 0;
}
ul.social a:hover {
text-decoration: none;
background-color: @link-hover-color;
}
</style>
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<header role="banner">
<nav role="navigation" class="navbar navbar-static-top navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" datatoggle="
collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html" ><img src="img/logo.png" alt="Bootstrappin'" ></a>
</div>
<ul class="nav navbar-nav">
<li class="active"><a href="void:0"><span class="glyphicon glyphicon-home"></span>Home</a></li>
<li><a href="#"><span class="glyphicon glyphicon-picture"></span>WordPress</a></li>
<li><a href="company.html"><span class="glyphicon glyphicon-user"></span>COMPANY</a></li>
<li><a href="store.html"><span class="glyphicon glyphicon-user"></span>STORE</a></li>
<li><a href="good.html"><span class="glyphicon glyphicon-user"></span>GOOD</a></li>
</ul>
</div>
</nav>
</header>
<main role="main">
<div id="homepage-feature" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#homepage-feature" data-slide-to="4" class="active"></li>
<li data-target="#homepage-feature" data-slide-to="2"></li>
<li data-target="#homepage-feature" data-slide-to="3"></li>
</ol>
<div class="carousel-inner picsmall">
<div class="item active">
<img src="img/4.jpg" alt="OKWU Athletics Homepage">
</div>
<div class="item">
<img src="img/2.jpg" alt="Bartlesville Symphony Homepage">
</div>
<div class="item">
<img src="img/3.jpg" alt="aLittleCode.com Homepage">
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#homepage-feature" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#homepage-feature" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div><!-- /#homepage-feature.carousel -->
<div class="container">
<div class="row">
<div class="col-sm-4">
<h2>导航</h2>
<p>Suspendisse et arcu felis ...</p>
<p><a href="#" class="btn btn-primary pull-right">See our portfolio<span class="icon fa fa-arrow-circle-right"></span></a></p>
</div>
<div class="col-sm-4">
<h2>轮播</h2>
<p>Suspendisse et arcu felis ...</p>
<p><a href="#" class="btn btn-primary pull-right">See what's new!<span class="icon fa fa-arrow-circle-right"></span></a></p>
</div>
<div class="col-sm-4">
<h2>分列</h2>
<p>还有字体、button、icon</p>
<p><a href="#" class="btn btn-primary pull-right">Meet the team!<span class="icon fa fa-arrow-circle-right"></span></a></p>
</div>
</div><!-- /.row -->
</div><!-- /.container -->
</main>
<footer role="contentinfo" >
<p style="text-align:center;margin-top:30px;"><small>Copyright © Ang</small></p>
<ul class="social">
<li><a href="#" title="Twitter Profile"><span class="icon fa
fa-twitter"></span>twitter</a></li>
<li><a href="#" title="Facebook Page"><span class="icon fa
fa-facebook"></span>facebook</a></li>
<li><a href="#" title="LinkedIn Profile"><span class="icon fa
fa-linkedin"></span>linkedin</a></li>
<li><a href="#" title="Google+ Profile"><span class="icon fa
fa-google-plus"></span>google-plus</a></li>
<li><a href="#" title="GitHub Profile"><span class="icon fa
fa-github-alt"></span>github</a></li>
</ul>
</footer>
<script src="js/vendor/modernizr-3.6.0.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>