forked from malayandi/stat134spring17
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschedule.html
More file actions
96 lines (83 loc) · 4.05 KB
/
Copy pathschedule.html
File metadata and controls
96 lines (83 loc) · 4.05 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Stat 134, Fall '17</title>
<!-- Bootstrap -->
<link href="https://fonts.googleapis.com/css?family=Raleway:400,700|PT+Serif|Lora|Source+Code+Pro" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/main.css"/>
<!-- Swiper -->
<link rel="stylesheet" href="css/swiper.min.css">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<!-- MathJax -->
<script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script>
<script type="text/javascript" async
src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS_CHTML">
</script>
<script src="https://use.fontawesome.com/63e7afe910.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Title -->
<div class="navbar navbar-custom">
<nav class="navbar">
<div class="container">
<div class="col-sm-3 col-xs-3" id=nav-text-left>
<div class=desktop>
<ul class="nav navbar-nav">
<li><h4><a href=index.html>Stat 134</a></h4></li>
</ul>
</div>
<div class=mobile>
<ul class="nav navbar-nav">
<li><h4><a href=index.html>134</a></h4></li>
</ul>
</div>
</div>
<div class="col-sm-9 col-xs-9" id=nav-text-right>
<ul class="nav navbar-nav navbar-right">
<li><p><a href=schedule.html>Schedule</a></p></li>
<li><p><a href=homework.html>Homework</a></p></li>
<li><p><a href=readings.html>Readings</a></p></li>
<li><p><a href=staff.html>Staff</a></p></li>
</ul>
</div>
</div>
</nav>
</div>
<header class="container">
<h1 class = "header-xs">Concepts of Probability</h1>
<h5 class = "header-xs" id=subheading>Stat 134 with Hank Ibser, Fall '17.</h5>
</header>
<br>
<br>
<hr>
<br>
<header class="container">
<h3 class = "header-xs">Weekly Schedule</h3>
</header>
<br>
<section class="container">
<iframe src="https://calendar.google.com/calendar/embed?showTitle=0&showPrint=0&showTabs=0&showCalendars=0&mode=WEEK&height=600&wkst=1&bgcolor=%23ffffff&src=asp19g4dpcm972fl7t5dquc3rg%40group.calendar.google.com&color=%238C500B&ctz=America%2FLos_Angeles" style="border-width:0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
</section>
<footer section="container">
<row class="col-sm-12">
<ul class="col-sm-12">
<li>Site originally designed and developed by <a href="https://www.stat.berkeley.edu/~ani/.com" target="_blank">Ani Adhikari</a> and <a href="http://andypalan.com" target="_blank">Andy Palan</a>. </li>
<br>
</ul>
</row>
</footer>
</body>
</html>