summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Joe Fernandez <joefernandez@google.com> 2016-05-19 01:20:21 +0000
committer android-build-merger <android-build-merger@google.com> 2016-05-19 01:20:21 +0000
commitac9135e737ff53b6e680d9f81dd32012365041b4 (patch)
tree1e46c747b5831d94308abd0c7fb44d7ed5d3b910
parent788edcb7ecf03bdabfc8c82cd9949a130c7d2dcc (diff)
parent99ffb30302017f00b349369181cbda72c3276170 (diff)
Merge "docs: Add video to Instant Apps landing page" into mnc-io-docs
am: 99ffb30302 * commit '99ffb30302017f00b349369181cbda72c3276170': docs: Add video to Instant Apps landing page Change-Id: Icd8bc9c7d8bbd432889e880eec512c1213baf9af
-rw-r--r--docs/html/topic/instant-apps/index.jd65
1 files changed, 40 insertions, 25 deletions
diff --git a/docs/html/topic/instant-apps/index.jd b/docs/html/topic/instant-apps/index.jd
index b843405139a2..d8de0b518b4a 100644
--- a/docs/html/topic/instant-apps/index.jd
+++ b/docs/html/topic/instant-apps/index.jd
@@ -12,31 +12,46 @@ excludeFromSuggestions=true
<!-- Hero section -->
<section class="dac-expand dac-hero dac-section-light">
<div class="wrap">
-<h1>Android Instant Apps</h1>
-<p class="sub-head">
- Native Android apps, without the installation
-</p>
-
-<p class="dac-hero-description">
- An evolution in app sharing and discovery, Android Instant Apps enables
- Android apps to run instantly, without requiring installation.
- Instant Apps lets you experience what you love about apps &#8212 fast and
- beautiful user interfaces, high performance, and great capabilities &#8212
- with just a tap.
-</p>
-
-<p class="dac-hero-description">
- Request early access to the Instant Apps documentation today.
-</p>
-
-<p style="margin-top:24px">
- <a class="landing-button green download-bundle-button"
- href="https://docs.google.com/a/google.com/forms/d/1S3MzsMVIlchLCqyNLaFbv64llxWaf90QSeYLeswco90/viewform"
- target="_blank">
- I'M INTERESTED IN ANDROID INSTANT APPS<br>
- </a>
-</p>
-</div>
+ <div class="cols dac-hero-content">
+
+ <div class="col-1of2 col-push-1of2 dac-hero-figure">
+ <div class="dev-bytes-video">
+ <iframe width="560" height="350" src=
+ "https://www.youtube.com/embed/cosqlfqrpFA" frameborder="0"
+ allowfullscreen=""></iframe>
+ </div>
+ </div>
+
+ <div class="col-1of2 col-pull-1of2" style="margin-bottom:40px">
+ <h1>
+ Android Instant Apps
+ </h1>
+
+ <p class="sub-head">
+ Native Android apps, without the installation
+ </p>
+
+ <p class="dac-hero-description">
+ An evolution in app sharing and discovery, Android Instant Apps enables
+ Android apps to run instantly, without requiring installation. Instant
+ Apps lets you experience what you love about apps&#8212fast and beautiful
+ user interfaces, high performance, and great capabilities&#8212with just a
+ tap.
+ </p>
+
+ <p class="dac-hero-description">
+ Request early access to the Instant Apps documentation today.
+ </p>
+
+ <p style="margin-top:24px">
+ <a class="landing-button green download-bundle-button" href=
+ "https://docs.google.com/a/google.com/forms/d/1S3MzsMVIlchLCqyNLaFbv64llxWaf90QSeYLeswco90/viewform"
+ target="_blank">I'M INTERESTED IN ANDROID INSTANT APPS<br></a>
+ </p>
+ </div>
+
+ </div> <!-- end cols dac-hero-content -->
+</div> <!-- end .wrap -->
</section>
<!-- Second section -->