Skip to content

Instantly share code, notes, and snippets.

View lizyjoy's full-sized avatar

Lizy Gershenzon lizyjoy

View GitHub Profile
@lizyjoy
lizyjoy / Design Week Portland Badge
Last active April 4, 2016 21:20
Include this code on your page before the end </body> tag.
<!-- Begin Design Week Sticky Badge -->
<style type="text/css">
#dwp:hover
{
background-position:0px -88px !important;
}
</style>
@lizyjoy
lizyjoy / dwpbadge.html
Created August 27, 2012 06:09
DWP Badge
<!-- Begin Design Week Sticky Badge -->
<style type="text/css">
*{margin:0px;padding:0px;}
#dwp
{
background:transparent url('http://www.scribbletone.com/clients/designportland/web-badge/badge.png') no-repeat scroll 0px 0px;
height:96px;
right:-2px;
position:fixed;
bottom:50px;
@lizyjoy
lizyjoy / test
Created August 27, 2012 06:05
test
<div id="dwp"><a href="http://www.designweekportland.com" target="_blank" >DWP</a></div>
</div>
<div id="dwp"><a href="http://www.designweekportland.com" target="_blank" >DWP</a></div>
</div>
<!--End Design Week Sticky Badge-->