diff options
| -rw-r--r-- | docs/html/develop/index.jd | 49 |
1 files changed, 28 insertions, 21 deletions
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index 460d056e04c6..49235aed9b07 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -9,7 +9,7 @@ tabbedList=1 excludeFromSuggestions=true @jd:body -<section class="dac-expand dac-hero dac-section-light"> +<section class="dac-expand dac-hero dac-section-light" style="background:#FFE57F"> <div class="wrap"> <div class="cols dac-hero-content"> <div class="col-1of2 col-push-1of2 dac-hero-figure"> @@ -19,30 +19,37 @@ excludeFromSuggestions=true frameborder="0" allowfullscreen="" style="float: right;"></iframe> --> - <img class="dac-hero-image" src="{@docRoot}images/develop/hero_image_studio5_2x.png" - srcset="/images/develop/hero_image_studio5.png 1x, /images/develop/hero_image_studio5_2x.png 2x" /> + <img class="dac-hero-image" src="{@docRoot}images/tools/studio/studio-feature-instant-run_2x.png" /> </div> <div class="col-1of2 col-pull-1of2"> - <h1 class="dac-hero-title">Get Started with Android Studio</h1> + <h1 class="dac-hero-title">Android Studio 2.0,<br>now available!</h1> <p class="dac-hero-description"> - Everything you need to build incredible app experiences on phones and tablets, Wear, TV, and Auto. </p> + The latest version of Android Studio is the biggest update yet. + It includes new features like <strong>Instant Run</strong>, which + dramatically speeds up your edit, build, and run cycles, keeping + you "in the flow."</p> </p> - <a class="dac-hero-cta" href="{@docRoot}sdk/index.html"> - <span class="dac-sprite dac-auto-chevron"></span> - Set up Android Studio - </a><br> - <a class="dac-hero-cta" href="{@docRoot}training/index.html"> - <span class="dac-sprite dac-auto-chevron"></span> - Build your first app - </a><br> - <a class="dac-hero-cta" href="{@docRoot}guide/index.html"> - <span class="dac-sprite dac-auto-chevron"></span> - Learn about Android - </a><br> - <a class="dac-hero-cta" href="{@docRoot}samples/index.html"> - <span class="dac-sprite dac-auto-chevron"></span> - Sample projects - </a><br> + <div class="cols"> + <div class="col-1of2"> + <a class="dac-hero-cta" href="{@docRoot}sdk/index.html"> + <span class="dac-sprite dac-auto-chevron"></span> + Get Android Studio + </a><br> + <a class="dac-hero-cta" href="{@docRoot}training/index.html"> + <span class="dac-sprite dac-auto-chevron"></span> + Build your first app + </a> + </div> + <div class="col-1of2"> + <a class="dac-hero-cta" href="{@docRoot}guide/index.html"> + <span class="dac-sprite dac-auto-chevron"></span> + Learn about Android + </a><br> + <a class="dac-hero-cta" href="{@docRoot}samples/index.html"> + <span class="dac-sprite dac-auto-chevron"></span> + See sample projects + </a> + </div> </div> </div> <!--<div class="dac-section dac-small"> |