Resolve merge conflicts of a5060ee to nyc-dev
This undoes the automerger skip which occured in
commit e740c84dc32180214a7fd157105d6c18d30408ee and
replays it as a standard (NOT -s ours) merge.
Change-Id: If5a47be26f73d6a0735c425cd66310a3e2a89086
diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd
index bbd2f71..460d056 100644
--- a/docs/html/develop/index.jd
+++ b/docs/html/develop/index.jd
@@ -13,6 +13,12 @@
<div class="wrap">
<div class="cols dac-hero-content">
<div class="col-1of2 col-push-1of2 dac-hero-figure">
+ <!--
+ <iframe width="448" height="252"
+ src="//www.youtube.com/embed/Z98hXV9GmzY?autohide=1&showinfo=0"
+ frameborder="0" allowfullscreen=""
+ style="float: right;"></iframe>
+ -->
<img class="dac-hero-image" src="{@docRoot}images/develop/hero_image_studio5_2x.png"
srcset="/images/develop/hero_image_studio5.png 1x, /images/develop/hero_image_studio5_2x.png 2x" />
</div>
@@ -53,15 +59,15 @@
</a>
</div>
-<section class="dac-section dac-gray dac-small dac-invert" id="latest"><div class="wrap">
+<section class="dac-section dac-gray dac-small" id="latest"><div class="wrap">
<h2 class="norule">Latest</h2>
<div class="resource-widget resource-flow-layout col-16"
- data-query="type:youtube+tag:develop+tag:featured, type:blog+tag:develop+tag:featured"
- data-query="collection:develop/landing/latest"
- data-sortOrder="-timestamp"
- data-cardSizes="6x6"
- data-maxResults="12"
- data-initial-results="3"></div>
+ data-query="type:youtube+tag:develop+tag:featured, type:blog+tag:develop+tag:featured"
+ data-sortOrder="-timestamp"
+ data-cardSizes="6x6"
+ data-items-per-page="6"
+ data-maxResults="15"
+ data-initial-results="3"></div>
</div></section>
<section class="dac-section dac-light"><div class="wrap">
@@ -74,9 +80,27 @@
data-cardSizes="6x6"
data-maxResults="15"
data-initial-results="3"
+ data-items-per-page="6"
data-sortOrder="random"></div>
</div></section>
+<section class="dac-section dac-gray"><div class="wrap">
+ <h1 class="dac-section-title">Android development patterns</h1>
+ <div class="dac-section-subtitle">
+ Fundamental components and best practices that can help you build better apps.
+ </div>
+ <div class="resource-widget resource-flow-layout col-16"
+ data-query="collection:develop/landing/devpatterns"
+ data-cardSizes="6x6"
+ data-maxResults="3"></div>
+ <ul class="dac-section-links">
+ <li class="dac-section-link"><a href="https://www.youtube.com/playlist?list=PLWz5rJ2EKKc-lJo_RGGXL2Psr8vVCTWjM">
+ <span class="dac-sprite dac-auto-chevron"></span>
+ Playlist
+ </a></li>
+ </ul>
+</div></section>
+
<section class="dac-section dac-section-light"><div class="wrap">
<h1 class="dac-section-title">Android performance patterns</h1>
<div class="dac-section-subtitle">
@@ -97,7 +121,7 @@
<section class="dac-section dac-gray"><div class="wrap">
<h1 class="dac-section-title">Ubiquitous computing on Android</h1>
<div class="dac-section-subtitle">
- A great experience for your users across devices.
+ A great experience for your users across devices.
</div>
<div class="resource-widget resource-flow-layout col-16"
data-query="collection:develop/landing/ubicomp"
@@ -128,5 +152,6 @@
data-sortOrder="random"
data-cardSizes="6x6"
data-initial-results="6"
- data-maxResults="12"></div>
+ data-items-per-page="24"
+ data-maxResults="24"></div>
</div></section>