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

github.com/ForkAwesome/Fork-Awesome.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 02:00:22 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-06 02:00:22 +0300
commit635729fb5108cf4d335b0f062cc6e09e17832c93 (patch)
tree9c9f8be17ca5d281c52889a6801d844f9c12efe6
parent894ec2d54b345473c5273e42c6c1b4bb4333c47f (diff)
Changing name in Accessibility and removing CDN stuff
-rw-r--r--src/_includes/accessibility/accessibility-facdn.html21
-rw-r--r--src/_includes/accessibility/accessibility-manual.html4
-rw-r--r--src/_includes/accessibility/cta-cdn-ally.html11
-rw-r--r--src/accessibility.html5
-rw-r--r--src/cheatsheet.html10
5 files changed, 14 insertions, 37 deletions
diff --git a/src/_includes/accessibility/accessibility-facdn.html b/src/_includes/accessibility/accessibility-facdn.html
deleted file mode 100644
index 624e0fcec..000000000
--- a/src/_includes/accessibility/accessibility-facdn.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<section id="accessibility-cdn" class="accessibility-cdn">
- <div class="row">
- <div class="col-md-8">
- <h3>
- <i class="gg-col fa fa-magic text-muted fa-lg padding-right" aria-hidden="true"></i>
- Use Font Awesome CDN's auto accessibility
- </h3>
-
- <p><a href="{{ page.relative_path }}get-started/#get-started-cdn">Font Awesome CDN</a> helps you automate accessibility support more easily so your icons work for the most people possible. You only need turn on a setting, <a href="https://cdn.fontawesome.com/help#qa-autoa11y">use our simple syntax</a>, and any icons you use will have all of the best practices and manual techniques below <strong>applied automatically</strong>.</p>
- </div>
-
- <div class="col-md-4">
- <a href="{{ page.relative_path }}get-started/#get-started-cdn" class="btn btn-success btn-block btn-lg margin-top-lg margin-bottom">Automate Your Icons' Accessibility</a>
-
- <p class="text-sm text-center margin-bottom-none">
- <a href="https://cdn.fontawesome.com/help#qa-autoa11y">Read more about our auto accessibility</a>
- </p>
- </div>
- </div>
-
-</section>
diff --git a/src/_includes/accessibility/accessibility-manual.html b/src/_includes/accessibility/accessibility-manual.html
index c886ba85b..1f682053b 100644
--- a/src/_includes/accessibility/accessibility-manual.html
+++ b/src/_includes/accessibility/accessibility-manual.html
@@ -5,10 +5,10 @@
Manually make your icons accessible
</h3>
- <p>When using icons in your UI, there are manual techniques and ways to help assistive technology either ignore or better understand Font Awesome.</p>
+ <p>When using icons in your UI, there are manual techniques and ways to help assistive technology either ignore or better understand {{ site.forkawesome.name }}.</p>
<h4 class="margin-top-xl">Icons used for pure decoration or visual styling</h4>
- <p>If you're using an icon to add some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Additionally, if you're using an icon to visually re-emphasize or add styling to content already present in your HTML, it does not need to be repeated to an assistive technology-using user. You can make sure this is not read by adding the <code>aria-hidden="true"</code> to your Font Awesome markup.</p>
+ <p>If you're using an icon to add some extra decoration or branding, it does not need to be announced to users as they are navigating your site or app aurally. Additionally, if you're using an icon to visually re-emphasize or add styling to content already present in your HTML, it does not need to be repeated to an assistive technology-using user. You can make sure this is not read by adding the <code>aria-hidden="true"</code> to your {{ site.forkawesome.name }} markup.</p>
<div class="margin-top-lg margin-bottom-lg">
{% highlight html %}
diff --git a/src/_includes/accessibility/cta-cdn-ally.html b/src/_includes/accessibility/cta-cdn-ally.html
deleted file mode 100644
index 61d4fe3a6..000000000
--- a/src/_includes/accessibility/cta-cdn-ally.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<div class="well text-center">
- <div class="text-center margin-bottom">
- <i class="gg-col fa fa-magic fa-3x text-muted padding-right" aria-hidden="true"></i>
- <i class="gg-col fa fa-plus fa-2x text-muted padding-right" aria-hidden="true"></i>
- <i class="gg-col fa fa-universal-access fa-3x text-muted" aria-hidden="true"></i>
- </div>
- <h3>Automate your icons' accessibility</h3>
- <p><a href="{{ page.relative_path }}get-started/#get-started-cdn">Font Awesome CDN</a> helps you automate accessibility support more easily so your icons work for the most people possible. You only need turn on a setting and any icons you use will have all of the best practices we recommend applied automatically.</p>
-
- <a href="{{ page.relative_path }}get-started/#get-started-cdn" class="btn btn-success btn-lg">Get Automated Accessibility</a>
-</div>
diff --git a/src/accessibility.html b/src/accessibility.html
index f201921ab..71681ab87 100644
--- a/src/accessibility.html
+++ b/src/accessibility.html
@@ -15,7 +15,10 @@ relative_path: ../
<div class="row">
<div class="col-md-6">
<p class="lead">
- Icons are symbols that can convey a ton of information and really help people comprehend directions, signs, and interfaces. It's important that we create and use them so that they can reach the largest amount of people possible.
+ Icons are symbols that can convey a ton of information and really help
+ people comprehend directions, signs, and interfaces. It's important
+ that we create and use them so that they can reach the largest amount
+ of people possible.
</p>
</div>
<div class="col-md-6">
diff --git a/src/cheatsheet.html b/src/cheatsheet.html
index d04a2aec2..56c38676e 100644
--- a/src/cheatsheet.html
+++ b/src/cheatsheet.html
@@ -12,11 +12,17 @@ relative_path: ../
<div class="container">
{% capture stripe_ad_content %}
<p class="lead">
- Print this page to PDF for the complete set of vectors. Or to use on the desktop, install FontAwesome.otf, set it as the font in your application, and copy and paste the icons (not the unicode) directly from this page into your designs.
+ Print this page to PDF for the complete set of vectors. Or to use on the
+ desktop, install FontAwesome.otf, set it as the font in your application,
+ and copy and paste the icons (not the unicode) directly from this page into
+ your designs.
</p>
{% endcapture %}
- <h2 class="page-header">Every Font Awesome {{ site.fontawesome.version }} Icon, CSS Class, &amp; Unicode</h2>
+ <h2 class="page-header">
+ Every {{ site.forkawesome.version }} {{ site.fontawesome.version }} Icon,
+ CSS Class, &amp; Unicode
+ </h2>
<div class="row">
{% assign sorted_icons = icons | expand_aliases | sort_by:'class' %}