generated from uswds/uswds-sandbox
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
31 lines (30 loc) · 924 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default
title: USWDS Tutorial
hero:
heading_alt: "Learn how to use"
heading: "USWDS"
body: "A tutorial project to learn about installing, compiling, and customizing with the U.S. Web Design System"
button_group:
- label: "Start the tutorial"
href: "#tutorial-start"
- label: "View source on GitHub"
href: "https://github.com/uswds/uswds-tutorial"
secondary: true
---
<header class="opener">
{% include "site/hero.html" with page.hero %}
</header>
<main id="tutorial-start">
{% include "sxs/part-intro.html" %}
{% include "sxs/part-one.html" %}
{% include "sxs/part-two.html" %}
{% include "sxs/part-three.html" %}
{% include "sxs/part-four.html" %}
{% include "sxs/part-five.html" %}
{% include "sxs/part-six.html" %}
{% include "sxs/part-seven.html" %}
{% include "sxs/part-eight.html" %}
{% include "sxs/part-end.html" %}
</main>
{% include "site/footer.html" %}