smain@google.com | 80e1a0c | 2014-06-23 10:26:15 -0700 | [diff] [blame] | 1 | page.title=Devices |
| 2 | page.viewport_width=970 |
| 3 | section.landing=true |
| 4 | header.hide=1 |
| 5 | footer.hide=1 |
| 6 | @jd:body |
| 7 | |
| 8 | <style> |
| 9 | #landing-graphic-container { |
| 10 | position: relative; |
| 11 | } |
| 12 | |
| 13 | #text-overlay { |
| 14 | position: absolute; |
| 15 | left: 0; |
Scott Main | 8374fdb | 2014-06-26 16:10:50 +0000 | [diff] [blame] | 16 | top: 410px; |
smain@google.com | dfb4102 | 2014-06-24 14:12:45 -0700 | [diff] [blame] | 17 | width: 340px; |
smain@google.com | 80e1a0c | 2014-06-23 10:26:15 -0700 | [diff] [blame] | 18 | |
| 19 | } |
| 20 | #hero-image { |
| 21 | } |
| 22 | </style> |
| 23 | |
| 24 | <div id="landing-graphic-container"> |
| 25 | <div id="text-overlay"> |
| 26 | <p itemprop="description">The device-centric UI principles, overviews, and detailed guidelines |
| 27 | described here build on the core <a href="{@docRoot}design/get-started/principles.html">Android Design Principles</a> |
| 28 | to provide more specific design guidance for different form factors. |
| 29 | </p> |
| 30 | <p> |
| 31 | <a href="{@docRoot}design/handhelds/index.html" class="landing-page-link">Phones & Tablets</a></p> |
| 32 | </div> |
| 33 | <a id="hero-image" href="{@docRoot}design/handhelds/index.html"> |
| 34 | <img src="{@docRoot}design/media/device_family.png"> |
| 35 | </a> |
| 36 | </div> |
| 37 | |