|
8 | 8 | - var styleguide = "/docs/ts/latest/styleguide.html" |
9 | 9 |
|
10 | 10 | .main-footer |
11 | | - nav.background-silver.grid-fluid |
| 11 | + nav.background-blue-grey-900.grid-fluid |
12 | 12 |
|
13 | 13 | .c3.main-footer-branding |
14 | 14 | .logo-inverse-large |
15 | 15 |
|
16 | 16 | .c2 |
17 | | - h3.text-headline LIBRARIES |
| 17 | + h3.text-headline RESOURCES |
18 | 18 |
|
19 | 19 | ul.text-body |
20 | | - li <a href="/"> Angular 2.0</a> |
| 20 | + li <a href="/presskit.html">Press Kit</a> |
| 21 | + // TODO: (ericjim) make a libraries page to showcase all angular 2 libraries |
| 22 | + //li <a href="/libraries.html">Libraries</a> |
21 | 23 | li <a href="https://angularjs.org/"> Angular 1 for JS</a> |
22 | 24 | li <a href="https://material.angularjs.org"> Angular Material</a> |
23 | 25 | li <a href="https://www.firebase.com/docs/web/libraries/angular/"> AngularFire</a> |
|
26 | 28 | h3.text-headline LEARN |
27 | 29 |
|
28 | 30 | ul.text-body |
29 | | - li <a href="/docs/ts/latest/quickstart.html"> 5 Min Quickstart</a> |
30 | | - li <a href="/docs/ts/latest/guide/"> Step by Step Guide</a> |
31 | | - li <a href="/docs/ts/latest/api/"> Full API</a> |
32 | | - li <a href="/docs/ts/latest/resources.html"> Resources</a> |
33 | | - li <a href="http://goo.gl/sj0Nk1">Design Docs & Notes</a> |
| 31 | + li <a href="/docs/ts/latest/api/">Docs</a> |
| 32 | + li <a href="/docs/ts/latest/guide/">Basics</a> |
| 33 | + li <a href="/docs/ts/latest/resources.html">Videos and Posts</a> |
| 34 | + //li <a href="http://goo.gl/sj0Nk1">Design Docs & Notes</a> |
34 | 35 |
|
35 | 36 | .c2 |
36 | 37 | h3.text-headline HELP |
37 | 38 |
|
38 | 39 | ul.text-body |
39 | | - li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a> |
40 | | - li <a href="https://gitter.im/angular/angular"> Chat Room</a> |
41 | | - li <a href="https://github.com/angular/angular/issues"> Report an Issue</a> |
| 40 | + li <a class="main-nav-button" href="/contribute.html"> Contribute</a> |
| 41 | + li <a href="/support.html">Support Page</a> |
| 42 | + li <a href="https://github.com/angular/angular/issues"> File a Ticket</a> |
| 43 | + li <a ng-click="appCtrl.openFeedback()" aria-label="Submit feedback on this page"> Product Feedback</a> |
42 | 44 |
|
43 | 45 | .c3 |
44 | 46 | h3.text-headline COMMUNITY |
45 | 47 |
|
46 | 48 | ul.text-body |
47 | | - li <a href="https://blog.angularjs.org/"> Blog</a> |
| 49 | + li <a href="/events.html"> Events & Meetups</a> |
| 50 | + li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a> |
48 | 51 | li <a href="https://plus.sandbox.google.com/+AngularJS/posts"> Google+</a> |
49 | 52 | li <a href="https://twitter.com/angularjs"> Twitter</a> |
50 | 53 | li <a href="https://github.com/angular/angular"> GitHub</a> |
|
0 commit comments