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-13 04:19:20 +0300
committerJulien Deswaef <judeswae@thoughtworks.com>2018-02-13 04:19:20 +0300
commit6f3f66169fa04e555b8d903da41886e0bec08ac7 (patch)
tree3f9cc773da224dd50f534d80be5763e18a84a71d /src/doc/accessibility.html
parent3152d87d26c7a65e3e2acab7ef6e59d713fe81b1 (diff)
Moved the documentation site to its own src/subfolder
Diffstat (limited to 'src/doc/accessibility.html')
-rw-r--r--src/doc/accessibility.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/doc/accessibility.html b/src/doc/accessibility.html
new file mode 100644
index 000000000..74fdffc78
--- /dev/null
+++ b/src/doc/accessibility.html
@@ -0,0 +1,36 @@
+---
+layout: base
+title: Fork Awesome & Accessibility
+navbar_active: accessibility
+view_class: v-accessibility
+relative_path: ../
+---
+{% capture jumbotron_h1 %}<i class="fa fa-universal-access" aria-hidden="true"></i>&nbsp; Accessibility{% endcapture %}
+{% capture jumbotron_p %}Make your icons awesome for all of your users{% endcapture %}
+
+{% include jumbotron.html %}
+
+<div class="container">
+ <section id="accessibility-intro" class="accessibility-intro">
+ <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.
+ </p>
+ </div>
+ <div class="col-md-6">
+ {% include accessibility/background.html %}
+ </div>
+ </div>
+ </section>
+
+ <h2 class="page-header">
+ Using {{ site.forkawesome.name }} with Acessibility in mind
+ </h2>
+
+ {% include accessibility/accessibility-manual.html %}
+ {% include accessibility/other.html %}
+</div>