The Meet Your Instructor page includes your contact information, your background, and a picture of yourself.
Students need to know how to communicate with you and respect any specific contact preferences you may have. This helps you set boundaries and manage expectations with your students upfront. Additionally, this page introduces students to who you are.
Sharing background information about yourself and including your picture goes a long way in building a connection with your students and establishing your presence.
In your bio, you may want to include details such as your educational history, research interests, why you were drawn to your discipline, or any relevant personal details.
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>Meet Your Instructor</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_11.jpg"
alt="A closeup of Saguaro cactus on the left. Wilbur Wildcat statue in the middle. A palm tree on the right. The background shows a clear and blue sky.">
</div>
<div class="uacm-container">
<h1 class="uacm-text-center">Meet Your Instructor</h1>
<div class="uacm-image centered image-width-60">
<figure>
#ToDo: Add an image by clicking
<em>outside</em> the left edge of the image until you see
the blinking cursor. Remove placeholder image and todo note.
<img alt="placeholder"
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Images/Placeholders/Placeholder_01.jpg" />
</figure>
</div>
<h2 class="uacm-text-center">#ToDo: Add Full Name of
Instructor
</h2>
<p
class="uacm-text-center uacm-text-big uacm-text-bold uacm-margin-bottom-0">
#ToDo: Add Role
</p>
<p
class="uacm-text-center uacm-text-big uacm-text-bold uacm-margin-top-0">
#ToDo: Add College or Department
</p>
<h2>Contact Information</h2>
<p>As the course instructor, I am happy to take your
questions and comments throughout the course
period. You can call or email me and I will do my
best to respond to you within 48 hours. If you
should require a virtual office hours meeting,
please request an appointment during available
times.
</p>
<p><strong class="uacm-text-azurite">Phone:</strong>
#ToDo: Add Phone Number
<p><strong class="uacm-text-azurite">Email:</strong>
#ToDo: Add Email
</p>
<p><strong class="uacm-text-azurite">Office
Hours:</strong>
#ToDo: Add Office Hours
Schedule and Meeting Location</p>
<h2>About</h2>
<p>#ToDo: Add Bio/Introduction</p>
<p>#ToDo: Learn more about the <a target="_blank"
href="https://coursemaker.arizona.edu/build/page-templates/meet-your-instructor">Meet
Your Instructor</a> template in the Course Maker
website.</p>
</div>
<!--CUSTOM SCRIPTS-->
<script
src="https://coursemaker.arizona.edu/sites/default/files/shared/CourseMaker/Assets/Scripts/custom-script.js">
</script>
</body>
</html>