links in home page refs
This commit is contained in:
parent
11add49650
commit
33c2dbb331
|
@ -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:
|
||||
|
||||
{{% ticks %}}
|
||||
* Built with Hugo, so easy to structure content and fast to compile it
|
||||
* Available to read offline, thanks to service worker integration
|
||||
* Include encapsulated live demos, inline with your markdown
|
||||
* Quickly include WCAG and Inclusive Design Principles references
|
||||
* Built with [Hugo](https://gohugo.io/), so easy to structure content and fast to compile it
|
||||
* 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, [using Shadow DOM](https://www.smashingmagazine.com/2017/07/pattern-libraries-in-markdown/)
|
||||
* Quickly include WCAG and [Inclusive Design Principles](http://inclusivedesignprinciples.org/) references
|
||||
* A responsive, screen reader and keyboard accessible static site as output
|
||||
* Automated Github Pages deployment
|
||||
{{% /ticks %}}
|
||||
|
|
|
@ -311,10 +311,10 @@
|
|||
|
||||
<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 encapsulated live demos, inline with your markdown</li>
|
||||
<li>Quickly include WCAG and Inclusive Design Principles references</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, 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, <a href="https://www.smashingmagazine.com/2017/07/pattern-libraries-in-markdown/">using Shadow DOM</a></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>Automated Github Pages deployment</li>
|
||||
</ul>
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user