Skip to content

Commit

Permalink
Formatting improvements for sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
mconlon17 committed Feb 10, 2014
1 parent 331eaaa commit d507417
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 50 deletions.
50 changes: 25 additions & 25 deletions blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ <h1>Some VIVO Things Blog</h1>

<div class="row">

<div class="col-sm-8 blog-main">
<div class="col-md-9 blog-main">

<div class="blog-post">
<h2 class="blog-post-title">Getting Started</h2>
Expand Down Expand Up @@ -122,30 +122,30 @@ <h2 class="blog-post-title">Getting Started</h2>

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

<div class="col-sm-3 col-sm-offset-1 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>Archives</h4>
<ol class="list-unstyled">
<li><a href="#">February 2014</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>Archives</h4>
<ol class="list-unstyled">
<li><a href="#">February 2014</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 Down
50 changes: 25 additions & 25 deletions info/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ <h1>Some VIVO Info Things</h1>

<div class="row">

<div class="col-sm-8 blog-main">
<div class="col-md-9 blog-main">

<div class="blog-post">
<h2 class="blog-post-title">VIVO Triple Inspector</h2>
Expand All @@ -103,30 +103,30 @@ <h2 class="blog-post-title">VIVO Triple Inspector</h2>

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

<div class="col-sm-3 col-sm-offset-1 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://d3js.org">D3</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://d3js.org">D3</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 Down

0 comments on commit d507417

Please sign in to comment.