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 /docs/html/distribute/index.jd | |
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
Diffstat (limited to 'docs/html/distribute/index.jd')
-rw-r--r-- | docs/html/distribute/index.jd | 30 |
1 files changed, 30 insertions, 0 deletions
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"> |