-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathY3-Computing.html
More file actions
142 lines (109 loc) · 5 KB
/
Y3-Computing.html
File metadata and controls
142 lines (109 loc) · 5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf8">
<meta http-equiv="X-UA-Compatible" content="IE=edge, chrome=1">
<meta name="description" content="Resources for Wellington Computing department">
<meta name="author" content="Xiaohui Ellis">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<title>Wellington College International Shanghai Computing Department</title>
<link rel='stylesheet' href='css/Y9.css'/>
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,300,600" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="js/jquery.matchHeight.js"></script>
</head>
<body>
<div id="page">
<div id="logo">
<a href="https://www.wellingtonshanghai.org/"><img src="img/Site-logo.png"></a>
</div>
<header id="header">
<div id="container">
<h1>Welcome to Year 3 Computing In Shanghai</h1>
<div id="buttons">
<a target="_blank" href="robotics/index.html">Robotics&Physical Computing</a>
<!-- a target="_blank" href="">Years 1-2 Pathway</a>
<a target="_blank" href="">Years 3-6 Pathway</a>
<a target="_blank" href="">Years 7-9 Pathway</a -->
</div>
</div>
</header>
<div id="work">
<div id="unit0" class="y9-box">
<div id="background">
<a href="">
<header>
<h3>Unit 0: Office Talks</h3>
</header>
</a>
</div>
<ul><p> In this unit, children will be introduced to using Teams. Learn how to access files, take screen shots and upload work: </p>
<li>Teams</li>
<li>One note</li>
<li>Basic word processing skills</li>
</ul>
</div>
<div id="unit1" class="y9-box">
<div id="background">
<a href="https://www.willing2learn.com/wiki/Caesar_Cipher">
<header>
<h3>Unit 1: Introduction to Programming</h3>
</header>
</a>
</div>
<ul> <p> In this unit, children will be introduced to basic programming skills: </p>
<li>Purple Mash Logo Turtle programming</li>
<li>Wedo block based coding</li>
<li>Code.org block based coding</li>
</ul>
</div>
<div id="unit2" class="y9-box">
<div id="background">
<header>
<h3>Unit 2: Research Skills</h3>
</header>
</div>
<ul> <p> In this unit, children will learn how to research topics on the internet and use a search engine safely: </p>
<li>Search engines</li>
<li>Use of keywords to create effective searches</li>
</ul>
</div>
<div id="unit3" class="y9-box">
<div id="background">
<a href= "">
<header>
<h3>Unit 3: Presenting Information</h3>
</header>
</a>
</div>
<ul> <p> In this unit, children will learn how to present information digitally using Powerpoint focusing on appropriate use of: </p>
<li>Colour and contrast</li>
<li>Font</li>
<li>Style</li>
<li>Images</li>
</ul>
</div>
<div id="unit4" class="y9-box">
<div id="background">
<a href= "https://www.willing2learn.com/wiki/Computing_history">
<header>
<h3>Unit 4: Podcasts / Animations</h3>
</header>
</a>
</div>
<ul> <p> In this unit, children will be introduced to creating animations and sharing information via podcasts. </p>
<li>Purple Mash</li>
</ul>
</div>
</div>
</div>
<script>
$(document).ready(function() {
$('#page #work .y9-box').matchHeight({
byRow: true
});
});
</script>
</body>
</html>