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