OSDN Git Service

docs: remove description text for index
authorRobert Ly <robertly@google.com>
Sat, 21 Jun 2014 21:01:14 +0000 (14:01 -0700)
committerRobert Ly <robertly@google.com>
Sat, 21 Jun 2014 21:05:47 +0000 (14:05 -0700)
Change-Id: I750e4d34ff37e52c39eb764131f82a23360e7c28

docs/html/index.jd

index d00b262..c2bf6b6 100644 (file)
@@ -59,48 +59,23 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
   <div class="landing-section">
     <div class="wrap">
       <div class="landing-section-header">
-        <div class="landing-h1">Android, Everywhere You Need It</div>
-        <div class="landing-subhead">
-          Android runs on hundreds of millions of handheld devices around the world, <br /> and it now supports these exciting, new form-factors.
+        <div class="landing-h1">Develop for Multiple Form Factors</div>
+        <div class="landing-subhead" style="margin-top: 20px;">
+          Android runs on hundreds of millions of handheld devices around the world, <br />
+          and it now supports these exciting, new form-factors.
         </div>
       </div>
-      <div class="landing-body">
+      <div class="landing-body" style="margin-top: 80px;">
         <div class="landing-breakout cols">
-
           <div class="col-3-wide">
-            <img src="/images/home/wear.png">
-
-            <p class="landing-small">
-              Provide information on-the-go for your users, whenever they need it.
-            </p>
-            <p class="landing-small">
-              <a href="{@docRoot}wear/index.html">Learn about Android Wear</a>
-            </p>
+              <a href="{@docRoot}wear/index.html"><img src="{@docRoot}images/home/wear.png"></a>
           </div>
-
-          <div class="col-3-wide">
-            <img src="/images/home/tv.png">
-
-            <p class="landing-small">
-              Build your apps for the big screen and bring your content to life.
-            </p>
-            <p class="landing-small">
-              <a href="{@docRoot}tv/index.html">Learn about Android TV</a>
-            </p>
+          <div class="col-3-wide">            
+              <a href="{@docRoot}tv/index.html"><img src="{@docRoot}images/home/tv.png"></a>
           </div>
-
-          <div class="col-3-wide">
-            <img src="/images/home/auto.png">
-
-            <p class="landing-small">
-              Extend your music apps to automobile
-              entertainment systems.
-            </p>
-            <p class="landing-small">
-              <a href="{@docRoot}auto/index.html">Learn about Android Auto</a>
-            </p>
+          <div class="col-3-wide">            
+              <a href="{@docRoot}auto/index.html"><img src="{@docRoot}images/home/auto.png"></a>
           </div>
-
         </div>
       </div>
     </div>  <!-- end .wrap -->