Dirk Dougherty 6c1c263efa Doc change: merge landing page and header/footer designs.
Change-Id: Ic2f603c0215f8dadac2dfa4b871b22b2f9a027e5
2015-05-03 11:26:59 -07:00

39 lines
960 B
Plaintext

page.title=Android devices
page.viewport_width=970
section.landing=true
header.hide=1
footer.hide=1
page.image=images/cards/android-devices_2x.jpg
@jd:body
<style>
#landing-graphic-container {
position: relative;
}
#text-overlay {
position: absolute;
left: 0;
top: 410px;
width: 340px;
}
#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>