forked from yuxinLiu/yuxinliu.github.io
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathentertainment.html
432 lines (376 loc) · 12 KB
/
entertainment.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
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>SDN网络实验室</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/settings.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/hw-parallax.min.css">
<!-- JS
================================================== -->
<script src="js/jquery-1.8.2.min.js" type="text/javascript"></script> <!-- jQuery -->
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script> <!-- jQuery easing -->
<script src="js/modernizr.custom.js" type="text/javascript"></script> <!-- Modernizr -->
<script src="js/jquery-ui-1.10.1.custom.min.js" type="text/javascript"></script> <!-- tabs, toggles, accordion -->
<script src="js/custom.js" type="text/javascript"></script> <!-- jQuery initialization -->
<script type=text/javascript>
var zwf_u = "images/member_photo/在读研究生/2015级/张为凡/";
window.onload = function(){
for(var i=0;i<=16;i++){
var img = new Image();
img.src=zwf_u+i+".png";
}
var img = new Image();
img.src = zwf_u+"张为凡.png";
}
</script>
<!-- Responsive Menu -->
<script src="js/jquery.meanmenu.js"></script>
<script>
jQuery(document).ready(function () {
jQuery('header nav').meanmenu();
});
</script>
<!-- Revolution Slider -->
<script src="js/jquery.themepunch.plugins.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/revolution-slider-options.js"></script>
<!-- Prety photo -->
<script src="js/jquery.prettyPhoto.js"></script>
<script>
$(document).ready(function(){
$("a[data-gal^='prettyPhoto']").prettyPhoto();
});
</script>
<!-- Tooltip -->
<script src="js/tooltip.js"></script>
<script src="images/mootools-1.js" type="text/javascript"></script>
<link rel="stylesheet" href="images/image-hover.css" type="text/css">
<script src="images/browserCheck.js" type="text/javascript"></script>
<script src="/gg_bd_ad_720x90.js" type="text/javascript"></script>
<script src="/follow.js" type="text/javascript"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
<link rel="shortcut icon" href="favicon.ico">
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,900' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700" rel="stylesheet">
<!-- Animate.css -->
<link rel="stylesheet" href="css/animate.css">
<!-- Icomoon Icon Fonts-->
<link rel="stylesheet" href="css/icomoon.css">
<!-- Bootstrap -->
<link rel="stylesheet" href="css/bootstrap.css">
<!-- Superfish -->
<link rel="stylesheet" href="css/superfish.css">
<!-- Flexslider -->
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/style_1.css">
<!-- Modernizr JS -->
<script src="js/modernizr-2.6.2.min.js"></script>
</head>
<body>
<!-- Primary Page Layout
================================================== -->
<header class="header">
<div class="container">
<div class="four columns">
<h2 class="logo">SDN网络实验室</h2>
</div><!-- logo -->
<div class="twelve columns">
<nav class="main_menu">
<ul>
<li>
<a href="index.html">
主页
</a>
</li>
<li href="current_page_item">
<a href="dynamic.html">
学术动态
</a>
</li>
<li>
<a href="publication.html">
学术论文
</a>
</li>
<li>
<a href="project.html">
科研项目
</a>
</li>
<li>
<a href="sdnlab.html">
SDN分享
</a>
</li>
<li>
<a href="member.html">
学术团队
</a>
</li>
<li>
<a href="sdnroad.html">
SDN之路
</a>
</li>
<li>
<a href="journal.html">
推荐会议与期刊
</a>
</li>
<li>
<a href="discuss.html">
学术讨论
</a>
</li>
<li>
<a href="resources.html">
资源分享
</a>
</li>
<li href="current_page_item">
<a href="entertainment.html">
生活娱乐
</a>
</li>
</ul>
</nav><!-- navigation -->
</div>
<div class="clearfix"></div>
</div>
</header><!-- header -->
<!--<container--begin-->
<br>
<div class="container" style="font-family: times new roman,宋体;">
<div class="sixteen columns">
<h3 class="headline" style="font-size: 20px">生活娱乐</h3>
</div>
<a>
<div>
<div class="container-fluid pt70 pb70">
<div id="fh5co-projects-feed" class="fh5co-projects-feed clearfix masonry">
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.4.1_baishawan/img_1.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2014.4.1_白沙湾</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.4.1_baishawan/img_2.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>白沙湾</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.4.1_baishawan/img_3.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>白沙湾</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.4.1_baishawan/img_4.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>白沙湾</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.4.1_baishawan/img_5.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>白沙湾</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.4.1_baishawan/img_6.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2014.4.1_白沙湾</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.10.24_Programmer's_Day/img_8.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2014.10.24_程序员节</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.10.24_Programmer's_Day/img_9.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>程序员节</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.10.24_Programmer's_Day/img_7.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>程序员节</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.10.24_Programmer's_Day/img_10.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>程序员节</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="single.html">
<img src="images/2014.10.24_Programmer's_Day/img_11.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2014.10.24_程序员节</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="single.html">
<img src="images/2015.1.24_Brothers_of_the_same_master_together/img_12.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2015.1.24_同门小聚</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="single.html">
<img src="images/2015.1.24_Brothers_of_the_same_master_together/img_13.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>同门小聚</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="single.html">
<img src="images/2015.1.24_Brothers_of_the_same_master_together/img_14.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>同门小聚</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2015.1.24_Brothers_of_the_same_master_together/img_15.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>同门小聚</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2015.1.24_Brothers_of_the_same_master_together/img_16.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2015.1.24_同门小聚</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2013.5.18_Forest_Park/img_17.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2013.5.18_三叠井森林公园</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2013.5.18_Forest_Park/img_18.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>三叠井森林公园</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2013.5.18_Forest_Park/img_19.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>三叠井森林公园</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2013.5.18_Forest_Park/img_20.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>三叠井森林公园</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2013.5.18_Forest_Park/img_21.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2013.5.18_三叠井森林公园</h2>
</a>
</div>
<div class="fh5co-project masonry-brick">
<a href="#">
<img src="images/2014.1.14_Dinner_party/img_22.jpg" alt="Free HTML5 by FreeHTML5.co">
<h2>2014.1.14_聚餐</h2>
</a>
</div>
</div>
</div>
</a>
<br><br>
</div>
<footer class="footer">
<div class="container">
<div class="footer-top clearfix">
<div class="ten columns">
<h3>联系我们</h3>
<ul class="list contact" style="margin-bottom: 15px;">
<li class="contact-address"><i class="fa fa-map-marker"></i><a href="http://j.map.baidu.com/0zxvw">地址:350116,福建省,福州市,学园路,福州大学数学与计算机科学学院2号楼501室</a></li>
</ul>
</div>
<div class="six columns">
<h3> </h3>
<ul class="list contact" style="margin-bottom: 15px;">
<li class="contact-mail"><i class="fa fa-envelope"></i><a href="mailto:[email protected]">邮箱:[email protected]</a></li>
<li class="contact-phone"><i class="fa fa-phone"></i><span>电话: xxxxxxxx</span></li>
</ul>
</div>
</div><!-- footer-top -->
</div>
<div class="container">
<div class="footer-bottom clearfix">
<div class="info" style="text-align:center">
<p>Copyright@福州大学 SDN网络实验室 All Rights Reserved </p>
</div>
</div><!-- footer-bottom -->
</div>
</footer><!-- footer -->
<script src="js/hw-parallax.min.js"></script>
<script>
$('.parallax').parallax({
scroll_factor: 0.5
});
</script>
<!-- Flexisel -->
<script type="text/javascript" src="js/jquery.flexisel.js"></script>
<script type="text/javascript">
$(window).load(function() {
$("#flexiselDemo2").flexisel({
visibleItems: 5,
animationSpeed: 1000,
autoPlay: false,
autoPlaySpeed: 3000,
pauseOnHover: true,
enableResponsiveBreakpoints: true,
responsiveBreakpoints: {
portrait: {
changePoint:480,
visibleItems: 1
},
landscape: {
changePoint:640,
visibleItems: 2
},
tablet: {
changePoint:768,
visibleItems: 3
}
}
});
});
</script>
<script src="js/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="js/bootstrap.min.js"></script>
<!-- masonry -->
<script src="js/jquery.masonry.min.js"></script>
<!-- MAIN JS -->
<script src="js/main.js"></script>
<!-- End Document
================================================== -->
</body>
</html>