Skip to content

Commit

Permalink
Removing duplicated logo on the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
dadepo committed Jan 27, 2018
1 parent d4bc3c1 commit 2f326e8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions website/src/main/resources/website/home.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,12 @@
<div class="container">
<div class="row">
<div class="col-sm-12 text-center"><h3>{{message "lang.key-supporters"}}</h3></div>
<div class="col-sm-2 col-sm-offset-2"><a href="http://www.oraturelab.com" target="_blank">
<div class="col-sm-2 col-sm-offset-3"><a href="http://www.oraturelab.com" target="_blank">
<img class="img-responsive" src="/assets/img/supporters/orature_lab.png"></a>
</div>
<div class="col-sm-2"><a href="http://capitalsqua.re/" target="_blank">
<img class="img-responsive" src="/assets/img/supporters/capital_square.png"></a>
</div>
<div class="col-sm-2"><a href="http://www.alt-i.org/index.php" target="_blank"><img class="img-responsive"
src="/assets/img/supporters/alti.png"></a>
</div>
<div class="col-sm-2"><a href="http://www.alt-i.org/index.php" target="_blank">
<img class="img-responsive" src="/assets/img/supporters/alti.png"></a>
</div>
Expand Down

0 comments on commit 2f326e8

Please sign in to comment.