Skip to content

Commit

Permalink
Merge pull request #1202 from willkoua/1199-feedback-homepage
Browse files Browse the repository at this point in the history
1199 feedback homepage
  • Loading branch information
willkoua committed Jun 6, 2016
2 parents 917fc64 + a70a11e commit 408c158
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
13 changes: 10 additions & 3 deletions src/Template/Layout/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -40,24 +40,31 @@
<ul class="nav navbar-nav">
</ul>
<ul class="nav navbar-nav navbar-right top-nav">
<a href="https://www.facebook.com/maisonlogiciellibre/" class="navbar-brand navbar-facebook">
<a href="https://www.facebook.com/maisonlogiciellibre/" target=_blank class="navbar-brand navbar-facebook">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-facebook fa-stack-1x icon-facebook"></i>
</span>
</a>
<a href="https://twitter.com/ml2_ets" class="navbar-brand navbar-twitter">
<a href="https://www.youtube.com/channel/UCI65aeAJA9jf6AmUNQ6UayQ" target=_blank class="navbar-brand navbar-facebook">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-youtube fa-stack-1x icon-youtube text-danger"></i>
</span>
</a>
<a href="https://twitter.com/ml2_ets" target=_blank class="navbar-brand navbar-twitter">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-twitter fa-stack-1x icon-twitter"></i>
</span>
</a>
<a href="https://maisonlogiciellibre.github.io/" class="navbar-brand navbar-github">
<a href="https://maisonlogiciellibre.github.io/" target=_blank class="navbar-brand navbar-github">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-lg fa-stack-1x icon-github"></i>
</span>
</a>

<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-lg fa-globe"></i>
Expand Down
10 changes: 7 additions & 3 deletions src/Template/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div id="carousel-mobile">
<div class="row welcome-row">
<div class="col-md-12 col-sm-12 col-xs-12">
<?= $this->Html->image('carousel/1-mobile.jpg', ['class' => 'img-responsive stretch']); ?>
<?= $this->Html->image('1-mobile.jpg', ['class' => 'img-responsive stretch']); ?>
</div>
</div>
</div>
Expand Down Expand Up @@ -117,8 +117,12 @@
<h1>
<?= __("Our sponsors"); ?>
</h1>
<?= $this->Html->image('montreal.svg', ['class' => 'img-responsive sponsor-image']); ?>
<?= $this->Html->image('savoirfairelinux.svg', ['class' => 'img-responsive sponsor sponsor-image']); ?>
<a href="http://ville.montreal.qc.ca/portal/page?_pageid=5798,85041649&_dad=portal&_schema=PORTAL">
<?= $this->Html->image('montreal.svg', ['class' => 'img-responsive sponsor-image']); ?>
</a>
<a href="https://www.savoirfairelinux.com/">
<?= $this->Html->image('savoirfairelinux.svg', ['class' => 'img-responsive sponsor sponsor-image']); ?>
</a>
</div>
<div class="col-lg-3 col-md-3 col-sm-12 col-xs-12 text-center sponsors-cell">
<h1><?= __('Become a sponsor'); ?></h1>
Expand Down
Binary file added webroot/img/1-mobile.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 408c158

Please sign in to comment.