Skip to content

Instantly share code, notes, and snippets.

@jedmund
Created May 15, 2013 07:43
Show Gist options
  • Save jedmund/5582250 to your computer and use it in GitHub Desktop.
Save jedmund/5582250 to your computer and use it in GitHub Desktop.
{ include "header.htm" }
<div class="no_stage" id="content">
<div id="topbar">
<!-- tag for permalink url: show the project's permalink -->
<div class="left">
<a href="#top" rel="permalink">
<span class="title">{ show the project's title }</span>
</a>
<span class="foundation">{ show the project's foundation }</span>
<span class="client">{ show the project's client }</span>
<span class="date">{ show the project's date }</span>
</div>
</div>
<div class="no_stage forty" id="project">
{ generate slideshow from images with large and captions after }
<div class="columns">
{ show the project's description paragraphs #1-3 }
</div>
{ show the project's description paragraphs #4-6 }
{ generate slideshow from tag "branding" with large and captions after }
{ show the project's description paragraphs #7-9 }
{ generate slideshow from tag "research" with large and captions after }
{ show the project's description paragraphs #10-11 }
{ generate slideshow from tag "process" with large and captions after }
{ show the project's description paragraphs #12-14 }
</div>
<div id="projects">
{ generate a nav as a grid with thumbnails and overlays }
</div>
</div>
{ include "footer.htm" }
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment