blob: 74af6e7c3d145fec0d4393a01d9e04ba99a65253 (
plain)
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
|
fullpage=true
page.title=Design
page.viewport_width=970
section.landing=true
meta.tags="beautifulapps, design, ux, patterns, holo, appquality, landing"
header.hide=1
footer.hide=1
@jd:body
<section class="dac-expand dac-hero dac-light">
<div class="wrap">
<div class="cols dac-hero-content">
<div class="col-1of2 col-push-1of2 dac-hero-figure">
<img class="dac-hero-image" src="/design/media/hero-material-design.png">
</div>
<div class="col-1of2 col-pull-1of2">
<h1 class="dac-hero-title">Up and running with Material Design</h1>
<p class="dac-hero-description">
Android 5.0 introduces a design metaphor inspired by paper and ink that provides a reassuring sense of tactility.
</p>
<a class="dac-hero-cta" href="https://www.google.com/design/spec/material-design/introduction.html">
<span class="dac-sprite dac-auto-chevron"></span>
Introducing Material Design
</a><br>
<a class="dac-hero-cta" href="/design/material/index.html">
<span class="dac-sprite dac-auto-chevron"></span>
Material Design for Android
</a><br>
<a class="dac-hero-cta" href="https://www.google.com/design/spec/resources/color-palettes.html">
<span class="dac-sprite dac-auto-chevron"></span>
Downloads for designers
</a><br>
<a class="dac-hero-cta" href="https://google.com/design/articles/">
<span class="dac-sprite dac-auto-chevron"></span>
Articles
</a>
</div>
</div>
<div class="dac-section dac-small">
<div class="resource-widget resource-flow-layout col-16"
data-query="collection:design/landing/materialdesign"
data-cardSizes="6x2"
data-maxResults="6"></div>
</div>
</div>
</section>
<section class="dac-section dac-gray dac-small dac-invert"><div class="wrap">
<h2 class="norule">Latest</h2>
<div class="resource-widget resource-flow-layout col-16"
data-query="collection:design/landing/latest"
data-cardSizes="6x6"
data-maxResults="3"></div>
</div></section>
<section class="dac-section dac-light"><div class="wrap">
<h1 class="dac-section-title">Pure Android</h1>
<div class="dac-section-subtitle">
This is a place holder paragraph. Some text here would povide some context.
</div>
<div class="resource-widget resource-flow-layout col-16"
data-query="collection:design/landing/pureandroid"
data-cardSizes="6x6"
data-maxResults="6"></div>
</div></section>
<section class="dac-section dac-gray"><div class="wrap">
<h1 class="dac-section-title">Resources</h1>
<div class="dac-section-subtitle">
This is a place holder paragraph. Some text here would povide some context.
</div>
<div class="resource-widget resource-flow-layout col-16"
data-query="collection:design/landing/resources"
data-cardSizes="6x2"
data-maxResults="6"></div>
</div></section>
|