forked from grunwaldlab/Microbe-ID
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
260 lines (259 loc) · 7.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<!-- Change the title of the webpage in the <title> tag -->
<title>Microbe-ID | Welcome</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="root" >
<!-- Le styles, make sure that the Bootstrap_files folder is in the same directory than your homepage -->
<link href="Bootstrap_files/bootstrap.css" rel="stylesheet">
<link href="Bootstrap_files/phytophthora-lab.css" rel="stylesheet">
<style>
<!-- CSS for carousel-->
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
margin-bottom: 60px;
}
.carousel .container {
position: relative;
z-index: 0;
}
.carousel-control {
height: 80px;
margin-top: 0;
font-size: 120px;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
background-color: transparent;
border: 0;
z-index: 10;
}
.carousel .item {
height: 450px;
}
.carousel img {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
min-width: 800px;
height: 450px;
max-height: 100%;
}
.carousel-caption {
background-color: transparent;
position: static;
max-width: 550px;
padding: 0 20px;
margin-top: 300px;
}
.carousel-caption h1,
.carousel-caption .lead {
margin: 0;
line-height: 1.1;
color: #fff;
text-shadow: 0 1px 1px rgba(0,0,0,.4);
}
.carousel-caption .btn {
margin-top: 10px;
}
@media (max-width: 979px) {
.carousel .item {
height: 500px;
}
.carousel img {
width: 800px;
height: 500px;
}
.featurette {
height: auto;
padding: 0;
}
.featurette-image.pull-left,
.featurette-image.pull-right {
display: block;
float: none;
max-width: 40%;
margin: 0 auto 20px;
}
}
@media (max-width: 767px) {
.carousel {
margin-left: -20px;
margin-right: -20px;
}
.carousel .container {
}
.carousel .item {
height: 300px;
}
.carousel img {
height: 300px;
}
.carousel-caption {
width: 65%;
padding: 0 70px;
margin-top: 100px;
}
.carousel-caption h1 {
font-size: 30px;
}
.carousel-caption .lead,
.carousel-caption .btn {
font-size: 18px;
}
}
/* Sticky footer styles
-------------------------------------------------- */
html,
body {
height: 100%;
/* The html and body elements cannot have any padding or margin. */
}
/* Wrapper for page content to push down footer */
#wrap {
min-height: 95%;
height: auto !important;
height: 95%;
/* Negative indent footer by it's height */
margin: 0 auto -70px;
}
/* Set the fixed height of the footer here */
#push,
#footer {
height: 120px;
}
#footer {
background-color: #f5f5f5;
}
/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
#footer {
margin-left: -20px;
margin-right: -20px;
padding-left: 20px;
padding-right: 20px;
}
}
#wrap > .container {
padding-top: 60px;
}
.container .credit {
margin: 20px 0;
}
code {
font-size: 80%;
}
ul
{
list-style-type: none;
}
</style>
<link href="Bootstrap_files/bootstrap-responsive.css" rel="stylesheet">
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="../assets/js/html5shiv.js"></script>
<![endif]-->
<!-- Fav and touch icons -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-144-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-114-precomposed.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-72-precomposed.png">
<link rel="apple-touch-icon-precomposed" href="http://twitter.github.com/bootstrap/assets/ico/apple-touch-icon-57-precomposed.png">
<link rel="shortcut icon" href="img/customIcon.png">
</head>
<body>
<div id="wrap">
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<button type="button" class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="brand" href="./index.html">Microbe-ID</a>
<div class="nav-collapse collapse">
<ul class="nav">
<!-- Names of the links are between the <a></a> tags. -->
<li class="./index.html"><a href="./index.html">Home</a></li>
<li><a href="./seq-id.html">Sequence-ID</a></li>
<li><a href="./geno-id.html">Genotype-ID</a></li>
<li><a href="./about.html">About</a></li> </ul>
</div><!--/.nav-collapse -->
</div>
</div>
</div>
<!-- Carousel: The carousel is defined as the image contents on the javascript that rotates
the front page images. Here, the tags <img> are for the images you want to add, the content
inside of the <div class="carousel-caption"> are the captions of the figure. inside of <h1>
its the title of the figure and inside <p class="lead:> the subcontent.
================================================== -->
<div class="container">
<div id="myCarousel" class="carousel slide">
<!-- Carousel items -->
<div class="carousel-inner">
<div class="item active">
<img alt="" src="img/first.png" />
<div class="container">
<div class="carousel-caption">
<h1>Image 1</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed libero eu sem porttitor condimentum. Aliquam nec quam vel sapien bibendum faucibus.</p>
</div>
</div>
</div>
<div class="item">
<img alt="" src="img/third.png" />
<div class="container">
<div class="carousel-caption">
<h1>Image 2</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed libero eu sem porttitor condimentum. Aliquam nec quam vel sapien bibendum faucibus.</p>
</div>
</div>
</div>
<div class="item">
<img alt="" src="img/second.png" />
<div class="container">
<div class="carousel-caption">
<h1>Image 3</h1>
<p class="lead">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla sed libero eu sem porttitor condimentum. Aliquam nec quam vel sapien bibendum faucibus.</p>
</div>
</div>
</div>
<!-- Carousel nav -->
<a class="carousel-control left" href="#myCarousel" data-slide="prev">‹</a>
<a class="carousel-control right" href="#myCarousel" data-slide="prev">›</a>
</div>
</div>
<h1>Welcome</h1>
<p> Add some content here </p>
</div>
<div id="push"></div>
</div>
<div id="footer">
<div class="container">
<br>
<p> add content here </p>
</div>
</div>
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="Bootstrap_files/jquery.js"></script>
<script src="Bootstrap_files/bootstrap-transition.js"></script>
<script src="Bootstrap_files/bootstrap-alert.js"></script>
<script src="Bootstrap_files/bootstrap-modal.js"></script>
<script src="Bootstrap_files/bootstrap-dropdown.js"></script>
<script src="Bootstrap_files/bootstrap-scrollspy.js"></script>
<script src="Bootstrap_files/bootstrap-tab.js"></script>
<script src="Bootstrap_files/bootstrap-tooltip.js"></script>
<script src="Bootstrap_files/bootstrap-popover.js"></script>
<script src="Bootstrap_files/bootstrap-button.js"></script>
<script src="Bootstrap_files/bootstrap-collapse.js"></script>
<script src="Bootstrap_files/bootstrap-carousel.js"></script>
<script src="Bootstrap_files/bootstrap-typeahead.js"></script>
<script src="Bootstrap_files/holder.js"></script>
</body></html>