-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathworkshop.html
More file actions
142 lines (127 loc) · 4.44 KB
/
workshop.html
File metadata and controls
142 lines (127 loc) · 4.44 KB
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Workshop Facilitation Guide - Belonging Toolkit</title>
<style>
body {
font-family: Georgia, serif;
background-color: #f9f9f9;
color: #333;
line-height: 1.6;
margin: 0;
padding: 0;
}
.container {
max-width: 960px;
margin: 0 auto;
padding: 2rem;
}
header {
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
color: white;
text-align: center;
padding: 2rem;
border-radius: 10px;
}
h1 {
font-size: 2.2rem;
margin-bottom: 0.5rem;
}
.intro, .section, .downloads {
background: white;
padding: 1.5rem;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
margin-top: 2rem;
}
h2 {
color: #667eea;
font-size: 1.5rem;
margin-bottom: 1rem;
}
ul {
padding-left: 1.2rem;
}
.agenda-block {
background-color: #f0f0ff;
padding: 1rem;
border-left: 6px solid #667eea;
margin: 1rem 0;
border-radius: 6px;
}
.downloads a {
display: inline-block;
margin: 0.5rem 0;
padding: 0.6rem 1.2rem;
background: #667eea;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background 0.3s ease;
}
.downloads a:hover {
background: #5a64d6;
}
footer {
text-align: center;
padding: 2rem;
font-size: 0.9rem;
color: #777;
}
</style>
</head>
<body>
<div class="container">
<header>
<h1>Workshop Facilitation Guide</h1>
<p>Support your colleagues in designing for belonging in online learning.</p>
</header>
<div class="intro">
<p>This workshop helps instructional designers, faculty developers, and educators explore the role of belonging in course design. Use the materials below to host a session that sparks ideas, surfaces challenges, and invites action.</p>
</div>
<div class="section">
<h2>Workshop Overview</h2>
<ul>
<li><strong>Length:</strong> 45–60 minutes</li>
<li><strong>Format:</strong> In-person or virtual</li>
<li><strong>Audience:</strong> Instructional designers, faculty, staff</li>
<li><strong>Goals:</strong>
<ul>
<li>Describe the importance of belonging in online learning</li>
<li>Brainstorm institutional and personal strategies</li>
<li>Commit to small, practical actions that build belonging</li>
</ul>
</li>
</ul>
</div>
<div class="section">
<h2>Suggested Agenda</h2>
<div class="agenda-block">
<strong>60-Minute Flow:</strong><br/>
🕒 0:00–0:10 — Welcome + What is Belonging?<br/>
🕒 0:10–0:20 — Overview of the 4 Key Moments for Belonging<br/>
🕒 0:20–0:40 — Group Brainstorm in-person or online with Padlet/Virtual Whiteboard<br/>
🕒 0:40–0:50 — Action Planning Tool activity<br/>
🕒 0:50–1:00 — Share-out + Next Steps
</div>
</div>
<div class="section downloads">
<h2>Downloadable Resources</h2>
<p>Coming soon — these files will help you run your own version of the workshop:</p>
<a href="https://docs.google.com/document/d/1L2-jFx0f6XI0mBdfb5WCspTVY2D2jQSY/copy?usp=sharing&ouid=109778125231854046191&rtpof=true&sd=true" download>Facilitator Guide (PDF)</a><br/>
<a href="https://docs.google.com/presentation/d/1ghRzhikIAMng5KG3n0rmbxX4z6oakYVXcnRTTP_2gwo/copy?usp=sharing" download>Sample Slide Deck</a><br/>
<a href="action-planner.html">Activity/Handout: Action Planner</a><br/>
<!-- <a href="#" target="_blank">Collaborative Whiteboard Template</a><br/> -->
<a href="https://padlet.com/katrinamwehr/elevating-belonging-template-xrfgn5sp1ayy1kos"> Padlet Template</a>
<a href="https://docs.google.com/document/d/1-H-phrA9lMvjhYOUV1Cn-5ZqjY5mG-kn/copy?usp=sharing&ouid=109778125231854046191&rtpof=true&sd=true" download>Follow-Up Email Template</a>
</div>
<footer>
<p>This guide is part of the Designing for Belonging Online toolkit — freely available for adaptation and sharing with attribution.</p>
</footer>
</div>
<script data-goatcounter="https://dr-kat-wehr.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</body>
</html>