reordered features in index.md

This commit is contained in:
Heydon Pickering 2017-07-14 20:16:51 +01:00
parent 215f6b015f
commit 80fd7a14b0
3 changed files with 3 additions and 3 deletions

View File

@ -7,12 +7,12 @@ Welcome to **Infusion**: a pattern library builder for inclusive designers. Thes
{{% ticks %}} {{% ticks %}}
* Built with Hugo, so easy to structure content and fast to compile it * 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 live code demos easily, using either CodePen embeds or via inline demo sections (that use Shadow DOM)
* Quickly include WCAG and Inclusive Design Principles references by key * Quickly include WCAG and Inclusive Design Principles references by key
* Easily make sections collapsible without writing HTML * Easily make sections collapsible without writing HTML
* Choose between plain or line-numbered code blocks * 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 website as output
* Available to read offline, thanks to service worker integration
{{% /ticks %}} {{% /ticks %}}
To get started, take a look at {{% pattern "Installation" %}}. To get started, take a look at {{% pattern "Installation" %}}.

View File

@ -263,12 +263,12 @@
<div class="ticks"> <div class="ticks">
<ul> <ul>
<li>Built with Hugo, so easy to structure content and fast to compile it</li> <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 live code demos easily, using either CodePen embeds or via inline demo sections (that use Shadow DOM)</li>
<li>Quickly include WCAG and Inclusive Design Principles references by key</li> <li>Quickly include WCAG and Inclusive Design Principles references by key</li>
<li>Easily make sections collapsible without writing HTML</li> <li>Easily make sections collapsible without writing HTML</li>
<li>Choose between plain or line-numbered code blocks</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 website as output</li>
<li>Available to read offline, thanks to service worker integration</li>
</ul> </ul>
</div> </div>

File diff suppressed because one or more lines are too long