added latests folder and logic to docs

This commit is contained in:
Alex Wolfe 2015-02-28 16:35:18 -08:00
parent 997cf2ac0e
commit 62d7e3da91
11 changed files with 56 additions and 9 deletions

View File

@ -1,3 +1,3 @@
.cta-bar
a(href="/docs/quickstart.html" class="button button-large button-shield md-raised md-primary" md-button) Learn in 5 Min
a(href="/docs/js/latest/quickstart.html" class="button button-large button-shield md-raised md-primary" md-button) Learn in 5 Min
a(href="download.html" class="button button-large button-secondary" md-button) Download

View File

@ -3,7 +3,7 @@ header(class="background-sky")
h1.text-headline.hero-logo #{title}
.hero-cta
a(href="/docs/quickstart.html" class="md-raised button button-large button-plain" md-button) Learn in 5 mins
a(href="/docs/js/latest/quickstart.html" class="md-raised button button-large button-plain" md-button) Learn in 5 mins
a(href="/download.html" class="button button-large button-navy" md-button) Download
!= partial("_social-icons")

View File

@ -4,7 +4,7 @@ md-toolbar(class="main-nav background-regal l-pinned-top l-layer-5")
ul
li <a class="main-nav-button" href="/features.html" md-button>Features</a>
li <a class="main-nav-button" href="/docs/js/#{jsVersion}/" md-button>Docs</a>
li <a class="main-nav-button" href="/docs/js/latest/" md-button>Docs</a>
li <a class="main-nav-button" href="/about/" md-button>About</a>
li <a class="main-nav-button" href="/contribute.html" md-button>Contribute</a>
a(class="cta main-nav-button has-icon" href="/download.html" md-button) <span class="icon icon-cloud-download"></span> Download

View File

@ -1,5 +1,5 @@
doctype
html(lang="en" layout="column" ng-app="myApp")
html(lang="en" ng-app="myApp")
head
!= partial("/_includes/_head-include")

View File

@ -0,0 +1,21 @@
{
"index": {
"title": "Angular Docs"
},
"quickstart": {
"title": "5 Min Quickstart"
},
"resources": {
"title": "Angular Resources"
},
"api": {
"title": "API Proposal"
},
"help": {
"title": "Help & Support"
}
}

View File

@ -0,0 +1 @@
H1 API

View File

@ -0,0 +1 @@
h1 Help &amp; Support

View File

@ -0,0 +1,20 @@
div.c4
md-card
md-card-content
h2 Paracosm
p he titles of Washed Out's breakthrough song and the first single from Paracosm share the * two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
div.c4
md-card
md-card-content
h2 Paracosm
p he titles of Washed Out's breakthrough song and the first single from Paracosm share the * two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...
div.c4
md-card
md-card-content
h2 Paracosm
p he titles of Washed Out's breakthrough song and the first single from Paracosm share the * two most important words in Ernest Greene's musical language: feel it. It's a simple request, as well...

View File

@ -0,0 +1,3 @@
h1 JavaScript Quickstart
!= partial("../_quickstart", public.docs.js._data)

View File

@ -0,0 +1 @@
h1 resources

View File

@ -1,7 +1,7 @@
.grid-fluid.l-space-bottom-8
.c7
h3.text-headline Build Incredible Applications
p.text-body Angular is a development platform for creating applications using modern web standards. Angular includes a wealth of essential features such as mobile gestures, animations, filtering, routing, data binding, security, internationalization, and beautiful UI components. It's extremely modular, lightweight, and easy to learn.
p.text-body Angular is a development platform for creating applications using modern web standards. Angular includes a <a href="/features.html">wealth of essential features</a> such as mobile gestures, animations, filtering, routing, data binding, security, internationalization, and beautiful UI components. It's extremely modular, lightweight, and easy to learn.
.c5.text-center
img(src="/resources/images/logos/html5/html5.png")
@ -9,7 +9,7 @@
.grid-fluid.l-space-bottom-8
.c7
h3.text-headline Start Quick, Build Fast
p.text-body Express your ideas with clean, understandable code. Angular is simple to build on, easy to change, and friendly to the way UX designers work. Create a UI that is beautiful by default, with material design and support for web components. Angular takes <a href="#">just minutes to learn</a>.
p.text-body Express your ideas with clean, understandable code. Angular is simple to build on, easy to change, and friendly to the way UX designers work. Create a UI that is beautiful by default, with material design and support for web components. Angular takes <a href="/docs/js/latest/quickstart.html">just minutes to learn</a>.
.c5
p(data-height="224" data-theme-id="12714" data-slug-hash="pvKKQa" data-default-tab="html" data-user="alexwolfe" class='codepen')
script(async src="//assets.codepen.io/assets/embed/ei.js")
@ -17,14 +17,14 @@
.grid-fluid.l-space-bottom-8
.c7
h3.text-headline Open Source &amp; MIT Licensed
p.text-body Angular is built by you, for you. Our community shapes Angular's direction: core contributions come from big companies and small ones, from students and independent experts. We do our work in the open so that you can help Angular <a href="#">improve, or extend and modify</a> what we've built.
p.text-body Angular is built by you, for you. Our community shapes Angular's direction: core contributions come from big companies and small ones, from students and independent experts. We do our work in the open so that you can help Angular <a href="https://github.com/angular/angular.js">improve, or extend and modify</a> what we've built.
.c5.text-center
img(src="/resources/images/logos/license/mit.png")
.grid-fluid.text-center
.c8.a2.b2
.c12
h3.text-headline Loved by Millions of Developers
p.text-body Join millions of devs who use Angular. Ramp up in minutes, and build an app today.
p.text-body Join millions of developers who use Angular. Ramp up in minutes, and build an app today.
!= partial("/_includes/_cta-bar")