rewrote index features
This commit is contained in:
parent
a36d69214d
commit
a26246f890
|
@ -3,16 +3,15 @@ date = "2017-06-26T18:27:58+01:00"
|
||||||
title = "The Infusion Pattern Library Builder"
|
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 %}}
|
{{% 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
|
* 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
|
* Quickly include WCAG and Inclusive Design Principles references
|
||||||
* Easily make sections collapsible without writing HTML
|
* A responsive, screen reader and keyboard accessible static site as output
|
||||||
* Choose between plain or line-numbered code blocks
|
* Automated Github Pages deployment
|
||||||
* A responsive, screen reader and keyboard accessible static website as output
|
|
||||||
{{% /ticks %}}
|
{{% /ticks %}}
|
||||||
|
|
||||||
To get started, take a look at {{% pattern "Installation" %}}.
|
To get started, take a look at {{% pattern "Installation" %}}.
|
||||||
|
|
|
@ -272,17 +272,16 @@
|
||||||
|
|
||||||
<main id="main">
|
<main id="main">
|
||||||
<h1>The Infusion Pattern Library Builder</h1>
|
<h1>The Infusion Pattern Library Builder</h1>
|
||||||
<p>Welcome to <strong>Infusion</strong>: a pattern library builder for inclusive designers. These are <strong>Infusion’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’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">
|
<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>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>Quickly include WCAG and Inclusive Design Principles references</li>
|
||||||
<li>Easily make sections collapsible without writing HTML</li>
|
<li>A responsive, screen reader and keyboard accessible static site as output</li>
|
||||||
<li>Choose between plain or line-numbered code blocks</li>
|
<li>Automated Github Pages deployment</li>
|
||||||
<li>A responsive, screen reader and keyboard accessible static website as output</li>
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user