docs: remove description text for index
Change-Id: I750e4d34ff37e52c39eb764131f82a23360e7c28
diff --git a/docs/html/index.jd b/docs/html/index.jd
index d00b262..c2bf6b6 100644
--- a/docs/html/index.jd
+++ b/docs/html/index.jd
@@ -59,48 +59,23 @@
<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 -->