diff options
| author | 2013-06-21 21:02:37 -0700 | |
|---|---|---|
| committer | 2013-06-21 21:02:37 -0700 | |
| commit | 1cda4dc1d79783cc0710bc157f0c6830bbfc01c7 (patch) | |
| tree | 2d013a846b57de6d9760677a149b6672c53004a9 /docs/html/index.jd | |
| parent | 581395a9312c5f263b58c84c1ad44a04edf27a36 (diff) | |
| parent | 83006f5197f9acd999b9ab5c38d0ec6342787cfb (diff) | |
am 83006f51: am aa837ded: am 86c9d47c: update homepage carousel for jelly bean 3.0
* commit '83006f5197f9acd999b9ab5c38d0ec6342787cfb':
  update homepage carousel for jelly bean 3.0
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 25 | 
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index af271ee79349..d82deec814ea 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -13,6 +13,20 @@ page.metaDescription=The official site for Android developers. Provides the Andr          <div class="frame">              <ul>                  <li class="item carousel-home"> +                    <div class="content-left col-9"> +                        <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a> +                    </div> +                    <div class="content-right col-6"> +                    <h1>More Jelly Beans!</h1> +                    <p>Android 4.3 is now available with a variety of performance improvements +                    and new developer features. </p> +                    <p>With this release, Android now supports Bluetooth Low Energy for battery +                    savings with wireless peripherals, OpenGL ES 3.0 for the most advanced mobile 3D +                    graphics, MPEG DASH support for high quality media streaming, and much more.</p> +                    <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p> +                    </div> +                </li> +                <li class="item carousel-home">                      <div class="content-left col-11" style="padding-top:10px;">                          <a href="{@docRoot}channels/io2013.html">                            <img src="{@docRoot}images/home/io-videos-2013.png" style="margin:60px 0 0; @@ -76,17 +90,6 @@ page.metaDescription=The official site for Android developers. Provides the Andr                      </div>                  </li>                  <li class="item carousel-home"> -                    <div class="content-left col-9"> -                        <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a> -                    </div> -                    <div class="content-right col-6"> -                    <h1>Android 4.2 Jelly Bean!</h1> -                    <p>The latest version of Jelly Bean is here, with performance optimizations, a refreshed UI, and great new features for developers. </p> -                    <p>Android 4.2 includes APIs for developing lock sceen widgets and Daydream screensavers, using external displays, creating RTL layouts, building flexible UI with nested Fragments, and much more.</p> -                    <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">Learn More</a></p> -                    </div> -                </li> -                <li class="item carousel-home">                      <div class="content-left col-10">                          <img src="{@docRoot}images/home/design.png" style="margin-top:30px">                      </div>  |