Created
February 25, 2020 19:31
-
-
Save Porter97/6ebfab932bf81d6c2b190e06ca9204f7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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