Skip to content

Commit

Permalink
Merge pull request panique#219 from panique/develop
Browse files Browse the repository at this point in the history
footer change: backlink to repo and affiliate link for supporting the…
  • Loading branch information
panique authored Aug 1, 2016
2 parents d342978 + eee7381 commit e4f9bd3
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
7 changes: 7 additions & 0 deletions application/view/_templates/footer.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

<!-- backlink to repo on GitHub, and affiliate link to Rackspace if you want to support the project -->
<div class="footer">
Find <a href="https://github.com/panique/mini3">MINI3 on GitHub</a>.
If you like the project, support it by <a href="http://tracking.rackspace.com/SH1ES">using Rackspace</a> as your hoster [affiliate link].
</div>

<!-- jQuery, loaded in the recommended protocol-less way -->
<!-- more http://www.paulirish.com/2010/the-protocol-relative-url/ -->
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
Expand Down
10 changes: 10 additions & 0 deletions public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,13 @@ body {
background-color: #222;
color: #fff;
}
.footer {
padding: 20px;
margin: 33px;
text-align: right;
font-size: 11px;
opacity: 0.5;
}
.footer a {
color: #454545;
}

0 comments on commit e4f9bd3

Please sign in to comment.