|
8 | 8 | <div class="l-container">
|
9 | 9 | <ul class="c-tile-list">
|
10 | 10 | <li class="c-tile-list__item">
|
11 |
| - <div class="c-tile c-tile--green"> |
12 |
| - <div class="c-tile__body"> |
13 |
| - <h2 class="c-tile__title"> |
14 |
| - <a class="c-tile__link" href="/docs/installing-pattern-lab">Read the docs</a> |
15 |
| - </h2> |
16 |
| - <div class="c-tile__description">Learn how to get up and running with Pattern Lab, work with patterns, design with dynamic data, and use Pattern Lab's advanced features.</div> |
17 |
| - </div> |
18 |
| - <div class="c-tile__shadow" /> |
19 |
| - </div> |
| 11 | + {% set styleModifier = 'c-tile--green' %} |
| 12 | + {% set title = 'Read the docs' %} |
| 13 | + {% set link = '/docs/installing-pattern-lab' %} |
| 14 | + {% set description = "Learn how to get up and running with Pattern Lab, work with patterns, design with dynamic data, and use Pattern Lab's advanced features." %} |
| 15 | + {% include "components/tile.njk" %} |
20 | 16 | </li>
|
21 | 17 | <li class="c-tile-list__item">
|
22 |
| - <div class="c-tile c-tile--orange"> |
23 |
| - <div class="c-tile__body"> |
24 |
| - <h2 class="c-tile__title"> |
25 |
| - <a class="c-tile__link" href="/demos">Demos</a> |
26 |
| - </h2> |
27 |
| - <div class="c-tile__description">Demos of pattern starterkits for your project as well as a gallery of Pattern Lab projects in the wild</div> |
28 |
| - </div> |
29 |
| - <div class="c-tile__shadow" /> |
30 |
| - </div> |
| 18 | + {% set styleModifier = 'c-tile--orange' %} |
| 19 | + {% set title = 'Demos' %} |
| 20 | + {% set link = '/demos' %} |
| 21 | + {% set description = "Demos of pattern starterkits for your project as well as a gallery of Pattern Lab projects in the wild" %} |
| 22 | + {% include "components/tile.njk" %} |
31 | 23 | </li>
|
32 | 24 | <li class="c-tile-list__item">
|
33 |
| - <div class="c-tile c-tile--purple"> |
34 |
| - <div class="c-tile__body"> |
35 |
| - <h2 class="c-tile__title"> |
36 |
| - <a class="c-tile__link" href="/resources">Resources</a> |
37 |
| - </h2> |
38 |
| - <div class="c-tile__description">Links about Pattern Lab, design systems, and style guides</div> |
39 |
| - </div> |
40 |
| - <div class="c-tile__shadow" /> |
41 |
| - </div> |
| 25 | + {% set styleModifier = 'c-tile--purple' %} |
| 26 | + {% set title = 'Resources' %} |
| 27 | + {% set link = '/resources' %} |
| 28 | + {% set description = "Links to articles and resources around Pattern Lab and design systems" %} |
| 29 | + {% include "components/tile.njk" %} |
42 | 30 | </li>
|
43 | 31 | </ul>
|
44 | 32 | </div>
|
45 | 33 |
|
46 | 34 | <div class="l-container">
|
47 |
| - |
48 |
| - <div class="c-text-passage"> |
49 |
| - {{ content | safe }} |
50 |
| - </div> |
| 35 | + <h2>Pattern Lab features</h2> |
| 36 | + <p>At its core, Pattern Lab is a Node-powered static site generator that stitches together UI components. But there's a whole lot more to it than that!</p> |
| 37 | + <ul class="c-block-grid"> |
| 38 | + <li class="c-block-grid__item"> |
| 39 | + {% set title="Nested Patterns" %} |
| 40 | + {% set description="Include UI patterns inside each other like Russian nesting dolls. Make a change to a pattern and immediately see those changes reflected anywhere it is included." %} |
| 41 | + {% include "components/stacked-block.njk" %} |
| 42 | + </li> |
| 43 | + <li class="c-block-grid__item"> |
| 44 | + {% set title="Design With Dynamic Data" %} |
| 45 | + {% set description="Create living UI prototypes using dynamic data to ensure your components can handle the dynamic nature of your content." %} |
| 46 | + {% include "components/stacked-block.njk" %} |
| 47 | + </li> |
| 48 | + <li class="c-block-grid__item"> |
| 49 | + {% set title="Tool Agnostic" %} |
| 50 | + {% set description="Pattern Lab doesn't impose any tools or libraries on you, which means you have full control over how author your project." %} |
| 51 | + {% include "components/stacked-block.njk" %} |
| 52 | + </li> |
| 53 | + <li class="c-block-grid__item"> |
| 54 | + {% set title="Language Agnostic" %} |
| 55 | + {% set description="Use atomic design language, or don't! it's totally up to you how you name, structure, and organize your Pattern Lab project." %} |
| 56 | + {% include "components/stacked-block.njk" %} |
| 57 | + </li> |
| 58 | + <li class="c-block-grid__item"> |
| 59 | + {% set title="Pattern Documentation" %} |
| 60 | + {% set description="Define and describe your UI patterns so your entire team can start speaking the same language to collaborate more effectively." %} |
| 61 | + {% include "components/stacked-block.njk" %} |
| 62 | + </li> |
| 63 | + <li class="c-block-grid__item"> |
| 64 | + {% set title="Viewport Resizer Tools" %} |
| 65 | + {% set description="Pattern Lab includes viewport resizing tools to ensure your design system's components and pages are fully responsive." %} |
| 66 | + {% include "components/stacked-block.njk" %} |
| 67 | + </li> |
| 68 | + <li class="c-block-grid__item"> |
| 69 | + {% set title="Pattern Lineage" %} |
| 70 | + {% set description="X-ray vision! Quickly view where patterns where components are used, speeding up design, development, and QA time." %} |
| 71 | + {% include "components/stacked-block.njk" %} |
| 72 | + </li> |
| 73 | + <li class="c-block-grid__item"> |
| 74 | + {% set title="Pattern Starter Kits" %} |
| 75 | + {% set description="Start your Pattern Lab project with a blank slate, a few sample components, or a full-on demo project." %} |
| 76 | + {% include "components/stacked-block.njk" %} |
| 77 | + </li> |
| 78 | + <li class="c-block-grid__item"> |
| 79 | + {% set title="Flexible and Extensible" %} |
| 80 | + {% set description="Pattern Lab supports Handlebars and Twig templating engines. Also you can or build a plugin to extend Pattern Lab's capabilities even further." %} |
| 81 | + {% include "components/stacked-block.njk" %} |
| 82 | + </li> |
| 83 | + </ul> |
| 84 | + |
| 85 | + {% set styleModifier = 'c-tile--orange' %} |
| 86 | + {% set title = 'Open source and community driven' %} |
| 87 | + {% set link = '#' %} |
| 88 | + {% set description = "Pattern Lab is (and will always be) an open source project. Check out the project on <a href='https://github.com/pattern-lab/patternlab-node'>GitHub</a> and join the <a href='https://gitter.im/pattern-lab/home'>Pattern Lab Gitter community</a> for conversation and support." %} |
| 89 | + {% include "components/tile.njk" %} |
| 90 | + |
51 | 91 | </div>
|
52 | 92 |
|
53 | 93 | {% endblock %}
|
0 commit comments