-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourseteam.html
More file actions
executable file
·55 lines (53 loc) · 1.76 KB
/
Copy pathcourseteam.html
File metadata and controls
executable file
·55 lines (53 loc) · 1.76 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
<!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="Course-Team">
<h1>Course Team</h1>
<li><h3><strong>Professor: Abbas Mohsin Attarwala</strong></h3></li>
</div>
<div id="info">
<div id ="general Information">
<h3>General Information</h3>
</div>
<div class="Instructor">
<h5>Instructor: Abbas Mohsin Attarwala</h5>
</div>
<div class="Email">
<h5>Email: MYFIRSYNAME.MYLASTNAME@utoronto.ca</h5>
</div>
<div class="Lectures">
<h5>Lectures: Mondays 9am to 11am in SW 319</h5>
</div>
<div class="Office Hours">
<h5>Office Hours: Fridays: 11:30 am- 1:30 pm, Room: IC 478</h5>
</div>
</div>
<footer>
<div id"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>
</div>
</footer>
</body>
</html>