Merge "docs: remove description text for index" into klp-modular-dev
This commit is contained in:
@@ -59,48 +59,23 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
|
|||||||
<div class="landing-section">
|
<div class="landing-section">
|
||||||
<div class="wrap">
|
<div class="wrap">
|
||||||
<div class="landing-section-header">
|
<div class="landing-section-header">
|
||||||
<div class="landing-h1">Android, Everywhere You Need It</div>
|
<div class="landing-h1">Develop for Multiple Form Factors</div>
|
||||||
<div class="landing-subhead">
|
<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.
|
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>
|
</div>
|
||||||
<div class="landing-body">
|
<div class="landing-body" style="margin-top: 80px;">
|
||||||
<div class="landing-breakout cols">
|
<div class="landing-breakout cols">
|
||||||
|
|
||||||
<div class="col-3-wide">
|
<div class="col-3-wide">
|
||||||
<img src="/images/home/wear.png">
|
<a href="{@docRoot}wear/index.html"><img src="{@docRoot}images/home/wear.png"></a>
|
||||||
|
|
||||||
<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>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-3-wide">
|
<div class="col-3-wide">
|
||||||
<img src="/images/home/tv.png">
|
<a href="{@docRoot}tv/index.html"><img src="{@docRoot}images/home/tv.png"></a>
|
||||||
|
|
||||||
<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>
|
</div>
|
||||||
|
|
||||||
<div class="col-3-wide">
|
<div class="col-3-wide">
|
||||||
<img src="/images/home/auto.png">
|
<a href="{@docRoot}auto/index.html"><img src="{@docRoot}images/home/auto.png"></a>
|
||||||
|
|
||||||
<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>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div> <!-- end .wrap -->
|
</div> <!-- end .wrap -->
|
||||||
|
|||||||
Reference in New Issue
Block a user