Skip to content

Commit

Permalink
Improve style of home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 9, 2014
1 parent 4dafc10 commit 3bad537
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

</head>

<body>
<body role="document">


<!-- Fixed navbar -->
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
Expand Down Expand Up @@ -59,19 +60,21 @@
</div><!--/.nav-collapse -->
</div>
</div>

<div class="container theme-showcase" role="main">


<!-- 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 href="/blog" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
</div>
</div>

<div class="container">

<!-- Example row of columns -->
<div class="row">
<div class="col-md-4">
Expand Down Expand Up @@ -100,7 +103,7 @@ <h2>A VIVO Blog</h2>
<hr>

<footer>
<p>&copy; <a href="http://vivo.ufl.edu/individual/mconlon">Mike Conlon</a>,
<p class="small">&copy; <a href="http://vivo.ufl.edu/individual/mconlon">Mike Conlon</a>,
<a href="http://www.ufl.edu">University of Florida</a> 2014</br>
Need something else? We'll have some additional links here</br>
<a href="http://vivoweb.org">The VIVO Project Web Site</p>
Expand Down

0 comments on commit 3bad537

Please sign in to comment.