diff options
| author | Scott Main <smain@google.com> | 2012-01-26 16:14:29 -0800 |
|---|---|---|
| committer | Scott Main <smain@google.com> | 2012-01-30 09:59:42 -0800 |
| commit | b1560f20859ac46d48a753e67d9ac33748d2c558 (patch) | |
| tree | 151299984f8f71bf13e941a289b339c723dd4af9 /docs/html/index.jd | |
| parent | 5b08738a62ece5bf0ca5d22a6f062e2fb67af272 (diff) | |
| download | frameworks_base-b1560f20859ac46d48a753e67d9ac33748d2c558.zip frameworks_base-b1560f20859ac46d48a753e67d9ac33748d2c558.tar.gz frameworks_base-b1560f20859ac46d48a753e67d9ac33748d2c558.tar.bz2 | |
docs: add G+ page announcement to homepage
Change-Id: I400334fc1465b67ec34af2071a6cca5b6eda116f
Diffstat (limited to 'docs/html/index.jd')
| -rw-r--r-- | docs/html/index.jd | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/docs/html/index.jd b/docs/html/index.jd index 9197b5d..c14c0ae 100644 --- a/docs/html/index.jd +++ b/docs/html/index.jd @@ -142,6 +142,20 @@ href="{@docRoot}resources/dashboard/platform-versions.html">Learn more »</ + "href='{@docRoot}sdk/api_diff/15/changes.html'>diff report</a>. If you're new to Android, " + "get started with the <a href='/sdk/index.html'>SDK starter package</a>.</p>" }, + + 'plus': { + 'layout':"imgLeft", + 'icon':"google-plus-small.png", + 'name':"Google+ Page", + 'img':"google-plus.png", + 'title':"Android Developers on Google+", + 'desc': "<p>We now have a Google+ page for <a " ++ "href='https://plus.google.com/108967384991768947849'>+Android Developers</a>. " ++ "We'll use it to host Hangouts for developers, talk about the latest releases, " ++ "development and design tips, and much more.</p>" ++ "<div style='margin-top:.7em'><g:plus href='https://plus.google.com/108967384991768947849' " ++ "size=\"smallbadge\" width=\"275\"></g:plus></div>" + }, 'tv': { 'layout':"imgLeft", @@ -186,5 +200,19 @@ href="{@docRoot}resources/dashboard/platform-versions.html">Learn more »</ </script> <script type="text/javascript" src="{@docRoot}assets/carousel.js"></script> <script type="text/javascript"> - initCarousel("sdk"); + initCarousel("plus"); </script> + +<script type="text/javascript" src="https://plus.google.com/108967384991768947849" +rel="publisher"></script> +<script type="text/javascript"> +window.___gcfg = {lang: 'en'}; +(function() +{var po = document.createElement("script"); +po.type = "text/javascript"; po.async = true;po.src = "https://apis.google.com/js/plusone.js"; +var s = document.getElementsByTagName("script")[0]; +s.parentNode.insertBefore(po, s); +})();</script> +<style type="text/css"> + #___plus_0, #___plus_0 iframe, #___plus_0 { width: 275px !important; } +</style> |
