Skip to content

Instantly share code, notes, and snippets.

@ctbarber
Created March 27, 2017 18:54
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 ctbarber/9b675ff954bfcf83296b339c1ed4211b to your computer and use it in GitHub Desktop.
Save ctbarber/9b675ff954bfcf83296b339c1ed4211b to your computer and use it in GitHub Desktop.
<table class="snippet-faq">
<tbody>
<tr class="uthsc-ouc-instructions"><th colspan="3">FAQ Options [DO NOT DELETE]</th></tr>
<tr class="uthsc-ouc-instructions">
<td colspan="3">
<p>Use this snippet to create a FAQ page. By default, just put in questions, answers, and a shorter and unique descriptive label (this will allow people to link directly to the individual questions).</p>
<p>The label should not include any puncuation.</p>
<p>If you need a heading or a subheading, just put heading1 or heading2 in the question column, put the actual heading text in the answer column, and then the unique label in the last column</p>
</td>
</tr>
<tr class="uthsc-ouc-instructions">
<td>
<p><strong>Questions</strong></p>
</td>
<td>
<p><strong>Answers</strong></p>
</td>
<td>
<p><strong>Unique Label</strong></p>
</td>
</tr>
<tr>
<td>
<p>Where is Memphis?</p>
</td>
<td>
<p>It's located in the southwest corner of Tennessee.</p>
</td>
<td>
<p>where is memphis</p>
</td>
</tr>
<tr>
<td>
<p>What does UTHSC stand for?</p>
</td>
<td>
<p>University of Tennessee Health Science Center</p>
</td>
<td>
<p>uthsc stand for</p>
</td>
</tr>
<tr>
<td>
<p>Who is the greatest superhero?</p>
</td>
<td>
<p>It has to be Spiderman since we are on the web, right?</p>
</td>
<td>
<p>greatest superhero</p>
</td>
</tr>
<tr>
<td>
<p>heading1</p>
</td>
<td>
<p>UTHSC Weather</p>
</td>
<td>
<p>weather</p>
</td>
</tr>
<tr>
<td>
<p>heading2</p>
</td>
<td>
<p>Spring</p>
</td>
<td>
<p>spring weather</p>
</td>
</tr>
<tr>
<td>
<p>What do I wear in the spring?</p>
</td>
<td>
<p>It starts to get warmer but rainy, so scrubs and an umbrella.</p>
</td>
<td>
<p>wear in the spring</p>
</td>
</tr>
<tr>
<td>
<p>heading2</p>
</td>
<td>
<p>Summer</p>
</td>
<td>
<p>Summer weather</p>
</td>
</tr>
<tr>
<td>
<p>What do I wear in the summer?</p>
</td>
<td>
<p>Its can be hot and muggy, so scrubs and a fan.</p>
</td>
<td>
<p>wear in the summer</p>
</td>
</tr>
<tr>
<td>
<p>heading2</p>
</td>
<td>
<p>Fall</p>
</td>
<td>
<p>Fall weather</p>
</td>
</tr>
<tr>
<td>
<p>What do I wear in the fall?</p>
</td>
<td>
<p>It starts to get cooler, so scrubs.</p>
</td>
<td>
<p>wear in the spring</p>
</td>
</tr>
<tr>
<td>
<p>heading2</p>
</td>
<td>
<p>Winter</p>
</td>
<td>
<p>winter weather?</p>
</td>
</tr>
<tr>
<td>
<p>What do I wear in the winter?</p>
</td>
<td>
<p>It gets fairly cold but not much snow, so scrubs and warm boots.</p>
</td>
<td>
<p>wear in the spring</p>
</td>
</tr>
</tbody>
</table>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment