Skip to content

Instantly share code, notes, and snippets.

View jamesmk's full-sized avatar

James Kurczodyna jamesmk

  • FINE
  • Medford, OR
View GitHub Profile
@jamesmk
jamesmk / Design-Week-Portland-Badge.html
Last active February 22, 2018 16:24 — forked from traviskochel/Design Week Portland Badge
Include this code on your page before the end </body> tag.
<!-- Begin Design Week Portland Badge -->
<style type="text/css">
#dwp-badge { margin:0px;padding:0px;background:transparent url(https://www.designweekportland.com/DWP-badge.png) no-repeat scroll 0px 0px;height:88px;right:0px;position:fixed;bottom:25px;width:98px;z-index:9999999 !important; }
#dwp-badge:hover { background-position:0px -88px !important; }
#dwp-badge a { margin:0px;padding:0px;display:block;height:88px;width:98px;text-indent:-9999px;border:none; }
</style>
<div id="dwp-badge"><a href="https://www.designweekportland.com" target="_blank">Design Week Portland</a></div>
<!--End Design Week Portland Badge-->