download.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. Font Awesome 5 Released!
  14. </h3>
  15. <div class="modal-body">
  16. <div class="row margin-bottom-lg margin-top">
  17. <div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
  18. <i class="fas fas-trophy-alt fas-3x fas-fw text-muted hidden-xs"></i>
  19. <i class="fas fas-trophy-alt fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
  20. </div>
  21. <div class="col-md-9 col-sm-9 col-xs-9">
  22. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">More Icons</h4>
  23. <p>
  24. 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!
  25. </p>
  26. </div>
  27. </div>
  28. <div class="row margin-bottom-lg">
  29. <div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
  30. <i class="fas fas-flask fas-3x fas-fw text-muted hidden-xs"></i>
  31. <i class="fas fas-flask fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
  32. </div>
  33. <div class="col-md-9 col-sm-9 col-xs-9">
  34. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">All-New SVG</h4>
  35. <p>
  36. Our all-new SVG with JavaScript gives you all the power of SVG without the usual hassle.
  37. </p>
  38. </div>
  39. </div>
  40. <div class="row margin-bottom-lg">
  41. <div class="col-md-2 col-sm-2 col-xs-2 text-right padding-right-sm">
  42. <i class="fas fas-rocket fas-3x fas-fw text-muted hidden-xs"></i>
  43. <i class="fas fas-rocket fas-2x fas-fw text-muted hidden-sm hidden-md hidden-lg"></i>
  44. </div>
  45. <div class="col-md-9 col-sm-9 col-xs-10">
  46. <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Tons More</h4>
  47. <p>
  48. Ligatures for easier desktop use, shim for quick upgrades from 4, and more styles, icons, and tools with FA Pro.
  49. </p>
  50. </div>
  51. </div>
  52. <a 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">
  53. <h3 class="margin-top margin-bottom strong">
  54. Font Awesome 5 &nbsp;<i class="fas fas-external-link" aria-hidden="true"></i>
  55. </h3>
  56. </a>
  57. <div class="text-center margin-top margin-bottom">or</div>
  58. <a class="btn btn-default btn-lg btn-block" href="{{ page.relative_path }}assets/font-awesome-{{ site.fontawesome.version }}.zip"
  59. onClick="_gaq.push(['_trackEvent', 'Outbound Modal Link', 'Download on GitHub']);">
  60. No thanks, just download <br class="visible-xs" />Font Awesome 4
  61. </a>
  62. </div>
  63. </div>
  64. </div>
  65. </div>