Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc55138e authored by Robert Ly's avatar Robert Ly Committed by Android Git Automerger
Browse files

am b8cabe9a: fix the index page

* commit 'b8cabe9a':
  fix the index page
parents 65cb7696 b8cabe9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -2,6 +2,7 @@ page.title=Android Auto
page.viewport_width=970
page.viewport_width=970
fullpage=true
fullpage=true
no_footer_links=true
no_footer_links=true
page.type=about


@jd:body
@jd:body


+34 −17
Original line number Original line Diff line number Diff line
@@ -7,17 +7,28 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3


@jd:body
@jd:body


<div class="wrap">
<!-- Top full-bleed carousel -->
    <div  style="margin-top:40px" class="resource-widget resource-flow-layout col-16" data-query="collection:launch/static" data-sortorder=""
<div class="home-new-carousel-1">
data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
  <div class="fullscreen-carousel-content">
</div>
    <div class="vcenter">
<div style="height:30px"></div>
      <div class="wrap clearfix">
        <div class="resource-widget resource-flow-layout wrap col-16"
          data-query="collection:launch/static"
          data-resourceStyle="card"
          data-sortOrder="-timestamp"
          data-numStacks="3"
          data-maxResults="4"
          data-cardSizes="18x6,6x2,6x2,6x2">
        </div> <!-- end .resource-widget -->
      </div> <!-- end .wrap -->
    </div> <!-- end .vcenter -->
  </div> <!-- end .fullscreen-carousel-content -->
</div> <!-- end .fullscreen-carousel -->


  <div style="margin-top:600px" class="actions-bar">
<div class="actions-bar">
  <div class="wrap">
  <div class="wrap">
    <div class="actions">
    <div class="actions">
        <div><a href="http://developer.android.com/sdk/index.html">Download SDK</a></div>
      <div><a href="http://developer.android.com/sdk/index.html">Get the SDK</a></div>
        <div><a href="http://developer.android.com/about/start.html">Get Started</a></div>
      <div><a href="http://developer.android.com/samples/index.html">Sample Code</a></div>
      <div><a href="http://developer.android.com/samples/index.html">Sample Code</a></div>
      <div><a href="http://developer.android.com/design/videos/index.html">Videos</a></div>
      <div><a href="http://developer.android.com/design/videos/index.html">Videos</a></div>
      <div><a href="https://developer.android.com/distribute/googleplay/developer-console.html">Developer Console</a></div>
      <div><a href="https://developer.android.com/distribute/googleplay/developer-console.html">Developer Console</a></div>
@@ -26,6 +37,7 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
</div><!-- end .actions-bar -->
</div><!-- end .actions-bar -->





<div class="landing-rest-of-page">
<div class="landing-rest-of-page">
  <div class="landing-section" style="background-color:#f5f5f5">
  <div class="landing-section" style="background-color:#f5f5f5">
    <div class="wrap">
    <div class="wrap">
@@ -33,12 +45,18 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>
        <div class="landing-h1">Android, Everywhere You Need It</div>
        <div class="landing-h1">Android, Everywhere You Need It</div>
        <div class="landing-subhead">
        <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.
          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">
        <div class="landing-breakout cols">
        <div class="landing-breakout cols">


<!--<div class="resource-widget resource-flow-layout col-16" data-query="collection:index/devices" data-sortorder="" data-cardsizes="6x2, 6x2, 6x2" data-maxresults="3"></div>-->

          <div class="col-3-wide">
          <div class="col-3-wide">
            <img src="{@docRoot}tv/images/placeholder-square.png" alt="">
            <img src="{@docRoot}tv/images/placeholder-square.png" alt="">


@@ -78,6 +96,5 @@ data-cardsizes="18x12,6x2, 6x2, 6x2" data-maxresults="4"></div>


        </div>
        </div>
      </div>
      </div>

    </div>  <!-- end .wrap -->
    </div>  <!-- end .wrap -->
  </div> <!-- end .landing-section -->
  </div> <!-- end .landing-section -->
 No newline at end of file
+1 −0
Original line number Original line Diff line number Diff line
@@ -7,6 +7,7 @@ function mergeArrays() {
}
}


var ALL_RESOURCES = mergeArrays(
var ALL_RESOURCES = mergeArrays(
  ABOUT_RESOURCES,
  DESIGN_RESOURCES,
  DESIGN_RESOURCES,
  DISTRIBUTE_RESOURCES,
  DISTRIBUTE_RESOURCES,
  GOOGLE_RESOURCES,
  GOOGLE_RESOURCES,
+2 −1
Original line number Original line Diff line number Diff line
heropage.title=Android L Developer Preview
page.title=Android L Developer Preview
page.viewport_width=970
page.viewport_width=970
fullpage=true
fullpage=true
no_footer_links=true
no_footer_links=true
page.type=about


@jd:body
@jd:body


+2 −2
Original line number Original line Diff line number Diff line
page.title=Material Design
page.title=Material Design
page.type=design


@jd:body
@jd:body



<p itemprop="description">The Android L Developer Preview includes support for material design apps. Material design
<p>The Android L Developer Preview includes support for material design apps. Material design
is a comprehensive guide for visual, motion, and interaction design across platforms and devices.
is a comprehensive guide for visual, motion, and interaction design across platforms and devices.
To use material design in your Android apps, follow the guidelines defined in the
To use material design in your Android apps, follow the guidelines defined in the
<a href="">material design specification</a> and use the new components and functionality
<a href="">material design specification</a> and use the new components and functionality
Loading