forked from smurugan10/CSC210
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.58 KB
/
index.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>SQL the PRQL</title>
</head>
<body>
<h1>SQL the PRQL</h1>
<h3>Welcome to the Homepage of SQL the PRQL!</h3>
<br/>
<h2>Assignments</h2>
<p>
<dl>
<dt><a href="/0/index.html">Assignment 0</a></dt>
<dd>- Setting up the webserver and designing our first webpages</dd>
<dt><a href="/1/index.html">Assignment 1</a></dt>
<dd>- Learning XHTML, CSS, and version control</dd>
<dt><a href="/2/index.html">Assignment 2</a></dt>
<dd>- More XHTML and CSS</dd>
<dt><a href="/3/index.html">Assignment 3</a></dt>
<dd>- PHP!</dd>
<dt><a href="/4/index.html">Assignment 4</a></dt>
<dd>- Javascript and HTML UIs</dd>
<dt><a href="/1/index.html">Assignment 5</a></dt>
<dd>- PHP and SQL</dd>
</dl>
</p>
<br/>
<h2>The Team</h2>
<p>
<dl>
<dt><a href="/people/amelia.html">Amelia Keller</a></dt>
<dd>A student at the UofR</dd>
<dt><a href="/people/ciaran.html">Ciaran Downey</a></dt>
<dd>Computer Science '14</dd>
<dt><a href="/people/jeremy.html">Jeremy Warner</a></dt>
<dd>A student at the UofR</dd>
<dt><a href="/people/ruka.html">Ruka Murugan</a></dt>
<dd>Physics and Astronomy '14</dd>
<dt><a href="/people/thomas.html">Thomas Tavolara</a></dt>
<dd>A student at the UofR</dd>
</dl>
</p>
</body>
</html>