-
Notifications
You must be signed in to change notification settings - Fork 3
/
02_module_intro.html
47 lines (47 loc) · 2.24 KB
/
02_module_intro.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="../assets/thirdpartylib/bootstrap-4.3.1/css/bootstrap.min.css">
<link rel="stylesheet" href="../assets/thirdpartylib/fontawesome-free-5.9.0-web/css/all.min.css">
<link rel="stylesheet" href="../assets/css/styles.min.css">
<link rel="stylesheet" href="../assets/css/custom.css">
<script src="../assets/thirdpartylib/jquery/jquery-3.3.1.slim.min.js" defer></script>
<script src="../assets/thirdpartylib/popper-js/popper.min.js" defer></script>
<script src="../assets/thirdpartylib/bootstrap-4.3.1/js/bootstrap.min.js" defer></script>
<script src="../assets/js/scripts.min.js" defer></script>
<title>Module Introduction</title>
</head>
<body><main>
<div class="container-fluid">
<div class="row">
<div class="col-12 banner-img"><img src="../assets/img/banner_06.jpg" alt=""></div>
<div class="col-sm-10 offset-sm-1">
<!-- DO NOT EDIT CODE ABOVE THIS LINE -->
<h1>Welcome to Module #!</h1>
<h2>Description</h2>
<p>This module will focus on ... In this module you will learn about...</p>
<h2>Learning Objectives</h2>
<p>Upon completion of this module, the successful student will be able to:</p>
<ol class="large-number-slim">
<li>Identify</li>
<li>Apply</li>
<li>Demonstrate</li>
<li>Reflect on</li>
<li>Respond</li>
</ol>
<h2>Module Overview</h2>
<p>Orient the learner to what they will be reading/viewing/studying and any graded assignments they will submit during this module. Use one to three sentences for each paragraph to draw the reader through a brief overview, or use a numbered list. No need to put all the details here.</p>
<h3>Note about editing:</h3>
<p>To retain the existing font and color, place your cursor somewhere inside the line and then type, or paste as plain text. For example, delete everything but the first word, then type or paste new text in the line, and later delete the first word. If the font gets messed up, use ctrl-z (undo) or the undo option in the menu bar.</p>
<p></p>
<!-- DO NOT EDIT CODE BELOW THIS LINE -->
</div>
<div class="col-12"><footer>
<p><img src="../assets/img/logo.png" alt="" /></p>
</footer></div>
</div>
</div>
</main></body>
</html>