Skip to content

Instantly share code, notes, and snippets.

@williamcspace
Created November 22, 2018 07:44
Show Gist options
  • Save williamcspace/94d62847e717a9f476b315e4409cac4c to your computer and use it in GitHub Desktop.
Save williamcspace/94d62847e717a9f476b315e4409cac4c to your computer and use it in GitHub Desktop.
Edx Course Overview Template
<section class="about">
<h2>About This Course</h2>
<p>Include your long course description here. The long course description
should contain 150-400 words.</p>
<p>This is paragraph 2 of the long course description. Add more paragraphs
as needed. Make sure to enclose them in paragraph tags.</p>
</section>
<section class="prerequisites">
<h2>Requirements</h2>
<p>Add information about the skills and knowledge students need to take
this course.</p>
</section>
<section class="course-staff">
<h2>Course Team</h2>
<article class="teacher">
<div class="teacher-image">
<img src="/static/images/placeholder-faculty.png" align="left"
style="margin:0 20 px 0" alt="Course Team Image #1">
</div>
<h3>Team Member #1</h3>
<p>Biography of course team member #1</p>
</article>
<article class="teacher">
<div class="teacher-image">
<img src="/static/images/placeholder-faculty.png" align="left"
style="margin:0 20 px 0" alt="Course Team Image #2">
</div>
<h3>Team Member #2</h3>
<p>Biography of course team member #2</p>
</article>
</section>
<section class="faq">
<section class="responses">
<h2>Frequently Asked Questions</h2>
<article class="response">
<h3>Do I need to buy a textbook?</h3>
<p>No, a free online version of Chemistry: Principles, Patterns, and
Applications, First Edition by Bruce Averill and Patricia Eldredge
will be available, though you can purchase a printed version (
published by FlatWorld Knowledge) if you’d like.</p>
</article>
<article class="response">
<h3>Question #2</h3>
<p>Your answer would be displayed here.</p>
</article>
</section>
</section>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment