-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (52 loc) · 1.73 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../assets/ico/favicon.ico">
<title>Jumbotron Template for Bootstrap</title>
<style>
/* Move down content because we have a fixed navbar that is 50px tall */
.jumbotron {
font-size: 36px;
text-align: center;
}
p {
font-size: 18px;
text-align: center;
}
body {
padding-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-bottom: 20px;
font-family: arial,sans-serif;
}
</style>
</head>
<body>
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<div class="container">
<h1>Some VIVO Things</h1>
<p>A site for things about VIVO -- tools, data, visualizations, and hopefully, a blog. There's a bunch of things being created to manage VIVO data -- load, clean, discover. And a bunch to visualize organizations, publications, expertise, and more</p>
<p><a class="btn btn-primary btn-lg" role="button">Learn more »</a></p>
<p> </p>
<p> </p>
</div>
</div>
<hr>
<footer>
<p>© Mike Conlon 2014</p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="../assets/js/bootstrap.min.js"></script>
</body>
</html>