Created
December 10, 2013 18:34
-
-
Save stevencwarren/7895628 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<header class="panel-header"> | |
<h1>Play Brain Breaks</h1> | |
<a href="javascript:;" id="back-to-dashboard" class="button button-primary button-panel-back"><i class="icon-arrow-left"></i> <span>Back</span></a> | |
</header> | |
<section class="brain-breaks"> | |
<nav class="filter-nav"></nav> | |
<div id="brain-break-list" /> | |
</section> | |
<% if (!plus) { %> | |
<section class="learn-about-plus"> | |
<p>Get more games with <strong>GoNoodle Plus!</strong> | |
<span class="button-primary">Learn more</span> | |
</p> | |
</section> | |
<% } %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment