download.html 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <div class="modal fade" id="modal-download" tabindex="-1" role="dialog" aria-labelledby="modal-download-label"
  2. xmlns="http://www.w3.org/1999/html">
  3. <div class="modal-dialog" role="document">
  4. <div class="modal-content">
  5. <div class="modal-header">
  6. <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>
  7. <h2 class="modal-title" id="modal-download-label">
  8. <i class="fa fa-download fa-lg" aria-hidden="true"></i>&nbsp;
  9. Download
  10. </h2>
  11. </div>
  12. <h3 class="bg-fa5 margin-none padding-lg text-center">
  13. Get 2,000+ icons with Font Awesome Pro and <strong>ALL</strong> KS rewards for just $60!
  14. </h3>
  15. <div class="modal-body">
  16. <div class="text-lg margin-bottom-lg padding-bottom">
  17. Before you download, check out <b>Font Awesome Pro&mdash;</b>
  18. </div>
  19. <div class="row margin-bottom-lg">
  20. <div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
  21. <i class="fas fas-trophy-alt fas-3x fas-fw text-muted hidden-xs"></i>
  22. <i class="fas fas-trophy-alt fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
  23. </div>
  24. <div class="col-md-9 col-sm-9 col-xs-9">
  25. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Tons More Icons</h4>
  26. <p>
  27. Get 2,148 icons right now with Pro, plus another 2,000 from 46 icon category packs as we finish them!
  28. </p>
  29. </div>
  30. </div>
  31. <div class="row margin-bottom-lg">
  32. <div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
  33. <i class="fas fas-flask fas-3x fas-fw text-muted hidden-xs"></i>
  34. <i class="fas fas-flask fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
  35. </div>
  36. <div class="col-md-9 col-sm-9 col-xs-9">
  37. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">SVG Framework &amp; More</h4>
  38. <p>
  39. Get the latest tech upgrades, easy upgrades from v4, icons in 3 styles,
  40. <a href="https://fontawesome.com/?utm_source=font_awesome_homepage&utm_medium=display&utm_campaign=two_thousand_60&utm_content=download_modal#schedule-info">&amp; tons more as we finish</a>.
  41. </p>
  42. </div>
  43. </div>
  44. <div class="row margin-bottom-lg">
  45. <div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
  46. <i class="fas fas-stopwatch fas-3x fas-fw text-muted hidden-xs"></i>
  47. <i class="fas fas-stopwatch fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
  48. </div>
  49. <div class="col-md-9 col-sm-9 col-xs-10">
  50. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Early Access</h4>
  51. <p>
  52. Get early access and input into new icons, categories, and frameworks with our private GitHub repo!
  53. </p>
  54. </div>
  55. </div>
  56. <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">
  57. <h3 class="margin-top margin-bottom strong">
  58. Check out <span class="hidden-xs">Font Awesome</span><span class="hidden-sm hidden-md hidden-lg">FA</span> Pro! &nbsp;<i class="fas fas-external-link" aria-hidden="true"></i>
  59. </h3>
  60. </a>
  61. <div class="text-center margin-top margin-bottom">or</div>
  62. <a class="btn btn-default btn-lg btn-block" href="{{ page.relative_path }}assets/font-awesome-{{ site.fontawesome.version }}.zip"
  63. onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Download on GitHub']);">
  64. No thanks, just download <br class="visible-xs" />Font Awesome 4
  65. </a>
  66. </div>
  67. </div>
  68. </div>
  69. </div>