forked from jugonzal/csc309-2017-fall
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsyllabus.html
42 lines (37 loc) · 1.52 KB
/
syllabus.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
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="./styles.css" type="text/css">
<title>CSC309 Programming on the Web, Fall 2017</title>
</head>
<body bgcolor="ffffff">
<div class="title">
<h1>CSC309 Programming on the Web.</h1>
<h2>Juan Gonzalez</h2>
</div>
<div class="navigation">
<ul><li><a href="./index.html">home</a></li>
<li><a href="./syllabus.html">information sheet</a></li>
<!-- <li><a href="./staff.html">course staff</a></li> -->
<!-- <li><a href="./re-mark.html">re-mark form</a></li> -->
<!-- <li><a href="./specialConsideration.html">special consideration</a></li> -->
<li><a href="https://piazza.com/utoronto.ca/fall2017/csc309" target="_blank">online forum</a></li>
<!-- <li><a href="http://www.cdf.toronto.edu/resources/cdf_student_secure_website.html" target="_blank">grades</a></li> -->
<!-- <li><a href="./peerInstruction.html">peer instruction</a></li> -->
</ul>
</div>
<div class="content">
<dl>
<table width="80%">
<tr>
<td>
<div><object data="CSC309-2017Info.pdf" type="application/pdf" width="100%" height="1000"></object></div>
<!--Added because the above can't be viewed on mobile-->
<a href="./CSC309-2017Info.pdf" download>Download</a>
</td>
</tr>
</table>
</dl>
</div>
</body>
</html>