Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created February 25, 2020 19:31
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 Porter97/6ebfab932bf81d6c2b190e06ca9204f7 to your computer and use it in GitHub Desktop.
Save Porter97/6ebfab932bf81d6c2b190e06ca9204f7 to your computer and use it in GitHub Desktop.
<template id="collection-template">
<!-- Collection Template -->
<div class="container collection-container">
<div class="header-top">
<div id="user-profile">
<img id="user-profile-img" src="" alt="">
<a id="user-profile-link" href=""></a>
</div>
</div>
<!-- Collection Card -->
<div id="collection-card">
<!-- Collection Name -->
<h4 id="collection-name-header">
<a href="" id="collection-name"></a>
</h4>
<!-- Collection Description -->
<div id="collection-body">
<p id="collection-description"></p>
</div>
<!-- Collection Metadata -->
<div id="collection-meta">
<p id="collection-timestamp">
</div>
<hr id="collection-divider">
</div>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment