This repository has been archived by the owner on Mar 22, 2018. It is now read-only.
forked from khotchkiss13/snapdecal.org
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
145 lines (140 loc) · 5.34 KB
/
index.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
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
<!DOCTYPE html>
<html>
<head lang="en">
<title>Snap! DeCal</title>
<meta charset="UTF-8">
<meta name="description" content="Snap! Below the Line">
<meta name="keywords" content ="Snap, CS10, DeCal, Berkeley">
<meta name="author" content ="Zachary McPherson">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="icon" type="image/png" href="image/Alonzo-favicon.ico">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
</head>
<body>
<!-- Top Bar -->
<nav>
<ul>
<li><a href="index.html"><div class="title"> Snap! Below the Line Decal</div></a></li>
<li><a href="index.html">Home</a></li>
<li><a href="course_info.html">Course Info</a></li>
<li><a href="http://snap.berkeley.edu/" target="_blank">Snap!</a></li>
<li><a href="https://github.com/zmcpher23/Snap-Decal-Spring16.git" target="_blank">Snap! Below the Line GitHub</a></li>
<li><a href="https://github.com/jmoenig/Snap--Build-Your-Own-Blocks" target="_blank">Official Snap! GitHub</a></li>
</ul>
</nav>
<!-- Welcome Message -->
<center><h2> Welcome to Spring 2016 Snap! Below the Line DeCal</h2></center>
<center><img src="image/Alonzo.gif" alt="Alonzo" class="alonzo"></center>
<!-- Class announcement-->
<h3>Class Information</h2>
<table class="announcements">
<td class="date">Facilitators:</td>
<td class="text">Zachary McPherson (zmcpher@berkeley.edu), Bao Xie</td>
</tr>
<td class="date">Faculty Sponsor</td>
<td class="text">Brian Harvey</td>
</tr>
<td class="date">Schedule</td>
<td class="text">Every Wednesday 5:30 to 7:30pm at 273 Soda Hall</td>
</table>
<!-- Class Announcement table -->
<h3>Class Announcements</h2>
<table class="announcements">
<td class="date">January 24th</td>
<td class="text">Welcome to Snap! Below the Line Spring 2016 DeCal</td>
</tr>
<td class="date">January 25th</td>
<td class="text">First instruction will be given on February 3rd</td>
</table>
<!-- Class Schedule Table -->
<h3>Course Schedule (Tentative)</h3>
<table id="calendar">
<thread>
<tr>
<th>Week</th>
<th>Date</th>
<th>Topic</th>
<th>Reading/Assignment</th>
</tr>
</thread>
<tr>
<td rowspan="1" class="weeknum">1</td>
<td class="date">2/3</td>
<td><a href="lecture/lecture1.pptx" target="_blank"> Welcome/Intro (Slides)</a></td>
<td><a href="http://git-scm.com/book/en/v1/Git-Basics" target="_blank">Read Git Setup</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">2</td>
<td class="date">2/10</td>
<td><!--<a href="LINK__HERE">-->Git and GitHub: The Basics</a></td>
<td><!--<a href="LINK__HERE">-->TBA</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">3</td>
<td class="date">2/17</td>
<td><!-- <a href="lecture2.html"> -->Introduction to OO JavaScript<!-- </a> --></td>
<td><!--<a href="https://github.com/zmcpher23/JavaScript-Assignment/blob/master/js_assn.mdown">-->TBA</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">4</td>
<td class="date">2/24</td>
<td><!--<a href="LINK__HERE">-->JavaScript in Snap!: Morphs, Object Orientation, and Snap! Files in General</a></td>
<td><!--<a href="assignments/js_assignment.html">-->TBA</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">5</td>
<td class="date">3/2</td>
<td><!--<a href="lecture/lecture5.pptx">-->Advanced Morphic and JavaScript Block</a></td>
<td><!--<a href="assignments/week5.pptx">-->TBA</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">6</td>
<td class="date">3/9</td>
<td><!--<a href="LINK__HERE">-->Making Changes to Snap!</td>
<td><!-- <a href="assignment5.html"> -->TBA<!-- </a> --></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">7</td>
<td class="date">3/16</td>
<td><!--<a href="LINK__HERE">-->Snap File Exploration</a></td>
<td><!--<a href="LINK__HERE">-->TBA</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">8</td>
<td class="date">3/23</td>
<td><!-- <a href="lecture7.html"> -->Work on the mini project<!-- </a> --></td>
<td><!-- <a href="assignment6.html"> -->TBA<!-- </a> --></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">9</td>
<td class="date">3/30</td>
<td><!--<a href="lecture/lecture8.pptx">-->Mini Project Wrap Up</a></td>
<td><!--<a href="assignments/FinalprojectrubricSnap.docx">-->TBA</a></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">10</td>
<td class="date">4/6</td>
<td><!--<a href="LINK__HERE">-->Final Project</a></td>
<td><!-- <a href="project_assignment1.html"> -->TBA<!-- </a> --></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">11</td>
<td class="date">4/20</td>
<td><!-- <a href="lecture10.html"> -->Project Work and Pitches<!-- </a> --></td>
<td><!-- <a href="project_assignment2.html"> -->TBA<!-- </a> --></td>
</tr>
<tr>
<td rowspan="1" class="weeknum">12</td>
<td class="date">4/27</td>
<td><!-- <a href="final_projects.html"> -->Final Presentations<!-- </a> --></td>
<td><!-- <a href="https://github.com/jmoenig/Snap--Build-Your-Own-Blocks/issues" target="_blank">-->TBA</td>
</tr>
<tr>
<td rowspan="1" class="weeknum">13</td>
<td class="date">5/4</td>
<td><!--<a href="lecture9.html">-->Snap! Development Team: Transition to the Dev Team, and Next Steps<!--</a>--></td>
<td><!-- <a href="https://github.com/jmoenig/Snap--Build-Your-Own-Blocks" target="_blank"> -->TBA<!-- </a> --></td>
</tr>
</table>
</body>
</html>