Merge "docs: fix lmp and index pages" into klp-modular-dev

This commit is contained in:
Robert Ly
2014-06-23 22:06:39 +00:00
committed by Android (Google) Code Review
5 changed files with 28 additions and 8 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.6 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -7,7 +7,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
@jd:body
<!-- Top full-bleed carousel -->
<div class="home-new-carousel-1">
<div class="home-new-carousel-1" style="margin-top:40px">
<div class="fullscreen-carousel-content">
<div class="vcenter">
<div class="wrap clearfix">
@@ -42,7 +42,7 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
</div> <!-- end .fullscreen-carousel-content -->
</div> <!-- end .fullscreen-carousel -->
<div class="actions-bar">
<div class="actions-bar" style="margin-top:30px">
<div class="wrap">
<div class="actions">
<div><a href="{@docRoot}sdk/index.html">Get the SDK</a></div>
@@ -68,13 +68,33 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
<div class="landing-body" style="margin-top: 80px;">
<div class="landing-breakout cols">
<div class="col-3-wide">
<a href="{@docRoot}wear/index.html"><img src="{@docRoot}images/home/wear.png"></a>
<img src="{@docRoot}images/home/wear.png">
<p class="landing-small" style="margin-top:30px">
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 class="col-3-wide">
<a href="{@docRoot}tv/index.html"><img src="{@docRoot}images/home/tv.png"></a>
<img src="{@docRoot}images/home/tv.png">
<p class="landing-small" style="margin-top:30px">
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 class="col-3-wide">
<a href="{@docRoot}auto/index.html"><img src="{@docRoot}images/home/auto.png"></a>
<img src="{@docRoot}images/home/auto.png">
<p class="landing-small" style="margin-top:30px">
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>

View File

@@ -241,7 +241,7 @@ href="//fonts.googleapis.com/css?family=Roboto+Condensed">
Let us know when you encounter problems, so we can fix them and make
the platform better for you and your users.
</p><p class="landing-small">
<a target="_blank" href="https://code.google.com/p/android-developer-preview/">
<a href="https://code.google.com/p/android-developer-preview/">
Report Issues</a>
</p>
<p></p>
@@ -257,7 +257,7 @@ href="//fonts.googleapis.com/css?family=Roboto+Condensed">
Join the community of Android developers testing out the L Developer Preview and
share your thoughts and experiences.
</p><p class="landing-small">
<a target="_blank" href="https://plus.sandbox.google.com/communities/113159138894928487684">
<a href="https://plus.sandbox.google.com/communities/113159138894928487684">
Discuss on Google+</a>
</p>
</div>
@@ -274,7 +274,7 @@ href="//fonts.googleapis.com/css?family=Roboto+Condensed">
for news about the changes.
</p>
<p class="landing-small">
<a target="_blank" href="/preview/support.html">Get Support</a>
<a href="/preview/support.html">Get Support</a>
</p>
</div>
</div>