14 |
15 |
16 |
17 |
18 | {{ include('../partials/header.html', { "templateLabel" : "BASIC" }) }}
19 |
20 | {{ include('../partials/basic/introduction.html') }}
21 |
22 | {{ include('../partials/basic/callout.html') }}
23 |
24 | {{ include('../partials/basic/connect.html') }}
25 |
26 | {{ include('../partials/footer.html') }}
27 |
28 |
29 | |
30 |
31 |
32 |
33 |
--------------------------------------------------------------------------------
/source/layouts/hero.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
14 |
15 |
16 |
17 |
18 | {{ include('../partials/header.html', { "templateLabel" : "HERO" }) }}
19 |
20 | {{ include('../partials/hero/introduction.html') }}
21 |
22 | {{ include('../partials/hero/callout.html') }}
23 |
24 | {{ include('../partials/hero/secondary-copy.html') }}
25 |
26 | {{ include('../partials/hero/connect.html') }}
27 |
28 | {{ include('../partials/footer.html') }}
29 |
30 |
31 | |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/source/layouts/sidebar-hero.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
14 |
15 |
16 |
17 |
18 | {{ include('../partials/header.html', { "templateLabel" : "SIDEBAR HERO" }) }}
19 |
20 | {{ include('../partials/sidebar-hero/introduction.html') }}
21 |
22 | {{ include('../partials/sidebar-hero/panel.html') }}
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 | {{ include('../partials/sidebar-hero/left-column.html') }}
34 | |
35 |
36 | {{ include('../partials/sidebar-hero/right-column.html') }}
37 | |
38 |
39 |
40 |
41 |
42 | |
43 |
44 |
45 |
46 |
47 | {{ include('../partials/footer.html') }}
48 |
49 |
50 | |
51 |
52 |
53 |
54 |
--------------------------------------------------------------------------------
/source/partials/basic/callout.html:
--------------------------------------------------------------------------------
1 |