-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathzoomExcercise.html
106 lines (94 loc) · 3.68 KB
/
zoomExcercise.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Code 2 | References</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- import the webpage's stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- import the webpage's javascript file -->
<script src="/script.js" defer></script>
</head>
<body>
<div class="nav">
<h1>Code 2</h1>
<ul>
<li>
<a
href="https://docs.google.com/document/d/16yNNHgZIqe3B8W9TLSEBrOSo2KsAF5qVFqkZ8sEh2mc/edit?usp=sharing"
target="blank"
>Syllabus</a
>
</li>
<li>
Projects <a href="p1.html">#1</a> <a href="p2.html">#2</a>
<a href="p3.html">#3</a> <a href="p4.html">#4</a> <a href="p5.html">#5</a>
</li>
<li><a href="events.html">Public Events</a></li>
<li><a href="readings.html">References</a></li>
<li><a href="people.html">People</a></li>
</ul>
</div>
<div class="content">
<h1>
Conditional Design Group Excercise on Zoom
</h1>
<h2>
Knot, screenshots from
<a
href="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2Fconditional_design_workbook.pdf?v=1585749036864"
>Conditional Design Workbook</a
>
</h2>
<div class="full-width-box">
<p>
The classroom breaks into smaller groups using the breakout room feature in Zoom. Even though this game is designed for four players, it will also work with 3~5 players.
</p>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.17.16%20AM.png?v=1585751599800"
/>
<img
style="height:500px"
src=" https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.17.00%20AM.png?v=1585751599442"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.16.51%20AM.png?v=1585751602369"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.16.41%20AM.png?v=1585751602393"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.16.19%20AM.png?v=1585751599307"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.15.59%20AM.png?v=1585751602349"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.15.36%20AM.png?v=1585751599478"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.15.19%20AM.png?v=1585751600114"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.15.36%20AM.png?v=1585751599478"
/>
<img
style="height:500px"
src="https://cdn.glitch.com/5dd99b18-3ebb-45c5-90fb-b4b67dc2e128%2FScreen%20Shot%202020-04-01%20at%2010.14.58%20AM.png?v=1585751602611"
/>
</div>
<p>
When you're done, take a screenshot of your collaborative drawing and share it with everyone.
</p>
</div>
</body>
</html>