| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,58 @@ |
| 1 |
+<div class="jumbotron jumbotron-carousel hidden-print"> |
|
| 2 |
+ <div class="container"> |
|
| 3 |
+ <div class="row"> |
|
| 4 |
+ <div class="col-md-8 col-sm-8 text-center"> |
|
| 5 |
+ <h1>Font Awesome</h1> |
|
| 6 |
+ <p>The iconic font and CSS toolkit</p> |
|
| 7 |
+ <div class="actions"> |
|
| 8 |
+ <a class="btn btn-default btn-lg" href="#modal-download" data-toggle="modal" |
|
| 9 |
+ onClick="_gaq.push(['_trackEvent', 'Launch Modal', 'Launch Download Modal']);"> |
|
| 10 |
+ <i class="fa fa-download fa-lg" aria-hidden="true"></i> |
|
| 11 |
+ Download |
|
| 12 |
+ </a> |
|
| 13 |
+ </div> |
|
| 14 |
+ <div class="shameless-self-promotion"> |
|
| 15 |
+ Version {{ site.fontawesome.version }} ·
|
|
| 16 |
+ <a href="{{ site.fontawesome.github.url }}"
|
|
| 17 |
+ onClick="_gaq.push(['_trackEvent', 'Outbound Link', 'View Project on GitHub']);"> |
|
| 18 |
+ GitHub Project</a> · |
|
| 19 |
+ <a href="{{ page.relative_path }}3.2.1">Old 3.2.1 Docs</a> ·
|
|
| 20 |
+ Created by <a href="http://twitter.com/{{ site.fontawesome.author.twitter }}">Dave Gandy</a>
|
|
| 21 |
+ </div> |
|
| 22 |
+ </div> |
|
| 23 |
+ <div class="col-md-4 col-sm-4"> |
|
| 24 |
+ <div id="icon-carousel" class="carousel slide"> |
|
| 25 |
+ <div class="carousel-inner"> |
|
| 26 |
+ <div class="active item"><div><i class="fa fa-font-awesome" aria-hidden="true"></i><span class="sr-only">flag icon</span></div></div> |
|
| 27 |
+ <div class="item"><div><i class="fa fa-handshake-o" aria-hidden="true"></i><span class="sr-only">fort awesome icon</span></div></div> |
|
| 28 |
+ <div class="item"><div><i class="fa fa-bath" aria-hidden="true"></i><span class="sr-only">fort awesome icon</span></div></div> |
|
| 29 |
+ <div class="item"><div><i class="fa fa-envelope-open-o" aria-hidden="true"></i><span class="sr-only">fort awesome icon</span></div></div> |
|
| 30 |
+ <div class="item"><div><i class="fa fa-fort-awesome" aria-hidden="true"></i><span class="sr-only">fort awesome icon</span></div></div> |
|
| 31 |
+ <div class="item"><div><i class="fa fa-commenting" aria-hidden="true"></i><span class="sr-only">commenting icon</span></div></div> |
|
| 32 |
+ <div class="item"><div><i class="fa fa-map-signs" aria-hidden="true"></i><span class="sr-only">map signs icon</span></div></div> |
|
| 33 |
+ <div class="item"><div><i class="fa fa-envelope" aria-hidden="true"></i><span class="sr-only">envelope icon</span></div></div> |
|
| 34 |
+ <div class="item"><div><i class="fa fa-send-o" aria-hidden="true"></i><span class="sr-only">send icon</span></div></div> |
|
| 35 |
+ <div class="item"><div><i class="fa fa-book" aria-hidden="true"></i><span class="sr-only">book icon</span></div></div> |
|
| 36 |
+ <div class="item"><div><i class="fa fa-fighter-jet" aria-hidden="true"></i><span class="sr-only">fighter jet icon</span></div></div> |
|
| 37 |
+ <div class="item"><div><i class="fa fa-beer" aria-hidden="true"></i><span class="sr-only">beer icon</span></div></div> |
|
| 38 |
+ <div class="item"><div><i class="fa fa-heart-o" aria-hidden="true"></i><span class="sr-only">heart icon</span></div></div> |
|
| 39 |
+ <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> |
|
| 40 |
+ <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> |
|
| 41 |
+ </div> |
|
| 42 |
+ <!-- Carousel nav --> |
|
| 43 |
+ <a class="carousel-control left" href="#icon-carousel" data-slide="prev" |
|
| 44 |
+ onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Prev']);"> |
|
| 45 |
+ <i class="fa fa-arrow-circle-left" aria-hidden="true"></i> |
|
| 46 |
+ <span class="sr-only">Previous</span> |
|
| 47 |
+ </a> |
|
| 48 |
+ <a class="carousel-control right" href="#icon-carousel" data-slide="next" |
|
| 49 |
+ onClick="_gaq.push(['_trackEvent', 'iconCarousel', 'Next']);"> |
|
| 50 |
+ <i class="fa fa-arrow-circle-right" aria-hidden="true"></i> |
|
| 51 |
+ <span class="sr-only">Next</span> |
|
| 52 |
+ </a> |
|
| 53 |
+ </div> |
|
| 54 |
+ </div> |
|
| 55 |
+ </div> |
|
| 56 |
+ |
|
| 57 |
+ </div> |
|
| 58 |
+</div> |