Skip to content

Commit

Permalink
Improve format of secondary pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 9, 2014
1 parent 59b7872 commit e71d3f8
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 24 deletions.
28 changes: 19 additions & 9 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@
<title>Some VIVO Things Blog</title>

<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
padding-top: 70px;
padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
display: block;
position: static;
margin-bottom: 20px;
}

.theme-showcase > p > .btn {
margin: 5px 0;
}
</style>

</head>
Expand Down Expand Up @@ -61,16 +70,16 @@
</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 Blog</h1>
<p class="lead">General musings on the community, the software, the data,
the semantic web, applications, data management, institutional and scholarly use, updates,
and whatever else comes to mind.</p>
</div>
</div class="jumbotron">
</div>

<!-- Here's the blog -->

Expand Down Expand Up @@ -137,14 +146,15 @@ <h4>Elsewhere</h4>
</div><!-- /.blog-sidebar -->

</div><!-- End blog row -->
</div><!-- End blog container -->

<hr>

<footer>
<p>&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>
VIVO is an incubated project of <a href="http://duraspace.org">Duraspace</a></br>
Visit the <a href="http://vivoweb.org">The VIVO Project Web Site</p> and <a href="https://wiki.duraspace.org/display/VIVO/VIVO+Main+Page">The Duraspace VIVO Wiki</a>
</footer>

</div> <!-- /container -->
Expand Down
24 changes: 17 additions & 7 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@
<title>Some VIVO Data Things</title>

<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
padding-top: 70px;
padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
display: block;
position: static;
margin-bottom: 20px;
}

.theme-showcase > p > .btn {
margin: 5px 0;
}
</style>

</head>
Expand Down Expand Up @@ -61,14 +70,14 @@
</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 Data Things</h1>
<p class="lead">Tools for loading data into VIVO and managing data in your VIVO.</p>
</div>
</div class="jumbotron">
</div>

<!-- Here's the blog -->

Expand Down Expand Up @@ -130,6 +139,7 @@ <h4>Elsewhere</h4>
</div><!-- /.blog-sidebar -->

</div><!-- End blog row -->
</div><!-- End blog container -->

<hr>

Expand Down
26 changes: 18 additions & 8 deletions info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,20 @@
<title>Some VIVO Information Things</title>

<style>
/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
padding-top: 70px;
padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
display: block;
position: static;
margin-bottom: 20px;
}

.theme-showcase > p > .btn {
margin: 5px 0;
}
</style>

</head>
Expand Down Expand Up @@ -61,16 +70,16 @@
</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 Information Things</h1>
<p class="lead">Visualizations, inspectors, reports, documents -- all information things coming from your VIVO.</p>
</div>
</div class="jumbotron">
</div>

<!-- Here's the blog -->
<!-- Here's the info stuff -->

<div class="container">

Expand Down Expand Up @@ -118,6 +127,7 @@ <h4>Elsewhere</h4>
</div><!-- /.blog-sidebar -->

</div><!-- End blog row -->
</div><!-- End info stuff container -->

<hr>

Expand Down

0 comments on commit e71d3f8

Please sign in to comment.