diff options
| author | 2016-04-26 04:51:27 +0000 | |
|---|---|---|
| committer | 2016-04-26 04:51:27 +0000 | |
| commit | 73b5cc9cf34b1705a7bb9e30d8d58fb94a01c7b8 (patch) | |
| tree | d532fff951ac48956082e06726a90e063593b2a6 | |
| parent | 0619ef243f887119b921d0874b155287ace70edc (diff) | |
| parent | c4ec690df257c0ad5393fe450ba0843746fd1b7f (diff) | |
Merge "update Develop tab landing page with Studio 2.0 announcement." into mnc-mr-docs am: b9709f6
am: c4ec690
* commit 'c4ec690df257c0ad5393fe450ba0843746fd1b7f':
update Develop tab landing page with Studio 2.0 announcement.
Change-Id: Ibf084348b6923fa52e845a07d7c9bc2451eb16a1
| -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"> |