Skip to content

Instantly share code, notes, and snippets.

@w3guy
Created December 17, 2015 08:14
Show Gist options
  • Save w3guy/2a034ff99c7d734afb38 to your computer and use it in GitHub Desktop.
Save w3guy/2a034ff99c7d734afb38 to your computer and use it in GitHub Desktop.
monochrome profile with carousel
<div class="monochrome-profile">
<div class="monochrome-cover">
<div class="monochrome-avatar"><img src="[profile-avatar-url]"/></div>
<div class="monochrome-uname">[profile-username]</div>
</div>
<div class="monochrome-contentCont">
<div class="monochrome-content">
<div class="monochrome-sectionTitle">Profile Details</div>
<table class="monochrome-table">
<tr>
<td class="monochrome-label">First name</td>
<td>[profile-first-name]</td>
</tr>
<tr>
<td class="monochrome-label">Last name</td>
<td>[profile-last-name]</td>
</tr>
<tr>
<td class="monochrome-label">Biography</td>
<td>[profile-bio]</td>
</tr>
<tr>
<td class="monochrome-label">Gender</td>
<td>[profile-cpf key="gender"]</td>
</tr>
<tr>
<td class="monochrome-label">Country</td>
<td>[profile-cpf key="country"]</td>
</tr>
</table>
<div class="monochrome-sectionTitle2">My Articles</div>
</div>
<div class="pp-jca">
[jcarousel-author-posts count="10"]
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment