-
Notifications
You must be signed in to change notification settings - Fork 3
/
project_assignment1.html
57 lines (49 loc) · 3.19 KB
/
project_assignment1.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
<!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>Project Part I</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>Project Part I (Due November 18th)</h2>
<p>(I am still unsure of the layout of the project, but I figured that we would have the propsal, then the coding, then the presentation be 3 different assignments, since we have three weeks to complete them all. Just a thought)</p>
<br>
<div id="disqus_thread" style="width: 90%; margin: auto"></div>
<script type="text/javascript" style="width: 90%; margin: auto">
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = 'snapproject1'; // required: replace example with your forum shortname
/* * * DON'T EDIT BELOW THIS LINE * * */
(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
</body>
</html>