diff options
author | Scott Main <smain@google.com> | 2013-05-29 12:27:09 -0700 |
---|---|---|
committer | Scott Main <smain@google.com> | 2013-05-29 12:27:09 -0700 |
commit | 248573b8584524bffb6be035fb1afefa3b714d4c (patch) | |
tree | c99489248a6907c6a901b3f6f97f4a56390be32d /docs/html | |
parent | 04a36f704ac2c646ebc4c29f6b26f3c907dab7f8 (diff) | |
download | frameworks_base-248573b8584524bffb6be035fb1afefa3b714d4c.zip frameworks_base-248573b8584524bffb6be035fb1afefa3b714d4c.tar.gz frameworks_base-248573b8584524bffb6be035fb1afefa3b714d4c.tar.bz2 |
update homepage banner for videos to point to new io13 video channel
Change-Id: Ibdf384a3e3e0e082c3d4118efde3ecc69a206fa3
Diffstat (limited to 'docs/html')
-rw-r--r-- | docs/html/images/home/io-videos-2013.png | bin | 0 -> 179296 bytes | |||
-rw-r--r-- | docs/html/index.jd | 16 |
2 files changed, 10 insertions, 6 deletions
diff --git a/docs/html/images/home/io-videos-2013.png b/docs/html/images/home/io-videos-2013.png Binary files differnew file mode 100644 index 0000000..8655e8f --- /dev/null +++ b/docs/html/images/home/io-videos-2013.png diff --git a/docs/html/index.jd b/docs/html/index.jd index 0799802..3435283 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -13,21 +13,25 @@ page.metaDescription=The official site for Android developers. Provides the Andr <div class="frame"> <ul> <li class="item carousel-home"> - <div class="content-left col-10"> - <a href="https://developers.google.com/live/android/browse"> - <img src="{@docRoot}images/home/io-gdl-2013.png" style="margin:60px 0 0"> - </a> + <div class="content-left col-11" style="padding-top:10px;"> + <a href="{@docRoot}channels/io2013.html"> + <img src="{@docRoot}images/home/io-videos-2013.png" style="margin:60px 0 0; + box-shadow: 3px 10px 18px 1px #999;"> + </a> </div> - <div class="content-right col-5"> + <div class="content-right col-4"> <h1>Watch the Android talks from Google I/O</h1> <p>If you weren't able to attend Google I/O in person or couldn't make it to all the talks, you can catch up on the action with all the recordings, brought to you by <a href="http://developers.google.com/live">Google Developers Live</a>.</p> - <p><a href="https://developers.google.com/live/android/browse" class="button" + <p><a href="{@docRoot}channels/io2013.html" class="button" >See the Android talks</a></p> </div> </li> + + + <li class="item carousel-home"> <div class="content-left col-11" style="padding-top:65px;"> <script src="//ajax.googleapis.com/ajax/libs/swfobject/2.2/swfobject.js"></script> |