Detailed Intro
Give your students every detail, expectation, and agenda item all in one place with this all-encompassing template. Break up text-heavy sections with border widgets to provide visual checkpoint for students as they work there way through the content.
Template Preview
Featured Widgets
Side-by-Side
Display two horizontal containers that can contain any content.
Border
Call out a main idea, draw attention to learning objectives or any other content that needs to stand out.
Horizontal Display
Display any content in an inline fashion with the flexibility to make one column wider than the other.
Table
Display tasks, due dates, and more in an organized and clear manner.
Border Yellow
Another means to call out a main idea with an extra pop of color.
<!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="">
<div class="text-container">
<h1>Course Intro</h1>
<p>Writing well requires practice, structure, and feedback. This course focuses on...</p>
</div>
</header>
<div id="content-wrapper">
<div class="content-body">
<h2>Welcome to [course name here]</h2>
<p>In this course, you’ll learn the fundamentals of writing, from developing a clear thesis to crafting structured arguments. Each module will build on...</p>
<h2>Course Overview and Goals</h2>
<div class="side-by-side">
<div class="side-by-side-item">
<h3>Overview</h3>
<p>This course is divided into multiple units, each focusing on...</p>
<p>Each unit is designed to challenge you and help develop your voice as...</p>
</div>
<div class="side-by-side-item">
<h3>Goals</h3>
<p>By the end of this course, you will be able to:
<ol class="custom-counter">
<li>Develop strong thesis statements...</li>
<li>Support your arguments with credible evidence...</li>
<li>Understand the writing process from brainstorming to revision...</li>
<li>Write in a clear, concise, and organized manner...</li>
<li>Conduct research and integrate sources properly...</li>
<li>Use feedback to improve your writing...</li>
</ol>
</p>
</div>
</div>
<div class="border">
<div class="blockquote"><br>
"Writing is thinking on paper..." <br>
<span class="caption">– William Zinsser</span><br>
<br>
</div>
</div>
<div class="card-horizontal">
<div class="card-body">
<h2>Course Structure</h2>
<h3><strong>Each Module:</strong></h3>
<h4>Readings & Writing Assignments</h4>
<p>You will complete assigned readings and...</p>
<h4>Discussion Boards</h4>
<p>Engage with peers in discussion boards to...</p>
<h4>Workshops</h4>
<p>Participate in writing workshops where you will receive feedback and...</p>
<h4>Quizzes</h4>
<p>Quizzes will assess your understanding of key writing concepts, such as...</p>
<h3><strong>Each Unit:</strong></h3>
<h4>Essays</h4>
<p>Each unit culminates in a major writing assignment where you will apply...</p>
<h3><strong>Final Paper</strong></h3>
<p>Your final assignment will be a research paper that synthesizes the...</p>
</div>
<div class="card-img"> <a class="btn ext" href="/d2l/common/dialogs/quickLink/quickLink.d2l?ou=608068&type=content&rcode=PIMA-3639476" target="_blank">View Course Schedule</a> <br>
<br>
<br>
<h4>Tasks and Point Weight</h4>
<table class="display-lg">
<thead>
<tr>
<th>Assignment</th>
<th>Points</th>
</tr>
</thead>
<tbody>
<tr>
<td>Reading & Writing Assignments</td>
<td>100 each</td>
</tr>
<tr>
<td>Discussion Participation</td>
<td>50 each</td>
</tr>
<tr>
<td>Workshops</td>
<td>75 each</td>
</tr>
<tr>
<td>Quizzes</td>
<td>50 each</td>
</tr>
<tr>
<td>Essays</td>
<td>150 each</td>
</tr>
<tr>
<td>Final Paper</td>
<td>200</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<div class="content-body">
<h2>Before You Begin</h2>
<p>To succeed in this course, be prepared to dedicate time to reading, writing, and...</p>
<div class="border border-yellow"><br>
<h3 class="font-size-h4">Time Commitment</h3>
<p>Expect to spend several hours each week on readings, writing assignments, and...</p>
<br>
</div>
<br>
<p>Each week will require active engagement with the course material. Make sure to...</p>
<div class="border border-yellow"><br>
<h3 class="font-size-h4">Foundational Knowledge</h3>
<p>This course assumes no prior writing experience, but a willingness to learn and...</p>
<br>
</div>
</div>
</div>
<footer>
<div id="footer">
<p class="text-center toggle-footnotes">[Show Footnotes]</p>
<div class="footnotes">
<p>Writing is an iterative process. Don't be afraid to revise and seek feedback to...</p>
<ul>
<li>Draft, revise, and...</li>
<li>Participate actively in discussions and...</li>
</ul>
</div>
</div>
</footer>
</body>
</html>