Browse Course Templates

Premade templates to browse and inspire your course content layouts. Ready to grab and go!

Schedule Overview

Give a broader overview of the courseload, focusing on larger assignment, discussion and exam due dates. Keep students from feeling overwhelmed by hitting the main points and avoiding the nitty-gritty.

Template Preview

Featured Widgets

Table

Display tasks, due dates, and more in an organized and clear manner.



<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/@pimaonline/pimaonline-themepack/dist/css/themes/cards/styles.css">
<link rel="stylesheet" type="text/css" href="../css/custom.css">
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/jquery/dist/jquery.min.js" defer></script> 
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@pimaonline/pimaonline-themepack/dist/js/scripts2.js" defer></script>
<title>Course Intro</title>
</head>
<body>
    <header class="header"><img src="https://via.placeholder.com/1920X600" alt="decorative image of a woman's hand typing on a computer">
      <div class="text-container">
        <h1>Course Intro</h1>
        <p>In academic writing, clarity and conciseness are crucial for...</p>
      </div>
    </header>
<div id="main">
  <div class="content-body">
    <h2>Schedule of Work</h2>
    <p>In academic writing, clarity and...</p>
    <p>Paragraphs should be well-structured, containing a...</p>
    <table width="100%">
      <thead>
        <tr>
          <th scope="col">Date</th>
          <th scope="col">Module Due</th>
          <th scope="col">Other</th>
        </tr>
      </thead>
      <tbody>
        <tr>
          <td>Date</td>
          <td>Module 1: Introduction to Writing</td>
          <td>Review thesis statements and outlines</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>Module 2: Crafting Paragraphs</td>
          <td>Submit draft of first essay</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>Module 3: Argumentation</td>
          <td>Peer review sessions</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>Module 4: Research Skills</td>
          <td>Library research workshop</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>Module 5: Citation Styles</td>
          <td>Submit annotated bibliography</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>Module 6: Revising and Editing</td>
          <td>Revision strategies workshop</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>Module 7: Final Draft Preparation</td>
          <td>Submit final essay for grading</td>
        </tr>
        <tr>
          <td>Date</td>
          <td>&nbsp;</td>
          <td><strong>Final Exam due</strong> (Essay writing techniques and strategies)</td>
        </tr>
      </tbody>
    </table>
  </div>
</div>
</body>
</html>