-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusicprojects.html
40 lines (33 loc) · 1018 Bytes
/
musicprojects.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
<!DOCTYPE html>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<title>Abigail Yang</title>
<!-- Google Font -->
<link href="https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!-- NavBar HTML -->
<div class="navbar">
<ul>
<li><a href="index.html">About Me</a></li>
<li><a href="projres.html">What I've Done</a></li>
</ul>
</div>
<!-- just the header? -->
<center><img src="assets/name_heading.png"></center>
<h2>Music</h2>
<!-- Project 1 -->
<div class="project-info" id="project1">
</div>
<!-- Project 2 -->
<div class="project-info" id="project2">
</div>
<!-- Project 3 -->
<div class="project-info" id="project3">
</div>
</body>