Fork-Awesome/src/_includes/modals/download.html

68 lines
3.5 KiB
HTML
Raw Normal View History

2016-01-07 15:42:46 +01:00
<div class="modal fade" id="modal-download" tabindex="-1" role="dialog" aria-labelledby="modal-download-label"
xmlns="http://www.w3.org/1999/html">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><i class="fa fa-times" aria-hidden="true"></i><span class="close"></span></button>
<h2 class="modal-title" id="modal-download-label">
<i class="fa fa-download fa-lg" aria-hidden="true"></i>&nbsp;
Download
</h2>
</div>
2017-09-09 04:41:59 +02:00
<h3 class="bg-fa5 margin-none padding-lg text-center">
2017-12-07 18:07:36 +01:00
Font Awesome 5 Released!
2017-09-09 04:41:59 +02:00
</h3>
2016-01-07 15:42:46 +01:00
<div class="modal-body">
2017-12-07 18:07:36 +01:00
<div class="row margin-bottom-lg margin-top">
2017-05-23 22:43:42 +02:00
<div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
<i class="fas fas-trophy-alt fas-3x fas-fw text-muted hidden-xs"></i>
<i class="fas fas-trophy-alt fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
2016-01-07 15:42:46 +01:00
</div>
<div class="col-md-9 col-sm-9 col-xs-9">
2017-12-07 18:07:36 +01:00
<h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">More Icons</h4>
2017-05-23 22:43:42 +02:00
<p>
2017-12-07 18:07:36 +01:00
Get 893 icons right now with FA Free, plus another 1,283 icons with Pro, which also gets you another 46 icon category packs as we finish them!
2017-05-23 22:43:42 +02:00
</p>
</div>
2017-05-23 22:43:42 +02:00
</div>
<div class="row margin-bottom-lg">
<div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
<i class="fas fas-flask fas-3x fas-fw text-muted hidden-xs"></i>
<i class="fas fas-flask fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
</div>
2017-05-23 22:43:42 +02:00
<div class="col-md-9 col-sm-9 col-xs-9">
2017-12-07 18:07:36 +01:00
<h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">All-New SVG</h4>
2017-05-23 22:43:42 +02:00
<p>
2017-12-07 18:07:36 +01:00
Our all-new SVG with JavaScript gives you all the power of SVG without the usual hassle.
2017-05-23 22:43:42 +02:00
</p>
</div>
2017-05-23 22:43:42 +02:00
</div>
<div class="row margin-bottom-lg">
<div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
2017-12-07 18:07:36 +01:00
<i class="fas fas-rocket fas-3x fas-fw text-muted hidden-xs"></i>
<i class="fas fas-rocket fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
</div>
<div class="col-md-9 col-sm-9 col-xs-10">
2017-12-07 18:07:36 +01:00
<h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Tons More</h4>
2017-05-23 22:43:42 +02:00
<p>
2017-12-07 18:07:36 +01:00
Ligatures for easier desktop use, shim for quick upgrades from 4, and more styles, icons, and tools with FA Pro.
2017-05-23 22:43:42 +02:00
</p>
2016-01-07 15:42:46 +01:00
</div>
</div>
2017-12-07 18:45:40 +01:00
<a target="_blank" href="https://fontawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_campaign=fa5_released&utm_content=download_modal" class="btn btn-fa5 btn-lg btn-block">
2017-09-09 04:41:59 +02:00
<h3 class="margin-top margin-bottom strong">
2017-12-07 18:07:36 +01:00
Font Awesome 5 &nbsp;<i class="fas fas-external-link" aria-hidden="true"></i>
2017-09-09 04:41:59 +02:00
</h3>
</a>
2017-05-23 22:43:42 +02:00
<div class="text-center margin-top margin-bottom">or</div>
<a class="btn btn-default btn-lg btn-block" href="{{ page.relative_path }}assets/font-awesome-{{ site.fontawesome.version }}.zip"
onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Download on GitHub']);">
2017-05-23 22:43:42 +02:00
No thanks, just download <br class="visible-xs" />Font Awesome 4
</a>
</div>
</div>
</div>
</div>