Unofficial YAPC::NA 2006 Badge
Posted in yapcna2006, perl, yapc, logo Thu, 22 Jun 2006 07:22:00 GMT
The YAPC::NA conference doesn't have a blog badge yet so I edited one from another event. It's not official and just for fun:
You can add it to your blog with the following:
In your HTML:
<div id="yapc_badge"> <a href="http://www.yapcchicago.org/" title="YAPC::NA"> <img src="http://www.dev411.com/images/logos/ \ badge_yapcna2006.gif" alt="YAPC::NA badge" /> </a> </div>
In your CSS:
#yapc_badge { position: absolute; top: 0; /* 10px works for Blogger */ right: 0; }
UPDATE 1: This is now on the YAPC::NA Chicago homepage and Planet YAPC Chicago. Show your support :)
UPDATE 2: This is also seen in Jonathan Rockway's Catalyst Weblog Software presentation.
I’m giving a talk about weblog software at YAPC, so I’ve put this on my example blog :)
Thanks!