Skip to content

Commit

Permalink
Fix footer (for tables and mobile users)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoman committed Jan 6, 2016
1 parent e212e92 commit da35697
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,5 @@ test/
_deploy/*
.jekyll-metadata
Gemfile.lock
css/*

css/fonts/*
css/main.css
24 changes: 15 additions & 9 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
<!-- Footer Start -->
<footer id="footer" class="footer">
<div class="container">
<div class="col-lg-12 col-lg-offset-0">
<div class="col-md-2 col-sm-2 col-xs-12">
<a href="https://cloudbase.it/"><img alt="Cloudbase Solutions Logo" src="/img/CBSL_Logo_2016_RGB-39.png"></a>
<footer id="footer" class="footer container text-center">
<div class="row">
<div class="col-lg-12 col-lg-offset-0 text-center">

<div class="col-md-2 col-sm-2 col-xs-12 text-center">
<a href="https://cloudbase.it/">
<img alt="Cloudbase Solutions Logo" class="img-responsive center-block" src="/img/CBSL_Logo_2016_RGB-39.png">
</a>
</div>
<div class="col-md-7 col-sm-7 col-xs-12" style="margin-top: 9px;">
<p>Copyright &copy; {{ site.time | date: "%Y" }} {{ site.author }}. All rights reserved.</p>

<div class="col-md-7 col-sm-7 col-xs-12 text-center">
<p>Copyright &copy; {{ site.time | date: "%Y" }} {{ site.author }}. All rights reserved.</p>
</div>
<div class="col-md-3 col-sm-3 col-xs-12" style="margin-top: 9px;">
<a href="https://cloudbase.it/privacy/"><p style="text-align: right; ">Privacy Policy</p></a>

<div class="col-md-3 col-sm-3 col-xs-12 text-center">
<a href="https://cloudbase.it/privacy/">Privacy Policy</a>
</div>

</div>
</div>
</footer>
Expand Down
1 change: 1 addition & 0 deletions css/rrssb.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da35697

Please sign in to comment.