site(chore): nitpicks on top level content
This commit is contained in:
parent
97b59a11d5
commit
00edf613a0
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"index": {
|
"index": {
|
||||||
"hero": "home",
|
"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": {
|
"features": {
|
||||||
|
|
|
@ -17,6 +17,7 @@ header(class="background-sky")
|
||||||
h3.text-display-1 AngularConnect 2015
|
h3.text-display-1 AngularConnect 2015
|
||||||
h4.text-subhead The European Angular Conference
|
h4.text-subhead The European Angular Conference
|
||||||
div
|
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
|
a(href="https://www.youtube.com/channel/UCBXsUGFxL1ilvPgQ_WXR4mw" class="button button-xlarge button-navy" md-button) Watch Track 2
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
.l-sub-section
|
.l-sub-section
|
||||||
h3 Angular for JavaScript or Dart
|
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
|
a(href="https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md" class="button" md-button) Contribute to Angular for JS
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
.grid-fluid.l-space-bottom-8
|
.grid-fluid.l-space-bottom-8
|
||||||
.c6
|
.c6
|
||||||
h3.text-headline Start Quick, Build Fast
|
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
|
.c6
|
||||||
code-example(language="javascript" format="linenums" showcase="true").
|
code-example(language="javascript" format="linenums" showcase="true").
|
||||||
@Component({selector: 'my-app'})
|
@Component({selector: 'my-app'})
|
||||||
|
|
Loading…
Reference in New Issue