Home | History | Annotate | Download | only in html
      1 fullpage=true
      2 no_footer_links=true
      3 carousel=true
      4 page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers.
      5 @jd:body
      6 
      7 
      8 <div class="wrap">
      9     <!-- Slideshow -->
     10     <div class="slideshow-container slideshow-home col-16">
     11         <a href="" class="slideshow-prev">Prev</a>
     12         <a href="" class="slideshow-next">Next</a>
     13         <div class="frame">
     14             <ul>
     15                 <li class="item carousel-home">
     16                     <div class="content-left col-9">
     17                         <a href="{@docRoot}about/versions/jelly-bean.html"><img src="{@docRoot}images/home/android-jellybean.png" ></a>
     18                     </div>
     19                     <div class="content-right col-6">
     20                     <h1>Jelly Bean now available!</h1>
     21                     <p>Android 4.1 (Jelly Bean) builds on what's great about Android
     22                       with improvements to performance and user experience.</p>
     23                     <p>New APIs are also available that allow you to build richer and more
     24                       interactive notifications, transfer larger
     25                     payloads through NFC, discover services over Wi-Fi, and much more.</p>
     26                     <p><a href="{@docRoot}about/versions/jelly-bean.html" class="button">More 
     27                         about Jelly Bean</a></p>
     28                     </div>
     29                 </li>
     30                 <li class="item carousel-home">
     31                     <div class="content-left col-10">
     32                         <img src="{@docRoot}images/home/design.png" style="margin-top:30px">
     33                     </div>
     34                     <div class="content-right col-5">
     35                     <h1>Make your Android apps<br>look great</h1>
     36                     <p>New templates in the design guide make it easier than ever to design apps
     37 that are beautiful and easy to use.</p>
     38                     <p><a href="{@docRoot}design/index.html" class="button">Learn More</a></p>
     39                     </div>
     40                 </li>
     41                 <li class="item carousel-home">
     42                         <div class="content-left col-10">
     43                         <img src="{@docRoot}images/home/google-io.png">
     44                         </div>
     45                         <div class="content-right col-5">
     46                         <h1>Android videos<br/> from Google I/O!</h1>
     47                         <p>If you couldn't make it to Google I/O this year or want to review some of the material,
     48                           all of the Android sessions are now available for viewing online.</p>
     49                         <p><a href="http://www.youtube.com/playlist?list=PL4C6BCDE45E05F49E&feature=plcp"
     50 class="button">Watch the Android sessions</a></p>
     51                         </div>
     52                 </li>
     53                 <li class="item carousel-home">
     54                         <div class="content-left col-10">
     55                             <img src="{@docRoot}images/home/google-play.png"
     56                                   style="margin-top:50px">
     57                         </div>
     58                         <div class="content-right col-5">
     59                         <h1>Publish your apps<br>in Google Play</h1>
     60                         <p>The most visited store in the world for Android apps. Cloud-connected and always synced, it's never been easier for users to find and download your apps.</p>
     61 
     62                         <p><a href="{@docRoot}distribute/index.html" class="button">Learn More</a></p>
     63                         </div> 
     64                 </li>
     65             </ul>
     66         </div>
     67     </div>
     68     <!-- /End slideshow -->
     69     
     70     
     71 </div>
     72 <div class="wrap" style="padding-bottom:20px">
     73     <!-- Section links -->
     74     <div class="home-sections">
     75         <ul>
     76             <li><a href="{@docRoot}about/index.html">About Android</a></li>
     77             <li><a href="{@docRoot}sdk/index.html">Get the SDK</a></li>
     78             <li><a href="http://source.android.com">Open Source</a></li>
     79             <li><a href="{@docRoot}support.html">Support</a></li>
     80             <li class="last"><a href="{@docRoot}legal.html">Legal</a></li>
     81         </ul>
     82     </div>
     83     <!-- /Section links -->
     84 </div>     
     85 
     86