forked from bjc-edc/bjc-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index_old.html
86 lines (72 loc) · 3.27 KB
/
index_old.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Beauty and Joy Of Computing repository</title>
<meta http-equiv="refresh" content="0;URL=course/bjc4nyc.html" />
<script type="text/javascript" src="/bjc-r/llab/loader.js"></script>
<link rel="shortcut icon" href="/bjc-r/img/web/bjcfav.png" type="image/png">
</head>
<body>
<section>
<h1>Welcome to the Beauty and Joy of Computing Curriculum Repository</h1>
<img class="imageRight" src="/bjc-r/img/web/bjc-logo.png" alt="BJC Logo">
<p>Listed below are current and past courses.</p>
<p>
CS10 is the undergraduate Beauty and Joy of Computing course at U.C.
Berkeley, and will generally reflect newer content with which we are
experimenting in class (on our poor students!). Some of these materials
may be advanced, fast paced, and/or unpolished. More info about the CS10
course is available at
<a target="_blank" href="http://cs10.berkeley.edu">cs10.berkeley.edu</a>.
</p>
</section>
<section>
<br />
<div class="topic_link">
<a href="course/berkeley_bjc.html">The Beauty and Joy of Computing (Berkeley, as of Fall, 2014)</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp15.html">CS10, Spring 2015, The Beauty and Joy of Computing</a>
</div>
<div class="topic_link">
<a href="course/bjc4nyc.html">The Beauty and Joy of Computing for NYC Public Schools, 2015-2016</a>
</div>
<hr>
<div class="topic_link">
<a href="course/cs10_fa14.html">CS10, Fall 2014, The Beauty and Joy of Computing</a>
</div>
<div class="topic_link">
<a href="course/cs10_sp14.html">CS10, Spring 2014, The Beauty and Joy of Computing</a>
</div>
<div class="topic_link">
<a href="course/pd_bjc.html">Older Professional development course (Berkeley, Summer 2013)</a>
</div>
<div class="topic_link">
<a href="course/original_bjc.html">The Beauty and Joy of Computing (original BYOB Course, 2012)</a>
</div>
<div class="topic_link">
<a href="course/berkeley_bjc_fa13.html">The Beauty and Joy of Computing (Berkeley, Fall 2013)</a>
</div>
<br />
<hr>
</section>
<br />
<section>
<p>
The main page for the Beauty and Joy of Computing Project is at <a target="_blank" href="http://bjc.berkeley.edu">http://bjc.berkeley.edu</a>.
</p>
<p>
This repository is developed and maintained using <a href="https://github.com/beautyjoy/bjc-r">Github</a>.
You can also use Github to work on your own version of the materials and/or contribute back to the course!
If you would like to submit feedback, bug reports, or ask questions, you can use the issue tracker
at <a target="_blank" href="http://github.com/beautyjoy/bjc-r/issues">github.com/beautyjoy/bjc-r/issues</a>.
We welcome your input!
</p>
<p>
Additionally, we are undertaking a major four-year project that will revamp
these BJC materials and course(s) from the ground up.
Check it out <a href="http://bjc.berkeley.edu/website/bjc4nyc.html">here</a>.
</p>
</section>
</body>
</html>