Welcome to mirror list, hosted at ThFree Co, Russian Federation.

why.html « _includes « src - github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5ff610ad17d122de6907a5a340985d8f24716c4a (plain)
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
<section id="why" class="feature-list">
  <div class="row">
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-flag"></i> One Font, {{ icons | size }} Icons</h4>
      In a single collection, Font Awesome is a pictographic language of web-related actions.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-ban"></i> No JavaScript Required</h4>
      Fewer compatibility concerns because Font Awesome doesn't require JavaScript.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-arrows-alt"></i> Infinite Scalability</h4>
      Scalable vector graphics means every icon looks awesome at any size.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-microphone"></i> Free, as in Speech</h4>
      Font Awesome is completely free for commercial use. Check out the <a href="{{ page.relative_path }}license/">license</a>.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-pencil"></i> CSS Control</h4>
      Easily style icon color, size, shadow, and anything that's possible with CSS.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-eye"></i> Perfect on Retina Displays</h4>
      Font Awesome icons are vectors, which mean they're gorgeous on high-resolution displays.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-thumbs-o-up"></i> Made for Bootstrap</h4>
      Designed from scratch to be fully compatible with <a href="{{ site.bootstrap.url }}">Bootstrap {{ site.bootstrap.version }}</a>.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-desktop"></i> Desktop Friendly</h4>
      To use on the desktop or for a complete set of vectors,
      check out the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
    </div>
    <div class="col-md-4 col-sm-6">
      <h4><i class="fa fa-search"></i> Screen Reader Compatible</h4>
      Font Awesome won't trip up screen readers, unlike other icon fonts.
    </div>
  </div>
</section>