|
@@ -41,6 +41,9 @@
|
|
|
<li><a href="#code">Code</a></li>
|
|
|
<li><a href="#roadmap">Roadmap</a></li>
|
|
|
</ul>
|
|
|
+ <ul class="nav pull-right">
|
|
|
+ <li><a href="mailto:dave@davegandy.com"><i class="icon-envelope"></i> Me</a></li>
|
|
|
+ </ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -731,15 +734,27 @@
|
|
|
</section>
|
|
|
|
|
|
<footer>
|
|
|
- <p>
|
|
|
- Font Awesome webfont and associated code are licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
|
|
|
- Icons are available for personal and commercial use, but a link back to fortawesome.github.com/Font-Awesome is required.
|
|
|
- </p>
|
|
|
- <p>
|
|
|
- Font Awesome is a production of <a href="http://twitter.com/fortaweso_me/" target="_blank">@FortAweso_me</a>, by Dave Gandy,
|
|
|
- co-founder of <a href="http://lemonwi.se" target="_blank">Lemonwise</a>.
|
|
|
-
|
|
|
- </p>
|
|
|
+ <div class="row">
|
|
|
+ <div class="span4">
|
|
|
+ <h2>Contact</h2>
|
|
|
+ <ul>
|
|
|
+ <li class="icon-envelope">Email: <a href="mailto:dave@davegandy.com">Dave Gandy</a></li>
|
|
|
+ <li class="icon-twitter-sign">Twitter: <a href="http://twitter.com/fortaweso_me/" target="_blank">@FortAweso_me</a></li>
|
|
|
+ <li class="icon-lemon">Work: <a href="http://lemonwi.se" target="_blank">Lemonwise</a> co-founder</li>
|
|
|
+ </ul>
|
|
|
+ </div>
|
|
|
+ <div class="span8">
|
|
|
+ <h2>License</h2>
|
|
|
+ The Font Awesome webfont, CSS, and LESS files are licensed under
|
|
|
+ <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.
|
|
|
+ A mention of <code>Font Awesome - http://fortawesome.github.com/Font-Awesome</code> in human-readable source code
|
|
|
+ is considered acceptable attribution.
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
</footer>
|
|
|
|
|
|
|