aboutsummaryrefslogtreecommitdiffstats
path: root/library/font_awesome/src/_includes/modals/download.html
blob: 384620bdc9c10e94ea1358daed81167a727e9471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<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>
      <div class="modal-body">
        <div class="text-lg margin-bottom-lg">
          Before you download, check out our latest project: Fort Awesome&mdash;
        </div>

        <div class="row">
          <div class="col-md-6 col-sm-6 margin-bottom-lg">
            <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">More Sets</h4>
            Font Awesome not the right look? We've got the perfect icon set for your website!
          </div>
          <div class="col-md-6 col-sm-6 margin-bottom-lg">
            <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Your Icons</h4>
            Copy &amp; paste your own logo and icons directly into Fort Awesome. Easy peasy.
          </div>
          <div class="col-md-6 col-sm-6 margin-bottom-lg">
            <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Fonts Too!</h4>
            Subset and serve your typefaces too! We've got some great ones to start with.
          </div>
          <div class="col-md-6 col-sm-6 margin-bottom-lg">
            <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Optimized</h4>
            Subsetting your icons and typefaces often shrinks them by 95% or more!
          </div>
          <div class="col-md-6 col-sm-6 margin-bottom-lg">
            <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Hosted</h4>
            No more messing with files! Update and deploy your icons to our CDN.
          </div>
          <div class="col-md-6 col-sm-6 margin-bottom-lg">
            <h4 class="page-header margin-top-none padding-bottom-sm margin-bottom-sm">Faster</h4>
            Optimized and hosted means your icons and typefaces load much faster.
          </div>
        </div>

        <a href="https://fortawesome.com/start?utm_source=font_awesome_homepage&utm_medium=display&utm_content=download_modal&utm_campaign=promo_{{ site.fontawesome.minor_version }}_update" class="btn btn-success btn-lg btn-block">
          Take your icon game <br class="visible-xs" />to the next level with
          <h2 class="margin-top-sm margin-bottom-sm hidden-xs"><i class="fas fas-fort-logo fas-lg valign-baseline"></i>&nbsp; Fort Awesome</h2>
          <h3 class="margin-top-sm margin-bottom-sm visible-xs"><i class="fas fas-fort-logo fas-lg valign-baseline"></i>&nbsp; Fort Awesome</h3>
        </a>
        <div class="text-center margin-top-sm margin-bottom-sm">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
        </a>

      </div>
    </div>
  </div>
</div>