Text Box
Explore
Preview
Apply
Code
<!DOCTYPE html>
<html lang="en">
<head>
<!--© 2022 Arizona Board of Regents on behalf of The University of Arizona.-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Course Maker Template</title>
<!--CUSTOM STYLESHEETS-->
<link rel="stylesheet"
href="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Stylesheets/main-styles.css">
</head>
<body>
<div class="uacm-banner"><img
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Images/Banners/UArizona/UArizona_03.jpg"
alt="A mural called The Cactus Comet Rides Again by
artist Danny Martin"></div>
<div class="uacm-container">
<h1 class="uacm-text-center">Textbooks and Materials</h1>
<div class="uacm-text-box uacm-border-silver">
<h2>#ToDo: Add Book/Material Title</h2>
<p><span class="uacm-label required">Required</span><span
class="uacm-label optional">Optional</span></p>
<p class="uacm-margin-bottom-0">
<strong>Author: </strong>Name of author</p>
<p class="uacm-margin-top-0 uacm-margin-bottom-0">
<strong>Edition: </strong>number</p>
<p class="uacm-margin-top-0 uacm-margin-bottom-0">
<strong>Published Date: </strong>MM/DD/YYYY</p>
<p class="uacm-margin-top-0 uacm-margin-bottom-0"><strong>ISBN:
</strong>Number</p>
<p class="uacm-margin-top-0 uacm-margin-bottom-0">
<strong>Publisher: </strong>Name</p>
<p class="uacm-margin-top-0 uacm-margin-bottom-0">
<strong>Description/Notes: </strong>Add any notes or
description here.</p>
</div>
<p>#ToDo: Need to add more textbooks? Grab the code from the
<a href="https://coursemaker.arizona.edu/build/building-blocks/text-box"
target="_blank">Textbook & Materials Building Block</a>.
Then, insert the code using <strong>Insert Stuff > Enter Embed
Code</strong> while the cursor is placed after this arrow
→</p>
</div>
<!--CUSTOM SCRIPTS-->
<p>
<script
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Scripts/custom-script.js">
</script>
</p>
</body>
</html>
List
Explore
Preview
Apply
Code
<!DOCTYPE html>
<html lang="en">
<head>
<!--© 2022 Arizona Board of Regents on behalf of The University of Arizona.-->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Course Maker Template</title>
<!--CUSTOM STYLESHEETS-->
<link rel="stylesheet"
href="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Stylesheets/main-styles.css">
</head>
<body>
<div class="uacm-banner"><img
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Images/Banners/UArizona/UArizona_03.jpg"
alt="A mural called The Cactus Comet Rides Again by
artist Danny Martin"></div>
<div class="uacm-container">
<h1 class="uacm-text-center">Textbooks and Materials</h1>
<h2>Add Text/Material List</h2>
<ul>
<li>#ToDo: Add item - Level 1<ul>
<li>#ToDo: Add item - Level 2<ul>
<li>#ToDo: Add item - Level 3</li>
</ul>
</li>
</ul>
</li>
<li>#ToDo: Add item - Level 1</li>
<li>#ToDo: Add item - Level 1</li>
</ul>
<hr>
<h2>Add Text/Material List</h2>
<ol>
<li>#ToDo: Add item - Level 1
<ol>
<li>#ToDo: Add item - Level 2
<ol>
<li>#ToDo: Add item - Level 3</li>
</ol>
</li>
</ol>
</li>
<li>#ToDo: Add item - Level 1</li>
<li>#ToDo: Add item - Level 1</li>
</ol>
</div>
<!--CUSTOM SCRIPTS-->
<p>
<script
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Scripts/custom-script.js">
</script>
</p>
</body>
</html>