diff options
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 51 |
1 files changed, 34 insertions, 17 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index 6394b73eae7f..c10fcdd597b1 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -7,23 +7,35 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3 @jd:body -<div class="wrap"> - <div style="margin-top:40px" class="resource-widget resource-flow-layout col-16" data-query="collection:launch/static" data-sortorder="" -data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div> -</div> -<div style="height:30px"></div> +<!-- Top full-bleed carousel --> +<div class="home-new-carousel-1"> + <div class="fullscreen-carousel-content"> + <div class="vcenter"> + <div class="wrap clearfix"> + <div class="resource-widget resource-flow-layout wrap col-16" + data-query="collection:launch/static" + data-resourceStyle="card" + data-sortOrder="-timestamp" + data-numStacks="3" + data-maxResults="4" + data-cardSizes="18x6,6x2,6x2,6x2"> + </div> <!-- end .resource-widget --> + </div> <!-- end .wrap --> + </div> <!-- end .vcenter --> + </div> <!-- end .fullscreen-carousel-content --> +</div> <!-- end .fullscreen-carousel --> + +<div class="actions-bar"> + <div class="wrap"> + <div class="actions"> + <div><a href="http://developer.android.com/sdk/index.html">Get the SDK</a></div> + <div><a href="http://developer.android.com/samples/index.html">Sample Code</a></div> + <div><a href="http://developer.android.com/design/videos/index.html">Videos</a></div> + <div><a href="https://developer.android.com/distribute/googleplay/developer-console.html">Developer Console</a></div> + </div><!-- end .actions --> + </div><!-- end .wrap --> +</div><!-- end .actions-bar --> - <div style="margin-top:600px" class="actions-bar"> - <div class="wrap"> - <div class="actions"> - <div><a href="http://developer.android.com/sdk/index.html">Download SDK</a></div> - <div><a href="http://developer.android.com/about/start.html">Get Started</a></div> - <div><a href="http://developer.android.com/samples/index.html">Sample Code</a></div> - <div><a href="http://developer.android.com/design/videos/index.html">Videos</a></div> - <div><a href="https://developer.android.com/distribute/googleplay/developer-console.html">Developer Console</a></div> - </div><!-- end .actions --> - </div><!-- end .wrap --> - </div><!-- end .actions-bar --> <div class="landing-rest-of-page"> @@ -33,12 +45,18 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div> <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> </div> + + + <div class="landing-body"> <div class="landing-breakout cols"> +<!--<div class="resource-widget resource-flow-layout col-16" data-query="collection:index/devices" data-sortorder="" data-cardsizes="6x2, 6x2, 6x2" data-maxresults="3"></div>--> + <div class="col-3-wide"> <img src="{@docRoot}tv/images/placeholder-square.png" alt=""> @@ -78,6 +96,5 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div> </div> </div> - </div> <!-- end .wrap --> </div> <!-- end .landing-section -->
\ No newline at end of file |