Skip to content

Instantly share code, notes, and snippets.

View ebarry's full-sized avatar

Liz Barry ebarry

View GitHub Profile
@ebarry
ebarry / keybase.md
Created January 28, 2019 21:05
to prove identity on keybase

Keybase proof

I hereby claim:

  • I am ebarry on github.
  • I am lizbarry (https://keybase.io/lizbarry) on keybase.
  • I have a public key ASBV1AeXuv7eB9fkm2ene-PVTygw4Lbepxiey6BGROpqngo

To claim this, I am signing this object:

@ebarry
ebarry / Public Lab Barnstar banner
Created November 6, 2012 16:35
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>