Skip to content

Instantly share code, notes, and snippets.

@skopp
Forked from bguthrie/coderwall_badge_markup.html
Last active December 20, 2015 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skopp/6203051 to your computer and use it in GitHub Desktop.
Save skopp/6203051 to your computer and use it in GitHub Desktop.
bl.ocks-ready
<!DOCTYPE html>
<html>
<head>
<link href="http://coderwall.com/stylesheets/jquery.coderwall.css" media="all" rel="stylesheet" type="text/css">
</head>
<body>
<div><!-- You also need to place a container where you'd like the Coderwall badges to render. -->
<section class="coderwall" data-coderwall-username="skopp" data-coderwall-orientation="vertical"></section>
</div>
<script src="http://coderwall.com/javascripts/jquery.coderwall.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment