Add credits.

gh-pages
Patrick Filler 2011-07-19 14:18:03 -04:00
parent b9ab5c5176
commit 5f201b19ee
2 changed files with 11 additions and 2 deletions

View File

@ -56,4 +56,6 @@ div.side-by-side > div > em { margin-bottom: 10px; display: block; }
}
a { color: #F36C00; outline: none; text-decoration: none; }
a:hover { text-decoration: underline; }
a:hover { text-decoration: underline; }
ul.credits li { margin-bottom: .25em; }

View File

@ -1070,7 +1070,14 @@
<p>All modern browsers are support (Firefox, Chrome, Safari and IE9). Legacy support for IE8 is also enabled.</p>
</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>
&copy; 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>