diff options
Diffstat (limited to 'docs/html/preview/index.jd')
-rw-r--r-- | docs/html/preview/index.jd | 52 |
1 files changed, 37 insertions, 15 deletions
diff --git a/docs/html/preview/index.jd b/docs/html/preview/index.jd index da7b5ea..b1f14ac 100644 --- a/docs/html/preview/index.jd +++ b/docs/html/preview/index.jd @@ -7,35 +7,32 @@ header.hide=1 footer.hide=1 @jd:body -<section class="dac-expand dac-hero dac-light" style="background-repeat:no-repeat"> - <div class="wrap"> +<section class="dac-expand dac-hero dac-light" > + <div class="wrap" style="max-width:1100px"> <div class="cols dac-hero-content"> <div class="col-9of16 col-push-7of16 dac-hero-figure"> - <img class="dac-hero-image" src="{@docRoot}images/home/devices-hero_620px_2x.png"> + <img class="dac-hero-image" src="/images/home/devices-hero_620px_2x.png"> </div> - <div class="col-7of16 col-pull-9of16"> + <div class="col-6of16 col-pull-8of16"> <h1 class="dac-hero-title">Android M Developer Preview</h1> <p class="dac-hero-description"> Get ready for the next version of Android. Test your apps on Nexus 5, 6, 9, and - Player. Explore what's new — a runtime permissions model, power saving Volta features, and new assist technology. + Player. Explore what's new — a <strong>runtime permissions</strong> model, + power-saving <strong>Volta features</strong>, new <strong>assist technology</strong>, + and more. </p> - <a class="dac-hero-cta" href="{@docRoot}preview/overview.html"> + <a class="dac-hero-cta" href="/preview/overview.html"> <span class="dac-sprite dac-auto-chevron"></span> Get Started! </a><br> </div> </div> - <div class="dac-section dac-small"> - <div class="resource-widget resource-flow-layout col-16" - data-query="collection:preview/landing/resources" - data-cardSizes="6x2" - data-maxResults="3"></div> - </div> - </div> + </section> + <div class="wrap dac-offset-parent"> <a class="dac-fab dac-scroll-button" data-scroll-button href="#latest"> <i class="dac-sprite dac-arrow-down-gray"></i> @@ -43,9 +40,34 @@ footer.hide=1 </div> <section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> + <h2 class="norule">Resources</h2> +<div class="dac-section dac-small"> + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:preview/landing/resources" + data-cardSizes="6x2" + data-maxResults="6"></div> + </div> + </div></section> + + + +<section class="dac-section dac-section-light" id="build-apps"><div class="wrap"> + <h1 class="dac-section-title">Get your apps ready</h1> + <div class="dac-section-subtitle"> + Resources to help you learn about Android M and get your app ready. + </div> + <div class="resource-widget resource-flow-layout col-16" + data-query="collection:preview/landing/resources" + data-cardSizes="6x6" + data-maxResults="6"></div> +</div></section> + + +<section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap"> <h2 class="norule">Latest</h2> <div class="resource-widget resource-flow-layout col-16" - data-query="type:blog+tag:featured+tag:preview" + data-query="type:blog+tag:featured" data-cardSizes="6x6" - data-maxResults="3"></div> + data-maxResults="6" + data-initial-results="3"</div> </div></section> |