|
1 | | -div.card-row(layout='row') |
2 | | - div(flex) |
3 | | - md-card.card |
4 | | - md-card-content |
5 | | - h3.text-headline.text-uppercase <span class="icon-query-builder"></span> Quickstart |
6 | | - p.text-body Get Started |
| 1 | +div.card-row(layout='row' layout-align="space-around center" |
| 2 | + |
| 3 | +class="docs-landing") |
| 4 | + div(class="card-row-container") |
| 5 | + md-card(class="card") |
| 6 | + md-card-content(flex layout="column" layout-align="space-between center") |
| 7 | + div |
| 8 | + h2(class="text-headline text-uppercase") 5 Minute Quickstart |
| 9 | + p A short beginner guide explaining the basic concepts of Angular |
7 | 10 |
|
8 | 11 | footer |
9 | | - a(href="/docs/#{current.path[1]}/#{current.path[2]}/quickstart.html" class="button" md-button) View Quickstart |
| 12 | + a(href="/docs/#{current.path[1]}/#{current.path[2]}/quickstart.html" class="button md-button") View Quickstart |
10 | 13 |
|
11 | 14 |
|
12 | | - div(flex) |
13 | | - md-card.card |
14 | | - md-card-content |
15 | | - h3.text-headline.text-uppercase <span class="icon-list"></span> Guide |
16 | | - p.text-body Step by Step Guide |
| 15 | + div(class="card-row-container") |
| 16 | + md-card(class="card") |
| 17 | + md-card-content(flex layout="column" layout-align="space-between center") |
| 18 | + div |
| 19 | + h2(class="text-headline text-uppercase") Developer Guide |
| 20 | + p An intermediate development guide covering all major features of Angular |
17 | 21 |
|
18 | 22 | footer |
19 | | - a(href="/docs/#{current.path[1]}/#{current.path[2]}/guide/" class="button button-primary" md-button) View Guide |
| 23 | + a(href="/docs/#{current.path[1]}/#{current.path[2]}/guide/" class="button button-primary md-button") View Guide |
20 | 24 |
|
21 | 25 |
|
22 | | - div(flex) |
23 | | - md-card.card |
24 | | - md-card-content |
25 | | - h3.text-headline.text-uppercase <span class="icon-book"></span> API Preview |
26 | | - p.text-body API 2.0 Preview |
| 26 | + div(class="card-row-container") |
| 27 | + md-card(class="card") |
| 28 | + md-card-content(flex layout="column" layout-align="space-between center") |
| 29 | + div |
| 30 | + h2(class="text-headline text-uppercase") API Reference |
| 31 | + p An advanced reference of all Angular Classes, Methods, etc. |
27 | 32 |
|
28 | 33 | footer |
29 | | - a(href="/docs/#{current.path[1]}/#{current.path[2]}/api/" class="button" md-button) View API |
| 34 | + a(href="/docs/#{current.path[1]}/#{current.path[2]}/api/" class="button md-button") View API |
30 | 35 |
|
0 commit comments