2016-05-02 17:43:16 -04:00
|
|
|
div.card-row(layout='row' layout-align="space-around center"
|
|
|
|
|
|
|
|
class="docs-landing")
|
|
|
|
div(class="card-row-container")
|
|
|
|
md-card(class="card")
|
|
|
|
md-card-content(flex layout="column" layout-align="space-between center")
|
|
|
|
div
|
|
|
|
h2(class="text-headline text-uppercase") 5 Minute Quickstart
|
|
|
|
p A short beginner guide explaining the basic concepts of Angular
|
2015-02-28 19:35:18 -05:00
|
|
|
|
2015-10-02 17:09:38 -04:00
|
|
|
footer
|
2016-05-02 17:43:16 -04:00
|
|
|
a(href="/docs/#{current.path[1]}/#{current.path[2]}/quickstart.html" class="button md-button") View Quickstart
|
2015-03-01 01:47:43 -05:00
|
|
|
|
2015-02-28 19:35:18 -05:00
|
|
|
|
2016-05-02 17:43:16 -04:00
|
|
|
div(class="card-row-container")
|
|
|
|
md-card(class="card")
|
|
|
|
md-card-content(flex layout="column" layout-align="space-between center")
|
|
|
|
div
|
|
|
|
h2(class="text-headline text-uppercase") Developer Guide
|
|
|
|
p An intermediate development guide covering all major features of Angular
|
2015-02-28 19:35:18 -05:00
|
|
|
|
2015-10-02 17:09:38 -04:00
|
|
|
footer
|
2016-05-02 17:43:16 -04:00
|
|
|
a(href="/docs/#{current.path[1]}/#{current.path[2]}/guide/" class="button button-primary md-button") View Guide
|
2015-03-01 01:47:43 -05:00
|
|
|
|
2015-02-28 19:35:18 -05:00
|
|
|
|
2016-05-02 17:43:16 -04:00
|
|
|
div(class="card-row-container")
|
|
|
|
md-card(class="card")
|
|
|
|
md-card-content(flex layout="column" layout-align="space-between center")
|
|
|
|
div
|
|
|
|
h2(class="text-headline text-uppercase") API Reference
|
|
|
|
p An advanced reference of all Angular Classes, Methods, etc.
|
2015-02-28 19:35:18 -05:00
|
|
|
|
2015-10-02 17:09:38 -04:00
|
|
|
footer
|
2016-05-02 17:43:16 -04:00
|
|
|
a(href="/docs/#{current.path[1]}/#{current.path[2]}/api/" class="button md-button") View API
|
2015-03-01 01:47:43 -05:00
|
|
|
|