diff options
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 79 |
1 files changed, 33 insertions, 46 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index de2980b..c2bf6b6 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -11,13 +11,31 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 <div class="fullscreen-carousel-content"> <div class="vcenter"> <div class="wrap clearfix"> - <div class="resource-widget resource-flow-layout wrap col-16" + + <div class="static resource-flow-layout wrap col-16"> + <div class="resource resource-card resource-card-18x6"> + <div class="card-bg" style="background-image: url('/preview/images/l-dev-prev.png');"></div> + <div class="card-info"> + <div class="section"></div> + <div class="title">Android L Developer Preview</div> + <div class="description ellipsis" style="height: 285px;"> + <div class="text" style="height: auto;"> + <p style="font-size:16px;">Get an early look at the next Android release and + start using new APIs so your apps are ready when the platform officially launches.</p> + <p> + <a href="{@docRoot}preview/index.html" class="landing-button landing-secondary">Learn more</a></p> + </div> + </div> + </div> + </div> + </div> + + <div class="resource-widget resource-flow-layout wrap col-16 no-section" data-query="collection:index/primary" data-resourceStyle="card" data-sortOrder="-timestamp" - data-numStacks="3" - data-maxResults="4" - data-cardSizes="18x6,6x2,6x2,6x2"> + data-maxResults="3" + data-cardSizes="6x2,6x2,6x2"> </div> <!-- end .resource-widget --> </div> <!-- end .wrap --> </div> <!-- end .vcenter --> @@ -38,57 +56,26 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 <div class="landing-rest-of-page"> - <div class="landing-section" style="background-color:#f5f5f5"> + <div class="landing-section"> <div class="wrap"> <div class="landing-section-header"> - <div class="landing-h1">Android, Everywhere You Need It</div> - <div class="landing-subhead"> - Android runs on hundreds of millions of handheld devices around the world, <br /> and it now supports these exciting, new form-factors. + <div class="landing-h1">Develop for Multiple Form Factors</div> + <div class="landing-subhead" style="margin-top: 20px;"> + Android runs on hundreds of millions of handheld devices around the world, <br /> + and it now supports these exciting, new form-factors. </div> </div> - <div class="landing-body"> + <div class="landing-body" style="margin-top: 80px;"> <div class="landing-breakout cols"> - - <!-- <div class="resource-widget resource-flow-layout col-16" data-query="collection:index/devices" - data-sortorder="" data-cardsizes="6x6, 6x6, 6x6" data-maxresults="3"></div>--> - <div class="col-3-wide"> - <img src="" alt=""> - - <p>Wear</p> - <p class="landing-small"> - Provide information on-the-go for your users, whenever they need it. - </p> - <p class="landing-small"> - <a href="{@docRoot}wear">Learn about Android Wear</a> - </p> + <a href="{@docRoot}wear/index.html"><img src="{@docRoot}images/home/wear.png"></a> </div> - - <div class="col-3-wide"> - <img src="" alt=""> - - <p>TV</p> - <p class="landing-small"> - Build your apps for the big screen and bring your content to life. - </p> - <p class="landing-small"> - <a href="{@docRoot}tv">Learn about Android TV</a> - </p> + <div class="col-3-wide"> + <a href="{@docRoot}tv/index.html"><img src="{@docRoot}images/home/tv.png"></a> </div> - - <div class="col-3-wide"> - <img src="" alt=""> - - <p>Auto</p> - <p class="landing-small"> - Extend your music apps to automobile - entertainment systems. - </p> - <p class="landing-small"> - <a href="{@docRoot}auto">Learn about Android Auto</a> - </p> + <div class="col-3-wide"> + <a href="{@docRoot}auto/index.html"><img src="{@docRoot}images/home/auto.png"></a> </div> - </div> </div> </div> <!-- end .wrap --> |
