-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproject.html
44 lines (40 loc) · 2.16 KB
/
project.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
<!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>Final Project</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/>
<h2>Final Project</h2>
<p>(Insert brief summary of the lesson here)</p>
<h3>Resources:</h3>
<ul class="resources">
<li>(Insert Link to PowerPoint/Article/Worksheet, etc.)</li>
</ul>
<br>
</body>
</html>