Skip to content

Instantly share code, notes, and snippets.

@wvuwebgist
Created January 1, 2020 17:59
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 wvuwebgist/b86320de011b861709836fa3ae55a80b to your computer and use it in GitHub Desktop.
Save wvuwebgist/b86320de011b861709836fa3ae55a80b to your computer and use it in GitHub Desktop.
A Profile Individual template for CleanSlate CMS
---
layout: default
---
<div class="wvu-container">
<div id="maincontent" class="main">
<h1 class="wvu-profile__name">
<r:editable_region name="wvu-profile__name" type="simple">
<r:page:name/>
</r:editable_region>
</h1>
<div class="wvu-profile__meta-info">
<h2 class="wvu-profile__job-title wvu-h5">
<r:editable_region name="wvu-profile__job-title" type="simple">
Enter the person's job title or whatever subhead should go under their name.
</r:editable_region>
</h2>
</div> <!-- /.wvu-profile__meta-info -->
<p>
<r:editable_region name="wvu-profile__short-description" type="simple">
Enter a brief description of the person. This will be pulled into the profile index page(s). Only enter a sentence or two in this region.
</r:editable_region>
</p>
<r:editable_region name="main">
<p>Enter the extended description here.</p>
</r:editable_region>
</div><!-- /.main -->
<aside class="wvu-sidebar">
<div class="wvu-profile__photo">
<r:editable_region name="wvu-profile__photo">
Add a profile photo.
</r:editable_region>
</div> <!-- /.wvu-profile__photo -->
<div class="wvu-profile__meta-info">
<p>
<r:editable_region name="wvu-profile__phone" type="simple">
Enter the person's phone number.
</r:editable_region>
</p>
<p>
<r:editable_region name="wvu-profile__email">
Enter the person's email address and link it via "Standard Links" option in the Insert Link modal.
</r:editable_region>
</p>
</div> <!-- /.wvu-profile__meta-info -->
</aside>
</div> <!-- /.wvu-container -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment