Add credits.
This commit is contained in:
parent
b9ab5c5176
commit
5f201b19ee
|
@ -56,4 +56,6 @@ div.side-by-side > div > em { margin-bottom: 10px; display: block; }
|
||||||
}
|
}
|
||||||
|
|
||||||
a { color: #F36C00; outline: none; text-decoration: none; }
|
a { color: #F36C00; outline: none; text-decoration: none; }
|
||||||
a:hover { text-decoration: underline; }
|
a:hover { text-decoration: underline; }
|
||||||
|
|
||||||
|
ul.credits li { margin-bottom: .25em; }
|
|
@ -1070,7 +1070,14 @@
|
||||||
<p>All modern browsers are support (Firefox, Chrome, Safari and IE9). Legacy support for IE8 is also enabled.</p>
|
<p>All modern browsers are support (Firefox, Chrome, Safari and IE9). Legacy support for IE8 is also enabled.</p>
|
||||||
</li>
|
</li>
|
||||||
<ul>
|
<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>
|
<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>.
|
© 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>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue