site(chore): nitpicks on top level content

This commit is contained in:
Naomi Black 2015-10-17 06:17:23 +01:00
parent 97b59a11d5
commit 00edf613a0
4 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{
"index": {
"hero": "home",
"title": "Angular is a development platform for building mobile and desktop web applications"
"title": "Angular is a development platform for building mobile and desktop applications"
},
"features": {

View File

@ -17,6 +17,7 @@ header(class="background-sky")
h3.text-display-1 AngularConnect 2015
h4.text-subhead The European Angular Conference
div
a(href="https://www.youtube.com/channel/UCzrskTiT_ObAk3xBkVxMz5g" class="button button-xlarge button-navy" md-button) Watch Track 1  
a(href="https://www.youtube.com/channel/UCzrskTiT_ObAk3xBkVxMz5g" class="button button-xlarge button-navy" md-button) Watch Track 1
span    
a(href="https://www.youtube.com/channel/UCBXsUGFxL1ilvPgQ_WXR4mw" class="button button-xlarge button-navy" md-button) Watch Track 2

View File

@ -5,7 +5,7 @@
.l-sub-section
h3 Angular for JavaScript or Dart
p Angular is a development platform for building mobile and desktop web applications.
p Angular is a development platform for building mobile and desktop applications.
a(href="https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md" class="button" md-button) Contribute to Angular for JS

View File

@ -9,7 +9,7 @@
.grid-fluid.l-space-bottom-8
.c6
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="/docs/js/latest/quickstart.html">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. Get started in just minutes with our <a href="/docs/ts/latest/quickstart.html">QuickStart Guide</a>.
.c6
code-example(language="javascript" format="linenums" showcase="true").
@Component({selector: 'my-app'})