Skip to content

Commit

Permalink
Merge pull request #62 from madewithlove/footer-links
Browse files Browse the repository at this point in the history
Correct links in header and footer
  • Loading branch information
WouterSioen authored Oct 27, 2020
2 parents 10e9dbd + 563b1b6 commit 8928799
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions resources/views/_layout/global.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,13 @@
<body ng-app="semver" ng-controller="AppController">
<header class="header">
<div class="container">
<a href="https://madewithlove.be" title="go to the madewitlove website" class="logo">
<a href="https://madewithlove.com?ref=semver" title="go to the madewitlove website" class="logo">
<img src="img/logo-new.svg" alt="the madewithlove logo" />
</a>

<h1>Packagist Semver Checker</h1>
</div>
</header>

<main class="container" ng-cloak>
<?php $this->insert('_partials/header') ?>
<?= $this->section('content') ?>
Expand Down
8 changes: 4 additions & 4 deletions resources/views/_partials/footer.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<footer class="footer">
<div class="container">
<div class="footer__copyright">
<p>© 2018 <strong>made</strong>with<strong>love</strong></p>
<a href="https://madewithlove.be/disclaimer">terms of service</a>
<p>&copy; <?php echo date('Y'); ?> <strong>made</strong>with<strong>love</strong></p>
<a href="https://madewithlove.be/disclaimer/?ref=semver">terms of service</a>
<a target="_blank" href="https://github.com/madewithlove/semver">source</a>
<a target="_blank" href="http://app.changehub.io/projects/madewithlove/semver/releases">changelog</a>
<a target="_blank" href="https://app.changehub.io/share/p-oXqP9gaQg1">changelog</a>
<a target="_blank" href="https://github.com/madewithlove/semver/graphs/contributors">creators</a>
<a target="_blank" href="https://madewithlove.com/company/playground">This is a madewithlove Friyay project</a>
<a target="_blank" href="https://madewithlove.com/company/playground/?ref=semver">This is a madewithlove project</a>
</div>
</div>
</footer>

0 comments on commit 8928799

Please sign in to comment.