-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
executable file
·90 lines (73 loc) · 2.64 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
85
86
87
88
89
90
---
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: 9/18</bold></li>
<li><bold>Midterm Part I: 10/23 </bold></li>
<li><bold>Midterm Part II: 10/25 </bold></li>
<li><bold>In-Lab Final: Second Lab of Week of 11/27 </bold></li>
<li><bold>Final: 12/13 </bold></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">
<div class="table-responsive">
{% include_relative includes/calendar.html %}
</div>
</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>
<h2>Lab Assistants</h2>
<div id="las"></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="http://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>