links in home page refs

This commit is contained in:
Heydon Pickering 2017-08-01 18:26:01 +01:00
parent 11add49650
commit 33c2dbb331
3 changed files with 9 additions and 9 deletions

View File

@ -6,10 +6,10 @@ title = "The Infusion Pattern Library Builder"
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: 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](https://gohugo.io/), so easy to structure content and fast to compile it
* Available to read offline, thanks to service worker integration * Available to read offline, as a [Progressive Web App](https://developers.google.com/web/progressive-web-apps/)
* Include encapsulated live demos, inline with your markdown * Include encapsulated live demos, inline with your markdown, [using Shadow DOM](https://www.smashingmagazine.com/2017/07/pattern-libraries-in-markdown/)
* Quickly include WCAG and Inclusive Design Principles references * Quickly include WCAG and [Inclusive Design Principles](http://inclusivedesignprinciples.org/) references
* A responsive, screen reader and keyboard accessible static site as output * A responsive, screen reader and keyboard accessible static site as output
* Automated Github Pages deployment * Automated Github Pages deployment
{{% /ticks %}} {{% /ticks %}}

View File

@ -311,10 +311,10 @@
<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 <a href="https://gohugo.io/">Hugo</a>, 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, as a <a href="https://developers.google.com/web/progressive-web-apps/">Progressive Web App</a></li>
<li>Include encapsulated live demos, inline with your markdown</li> <li>Include encapsulated live demos, inline with your markdown, <a href="https://www.smashingmagazine.com/2017/07/pattern-libraries-in-markdown/">using Shadow DOM</a></li>
<li>Quickly include WCAG and Inclusive Design Principles references</li> <li>Quickly include WCAG and <a href="http://inclusivedesignprinciples.org/">Inclusive Design Principles</a> references</li>
<li>A responsive, screen reader and keyboard accessible static site as output</li> <li>A responsive, screen reader and keyboard accessible static site as output</li>
<li>Automated Github Pages deployment</li> <li>Automated Github Pages deployment</li>
</ul> </ul>

File diff suppressed because one or more lines are too long