| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 1 | page.title=Design | 
| Roman Nurik | b99ae73 | 2012-03-06 12:26:15 -0800 | [diff] [blame] | 2 | header.hide=1 | 
 | 3 | footer.hide=1 | 
 | 4 | @jd:body | 
 | 5 |  | 
 | 6 | <style> | 
 | 7 | #landing-graphic-container { | 
 | 8 |   position: relative; | 
 | 9 | } | 
 | 10 |  | 
 | 11 | #text-overlay { | 
 | 12 |   position: absolute; | 
| Scott Main | 50e990c | 2012-06-21 17:14:39 -0700 | [diff] [blame] | 13 |   left: 0; | 
| Roman Nurik | b99ae73 | 2012-03-06 12:26:15 -0800 | [diff] [blame] | 14 |   top: 472px; | 
 | 15 |   width: 280px; | 
 | 16 | } | 
 | 17 | </style> | 
 | 18 |  | 
 | 19 | <div id="landing-graphic-container"> | 
 | 20 |   <div id="text-overlay"> | 
 | 21 |     Welcome to <strong>Android Design</strong>, your place for learning how to design exceptional Android apps. | 
 | 22 |     <br><br> | 
 | 23 |     <a href="{@docRoot}design/get-started/creative-vision.html" class="landing-page-link">Creative Vision</a> | 
 | 24 |   </div> | 
 | 25 |  | 
 | 26 |   <a href="{@docRoot}design/get-started/creative-vision.html"> | 
 | 27 |     <img src="{@docRoot}design/media/index_landing_page.png"> | 
 | 28 |   </a> | 
 | 29 | </div> |