Created
August 24, 2015 20:29
-
-
Save rhettl/b0283fafda597fe25174 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
<div id="faqs"> | |
<div id="faqs-toc"></div> | |
<div id="faqs-questions"> | |
<section> | |
<h2>General Rules</h2> | |
<div class="question"> | |
<h3>Question one goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question two goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question three goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question four goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question five goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
</section> | |
<section> | |
<h2>Other Rules</h2> | |
<div class="question"> | |
<h3>Question six goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question seven goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question eight goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question nine goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
<div class="question"> | |
<h3>Question ten goes here</h3> | |
<p>the answer goes here</p><a>[href="#"] citation goes here</a> | |
</div> | |
</section> | |
</div> | |
</div> |
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
#faqs | |
#faqs-toc | |
#faqs-questions | |
section | |
h2 General Rules | |
.question | |
h3 Question one goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question two goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question three goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question four goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question five goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
section | |
h2 Other Rules | |
.question | |
h3 Question six goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question seven goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question eight goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question nine goes here | |
p the answer goes here | |
a[href="#"] citation goes here | |
.question | |
h3 Question ten goes here | |
p the answer goes here | |
a[href="#"] citation goes here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment