-
Notifications
You must be signed in to change notification settings - Fork 3
/
03_meet_your_facilitator.html
48 lines (48 loc) · 2.16 KB
/
03_meet_your_facilitator.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
48
<!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>Meet Your Facilitator</title>
</head>
<body><main>
<div class="container-fluid">
<div class="row">
<div class="col-12">
<!-- DO NOT EDIT CODE ABOVE THIS LINE -->
<h1>Meet Your Facilitator</h1>
<div class="row">
<!-- Start selecting code here to copy and paste for additional bios -->
<div class="col-12 col-sm-10 offset-sm-1 col-md-6 pt-3">
<h2>Facilitator Bio</h2>
<p>The Meet Your Facilitator page can serve many different purposes. Among these uses, it is great as a dedicated space to present your expertise, experience and personality.</p>
<p>To add more bios on this page, click the </> icon in the toolbar and follow the instructions to copy and paste the code.</p>
<p>Recommended image size: at least 600 pixels wide.</p>
<h3>Contact Info</h3>
<p>Email: <a href="mailto:email@email.com">email@email.com</a></p>
<p>Phone: (xxx) xxx-xxxx</p>
<p>Office Hours: Tuesdays 10 AM - 12 PM</p>
</div>
<div class="col-8 offset-2 col-sm-4 offset-sm-4 offset-md-0 pt-5">
<figure class="figure-alt">
<p><img src="../assets/img/instructor.jpg" alt="Instructor photo" /></p>
<figcaption>Photo caption</figcaption>
</figure>
</div>
<!-- Stop selecting code here and paste directly after this comment if adding more bios -->
<!-- DO NOT EDIT CODE BELOW THIS LINE -->
</div>
</div>
</div>
<div class="col-12"><footer><p><img src="../assets/img/logo.png" alt="" /></p></footer></div>
</div>
</main></body>
</html>