-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
executable file
·84 lines (68 loc) · 2.8 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
---
layout: default
---
{% include nav.html %}
{% include quicklinks.html %}
<h1>Updates</h1>
<div class="page-section" id="news">
<h2>Please check this section for important updates!</h2>
<ul class='lambda'>
<li><bold>Quest: Wednesday, September 30th, 2015</bold></li>
<li><bold>Midterm: Thursday, October 29th, 2015</bold> </li>
<li>August 26, 2015: Website is now up! Welcome to CS10!</li>
<li>August 26, 2015: WEBSITE STILL UNDER CONSTRUCTION! Readings will be changing throughout the semester. Please make sure to refer back to the website often for the most up-to-date information! </li>
<li>August 30, 2015: Midterm confirmed for Thursday, October 29 instead of the original Wednesday, October 28.</li>
</ul>
</div>
<h1>Overview</h1>
<div class="page-section" id="overview">
{% include_relative includes/overview.html %}
</div>
<h1>Assignment Calendar</h1>
<div class="page-section" id="calendar">
{% include_relative includes/calendar.html %}
</div>
<div class="clearfix"></div>
<h1>Weekly Schedule</h1>
<div class="page-section" id="weekly">
<h4>This calendar displays the class schedule for the <em>current</em> week.
Click on any event to see the building location on a map.</h4>
<div class="table-responsive">
<div id="oh-cal" style="min-width:1000px;"></div>
</div>
</div>
<h1>Staff</h1>
<div class="page-section" id="staff">
<h2>Instructors</h2>
<div class="container-fluid" id="inst"></div>
<div class="clearfix"></div>
<h2>Teaching Assistants</h2>
<div class="container-fluid" id="tas"></div>
<div class="clearfix"></div>
<h2>Readers</h2>
<div id="readers"></div>
<div class="clearfix"></div>
</div>
<div class="clearfix"></div>
<h1>Grading</h1>
<div class="page-section" id="grading">
{% include_relative includes/grading.html %}
</div>
<h1>Resources</h1>
<div class="page-section" id="resources">
<ul class="lambda">
<li><a href="https://www.bitsbook.com/">Blown to Bits</a></li>
<li><a href="https://www.debuggingrules.com/">Debugging Rules!</a></li>
<li><a href="https://www.berkeley.edu">UC Berkeley</a></li>
<li><a href="https://coe.berkeley.edu/">College of Engineering</a> </li>
<li><a href="https://www.eecs.berkeley.edu/">EECS Department Page</a></li>
<li><a href="../fa13/lab/solutions.html">(OLD) Solutions to Lab Exercises</a></li>
</ul>
</div>
<!--END PAGE CONTENT -->
<link href="{{ site.baseurl }}/assets/calendar-additions.css" rel="stylesheet"/>
<link href="{{ site.baseurl }}/assets/css/cs10style.css" rel="stylesheet"/>
<script src="{{ site.baseurl }}/assets/index-concat.js"></script>
<script>
{% include_relative assets/weekly_schedule.js %}
</script>