-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalendar.html
More file actions
73 lines (63 loc) · 3.42 KB
/
Copy pathcalendar.html
File metadata and controls
73 lines (63 loc) · 3.42 KB
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
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>UGBA 198 Calendar</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<link href="https://fonts.googleapis.com/css?family=Nothing+You+Could+Do|Raleway:300|Work+Sans:400,500" rel="stylesheet">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.6.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<script src="//cdn.jsdelivr.net/jquery.marquee/1.4.0/jquery.marquee.min.js" type="text/javascript"></script>
<link href="./css/style.min.css" rel="stylesheet">
<script src="./js/script.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-163594189-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-163594189-1');
</script>
</head>
<body style="overflow: auto; height: auto;">
<header class="wrap-container">
<div class="wrap">
<h1 class="header-title col-md-3 col-xs-3"><a href="http://www.ugba198.org/">UGBA198</a></h1>
<nav class="col-md-9 col-xs-9">
<ul>
<li class="hidden-xxs"><a href="https://docs.google.com/document/d/1CxIa2fsrPBvTG2B1HCTdBmm_OzanVM9febXDUGe3W2Q/edit?usp=sharing">Syllabus</a></li>
<li><a href="http://www.ugba198.org/about.html">About</a></li>
</ul>
</nav>
</div>
</header>
<main class="staff-page">
<section class="page-head wrap-container">
<div class="wrap">
<div class="head-decor">
<p class="head-subtitle">UGBA 198 at UC Berkeley</p>
<h1 class="head-title">Calendar</h1>
</div>
<div class="head-people">
<iframe src="https://calendar.google.com/calendar/embed?showPrint=0&showTabs=0&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=6rfph5h2ou0lbkt3kcfrp0qimc%40group.calendar.google.com&color=%23865A5A&ctz=America%2FLos_Angeles" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</section>
</main>
<footer class="footer-links wrap-container">
<div class="wrap">
<div class="col col-md-3">
<h3><a href="https://docs.google.com/document/d/1CxIa2fsrPBvTG2B1HCTdBmm_OzanVM9febXDUGe3W2Q/edit?usp=sharing">Syllabus</a></h3>
<h3><a href="https://piazza.com/berkeley/spring2020/ugba1983/home">Piazza</a></h3>
</div>
<div class="col col-md-3">
<h3>Meta</h3>
<ul class="lists">
<li><a href="https://www.ugba198.org/about.html">About</a></li>
<li><a href="https://www.ugba198.org/calendar.html">Calendar</a></li>
<!--<li><a href="http://practice.eecs189.org">Practice Problems</a></li>-->
</ul>
</div>
</div>
</footer>
</body></html>