forked from jenniferwagner18/d2l-content-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path06_conclusion.html
40 lines (40 loc) · 2.19 KB
/
06_conclusion.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
<!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>Conclusion</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>Conclusion</h1>
<hr />
<p>Though this Conclusion page layout could be used for various purposes, it makes an excellent page to conclude each module. Using a consistent layout for conclusions will help signal to course participants that they have reached the end some portion of the course content.</p>
<div class="stacked-panels row">
<div class="card bg-light col-12">
<div class="card-body">
<h2>Next Steps</h2>
<p>To ensure your content is accessible to all learners, and conforms WCAG 2 standards, it is a good idea to run the <a href="https://community.brightspace.com/s/article/Brightspace-Accessibility-Checker" target="_blank" rel="noopener" class="new-window">Brightspace Accessibility Checker</a> on each page you created. When in Edit HTML mode, select Check Accessibility. The checker pops up and indicates if the content is free of accessibility issues, or offers suggestions to fix any issues found.</p>
</div>
</div>
<p>Hope you enjoy this template and thank you for using Brightspace!</p>
<!-- DO NOT EDIT CODE BELOW THIS LINE -->
</div>
</div>
<div class="col-12"><footer><p><img src="../assets/img/logo.png" alt=""></p></footer></div>
</div>
</div>
</main></body>
</html>