diff options
| author | 2016-05-18 18:07:17 -0700 | |
|---|---|---|
| committer | 2016-05-18 18:07:17 -0700 | |
| commit | ef0f1fd4d5f8ab802022e1a1d862645a57be9a84 (patch) | |
| tree | 60a1e01fdf8817c612b09fb271976b80f817d650 | |
| parent | 2e28ebfc1d4ef357968923fc763d1f87ea389ef6 (diff) | |
docs: Add video to Instant Apps landing page
b/28842359
Change-Id: Idb097501425ca0a50f547a22f54217878075376a
| -rw-r--r-- | docs/html/topic/instant-apps/index.jd | 65 |
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 — fast and - beautiful user interfaces, high performance, and great capabilities — - 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—fast and beautiful + user interfaces, high performance, and great capabilities—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> <!-- end cols dac-hero-content --> +</div> <!-- end .wrap --> </section> <!-- Second section --> |