-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathassignments.html
More file actions
executable file
·45 lines (41 loc) · 1.86 KB
/
Copy pathassignments.html
File metadata and controls
executable file
·45 lines (41 loc) · 1.86 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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="home.css">
<title>Introduction to Database</title>
<nav id="navigation bar">
<ul>
<li><a href="index.php">Home</a></li>
<li><a href="https://calendar.google.com/calendar?cid=OGkzaHRwdWRpYmtzdmtpbmxoMm44Y21xMG9AZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ">Calendar</a></li>
<li><a href="lectures.html">Lectures</a></li>
<li><a href="assignments.html">Assignments</a></li>
<li><a href="http://piazza.com/utoronto.ca/winter2018/cscb20h3">Piazza</a></li>
<li><a href="https://markus.utsc.utoronto.ca/cscb20w18/?locale=en">Markus</a></li>
<li><a href="courseteam.html">Course Team</a></li>
<li><a href="syllabus.html">Syllabus</a></li>
<li><a href="labs.html">UTSC Labs</a></li>
<li><a href="logout.php">Log out</a></li>
</ul>
</nav>
<header>
<h1><strong>CSCB20 - Introduction to Databases and Web Applications</strong></h1>
</header>
</head>
<body>
<div id="Assignments">
<h1>Assignments</h1>
<li><h3><a href="https://portal.utoronto.ca/bbcswebdav/pid-6555703-dt-content-rid-42671019_2/xid-42671019_2">Assignment1</a></h3></li>
<p>Due date: 9th February @ 11:59pm on MarkUs. </p>
<p>see Piazza post</p>
<li><h3><a href="https://portal.utoronto.ca/bbcswebdav/pid-6604267-dt-content-rid-43362954_2/xid-43362954_2">Assignment2</a></h3></li>
<p>Due Date: 9th March @ 11:59pm</p>
<p>See Piazza post</p>
<p>You do not have to make your website work for mobile devices. This is optional and not required. </p>
<p>We will be asking certain groups to stop by and explain their css and html to us and what it did. We will notify these groups over email. </p>
</div>
</body>
<footer>
<h2><strong><a href="http://web.cs.toronto.edu">Faculty of Computer Science at UofT</a></strong></h2>
<div><h4>@2018 by Aria Fallahi, Parsa Mirzae</h4></div>
</footer>
</html>