Skip to content

Instantly share code, notes, and snippets.

@ebarry
Created November 6, 2012 16:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ebarry/4025862 to your computer and use it in GitHub Desktop.
Save ebarry/4025862 to your computer and use it in GitHub Desktop.
this code makes a banner on your profile page where you can display barnstars that you have been awarded. Paste it into your "bio" section.
<table class="nicetable" width="500">
<tr>
<td>
<a href="http://publiclaboratory.org/wiki/barnstars"><img src="http://publiclaboratory.org/sites/default/files/YourCustomUploadedBarnstar.png" height="100"></a>
</td>
<td>
<h3>Your Barnstar Title</h3>
The ##### Barnstar awarded in appreciation of ##### with ###### at/during #####, ######. Awarded by <a href="http://publiclaboratory.org/people/You">yourname on ########.</a></td>
</tr>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment