123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <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>
- Download
- </h2>
- </div>
- <h3 class="bg-fa5 margin-none padding-lg text-center">
- Get 2,000+ icons with Font Awesome Pro and <strong>ALL</strong> KS rewards for just $60!
- </h3>
- <div class="modal-body">
- <div class="text-lg margin-bottom-lg padding-bottom">
- Before you download, check out <b>Font Awesome Pro—</b>
- </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-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>
- </div>
- <div class="col-md-9 col-sm-9 col-xs-9">
- <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Tons More Icons</h4>
- <p>
- Get 2,148 icons right now with Pro, plus another 2,000 from 46 icon category packs as we finish them!
- </p>
- </div>
- </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>
- <div class="col-md-9 col-sm-9 col-xs-9">
- <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">SVG Framework & More</h4>
- <p>
- Get the latest tech upgrades, easy upgrades from v4, icons in 3 styles,
- <a href="https://fontawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_campaign=two_thousand_60&utm_content=download_modal#schedule-info">& tons more as we finish</a>.
- </p>
- </div>
- </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-stopwatch fas-3x fas-fw text-muted hidden-xs"></i>
- <i class="fas fas-stopwatch 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">
- <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Early Access</h4>
- <p>
- Get early access and input into new icons, categories, and frameworks with our private GitHub repo!
- </p>
- </div>
- </div>
- <a href="https://fontawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_campaign=two_thousand_60&utm_content=download_modal" class="btn btn-fa5 btn-lg btn-block">
- <h3 class="margin-top margin-bottom strong">
- Check out <span class="hidden-xs">Font Awesome</span><span class="hidden-sm hidden-md hidden-lg">FA</span> Pro! <i class="fas fas-external-link" aria-hidden="true"></i>
- </h3>
- </a>
- <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']);">
- No thanks, just download <br class="visible-xs" />Font Awesome 4
- </a>
- </div>
- </div>
- </div>
- </div>
|