-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
210 lines (189 loc) · 8.81 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>model</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/custom.css" rel="stylesheet">
<!--<link rel="stylesheet" href="css/custom.css"/>-->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<!--lt 表示 less than-->
<!--gt 表示 greater than-->
<!--<script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>-->
<!--<script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>-->
<![endif]-->
</head>
<body style="background-color:#fff;">
<nav class="navbar navbar-right navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header" style="padding:0;">
<a href="#" class="navbar-brand">
<img src="img/logo.png" alt="">
</a>
<button type="button" class="collapsed navbar-toggle" data-target="#bs-example-navbar-collapse-1" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="sr-only">toggle navigation</span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right " role="tablist">
<li role="presentation"><a href="index.html"><span class="glyphicon glyphicon-home"></span> 首页</a></li>
<li role="presentation"><a href="information.html"><span class="glyphicon glyphicon-list"></span> 资讯</a></li>
<li role="presentation"><a href="case.html"><span class="glyphicon glyphicon-fire"></span> 案例</a></li>
<li role="presentation"><a href="about.html"><span class="glyphicon glyphicon-question-sign"></span> 关于</a></li>
</ul>
</div>
</div>
</nav>
<!--轮播图-->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox" style="background-color:#223240;">
<div class="item active">
<img src="img/slide1.png" alt="..." style="margin: 0 auto">
<div class="carousel-caption">
第一张
</div>
</div>
<div class="item" style="background-color:#F0DCD2;">
<img src="img/slide2.png" alt="..." style="margin: 0 auto">
<div class="carousel-caption">
第二张
</div>
</div>
<div class="item" style="background-color:#E2292F;">
<img src="img/slide3.png" alt="..." style="margin: 0 auto">
<div class="carousel-caption">
第三张
</div>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
<span class="sr-only">Next</span>
</a>
</div>
<h2 class="text-primary text-center" id="wxhl">「无限互联web前端」</h2>
<p class="text-center text-muted">强大的师资力量,完美的实战型管理课程!</p>
<!--媒体对象-->
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="media">
<a class="media-left" href="#">
<img src="img/tab1-1.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">课程内容</h4>
<p><del class="text-muted">其他:无法保证上课效率、没有时间表,任务无法完成!</del></p>
<p>我们:知名企业家、管理学大师联合编写的具有实现性教材!</p>
</div>
</div>
<div class="media">
<a class="media-left" href="#">
<img src="img/tab1-3.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">课时安排</h4>
<p><del class="text-muted">其他:无法保证上课效率、没有时间表,任务无法完成!</del></p>
<p>我们:知名企业家、管理学大师联合编写的具有实现性教材!</p>
</div>
</div>
</div>
<div class="col-lg-6">
<div class="media">
<a class="media-left" href="#">
<img src="img/tab1-2.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">师资力量</h4>
<p><del class="text-muted">其他:无法保证上课效率、没有时间表,任务无法完成!</del></p>
<p>我们:知名企业家、管理学大师联合编写的具有实现性教材!</p>
</div>
</div>
<div class="media">
<a class="media-left" href="#">
<img src="img/tab1-4.png" alt="...">
</a>
<div class="media-body">
<h4 class="media-heading">服务团队</h4>
<p><del class="text-muted">其他:无法保证上课效率、没有时间表,任务无法完成!</del></p>
<p>我们:知名企业家、管理学大师联合编写的具有实现性教材!</p>
</div>
</div>
</div>
</div>
</div>
<!--学习体系板块-->
<div style="background-color:#eeeeee;">
<!--切记不要对设置了container的元素设置padding-->
<div class="container">
<div class="row" style="padding: 50px 0px;">
<div class="col-sm-6 col-xs-12" style="float:right">
<img src="img/tab2.png" alt="" class="center-block auto" width="40%">
</div>
<div class="col-sm-6 col-xs-12 text-center text" style="float: left">
<h1>强大的学习体系</h1>
<p>经过管理学大师层层把关、让您的企业突飞猛进。</p>
</div>
</div>
</div>
</div>
<div class="container" >
<div class="row" style="padding: 50px 0px">
<div class="col-lg-6">
<img src="img/tab3.png" alt="" class="center-block auto" width="60%">
</div>
<div class="col-lg-6 text-center text" >
<h1>强大的学习体系</h1>
<p>经过管理学大师层层把关、让您的企业突飞猛进。</p>
</div>
</div>
</div>
<footer class="navbar text-center label-info" style="margin: 0;padding: 20px 0px;color: white">
<p>企业培训 | 合作事宜 | 版权投诉</p>
<p>ICP 备12345678. © 2009-2016 无限互联. Powered by Bootstrap</p>
</footer>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.1.0.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
// 使文本居中
$(window).on("load", function () {
$(".text").eq(0).css("margin-top",($(".auto").eq(0).height()-$(".text").eq(0).height())/2+"px");
})
$(window).on("resize", function () {
$(".text").eq(0).css("margin-top",($(".auto").eq(0).height()-$(".text").eq(0).height())/2+"px");
})
$(window).on("load", function () {
$(".text").eq(1).css("margin-top",($(".auto").eq(1).height()-$(".text").eq(1).height())/2+"px");
})
$(window).on("resize", function () {
$(".text").eq(1).css("margin-top",($(".auto").eq(1).height()-$(".text").eq(1).height())/2+"px");
})
// 控制轮播图的时间
$("#carousel-example-generic").carousel({
interval:2000,
})
</script>
</body>
</html>