Add credits.
This commit is contained in:
parent
b9ab5c5176
commit
5f201b19ee
|
@ -57,3 +57,5 @@ div.side-by-side > div > em { margin-bottom: 10px; display: block; }
|
|||
|
||||
a { color: #F36C00; outline: none; text-decoration: none; }
|
||||
a:hover { text-decoration: underline; }
|
||||
|
||||
ul.credits li { margin-bottom: .25em; }
|
|
@ -1071,6 +1071,13 @@
|
|||
</li>
|
||||
<ul>
|
||||
|
||||
<h2>Credits</h2>
|
||||
<ul class="credits">
|
||||
<li>Built by <a href="http://www.getharvest.com/">Harvest</a></li>
|
||||
<li>Concept and development by <a href="http://www.patrickfiller.com/">Patrick Filler</a></li>
|
||||
<li>Design and CSS by <a href="http://matthewlettini.com/">Matthew Lettini</a></li>
|
||||
</ul>
|
||||
|
||||
<footer>
|
||||
© 2011 <a href="http://www.getharvest.com/">Harvest</a> - Chosen is licensed under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a>.
|
||||
</footer>
|
||||
|
|
Loading…
Reference in a new issue