This repository was archived by the owner on Dec 4, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 877
/
Copy pathindex.jade
52 lines (46 loc) · 2.56 KB
/
index.jade
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
include _includes/_util-fns
div(class="home-rows")
// Group 1
div(layout="row" layout-xs="column" class="home-row")
div(class="promo-img-container promo-1")
div
img(src="resources/images/home/responsive-framework.svg")
div(class="text-container")
div(class="text-block promo-1-desc l-pad-top-2")
h3(class="text-headline") Develop Across All Platforms
p(class="text-body").
Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile and native desktop.
// Group 2
div(layout="row" layout-xs="column" class="home-row")
div(class="text-container")
div(class="text-block")
h3(class="text-headline") Speed & Performance
p(class="text-body").
Achieve the maximum speed possible on the Web Platform today, and take it further, via Web Workers and server-side rendering.
p(class="text-body").
Angular puts you in control over scalability. Meet huge data requirements by building data models on RxJS, Immutable.js or another push-model.
div(class="promo-img-container promo-2")
div
img(src="resources/images/home/speed-performance.svg")
// Group 3
div(layout="row" layout-xs="column" class="home-row")
div(class="promo-img-container promo-3")
div
img(src="resources/images/home/joyful-development.png")
div(class="text-container")
div(class="text-block promo-3-desc")
h3(class="text-headline") Incredible Tooling
p(class="text-body").
Build features quickly with simple, declarative templates. Extend the template language with your own components and use a wide array of existing components. Get immediate Angular-specific help and feedback with nearly every IDE and editor. All this comes together so you can focus on building amazing apps rather than trying to make the code work.
// Group 4
div(layout="row" layout-xs="column" class="home-row")
div(class="text-container")
div(class="text-block l-pad-top-2")
h3(class="text-headline") Loved by Millions
p(class="text-body").
From prototype through global deployment, Angular delivers the productivity and scalable infrastructure that supports Google's largest applications.
div(class="promo-img-container promo-4")
div
img(src="resources/images/home/loved-by-millions.png")
.cta-bar
a(href="/docs/ts/latest/quickstart.html" class="button button-large button-shield md-raised " + "md-primary" md-button) Get Started