-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoffice_hours.html
executable file
·72 lines (69 loc) · 3.11 KB
/
office_hours.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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>CSSE-280 Fall 2020 Office Hours</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="canonical" href="https://rhit-csse280.github.io/project.html">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<!-- SEO & Social-related tag -->
<meta property="og:title" content="CSSE-280 Fall 2020 Office Hours" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="The project for CSSE-280 Fall 2020" />
<meta property="og:description" content="The project for CSSE-280 Fall 2020" />
<meta property="og:url" content="https://rhit-csse280.github.io/project.html" />
<meta property="og:site_name" content="CSSE-280 Fall 2020 Office Hours" />
<!-- <meta property="og:image" content="" /> -->
<meta name="twitter:card" content="summary" />
<!-- <meta property="twitter:image" content="http://elizamarcum.com/images/2018headshot.png" /> -->
<meta property="twitter:title" content="CSSE-280 Fall 2020 Office Hours" />
<meta name="twitter:site" content="@RoseHulman" />
<meta name="twitter:creator" content="@elizabrock" />
<script type="application/ld+json">
{
"@type":"WebSite",
"headline":"CSSE-280 Fall 2020 Office Hours",
"dateModified":"2020-09-08T03:31:31+00:00",
"url":"https://rhit-csse280.github.io/project.html",
"name":"CSSE-280 Fall 2020 Office Hours",
"description":"The project for CSSE-280 Fall 2020",
"@context":"https://schema.org"
}
</script>
<!-- End SEO & Social-related tags -->
</head>
<body id="index">
<header>
<nav>
<ul>
<li><a href="/index.html">Schedule</a></li>
<li><a href="/videos.html">Videos</a></li>
<li><a href="/expectations.html">Expectations</a></li>
<li><a href="/project.html">Project</a></li>
<li><a href="/office_hours.html">Office Hours</a></li>
<li><a href="https://moodle.rose-hulman.edu/course/view.php?id=73636">Class Materials</a></li>
</ul>
</nav>
<img src="images/approved_secondary_logo.png" alt="Rose-Hulman Logo" id="rose-hulman-logo" />
</header>
<main>
<h1>CSSE-280 Fall 2020 Office Hours</h1>
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vQ10YnVUxl_YPcPdb8ud8uLrlLWSuSozLdei9r8WPjZPps5N2I-UrkmhzRQDTRCEH35Z2ogIHBdOY99/pubhtml?widget=true&headers=false" width="100%" height="750px"></iframe>
</main>
<footer>
<!-- We don't have anything for our footer, yet! -->
</footer>
<script type="text/javascript">
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176204135-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176204135-1');
</script>
</body>
</html>