-
Notifications
You must be signed in to change notification settings - Fork 0
/
weekly.html
69 lines (55 loc) · 3.56 KB
/
weekly.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta name="viewport" content="width=device-width">
<meta name="description" content ="C88C: Computational Structures in Data Science" />
<meta name="keywords" content ="CS88, C88C, Computer Science, Data Science, Programming, Berkeley, EECS, Python, intro CS, comp sci" />
<meta name="author" content ="Michael Ball, Ethan Yoo, Rebecca Dang, Michelle Chen, Ramya Chitturi, John Teng, Karim El-Refai, Liliana Gonzalez, Angela Bi, Sean Yang, Christy Quang, Morgan Dehdashti, Miha Bhaskaran, Satleen Gill, Richik Pal" />
<link rel="stylesheet" href="/sp24/assets/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/sp24/assets/css/style.css">
<link rel="icon" href="/sp24/assets/images/favicon.ico">
<link rel="stylesheet" href="/sp24/assets/css/mono-blue.css">
<title>Weekly Schedule | C88C Spring 2024</title>
</head>
<body id="index" class="home">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse-section" aria-label="Toggle Nav Menu" aria-expanded="false">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/sp24/">C88C</a>
</div>
<div class="collapse navbar-collapse" id="navbar-collapse-section">
<ul class="nav navbar-nav navbar-right">
<li><a href="/sp24/">Calendar</a></li>
<li><a href="/sp24/articles/resources.html">Resources</a></li>
<li><a href="/sp24/weekly-schedule.html">Google Calendar</a></li>
<li><a href="/sp24/articles/about.html">Syllabus</a></li>
<li><a href="https://edstem.org/us/courses/51226/discussion/" target="_blank">Ed</a></li>
<li><a href="/sp24/staff.html">Staff</a></li>
<li><a href="https://oh.c88c.org/" target="_blank">OH Queue</a></li>
<li><a href="https://tutor.cs61a.org/" target="_blank">Python Tutor</a></li>
<li><a href="https://bcourses.berkeley.edu/courses/1531774/external_tools/90481" target="_blank">Recordings</a></li>
</ul>
</div>
</div>
</nav>
<div id="content" class="container">
<div class='page-header'>
<h1>Weekly schedule</h1>
</div>
<iframe src="https://www.google.com/calendar/embed?title=CS%2061A%20Weekly%20Schedule&showTitle=0&showPrint=0&mode=WEEK&height=600&wkst=1&bgcolor=%23ffffff&src=berkeley.edu_71kprugiskanssolk10dq846c8%40group.calendar.google.com&color=%23A32929&src=jof03jbjd8ga4g5klqv2fndf44%40group.calendar.google.com&color=%2323164E&src=berkeley.edu_7m8l6jd3gdr2p20m5irlm8p7us%40group.calendar.google.com&color=%230F4B38&src=j5aiopb2v3lj3im73j1pid0uj4%40group.calendar.google.com&color=%23875509&ctz=America%2FLos_Angeles"
style=" border-width:0 " width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
<script src="//cdn.jsdelivr.net/jquery/2.1.3/jquery.min.js"></script>
<script src="/sp24/assets/js/bootstrap.min.js"></script>
<!-- TODO: Move to specific pages... -->
<script src="/sp24/assets/js/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>