rewrote index features

This commit is contained in:
Heydon Pickering 2017-07-17 13:50:34 +01:00
parent a36d69214d
commit a26246f890
3 changed files with 9 additions and 11 deletions

View File

@ -3,16 +3,15 @@ date = "2017-06-26T18:27:58+01:00"
title = "The Infusion Pattern Library Builder"
+++
Welcome to **Infusion**: a pattern library builder for inclusive designers. These are **Infusion's** docs, but they are also an example of a pattern library built with **Infusion**. Here are some of its features:
Welcome to **Infusion**: a pattern library builder for inclusive designers and those trying to be inclusive designers. These are **Infusion's** docs, but they are also an example of a pattern library built with **Infusion**. Here are some of its features:
{{% ticks %}}
* Built with Hugo, so easy to structure content and fast to compile it
* Available to read offline, thanks to service worker integration
* Include live code demos easily, using either CodePen embeds or via inline demo sections (that use Shadow DOM)
* Include encapsulated live demos, inline with your markdown
* Quickly include WCAG and Inclusive Design Principles references
* Easily make sections collapsible without writing HTML
* Choose between plain or line-numbered code blocks
* A responsive, screen reader and keyboard accessible static website as output
* A responsive, screen reader and keyboard accessible static site as output
* Automated Github Pages deployment
{{% /ticks %}}
To get started, take a look at {{% pattern "Installation" %}}.

View File

@ -272,17 +272,16 @@
<main id="main">
<h1>The Infusion Pattern Library Builder</h1>
<p>Welcome to <strong>Infusion</strong>: a pattern library builder for inclusive designers. These are <strong>Infusion&rsquo;s</strong> docs, but they are also an example of a pattern library built with <strong>Infusion</strong>. Here are some of its features:</p>
<p>Welcome to <strong>Infusion</strong>: a pattern library builder for inclusive designers and those trying to be inclusive designers. These are <strong>Infusion&rsquo;s</strong> docs, but they are also an example of a pattern library built with <strong>Infusion</strong>. Here are some of its features:</p>
<div class="ticks">
<ul>
<li>Built with Hugo, so easy to structure content and fast to compile it</li>
<li>Available to read offline, thanks to service worker integration</li>
<li>Include live code demos easily, using either CodePen embeds or via inline demo sections (that use Shadow DOM)</li>
<li>Include encapsulated live demos, inline with your markdown</li>
<li>Quickly include WCAG and Inclusive Design Principles references</li>
<li>Easily make sections collapsible without writing HTML</li>
<li>Choose between plain or line-numbered code blocks</li>
<li>A responsive, screen reader and keyboard accessible static website as output</li>
<li>A responsive, screen reader and keyboard accessible static site as output</li>
<li>Automated Github Pages deployment</li>
</ul>
</div>

File diff suppressed because one or more lines are too long