diff options
| author | Scott Main <smain@google.com> | 2012-12-04 18:23:09 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-12-04 18:26:52 -0800 |
| commit | 3bb56f02f89d626757b01015be6861f4c6389154 (patch) | |
| tree | 0149d9dda104a034f448b0331da44bac1fa31920 | |
| parent | 78d17441fadc38dc452871da722b1b2900de7a67 (diff) | |
| download | frameworks_base-3bb56f02f89d626757b01015be6861f4c6389154.zip frameworks_base-3bb56f02f89d626757b01015be6861f4c6389154.tar.gz frameworks_base-3bb56f02f89d626757b01015be6861f4c6389154.tar.bz2 | |
docs: add link to developer survey on main landing pages
Change-Id: Icf635993a6b3ff20d6e226b1e13358fd0ffcd398
| -rw-r--r-- | docs/html/design/index.jd | 31 | ||||
| -rw-r--r-- | docs/html/develop/index.jd | 31 | ||||
| -rw-r--r-- | docs/html/distribute/index.jd | 30 | ||||
| -rw-r--r-- | docs/html/index.jd | 32 |
4 files changed, 124 insertions, 0 deletions
diff --git a/docs/html/design/index.jd b/docs/html/design/index.jd index 1e6b40c..b19422b 100644 --- a/docs/html/design/index.jd +++ b/docs/html/design/index.jd @@ -2,6 +2,37 @@ page.title=Design header.hide=1 footer.hide=1 @jd:body +<style> +#butterbar-wrapper { + position:absolute; + top:0; + left:0; + width:100%; +} +#butterbar { + width:940px; + margin:0 auto; +} +#butterbar-message { + background-color:#f80; + float:right; + font-size:12px; + font-weight:bold; + padding:0 10px; + border-radius: 0 0 5px 5px; +} +#butterbar-message a {color:#fff !important} +#butterbar-message a:hover {text-decoration:underline;} +</style> + + <div id="butterbar-wrapper" > + <div id="butterbar" > + <div id="butterbar-message"> +<a target="_blank" href="https://docs.google.com/a/google.com/forms/d/17EFbvdm4FYkocc83EcrKhyhP5Y6tbns_eiBSeQ6ojxU/viewform"> + Take the Android Developer Survey</a> + </div> + </div> +</div> <style> #landing-graphic-container { diff --git a/docs/html/develop/index.jd b/docs/html/develop/index.jd index 3ca7b80..70d3f6d 100644 --- a/docs/html/develop/index.jd +++ b/docs/html/develop/index.jd @@ -4,6 +4,37 @@ header.hide=1 carousel=1 tabbedList=1 @jd:body +<style> +#butterbar-wrapper { + position:absolute; + top:0; + left:0; + width:100%; +} +#butterbar { + width:940px; + margin:0 auto; +} +#butterbar-message { + background-color:#f80; + float:right; + font-size:12px; + font-weight:bold; + padding:0 10px; + border-radius: 0 0 5px 5px; +} +#butterbar-message a {color:#fff !important} +#butterbar-message a:hover {text-decoration:underline;} +</style> + + <div id="butterbar-wrapper" > + <div id="butterbar" > + <div id="butterbar-message"> +<a target="_blank" href="https://docs.google.com/a/google.com/forms/d/17EFbvdm4FYkocc83EcrKhyhP5Y6tbns_eiBSeQ6ojxU/viewform"> + Take the Android Developer Survey</a> + </div> + </div> +</div> <style> #noplayer-message { diff --git a/docs/html/distribute/index.jd b/docs/html/distribute/index.jd index c0ed6a8..a950971 100644 --- a/docs/html/distribute/index.jd +++ b/docs/html/distribute/index.jd @@ -2,7 +2,37 @@ page.title=Distribute Apps header.hide=1 @jd:body +<style> +#butterbar-wrapper { + position:absolute; + top:0; + left:0; + width:100%; +} +#butterbar { + width:940px; + margin:0 auto; +} +#butterbar-message { + background-color:#f80; + float:right; + font-size:12px; + font-weight:bold; + padding:0 10px; + border-radius: 0 0 5px 5px; +} +#butterbar-message a {color:#fff !important} +#butterbar-message a:hover {text-decoration:underline;} +</style> + <div id="butterbar-wrapper" > + <div id="butterbar" > + <div id="butterbar-message"> +<a target="_blank" href="https://docs.google.com/a/google.com/forms/d/17EFbvdm4FYkocc83EcrKhyhP5Y6tbns_eiBSeQ6ojxU/viewform"> + Take the Android Developer Survey</a> + </div> + </div> +</div> <div class="marquee"> diff --git a/docs/html/index.jd b/docs/html/index.jd index e91b68c..0dc1757 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -4,6 +4,38 @@ carousel=true page.metaDescription=The official site for Android developers. Provides the Android SDK and documentation for app developers and designers. @jd:body +<style> +#butterbar-wrapper { + position:absolute; + top:0; + left:0; + width:100%; +} +#butterbar { + width:940px; + margin:0 auto; +} +#butterbar-message { + background-color:#f80; + float:right; + font-size:12px; + font-weight:bold; + padding:0 10px; + border-radius: 0 0 5px 5px; +} +#butterbar-message a {color:#fff !important} +#butterbar-message a:hover {text-decoration:underline;} +</style> + + <div id="butterbar-wrapper" > + <div id="butterbar" > + <div id="butterbar-message"> +<a target="_blank" href="https://docs.google.com/a/google.com/forms/d/17EFbvdm4FYkocc83EcrKhyhP5Y6tbns_eiBSeQ6ojxU/viewform"> + Take the Android Developer Survey</a> + </div> + </div> +</div> + <div class="wrap"> <!-- Slideshow --> |
