Skip to content

Instantly share code, notes, and snippets.

@ethanjurman
Created May 1, 2015 00:13
Show Gist options
  • Save ethanjurman/e907bfc77cc5089021db to your computer and use it in GitHub Desktop.
Save ethanjurman/e907bfc77cc5089021db to your computer and use it in GitHub Desktop.
<html>
<body>
<!-- what the card is going to look like -->
<div class="card">
<span class="name" name-attr="(data from mongodb)"> </span>
<span class="img" img-attr="(data from mongodb)"> </span>
<span class="attr1" data-attr1="(data from mongodb)"> </span>
<span class="attr2" data-attr2="(data from mongodb)"> </span>
<span class="attr3" data-attr3="(data from mongodb)"> </span>
</div>
<!-- card done -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment