Skip to content

Instantly share code, notes, and snippets.

@jamesmk
Forked from traviskochel/Design Week Portland Badge
Last active February 22, 2018 16:24
Show Gist options
  • Save jamesmk/e43900fc467b971fec7cb5cc1fe62ed5 to your computer and use it in GitHub Desktop.
Save jamesmk/e43900fc467b971fec7cb5cc1fe62ed5 to your computer and use it in GitHub Desktop.
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-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment