8374fdbca1
This reverts commit 9a5dcb8c44a0f64b4abfd8f2bc19136c42cf1232. Change-Id: I8bb04608b99358c7a07871cd4adf0de2143d7f3a
38 lines
905 B
Plaintext
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: 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 & Tablets</a></p>
|
|
</div>
|
|
<a id="hero-image" href="{@docRoot}design/handhelds/index.html">
|
|
<img src="{@docRoot}design/media/device_family.png">
|
|
</a>
|
|
</div>
|
|
|