File tree Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Expand file tree Collapse file tree 3 files changed +11
-7
lines changed Original file line number Diff line number Diff line change 9
9
<!-- Bootstrap -->
10
10
< link href ="css/bootstrap.min.css " rel ="stylesheet " media ="screen ">
11
11
12
+ < script src ="https://code.jquery.com/jquery-3.3.1.slim.min.js " integrity ="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo " crossorigin ="anonymous "> </ script >
13
+
14
+ < script src ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js " integrity ="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa " crossorigin ="anonymous "> </ script >
12
15
13
- < link href ="extra.css " rel ="stylesheet ">
14
16
15
17
< meta http-equiv ="Content-Script-Type " content ="text/javascript " />
16
18
</ script >
38
40
< li > < a href ="index.html "> Home</ a > </ li >
39
41
< li > < a href ="lectures.html "> Lectures</ a > </ li >
40
42
< li > < a href ="announcements.html "> Announcements</ a > </ li >
43
+ < li > < a href ="calendar.html "> Office Hours</ a > </ li >
41
44
< li > < a href ="https://docs.google.com/document/d/11_S7uBTa9uLkdFdahG0B_O0B5Gv7jKxullORvAb2snY/edit?usp=sharing "> Syllabus</ a > </ li >
42
45
< li > < a href ="assignments.html "> Assignments</ a > </ li >
43
46
</ ul >
@@ -54,10 +57,5 @@ <h1>{{ page.title }}</h1>
54
57
{{ content }}
55
58
56
59
57
- <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
58
- < script src ="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js "> </ script >
59
- <!-- Include all compiled plugins (below), or include individual files as needed -->
60
- < script src ="js/bootstrap.min.js "> </ script >
61
-
62
60
</ body >
63
61
</ html >
Original file line number Diff line number Diff line change
1
+ ---
2
+ layout: coursepage
3
+ title: 15-441/641 Calendar
4
+ ---
5
+
6
+ < iframe src ="https://calendar.google.com/calendar/embed?showPrint=0&showTabs=0&showCalendars=0&showTz=0&mode=WEEK&height=600&wkst=1&bgcolor=%23FFFFFF&src=andrew.cmu.edu_sgsmj292rv6b89vruo5u1m2fb8%40group.calendar.google.com&color=%2342104A&ctz=America%2FNew_York " style ="border-width:0 " width ="800 " height ="600 " frameborder ="0 " scrolling ="no "> </ iframe >
Original file line number Diff line number Diff line change 6
6
<!-- ANNOUNCEMENTS: TEMPLATED --!>
7
7
8
8
{% assign frontpage = site.announcements | reverse %}
9
- {% for announcement in frontpage limit:3 %}
9
+ {% for announcement in frontpage limit:1 %}
10
10
<div class="alert alert-info alert-dismissable">
11
11
<button type="button" class="close" data-dismiss="alert" aria-hidden="true">×</button>
12
12
<table>
You can’t perform that action at this time.
0 commit comments