-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
52 lines (49 loc) · 1.51 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
51
52
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Music and the Internet | MUMT 301</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/light.css">
</head>
<body>
<section>
<h1>
MUMT 301: Music and the Internet
</h1>
<h2>About the course</h2>
<p>
A brief history of Internet technologies (protocols, web servers, web browsers) and their
relationship to music and musicians (physical vs. virtual music distribution, digital music formats,
streaming services).
</p>
<p>
Locating, retrieving, and working with online music information through Web APIs and
coding exercises.
</p>
<p>
Basic static website creation for musicians (<kbd>HTML</kbd>/<kbd>CSS</kbd>/<kbd>JavaScript</kbd>).
</p>
<p>
Technology-enhanced music creation.
</p>
</section>
<section>
<h2>
Term
</h2>
<form action="2022">
<button type="submit">Fall 2022</button>
</form>
<form action="2021">
<button type="submit">Fall 2021</button>
</form>
<form action="2020">
<button type="submit">Fall 2020</button>
</form>
<form action="2019">
<button type="submit">Fall 2019</button>
</form>
</section>
</body>
</html>