Diff for "BadgeKit"

Not logged in - Log In / Register

Differences between revisions 12 and 16 (spanning 4 versions)
Revision 12 as of 2009-08-21 21:00:46
Size: 2237
Editor: 173-111-30-67
Comment: formatting fix
Revision 16 as of 2021-11-30 15:20:53
Size: 2258
Editor: jugmac00
Comment: roll back
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
If you or your project uses [[http://launchpad.net|Launchpad]], display one of these badges to let people know! If you or your project uses [[https://launchpad.net|Launchpad]], display one of these badges to let people know!
Line 14: Line 14:
Insert HTML like the following into your project's home page, replacing '''FILL_ME_IN''' with either a project name or a Launchpad username (if a username, remember to include the '''~''', for example '''~joey''' as used [[http://joey.ubuntu-rocks.org/blog/|here]]). The default width of 160px is good for most contexts, but you can choose another pixel width from the list above or make a custom image from the [[http://media.launchpad.net/lp-badge-kit/launchpad-badge.svg|scalable SVG file]] if necessary. Insert HTML like the following into the page where you want to display the badge, replacing '''FILL_ME_IN''' with either a project name or a Launchpad username (if a username, remember to include the '''~''', for example '''~joey''' as used [[http://joey.ubuntu-rocks.org/blog/|here]]). The default width of 160px is good for most contexts, but you can choose another pixel width from the list above or make a custom image from the [[http://media.launchpad.net/lp-badge-kit/launchpad-badge.svg|scalable SVG file]] if necessary.

Launchpad Badge Kit

If you or your project uses Launchpad, display one of these badges to let people know!

Trademark and usage policy: Launchpad™ is a trademark of Canonical Ltd. You are encouraged to use these images to refer to your use of the Launchpad.net services. Canonical may revoke your permission to use these images if you make modifications to the images or use them incorrectly (e.g., on a project that does not use Launchpad.net).

120px wide
http://media.launchpad.net/lp-badge-kit/launchpad-badge-w120px.png

160px wide
http://media.launchpad.net/lp-badge-kit/launchpad-badge-w160px.png

200px wide
http://media.launchpad.net/lp-badge-kit/launchpad-badge-w200px.png

250px wide
http://media.launchpad.net/lp-badge-kit/launchpad-badge-w250px.png

How to Display a Badge

Insert HTML like the following into the page where you want to display the badge, replacing FILL_ME_IN with either a project name or a Launchpad username (if a username, remember to include the ~, for example ~joey as used here). The default width of 160px is good for most contexts, but you can choose another pixel width from the list above or make a custom image from the scalable SVG file if necessary.

   <a href="https://launchpad.net/FILL_ME_IN" style="border: none;" 
   ><img src="http://media.launchpad.net/lp-badge-kit/launchpad-badge-w160px.png"
         alt="Launchpad logo" style="border: none;"/></a>

BadgeKit (last edited 2021-11-30 15:20:53 by jugmac00)