2013-10-06 03:40:57 +08:00
|
|
|
<div class="jumbotron jumbotron-carousel hidden-print">
|
2013-05-03 08:12:33 +08:00
|
|
|
<div class="container">
|
|
|
|
<div class="row">
|
2013-10-06 22:46:50 +08:00
|
|
|
<div class="col-md-8 col-sm-8 text-center">
|
2013-10-06 03:40:57 +08:00
|
|
|
<h1>Font Awesome</h1>
|
2014-06-18 00:01:57 +08:00
|
|
|
<p>The iconic font and CSS toolkit</p>
|
2013-10-06 03:40:57 +08:00
|
|
|
<div class="actions">
|
2015-06-24 13:19:49 +08:00
|
|
|
<a class="btn btn-default btn-lg" href="#modal-download" data-toggle="modal"
|
|
|
|
onClick="_gaq.push(['_trackEvent', 'Launch Modal', 'Launch Download Modal']);">
|
2016-04-01 21:45:15 +08:00
|
|
|
<i class="fa fa-download fa-lg" aria-hidden="true"></i>
|
2013-10-06 03:40:57 +08:00
|
|
|
Download
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
<div class="shameless-self-promotion">
|
2013-10-28 04:36:33 +08:00
|
|
|
Version {{ site.fontawesome.version }} ·
|
2013-10-06 03:40:57 +08:00
|
|
|
<a href="{{ site.fontawesome.github.url }}"
|
|
|
|
onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);">
|
|
|
|
GitHub Project</a> ·
|
2013-10-28 04:36:33 +08:00
|
|
|
<a href="{{ page.relative_path }}3.2.1">Old 3.2.1 Docs</a> ·
|
|
|
|
Created by <a href="http://twitter.com/{{ site.fontawesome.author.twitter }}">Dave Gandy</a>
|
2013-05-03 08:12:33 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
2013-10-06 22:46:50 +08:00
|
|
|
<div class="col-md-4 col-sm-4">
|
2013-10-06 03:40:57 +08:00
|
|
|
<div id="icon-carousel" class="carousel slide">
|
2013-05-03 08:12:33 +08:00
|
|
|
<!-- Carousel items -->
|
|
|
|
<div class="carousel-inner">
|
2016-04-01 21:45:15 +08:00
|
|
|
<div class="active item"><div><i class="fa fa-flag" aria-hidden="true"></i><span class="sr-only">flag icon</span></div></div>
|
2016-04-09 07:39:15 +08:00
|
|
|
<div class="item"><div><i class="fa fa-universal-access" aria-hidden="true"></i><span class="sr-only">fort awesome icon</span></div></div>
|
2016-04-01 21:45:15 +08:00
|
|
|
<div class="item"><div><i class="fa fa-fort-awesome" aria-hidden="true"></i><span class="sr-only">fort awesome icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-commenting" aria-hidden="true"></i><span class="sr-only">commenting icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-map-signs" aria-hidden="true"></i><span class="sr-only">map signs icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-envelope" aria-hidden="true"></i><span class="sr-only">envelope icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-send-o" aria-hidden="true"></i><span class="sr-only">send icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-book" aria-hidden="true"></i><span class="sr-only">book icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-fighter-jet" aria-hidden="true"></i><span class="sr-only">fighter jet icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-beer" aria-hidden="true"></i><span class="sr-only">beer icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-heart-o" aria-hidden="true"></i><span class="sr-only">heart icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-thumbs-o-up" aria-hidden="true"></i><span class="sr-only">thumbs up icon</span></div></div>
|
|
|
|
<div class="item"><div><i class="fa fa-pied-piper-alt" aria-hidden="true"></i><span class="sr-only">pied piper icon</span></div></div>
|
2013-05-03 08:12:33 +08:00
|
|
|
</div>
|
|
|
|
<!-- Carousel nav -->
|
2013-10-06 03:40:57 +08:00
|
|
|
<a class="carousel-control left" href="#icon-carousel" data-slide="prev"
|
2013-05-03 08:12:33 +08:00
|
|
|
onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Prev']);">
|
2016-04-01 21:45:15 +08:00
|
|
|
<i class="fa fa-arrow-circle-left" aria-hidden="true"></i>
|
|
|
|
<span class="sr-only">Previous</span>
|
|
|
|
</a>
|
2013-10-06 03:40:57 +08:00
|
|
|
<a class="carousel-control right" href="#icon-carousel" data-slide="next"
|
2013-05-03 08:12:33 +08:00
|
|
|
onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Next']);">
|
2016-04-01 21:45:15 +08:00
|
|
|
<i class="fa fa-arrow-circle-right" aria-hidden="true"></i>
|
|
|
|
<span class="sr-only">Next</span>
|
|
|
|
</a>
|
2013-05-03 08:12:33 +08:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|