浏览代码

links in home page refs

Heydon Pickering 8 年之前
父节点
当前提交
33c2dbb331
共有 3 个文件被更改,包括 8 次插入8 次删除
  1. 4 4
      content/_index.md
  2. 4 4
      docs/index.html
  3. 0 0
      docs/service-worker.js

+ 4 - 4
content/_index.md

@@ -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
-* 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
 * A responsive, screen reader and keyboard accessible static site as output
 * Automated Github Pages deployment
 * Automated Github Pages deployment
 {{% /ticks %}}
 {{% /ticks %}}

+ 4 - 4
docs/index.html

@@ -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>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>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>

文件差异内容过多而无法显示
+ 0 - 0
docs/service-worker.js


部分文件因为文件数量过多而无法显示