angular-cn/public/index.jade

40 lines
2.0 KiB
Plaintext
Raw Normal View History

2015-02-28 15:06:30 -05:00
.grid-fluid.l-space-bottom-8
.c7
2015-02-28 00:06:18 -05:00
h3.text-headline Build Incredible Applications
2015-02-28 19:35:18 -05:00
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.
2015-02-28 15:06:30 -05:00
.c5.text-center
2015-03-04 14:57:28 -05:00
img(src="/resources/images/logos/html5/html5.png" alt="Modern Web Standards")
2015-02-28 00:34:19 -05:00
2015-02-28 00:06:18 -05:00
2015-02-28 15:06:30 -05:00
.grid-fluid.l-space-bottom-8
2015-03-05 10:21:58 -05:00
.c6
2015-02-28 00:06:18 -05:00
h3.text-headline Start Quick, Build Fast
2015-02-28 19:35:18 -05:00
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>.
2015-03-05 10:21:58 -05:00
.c6
pre.prettyprint.linenums.is-showcase
code.
@Component({selector: 'my-app'})
@Template({inline: '&lt;h1&gt;Hi {{ name }}&lt;/h1&gt;'})
// Component controller
class MyAppComponent {
constructor() {
this.name = 'Alice';
}
}
2015-02-28 00:06:18 -05:00
2015-02-28 15:06:30 -05:00
.grid-fluid.l-space-bottom-8
.c7
2015-03-04 17:13:12 -05:00
h3.text-headline Powered by the Open Source Community
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 <a href="https://github.com/angular/angular.js">in the open</a> so that you can either help Angular improve or extend and modify what we've built.
2015-02-28 15:06:30 -05:00
.c5.text-center
2015-03-04 14:57:28 -05:00
img(src="/resources/images/logos/license/open-source.png" alt="Open Source Initiative")
2015-02-28 00:34:19 -05:00
2015-02-28 00:06:18 -05:00
2015-02-28 00:21:20 -05:00
.grid-fluid.text-center
2015-02-28 19:35:18 -05:00
.c12
2015-02-28 00:06:18 -05:00
h3.text-headline Loved by Millions of Developers
2015-02-28 19:35:18 -05:00
p.text-body Join millions of developers who use Angular. Ramp up in minutes, and build an app today.
2015-03-04 17:13:12 -05:00
!= partial("/_includes/_cta-bar")