Diff for "BadgeKit"

Not logged in - Log In / Register

Differences between revisions 4 and 15 (spanning 11 versions)
Revision 4 as of 2009-06-26 17:23:02
Size: 1462
Editor: cpe-24-193-42-111
Comment: Set the tablewidth to 100%. Give SVG file a label.
Revision 15 as of 2021-11-30 15:19:44
Size: 2266
Editor: jugmac00
Comment: update more links from http to https
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= Launchpad.net Badge Kit = = Launchpad Badge Kit =
Line 3: Line 3:
If your project uses [[http://launchpad.net|Launchpad.net]], you can place one of these badges on your project's home page to let people know. If you or your project uses [[https://launchpad.net|Launchpad]], display one of these badges to let people know!
Line 5: Line 5:
'''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.)'' '''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).
Line 7: Line 7:
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`120px wide`<<BR>>[[attachment:launchpad.net-badge-w120px.png|{{attachment:launchpad.net-badge-w120px.png}}]]||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`160px wide`<<BR>>[[attachment:launchpad.net-badge-w160px.png|{{attachment:launchpad.net-badge-w160px.png}}]]||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`200px wide`<<BR>>[[attachment:launchpad.net-badge-w200px.png|{{attachment:launchpad.net-badge-w200px.png}}]]||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`250px wide`<<BR>>[[attachment:launchpad.net-badge-w250px.png|{{attachment:launchpad.net-badge-w250px.png}}]]||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`Any width:`<<BR>>[[attachment:launchpad.net-badge.svg|SVG file (scalable)]]||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`120px wide`<<BR>>[[https://media.launchpad.net/lp-badge-kit/launchpad-badge-w120px.png|{{https://media.launchpad.net/lp-badge-kit/launchpad-badge-w120px.png}}]] ||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`160px wide`<<BR>>[[https://media.launchpad.net/lp-badge-kit/launchpad-badge-w160px.png|{{https://media.launchpad.net/lp-badge-kit/launchpad-badge-w160px.png}}]] ||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`200px wide`<<BR>>[[https://media.launchpad.net/lp-badge-kit/launchpad-badge-w200px.png|{{https://media.launchpad.net/lp-badge-kit/launchpad-badge-w200px.png}}]] ||
||<tablestyle="width: 100%" style="text-align: center; width: 100%; border: 0;">`250px wide`<<BR>>[[https://media.launchpad.net/lp-badge-kit/launchpad-badge-w250px.png|{{https://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 [[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.

{{{
   <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>
}}}

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
https://media.launchpad.net/lp-badge-kit/launchpad-badge-w120px.png

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

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

250px wide
https://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)