-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtraining.html
More file actions
331 lines (308 loc) · 17 KB
/
training.html
File metadata and controls
331 lines (308 loc) · 17 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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="main.js"></script>
<!--custom css-->
<link href="index.css" rel="stylesheet" />
<link href="general.css" rel="stylesheet" />
<link href="other-pages.css" rel="stylesheet" />
<script>
$(function(){ $("head").load("head.html", function() { pageNavSetup(); }); });
</script>
</head>
<body>
<div id="content" style="display: none;">
<div id="page-title" style="display: none;">solutions</div>
<div id="banner"></div>
<div id="header" class="sticky-top"></div>
<div class="container-fluid p-3 p-sm-0">
<div class="container">
<div class="container row px-md-5 mr-5 ml-2 mt-2">
<div class="col align-self-center">
<h1>PLUS Training </h1>
<h3 class="d-none d-lg-block mt-3">
Personalized Professional Development
</h3>
</div>
<div class="col align-self-center">
<img class="img-fluid" src="images/PLUS_Website_illustration/Training/Frame 7.svg">
</div>
</div>
</div>
</div>
<div class="container-fluid p-3 p-sm-0">
<div class="container">
<div class="container row px-md-5 mr-5 ml-2 pt-3">
<p class="body-font-small">
To be successful at supporting students' growth, educators need training on more than just math content. They also need to know how to react to errors, how to identify and address their own biases, how to build relationships with learners, how to use technology succesfully, and much more!
<br>
<br>
Our training is personalized for each mentor and addressed all the competencies a mentor needs to be succesful.
<br>
<br>
We offer upfront training at the start of a semester as well as continued on the job training through our growing library of asynchronous lessons in the PLUS web app.
</p>
</div>
<div class="container row px-md-5 mr-5 ml-2 mt-md-5 pt-3">
<div class="col-md-4" style="margin-bottom: 1rem !important;">
<div class="row justify-content-center">
<img class="img-fluid pb-md-4" src="images/PLUS_Website_illustration/Training/Group 324.svg" alt="hand holding dollar sign">
</div>
<div class="body-font-small row px-2 justify-content-center">
100% free for tutors at<br>partner organizations
</div>
</div>
<div class="col-md-4" style="margin-bottom: 1rem !important;">
<div class="row justify-content-center">
<img class="img-fluid pb-md-4" src="images/PLUS_Website_illustration/Training/Group 325.svg" alt="person in front of chalkboard">
</div>
<div class="body-font-small row px-2 justify-content-center">
Can be delivered in-person or virtually
</div>
</div>
<div class="col-md-4 ">
<div class="row justify-content-center">
<img class="img-fluid pb-md-4" src="images/PLUS_Website_illustration/Training/Group 326.svg" alt="users">
</div>
<div class="body-font-small row px-2 justify-content-center">
Scenario-based learning
</div>
</div>
</div>
<div id="smart-framework" class="container row align-items-center px-md-5 mr-5 ml-2 mt-5 pt-5">
<div class="col align-self-center justify-content-center">
<div class="mt-5 mb-4 font-weight-600">
<h2>SMART Framework</h2>
</div>
<div class="pb-4 body-font-small">
The PLUS Training program is based on in-house research by scientists at Carnegie Mellon University. <br>
Our evidence-based program covers 15 different competencies, across 5 strategic areas, that our research shows are needed for an educator to be succesful.
<br><br>
The 5 areas are:
</div>
<ul>
<li><span class="font-weight-bold t-yellow">S</span>ocial Emotional Learning</li>
<li><span class="font-weight-bold t-purple">M</span>astering Content</li>
<li><span class="font-weight-bold t-green">A</span>dvocacy</li>
<li><span class="font-weight-bold t-pink">R</span>elationships</li>
<li><span class="font-weight-bold t-blue">T</span>echnology Tools</li>
</ul>
</div>
<div class="col align-self-center justify-content-center">
<div class="row justify-content-center">
<img alt="SMART Framework" class="img-fluid" src="images/solutions/smart_framework.png">
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid gradient-bg p-3 p-sm-0" style="background-image:url(images/bgs/training_bg-min.svg)">
<div class="container">
<div class="container row px-md-5 mr-5 ml-2 mt-5 pt-5">
<h2>
The Competencies
</h2>
</div>
<div class="container-fluid mb-5 pb-5">
<div class="px-md-5 mt-3" style="position: relative;">
<div class="align-self-center d-none d-lg-block"><img src="images/PLUS_Website_illustration/Training/Ellipse-yellow.svg" class="competency-dot"></div>
<div class="row px-md-4 competancy-card bg-white">
<div class="col-1"></div>
<div class="col-3 align-self-center align-items-center">
<h3>
Social <br>Emotional <br>Learning
</h3>
</div>
<div class="col body-font-small align-self-center align-items-center">
<ul>
<li>Apply Social-Emotional Learning Practices</li>
<li>Engage and Motivate Students</li>
<li>Foster Independent Learning</li>
<li>Manage the Learning Environment</li>
</ul>
</div>
</div>
</div>
<div class="px-md-5 mt-3" style="position: relative;">
<div class="align-self-center d-none d-lg-block"><img src="images/PLUS_Website_illustration/Training/Ellipse-purple.svg" class="competency-dot"></div>
<div class="row px-md-4 competancy-card bg-white">
<div class="col-1"></div>
<div class="col-3 align-self-center align-items-center">
<h3>
Mastering <br>
Content
</h3>
</div>
<div class="col body-font-small align-self-center align-items-center">
<ul>
<li>Policies and Norms</li>
<li>Understand Educational Policies and Norms</li>
<li>Apply Tutoring Skills</li>
<li>Understand Literacy Content</li>
</ul>
</div>
</div>
</div>
<div class="px-md-5 mt-3" style="position: relative;">
<div class="align-self-center d-none d-lg-block"><img src="images/PLUS_Website_illustration/Training/Ellipse-green.svg" class="competency-dot"></div>
<div class="row px-md-4 competancy-card bg-white">
<div class="col-1"></div>
<div class="col-3 align-self-center align-items-center">
<h3>
Advocacy
</h3>
</div>
<div class="col body-font-small align-self-center align-items-center">
<ul>
<li>Use Culturally Responsive Teaching Practices</li>
<li>Demonstrate Awareness of Biases</li>
<li>Practice Self-Care</li>
</ul>
</div>
</div>
</div>
<div class="px-md-5 mt-3" style="position: relative;">
<div class="align-self-center d-none d-lg-block"><img src="images/PLUS_Website_illustration/Training/Ellipse-pink.svg" class="competency-dot"></div>
<div class="row px-md-4 competancy-card bg-white">
<div class="col-1"></div>
<div class="col-3 align-self-center align-items-center">
<h3>
Relationships
</h3>
</div>
<div class="col body-font-small align-self-center align-items-center">
<ul>
<li>Build Relationships with Students</li>
<li>Communicate with Caregivers</li>
</ul>
</div>
</div>
</div>
<div class="px-md-5 mt-3 mb-5 pb-md-5" style="position: relative;">
<div class="align-self-center d-none d-lg-block"><img src="images/PLUS_Website_illustration/Training/Ellipse-blue.svg" class="competency-dot"></div>
<div class="row px-md-4 competancy-card bg-white">
<div class="col-1"></div>
<div class="col-3 align-self-center align-items-center">
<h3>
Technology <br>
Tools
</h3>
</div>
<div class="col body-font-small align-self-center align-items-center">
<ul>
<li>Use Technology Effectively</li>
<li>Stay Organized</li>
</ul>
</div>
</div>
</div>
</div>
<div class="container row px-md-5 mr-5 ml-2 mt-5 pt-5">
<h2>
Lesson Structure
</h2>
</div>
<div class="container pb-5" style="position: relative">
<div id="dot-line" class="d-none d-lg-block"><img src="images/PLUS_Website_illustration/Training/dot-line.svg" id="dot-line-img"></div>
<div class="ml-md-5 px-md-5 mt-3">
<div class="px-5 py-4 ml-md-4 lesson-structure-card bg-white">
<div class="row">
<h3>
Introduction
</h3>
</div>
<div class="row pt-2">
<p class="body-font-small">Explains lesson topic and rates the both tutors familiarity of the topic and how important they believe it is </p>
</div>
</div>
</div>
<div class="ml-md-5 px-md-5 mt-3">
<div class="px-5 py-4 ml-md-4 lesson-structure-card bg-white">
<div class="row">
<h3>
Immersive Scenario 1
</h3>
</div>
<div class="row pt-2">
<p class="body-font-small">Explains lesson topic and rates the both tutors familiarity of the topic and how important they believe it is </p>
</div>
</div>
</div>
<div class="ml-md-5 px-md-5 mt-3">
<div class="px-5 py-4 ml-md-4 lesson-structure-card bg-white">
<div class="row">
<h3>
Research Insights
</h3>
</div>
<div class="row pt-2">
<p class="body-font-small">Explains lesson topic and rates the both tutors familiarity of the topic and how important they believe it is </p>
</div>
</div>
</div>
<div class="ml-md-5 px-md-5 mt-3">
<div class="px-5 py-4 ml-md-4 lesson-structure-card bg-white">
<div class="row">
<h3>
Model Response
</h3>
</div>
<div class="row pt-2">
<p class="body-font-small">Explains lesson topic and rates the both tutors familiarity of the topic and how important they believe it is </p>
</div>
</div>
</div>
<div class="ml-md-5 px-md-5 mt-3">
<div class="px-5 py-4 ml-md-4 lesson-structure-card bg-white">
<div class="row">
<h3>
Immersive Scenario 2
</h3>
</div>
<div class="row pt-2">
<p class="body-font-small">Explains lesson topic and rates the both tutors familiarity of the topic and how important they believe it is </p>
</div>
</div>
</div>
<div class="ml-md-5 px-md-5 mt-3">
<div class="px-5 py-4 ml-md-4 lesson-structure-card bg-white">
<div class="row">
<h3>
Conclusion
</h3>
</div>
<div class="row pt-2">
<p class="body-font-small">Explains lesson topic and rates the both tutors familiarity of the topic and how important they believe it is </p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="py-5" style="background: #FDC247; width:100%">
<div class="text-center">
<h1 class="mt-4 pb-4 text-center">
Join Us and Get Involved!
</h1>
<p>
If you are interested in our solutions, contact us <br>to become our partner, a learner, or tutor.
</p>
<div class="py-2 contact-button">
<a href="contact.html">
<button class="btn-primary py-2 px-md-5" type="button">
Contact Us
</button>
</a>
</div>
</div>
</div>
<div id="footer"></div>
</div>
<script>
getScrollPercentage();
$("form").submit(function() {submitData_solution(event);});
validateBeforeSubmit_contactform(event);
</script>
</body>
</html>