Skip to content

Commit

Permalink
Standard footer on all pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 10, 2014
1 parent 3106a1c commit 3c94a8e
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron">
<h1>Some VIVO Things Blog</h1>
<p class="lead">General musings on the community, software, data, use, and whatever else comes to mind.</p>
<p class="lead">Musings on the community, software, data, use, and whatever else comes to mind.</p>
</div>

<!-- Here's the blog -->
Expand Down
56 changes: 28 additions & 28 deletions data/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -113,32 +113,32 @@ <h2 class="blog-post-title">VIVO Name Parts</h2>

</div><!-- End the blog-main -->

<div class="col-md-3 blog-sidebar">
<div class="sidebar-module sidebar-module-inset">
<h4>About VIVO</h4>
<p>VIVO is an open source, semantic web application for organizing information.
VIVO is often used by academic institutions to represent the scholarly work
of their faculty, staff and students. See <a href="http://vivoweb.org" class="btn
btn-xs btn-info">the
VIVO Project Web Site</a> for more info.</p>
</div>
<div class="sidebar-module">
<h4>Good stuff</h4>
<ol class="list-unstyled">
<li><a href="http://python.org">Python</a></li>
</ol>
</div>
<div class="sidebar-module">
<h4>Elsewhere</h4>
<ol class="list-unstyled">
<li><a href="https://github.com/mconlon17">GitHub</a></li>
<li><a href="http://twitter.com/mconlon17">Twitter</a></li>
<li><a href="http://facebook.com/mconlon">Facebook</a></li>
<li><a href="http://vivo.ufl.edu/individual/mconlon">VIVO</a></li>
</ol>
</div>
<div class="col-md-3">
<div class="sidebar-module sidebar-module-inset">
<h4>About VIVO</h4>
<p>VIVO is an open source, semantic web application for organizing information.
VIVO is often used by academic institutions to represent the scholarly work
of their faculty, staff and students. See <a href="http://vivoweb.org" class="btn
btn-xs btn-info">the
VIVO Project Web Site</a> for more info.</p>
</div>

<div class="sidebar-module">
<h4>Good stuff</h4>
<ol class="list-unstyled">
<li><a href="http://python.org">Python</a></li>
</ol>
</div>

<div class="sidebar-module">
<h4>Elsewhere</h4>
<ol class="list-unstyled">
<li><a href="https://github.com/mconlon17">GitHub</a></li>
<li><a href="http://twitter.com/mconlon17">Twitter</a></li>
<li><a href="http://facebook.com/mconlon">Facebook</a></li>
<li><a href="http://vivo.ufl.edu/individual/mconlon">VIVO</a></li>
</ol>
</div>
</div><!-- /.blog-sidebar -->

</div><!-- End blog row -->
Expand All @@ -149,8 +149,8 @@ <h4>Elsewhere</h4>
<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</a> and <a href="https://wiki.duraspace.org/display/VIVO/VIVO+Main+Page">The Duraspace VIVO Wiki</a>
</footer>

</div> <!-- /container -->
Expand Down
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ <h2>A VIVO Blog</h2>

<hr>

<footer>
<p class="small">&copy; <a href="http://vivo.ufl.edu/individual/mconlon">Mike Conlon</a>,
<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>
</footer>
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</a> and <a href="https://wiki.duraspace.org/display/VIVO/VIVO+Main+Page">The Duraspace VIVO Wiki</a>
</footer>

</div> <!-- /container -->

Expand Down
4 changes: 2 additions & 2 deletions info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ <h4>Elsewhere</h4>
<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</a> and <a href="https://wiki.duraspace.org/display/VIVO/VIVO+Main+Page">The Duraspace VIVO Wiki</a>
</footer>

</div> <!-- /container -->
Expand Down

0 comments on commit 3c94a8e

Please sign in to comment.