forked from bigname22/bignameNet_web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
285 lines (278 loc) · 10.8 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
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
<!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">
<!-- 上述3个meta标签*必须*放在最前面,任何其他内容都*必须*跟随其后! -->
<title>暴兵</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/index.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]>
<script src="https://cdn.bootcss.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- 右下角按钮 -->
<!-- <button class="btn btn-default btn_right_bottom">写</button> -->
<!-- 图片轮播 -->
<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>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="img/ic_p4.jpg">
<p class="carousel-caption">
骑马
</p>
</div>
<div class="item">
<img src="img/ic_p5.jpg">
<p class="carousel-caption">
骑马
</p>
</div>
<div class="item">
<img src="img/ic_p6.jpg">
<p class="carousel-caption">
骑马
</p>
</div>
<div class="item">
<img src="img/ic_p7.jpg">
<p class="carousel-caption">
骑马
</p>
</div>
<div class="item">
<img src="img/ic_p8.jpg">
<p class="carousel-caption">
骑马
</p>
</div>
<div class="item">
<img src="img/ic_p9.jpg">
<p class="carousel-caption">
骑马
</p>
</div>
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></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" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- 功能模块 -->
<div class="row div_function">
<div class="col-xs-4">
<div class="panel panel-default" id="pFunc1">
<div class="panel-body">
<strong>店铺</strong>
<img class="iv_function" src="img/ic_store.svg">
</div>
</div>
</div>
<div class="col-xs-4">
<div class="panel panel-default" id="pFunc2">
<div class="panel-body">
<strong>纪念馆</strong>
<img class="iv_function" src="img/ic_remeber.svg">
</div>
</div>
</div>
<div class="col-xs-4">
<div class="panel panel-default" id="pFunc3">
<div class="panel-body">
<strong>私人角落</strong>
<img class="iv_function" src="img/ic_personal.svg">
</div>
</div>
</div>
</div>
<!-- 技术日记 -->
<div class="container div_divider">
<!-- 分割线 -->
<hr class="hr_1">Bigname Technology World !<hr class="hr_2">
<div class="row">
<!-- 文章列表 -->
<div class="col-xs-9">
<div class="list-group div_article">
<!-- 子头栏 -->
<a href="#" class="list-group-item active item_article_first">
<h4 class="list-group-item-heading">
My Life, Like Sun!
</h4>
</a>
<!-- 文章列表 -->
<div class="list-group-item item_article">
<div class="row">
<div class="div_center col-xs-9">
<div class="list-group-item-heading div_article_title">
<strong>
Android框架设计理念
</strong>
</div>
<p class="list-group-item-text div_article_content">
所有设计源于生活,框终点在于分层、层与层之间如何交流。
</p>
</div>
<!-- 右侧图片,信息 -->
<div class="col-xs-3 div_right_info">
<img class="iv_article img-rounded" src="img/ic_android1.jpg">
</div>
</div>
</div>
<div class="list-group-item item_article">
<div class="row">
<div class="div_center col-xs-9">
<div class="list-group-item-heading div_article_title">
<strong>
Android框架设计理念
</strong>
</div>
<p class="list-group-item-text div_article_content">
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
</p>
</div>
<!-- 右侧图片,信息 -->
<div class="col-xs-3 div_right_info">
<img class="iv_article img-rounded" src="img/ic_android1.jpg">
</div>
</div>
</div>
<div class="list-group-item item_article">
<div class="row">
<div class="div_center col-xs-9">
<div class="list-group-item-heading div_article_title">
<strong>
Android框架设计理念
</strong>
</div>
<p class="list-group-item-text div_article_content">
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
</p>
</div>
<!-- 右侧图片,信息 -->
<div class="col-xs-3 div_right_info">
<img class="iv_article img-rounded" src="img/ic_android2.jpg">
</div>
</div>
</div>
<div class="list-group-item item_article">
<div class="row">
<div class="div_center col-xs-9">
<div class="list-group-item-heading div_article_title">
<strong>
Android框架设计理念
</strong>
</div>
<p class="list-group-item-text div_article_content">
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
所有设计源于生活,框终点在于分层、层与层之间如何交流。
</p>
</div>
<!-- 右侧图片,信息 -->
<div class="col-xs-3 div_right_info">
<img class="iv_article img-rounded" src="img/ic_android3.jpg">
<div>2017/12/9 12:09</div>
</div>
</div>
</div>
</div>
</div>
<!-- 右侧 -->
<div class="col-xs-3 div_record">
<!-- 用户信息 -->
<div class="jumbotron div_userinfo">
<img class="iv_user_head img-circle" src="img/ic_p5.jpg">
<div style="display: inline-block; margin-left: 12px;font-size: 18px;">宋song</div>
</div>
<!-- 随手记录 -->
<div style="display: flex;">
<div style="flex: 1"><hr></div>
<div style="text-align: center;line-height: 48px;color: #34374C">记录美好的心情</div>
<div style="flex: 1"><hr></div>
</div>
<input type="text" class="form-control" placeholder="标题:美好的一天...">
<br>
<textarea class="form-control" rows="3" name=textarea placeholder="内容:今天捡到一分钱!!!^_^"></textarea>
<br>
<div class="div_save">
<button type="button" class="btn btn-primary btn_save_record">save</button>
</div>
<hr>
<!-- 小功能列表 -->
<div class="row div_little_func">
<div class="col-xs-4">
<button class="btn btn-default btn-cricle btn_login" data-toggle="modal" data-target="#loginModal">登</button>
</div>
<div class="col-xs-4">
<button class="btn btn-default btn-cricle btn_stay">留</button>
</div>
<div class="col-xs-4">
<button class="btn btn-default btn-cricle btn_write">写</button>
</div>
</div>
</div>
</div>
<!-- 登录模态框 -->
<div class="modal fade bs-example-modal-sm" id="loginModal" tabindex="-1" role="dialog" aria-labelledby="mySmallModalLabel">
<div class="modal-dialog modal-sm" role="document">
<div class="modal-content">
<div class="modal-header">
<div class="modal-title" id="myModalLabel" style="text-align: center;">登录</div>
</div>
<div class="modal-body">
<form class="form-horizontal" style="padding: 12px;">
<div class="form-group">
<input type="text" class="form-control" id="inputEmail3" placeholder="账户名">
</div>
<div class="form-group">
<input type="password" class="form-control" id="inputPassword3" placeholder="密码">
</div>
</form>
</div>
<div class="modal-footer" style="text-align: center;">
<button type="button" class="btn btn-primary" style="width: 100%">Login</button>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="js/jquery-3.3.1.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/init.js" type="text/script"></script>
<script src="js/util.js"></script>
</body>
</html>