-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathl_a.html
63 lines (59 loc) · 3.18 KB
/
l_a.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><script src="/A2EB891D63C8/avg_ls_dom.js" type="text/javascript"></script>
<meta name="description" content ="Snap! Below the Line" />
<meta name="keywords" content ="Snap, CS10, DeCal, Berkeley" />
<meta name="author" content ="Kyle Hotchkiss" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="shortcut icon" href="Alonzo-favicon.ico" >
<title>Lectures and Assignments</title>
</head>
<body>
<h1><a href="index.html"><span class="coursename"><img src="Logo.png" alt="Snap"> </span>Below the Line<img src="Alonzo.gif" alt="Alonzo" align="right" style="position:absolute; right:7.5%"></a><br>Fall 2014</h1>
<ul class="courseinfo">
<li>Facilitators: <a href="developers.html#kyle">Kyle Hotchkiss</a>, <a href="developers.html#natasha">Natasha Sandy</a>, and <a href="developers.html#ava">"Ava" Yuan Yuan</a></li>
<li>Faculty Sponsor: <a href="developers.html#brian">Brian Harvey</a></li>
<li> Tuesdays, 6-8 PM in 330 Soda Hall</li>
</ul>
<hr/>
<ul class="navigation">
<li><a href="index.html">Main</a></li>
<li><a href="about.html">Course Info</a></li>
<li><a href="developers.html">Developers</a></li>
<li><a href="http://snap.berkeley.edu/" target="_blank">Snap!</a></li>
<li><a href="https://github.com/ucb-snap/Snap-decal-fa14" 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>
<li><a href="courseresources.html">Course Resources</a></li>
</ul>
<hr/>
<a name="lectures"></a>
<h2>Lectures:</h2>
<ul class="l_a">
<li><a href="lecture1.html">Lecture_1</a></li>
<li><a href="lecture2.html">Lecture_2</a></li>
<li><a href="lecture3.html">Lecture_3</a></li>
<li><a href="lecture4.html">Lecture_4</a></li>
<li><a href="lecture5.html">Lecture_5</a></li>
<li><a href="lecture6.html">Lecture_6</a></li>
<li><a href="lecture7.html">Lecture_7</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="final_projects.html">Final_Projects</a></li>
<li><a href="lecture8.html">Lecture 8</a></li>
</ul>
<h2>Assignments:</h2>
<ul class ="l_a">
<li><a href="assignment1.html">Assignment_1</a></li>
<li><a href="assignment2.html">Assignment_2</a></li>
<li><a href="assignment3.html">Assignment_3</a></li>
<li><a href="assignment4.html">Assignment_4</a></li>
<li><a href="assignment5.html">Assignment_5</a></li>
<li><a href="assignment6.html">Assignment_6</a></li>
<li><a href="project_proposal.html">Project_Proposal</a></li>
<li><a href="project_assignment1.html">Project_Assignment_1</a></li>
<li><a href="project_assignment2.html">Project_Assignment_2</a></li>
</ul>
</body>
</html>