-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathassignment.html
29 lines (21 loc) · 1.08 KB
/
assignment.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Assignments </title>
<link rel="stylesheet" href="homepage_style.css">
</head>
<body>
<h1> Here are all my assignments:</h1>
<section>
<p> <a id="assignment" href="questionnaire.txt"> Assignment 1: Questionnaire</a> </p>
<p> <a id="assignment" href="index.html"> Assignment 2: Presentation page.</a> </p>
<p> <a id="assignment" href="artist_page.html"> Assignment 3: Artist fanpage.</a></p>
<p> <a id="assignment" href="compression.html"> Assignment 4: Comparision of compression algorithms.</a></p>
<p> <a id="assignment" href="web_api.html"> Assignment 6: MusicBrainz API call.</a></p>
<p> <a id="assignment" href="theremin.html"> Assignment 7: Web-based musical instrument</a></p>
<p> <a id="assignment" href="convolver.html"> Final Project: Web-based convolver</a></p>
</section>
<p id="link_to_assignment"> <a href="index.html"> HOME </a> </p>
</body>
</html>