Skip to content

Commit

Permalink
Merge pull request #27 from madewithlove/feature/mwl-logo
Browse files Browse the repository at this point in the history
Feature/mwl logo
  • Loading branch information
Anahkiasen committed May 28, 2015
2 parents 4595d73 + 6edeff6 commit c31d6d5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
6 changes: 5 additions & 1 deletion public/app/sass/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
&__social {
margin-bottom: 0.5rem;
position: relative;
left: 25px;
}

& .logo {
width: 3.2rem;
margin: 1.4rem auto;
}
}
6 changes: 6 additions & 0 deletions public/img/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 10 additions & 5 deletions resources/views/_partials/footer.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<footer class="layout-footer">
<?php $this->insert('_partials/social') ?>

&copy; <?= date('Y') ?> -
<a target="_blank" href="https://github.com/madewithlove/semver">source</a> -
<a target="_blank" href="http://beta.changehub.io/projects/madewithlove/semver">changelog</a> -
<a target="_blank" href="https://github.com/madewithlove/semver/graphs/contributors">creators</a> -
<a target="_blank" href="http://madewithlove.be">madewithlove</a>
<section>
&copy; <?= date('Y') ?> -
<a target="_blank" href="https://github.com/madewithlove/semver">source</a> -
<a target="_blank" href="http://beta.changehub.io/projects/madewithlove/semver">changelog</a> -
<a target="_blank" href="https://github.com/madewithlove/semver/graphs/contributors">creators</a>
</section>
<img class="logo" src="/img/logo.svg"/>
<section>
<a target="_blank" href="http://madewithlove.be">madewithlove</a>
</section>
</footer>

0 comments on commit c31d6d5

Please sign in to comment.