smain@google.com 80e1a0cff2 add Design guide for Wear. adds new Devices section to sidenav.
Change-Id: I5836ec4862fa731fae801c0fe8ba64bb056b69ab
2014-06-24 12:02:19 -07:00

38 lines
905 B
Plaintext

page.title=Devices
page.viewport_width=970
section.landing=true
header.hide=1
footer.hide=1
@jd:body
<style>
#landing-graphic-container {
position: relative;
}
#text-overlay {
position: absolute;
left: 0;
top: 420px;
width: 360px;
}
#hero-image {
}
</style>
<div id="landing-graphic-container">
<div id="text-overlay">
<p itemprop="description">The device-centric UI principles, overviews, and detailed guidelines
described here build on the core <a href="{@docRoot}design/get-started/principles.html">Android Design Principles</a>
to provide more specific design guidance for different form factors.
</p>
<p>
<a href="{@docRoot}design/handhelds/index.html" class="landing-page-link">Phones &amp; Tablets</a></p>
</div>
<a id="hero-image" href="{@docRoot}design/handhelds/index.html">
<img src="{@docRoot}design/media/device_family.png">
</a>
</div>