-
Notifications
You must be signed in to change notification settings - Fork 596
/
Copy pathonline-learning.html
79 lines (71 loc) · 2.79 KB
/
online-learning.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
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<title>Online Learning with MakeCode</title>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://makecode.com/online-learning">
<meta name="twitter:title" content="Online Learning with MakeCode">
<meta name="twitter:site" content="@MsMakeCode">
<meta name="twitter:creator" content="@MsMakeCode">
<meta name="twitter:description" content="Compilation of self-paced tutorials and projects using MakeCode editor for micro:bit, Minecraft:Education Edition, Arcade and Adafruit Circuit Playground Express.">
<meta name="twitter:image" content="/static/online-learning/img/offline.jpg">
<link rel="stylesheet" href="https://cdn.makecode.com/blob/2163189fd5e35c0981ed55318415582a7c9aeb12/doccdn/semantic.css" type="text/css">
<link rel="stylesheet" href="/static/online-learning/online-learning.css">
</head>
<body>
<div class="hero">
<div class="banner"><img src="/static/images/hero.png" /></div>
<h1 class="title">Online Learning with MakeCode</div>
</div>
<div class="content">
<div class="segment">
<p>
With many schools closed due to COVID-19, we know that parents and educators
are looking for online learning resources for students. We’ve compiled a
list of helpful resources that students can access to continue their computing
education outside the classroom.
</p>
</div>
<div class="segment">
<a name="streams"></a>
<h2>Live Streaming</h2>
<div id="mixer">
<iframe allowfullscreen="true" src="https://player.twitch.tv/?channel=MsMakeCode&parent=makecode.com"></iframe>
</div>
<div class="jump">
<a class="action button" href="https://twitch.tv/msmakecode" target="_blank" rel="noopener noreferrer">
<i class="icon twitch"></i>
Go to Twitch
</a>
</div>
<div id="news"></div>
<h3>Video Playlists</h3>
<div id="lessons"></div>
</div>
<div class="segment">
<a name="projects"></a>
<h2>Online Tutorials and Projects</h2>
<p>
There are many different free self-paced tutorials and projects students can
complete on their own. Here are a few examples.
</p>
<div id="projects"></div>
</div>
<div class="segment">
<a name="resources"></a>
<h2>Educator Resources</h2>
<p>
If you are an Educator doing remote learning with your students, here are
some computing education resources and information that may help you.
</p>
<div id="resources"></div>
</div>
</div>
<!-- @include tracking.html -->
<!-- @include thin-footer.html -->
<script src="/static/online-learning/schedule.js"></script>
<script src="/static/online-learning/projects.js"></script>
</body>
</html>