forked from rnacentre/rnacentre.github.io
-
Notifications
You must be signed in to change notification settings - Fork 5
/
search.html
118 lines (92 loc) · 3.92 KB
/
search.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
<!DOCTYPE html>
<html>
<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>Search</title>
<!--<link rel="stylesheet" href="http://localhost:4000/css/main.css>-->
<link rel="stylesheet" href="https://www.ribocentre.org/css/main.css">
<link rel="shortcut icon" type ="image/x-icon" href="https://www.ribocentre.org/images/favicon.ico">
</head>
<body>
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<style>
/* Modify the background color https://www.color-hex.com/color-palette/1011604 */
.navbar {
background-color: #0874c4;
}
.navbar .navbar-brand,
.navbar .navbar-text {
color: #eeeeee;
}
#now a{
color:#fff
}
#now a:hover{
font-size: 20px;
}
</style>
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://www.ribocentre.org/">
<!--<img class="navbar-brand" src="http://localhost:4000/images/Ribo_centre_logo.jpg" style='height:50px;margin-top:-14px;margin-bottom:0;padding:0;' alt="logo">
Ribo centre @ Bio island-->
<img class="navbar-brand" src="https://www.ribocentre.org/images/Ribo_centre_logo.jpg" style='height:50px;margin-top:-14px;margin-bottom:0;padding:0;' alt="logo">
Ribocentre
</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li id="now"><a href="https://www.ribocentre.org/">Home</a></li>
<li id="now"><a href="https://www.ribocentre.org/ribozyme">Ribozymes</a></li>
<li id="now"><a href="https://www.ribocentre.org/sequence">Sequences</a></li>
<li id="now"><a href="https://www.ribocentre.org/structure">Structures</a></li>
<li id="now"><a href="https://www.ribocentre.org/catalysis">Catalysis</a></li>
<li id="now"><a href="https://www.ribocentre.org/application">Applications</a></li>
<li id="now"><a href="https://www.ribocentre.org/publications">Publications</a></li>
<li id="now"><a href="https://www.ribocentre.org/Helps">Help</a></li>
</ul>
</div>
</div>
</div>
<script async src="https://cse.google.com/cse.js?cx=2dcb771063bc36a13">
</script>
<div class="gcse-searchresults-only"></div>
<div id="footer" class="panel">
<div class="panel-footer">
<div class="container-fluid">
<div class="row">
<div class="col-sm-4">
<p>© 2022 Ribo centre. Site made with <a href="https://jekyllrb.com">Jekyll</a>; <a href="https://www.ribocentre.org/aboutwebsite.html">copy and modify it for your own research group.</a></p>
<p>We are part of the <a href="https://gzlab.ac.cn">Guangzhou Laboratory</a> and <a href="http://www.gzsys.org.cn/">Sun Yat-sen Memorial Hospital of Sun Yat-sen University</a>.</p>
<p> </p><p>
</div>
<div class="col-sm-4">
Funding:<br />
- <a href="https://www.nsfc.gov.cn/">NSFC</a> <br />
- <a href="http://www.most.gov.cn/">MOST IT+BT project</a> <br />
- <a href="https://gzlab.ac.cn">GZlab starting grant</a>
</div>
<div class="col-sm-4">
Contact:<br />
Building B2, Guangzhou Laboratory<br />
96 Xingdao South Road, Guangzhou International Bio Island, <br />
Haizhu District, Guangzhou, Guangdong,<br />
China. <br />
(<a href="https://goo.gl/maps/hDLr6siEAS2Eaypt8">Maps</a>)
</div>
</div>
</div>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="https://www.ribocentre.org/js/bootstrap.min.js"></script>
</body>
</html>