2012-06-21 17:14:39 -07:00
|
|
|
page.title=Design
|
2014-03-27 13:01:56 -07:00
|
|
|
page.viewport_width=970
|
2014-02-21 11:15:52 -08:00
|
|
|
section.landing=true
|
|
|
|
meta.tags="beautifulapps, design, ux, patterns, holo, appquality, landing"
|
2012-03-06 12:26:15 -08:00
|
|
|
header.hide=1
|
|
|
|
footer.hide=1
|
|
|
|
@jd:body
|
|
|
|
|
|
|
|
<style>
|
|
|
|
#landing-graphic-container {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#text-overlay {
|
|
|
|
position: absolute;
|
2014-06-23 10:26:15 -07:00
|
|
|
left: 0;
|
2013-10-19 11:43:41 -07:00
|
|
|
top: 42px;
|
|
|
|
width: 266px;
|
|
|
|
|
|
|
|
}
|
|
|
|
#hero-image {
|
|
|
|
padding-left:68px;
|
2012-03-06 12:26:15 -08:00
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div id="landing-graphic-container">
|
|
|
|
<div id="text-overlay">
|
2014-02-08 20:29:06 -08:00
|
|
|
<span itemprop="description">Welcome to <strong>Android Design</strong>, your place for
|
|
|
|
learning how to design exceptional Android apps.</span>
|
2012-03-06 12:26:15 -08:00
|
|
|
<br><br>
|
2014-10-08 17:00:30 -07:00
|
|
|
Want to know what <strong>Android 5.0</strong> has for designers? See <a href="{@docRoot}design/patterns/new.html">New in Android</a>.<br><br>
|
2013-10-19 11:43:41 -07:00
|
|
|
<a href="/design/get-started/creative-vision.html" class="landing-page-link">Creative Vision</a>
|
2012-03-06 12:26:15 -08:00
|
|
|
</div>
|
2013-10-19 11:43:41 -07:00
|
|
|
<a id="hero-image" href="/design/get-started/creative-vision.html">
|
2014-10-08 17:00:30 -07:00
|
|
|
<img src="{@docRoot}design/media/index_landing_page.png" width="760" height="600" alt=""
|
|
|
|
srcset="{@docRoot}design/media/index_landing_page_2x.png 2x"/>
|
2012-03-06 12:26:15 -08:00
|
|
|
</a>
|
2014-06-23 10:26:15 -07:00
|
|
|
|
|
|
|
<div style="background: hsl(8, 70%, 54%); margin: 0; padding: 20px 20px 10px 20px;color: #fff; position: absolute;top: 255px;width: 179px;">
|
2014-10-08 17:00:30 -07:00
|
|
|
<h2 style="color: #fff;margin:0 0 10px; font-size:18px" class="norule">Material Design</h2>
|
|
|
|
<p>Android 5.0 introduces a design
|
|
|
|
metaphor inspired by paper and ink that provides a reassuring sense of tactility.
|
2014-06-23 10:26:15 -07:00
|
|
|
</p>
|
2014-10-08 17:00:30 -07:00
|
|
|
<p><a class="white" href="{@docRoot}design/material/index.html">Learn more</a></p>
|
2014-06-23 10:26:15 -07:00
|
|
|
</div>
|
|
|
|
|
2012-03-06 12:26:15 -08:00
|
|
|
</div>
|
2013-10-19 11:43:41 -07:00
|
|
|
|