angular-cn/public/_includes/_footer.jade

46 lines
1.8 KiB
Plaintext
Raw Normal View History

2015-02-24 09:38:30 -05:00
.main-footer
2015-03-01 09:42:31 -05:00
nav.background-silver.grid-fluid
2015-02-19 12:43:42 -05:00
2015-03-05 00:39:57 -05:00
.c3.main-footer-branding
2015-02-27 00:39:19 -05:00
.logo-inverse-large
2015-02-19 12:43:42 -05:00
2015-03-01 09:42:31 -05:00
.c2
2015-03-02 09:15:13 -05:00
h3.text-headline LIBRARIES
2015-02-24 09:38:30 -05:00
ul.text-body
2015-03-02 09:15:13 -05:00
li <a href="/"> Angular 2.0</a>
2015-03-04 17:01:39 -05:00
li <a href="https://angularjs.org/"> Angular JS 1.X</a>
li <a href="https://angulardart.org/"> Angular Dart 1.X</a>
2015-03-02 09:15:13 -05:00
li <a href="https://material.angularjs.org"> Angular Material</a>
li <a href="https://www.firebase.com/docs/web/libraries/angular/"> AngularFire</a>
2015-02-24 09:38:30 -05:00
2015-03-01 09:42:31 -05:00
.c2
2015-02-24 09:38:30 -05:00
h3.text-headline LEARN
ul.text-body
2015-03-02 09:15:13 -05:00
li <a href="/docs/js/latest/quickstart.html"> 5 Min Quickstart</a>
2015-03-11 23:37:08 -04:00
li <a href="/docs/js/latest/resources.html"> Resources</a>
2015-03-02 09:15:13 -05:00
li <a href="/docs/js/latest/api.html"> Full API</a>
2015-03-11 23:37:08 -04:00
li <a href="http://goo.gl/sj0Nk1">Design Docs &amp; Notes</a>
2015-02-24 09:38:30 -05:00
2015-03-01 09:42:31 -05:00
.c2
2015-02-24 09:38:30 -05:00
h3.text-headline HELP
ul.text-body
2015-03-02 09:15:13 -05:00
li <a href="https://groups.google.com/forum/#!forum/angular"> Google Group</a>
li <a href="https://gitter.im/angular/angular"> Chat Room</a>
2015-03-02 09:15:13 -05:00
li <a href="https://github.com/angular/angular.js/issues"> Report an Issue</a>
2015-02-24 09:38:30 -05:00
2015-03-01 09:42:31 -05:00
.c3
2015-02-24 09:38:30 -05:00
h3.text-headline COMMUNITY
ul.text-body
2015-03-04 16:51:05 -05:00
li <a href="https://blog.angularjs.org/"> Blog</a>
2015-03-02 09:15:13 -05:00
li <a href="https://plus.sandbox.google.com/+AngularJS/posts"> Google+</a>
li <a href="https://twitter.com/angularjs"> Twitter</a>
2015-03-04 16:51:05 -05:00
li <a href="https://github.com/angular/angular.js"> GitHub</a>
2015-02-24 09:38:30 -05:00
footer(class="background-steel")
2015-03-04 16:51:05 -05:00
small.text-caption Powered by Google ©2010-2015. Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0" class="text-snow">Apache License, Version 2.0</a>. Documentation licensed under <a class="text-snow" href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.