diff options
| author | 2013-05-29 15:16:01 -0700 | |
|---|---|---|
| committer | 2013-05-29 15:16:01 -0700 | |
| commit | efbcdcd15e8dac9f8ed16c5ec0f00c8c56dc4974 (patch) | |
| tree | 6109424adea809dabdd9d151bd0f0afa43fb9562 | |
| parent | 54fd2ab2a95f261d55b9a8630dc121c8b24ee3a8 (diff) | |
| parent | 248573b8584524bffb6be035fb1afefa3b714d4c (diff) | |
am 248573b8: update homepage banner for videos to point to new io13 video channel
* commit '248573b8584524bffb6be035fb1afefa3b714d4c':
update homepage banner for videos to point to new io13 video channel
| -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 000000000000..8655e8f680f6 --- /dev/null +++ b/docs/html/images/home/io-videos-2013.png diff --git a/docs/html/index.jd b/docs/html/index.jd index 07998026304a..343528344d52 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> |