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

Commit 271078f5 authored by smain@google.com's avatar smain@google.com
Browse files

update L preview landing page for 5.0 SDK launch

includes new system images
also update the DAC homepage announcement

Change-Id: I6e249e4ec5ef4b4329b145b334b31cfe11dd136c
parent 2e57c2c9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
page.title=Material Design
page.tags=Material,design
page.type=design
page.image=design/material/images/MaterialLight.png

@jd:body

+177 KiB
Loading image diff...
+749 KiB
Loading image diff...
+10 −9
Original line number Diff line number Diff line
@@ -15,20 +15,21 @@ page.customHeadTag=<meta name="google-site-verification" content="sa-bIAI6GKvct3
          <div class="resource resource-card resource-card-18x6">

      <div class="landing-section-header">
            <div class="col-10"><img src="{@docRoot}preview/images/l-dev-prev.png"
            style="margin:40px 60px 0 20px"></div>
            <div class="col-10"><img src="{@docRoot}images/home/l-hero_2x.png"
                 srcset="{@docRoot}images/home/l-hero.png 1x, {@docRoot}images/home/l-hero_2x.png 2x"
                 width="510" style="margin:20px 30px 0 30px"></div>
            <div class="col-5" style=" margin-top:70px ">
            <h3 stye="font-weight:300;">L Developer Preview</h3>
            <p>The L Developer Preview lets you design and develop against the next major
            release of Android. Take the time to test and build your app before the platform
            officially launches. </p>
            <a href="{@docRoot}preview/index.html" class="landing-button landing-primary">Learn More</a>
            <h3 stye="font-weight:300;">Android 5.0 Lollipop</h3>
            <p>The Android 5.0 update adds a variety of new
            features for your apps, such as notifications on the lock screen, an all-new camera API,
            OpenGL ES 3.1, the new Material design interface, and much more.</p>
            <a href="{@docRoot}about/versions/lollipop.html" class="landing-button landing-primary">Learn More</a>
            </div>
          </div>
          </div>
        </div>
       <h2>&nbsp;</h2>
        <div style="margin-top:20px" class="resource-widget resource-flow-layout wrap col-16
        <div style="margin-top:20px;height:115px" class="resource-widget resource-flow-layout wrap col-16
        no-section" data-query="collection:index/primary" data-resourcestyle="card"
        data-sortorder="-timestamp" data-maxresults="3" data-cardsizes="6x2,6x2,6x2"></div> <!-- end .resource-widget -->
      </div> <!-- end .wrap -->
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ var RESOURCE_COLLECTIONS = {
    "title": "",
    "resources": [
      "training/building-wearables.html",
      "preview/material/index.html",
      "training/material/index.html",
      "sdk/installing/studio.html" 
    ]
  },
Loading