-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathGalley.html
105 lines (102 loc) · 4.19 KB
/
Galley.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<!-- TDK tags -->
<title>Yong-Zhen Xu's Lab, WHU.</title>
<meta name="description" content="Xu Lab WebSite"/>
<meta name="Keywords" content="Yong-Zhen Xu,YZ Xu,yongzhen xu,Yong-Zhen Xu,Xu Yongzhen,Xu YZ,徐永镇,yong-zhen xu,xuyongzhen,RNA splicing,YZ Xu splicing"/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<!-- link stylesheet -->
<link rel="stylesheet" href="css/base.css">
<link rel="stylesheet" href="css/common.css">
<link rel="stylesheet" href="css/Galley.css">
<!-- script stylesheet -->
<script type="text/javascript" src="js/base.js"></script>
</head>
<body>
<!-- 快捷导航模块 start -->
<div class="w">
<section class="w" id="home">
<div class="headPic">
<div class="headLine">
<a href="http://www.bio.whu.edu.cn/" title="Home of Bio.WHU" target="_blank">Dept. of Biochemistry, CLS, WHU</a>
</div>
<div class="headLabel">
<div class="headLabName">
<a href="index.html" target="_blank" rel="noopener noreferrer">Xu Lab</a>
</div>
<div class="headLabSummary">
<a href="index.html" target="_blank" rel="noopener noreferrer">RNA Splicing & Development, Diseases</a>
</div>
</div>
<div class="headFavicon">
<div class="LabFavicon">
<a href="index.html" rel="noopener noreferrer"></a>
</div>
<div class="DeptIcon">
<a href="http://www.bio.whu.edu.cn/" target="_blank" rel="noopener noreferrer"></a>
</div>
<div class="SchoolIcon">
<a href="https://www.whu.edu.cn/" target="_blank" rel="noopener noreferrer"></a>
</div>
</div>
</div>
</section>
<!-- 快捷导航模块 end -->
<!-- nav导航模块制作 start -->
<nav class="nav w">
<div class="navitems">
<ul>
<li>
<a href="index.html"><i class="icon-home3"></i> Interests</a>
</li>
<li>
<a href="Research.html"><i class="icon-lab"></i> Research</a>
</li>
<li>
<a href="PI.html"><i class="icon-user-tie"></i> PI</a>
</li>
<li>
<a href="Members.html"><i class="icon-users"></i> Members</a>
</li>
<li>
<a href="Publications.html"><i class="icon-file-text2"></i> Publications</a>
</li>
<li>
<a href="Galley.html" class="active"><i class="icon-file-picture"></i> Gallery</a>
</li>
<li>
<a href="contant.html"><i class="icon-bubbles3"></i> Contact us</a>
</li>
</ul>
</div>
</nav>
<!-- nav导航模块制作 end -->
<!-- article模块制作 start -->
<article>
<div class="mainContent">
<h2 align="center">2020 Group Photo</h2>
<div class="GP2019"></div>
<h2 align="center">2019 Wuhan RNA Symposium</h2>
<div class="Sym2019"></div>
</div>
</article>
<!-- article模块制作 end -->
<!-- footer模块制作 start -->
<footer style="height: 50px;">
<div class="w footer-bottom">
<div class="footer-container">
<p>
Copyright © 2020 <span style="color:lightblue"><em> RNA Splicing & Development, Diseases</em> (Xu lab) @ WuHan University.</span> All rights reserved.
</p>
</div>
</div>
<a href="#home" id="back-to-top" class="btn btn-sm btn-green btn-back-to-top smooth-scrolls hidden-sm hidden-xs" title="home" role="button">
<i class="fa fa-angle-up"></i>
</a>
</footer>
<!-- footer模块制作 end -->
</div>
</body>