-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
38 lines (36 loc) · 1.37 KB
/
contact.html
File metadata and controls
38 lines (36 loc) · 1.37 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
<!DOCTYPE html>
<html>
<head>
<title>Yushan Mu | Music</title>
<meta name="description" content="This is my personal website">
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header class="main-header">
<nav class="nav main-nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="music.html">Music</a></li>
<li><a href="travel.html">Travel</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<h1 class="my-name-big">Yushan Mu</h1>
</header>
<section>
<br>
this page is not finished :(
<br><br>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="my-name">Yushan Mu</h3>
<ul class="nav footer-nav">
<li><a href="https://space.bilibili.com/266409599"><img src="bilibili logo.png" width="25"></a></li>
<li><a href="https://github.com/yushan-mu"><img src="github logo.png" width="25"></a></li>
</ul>
</div>
</footer>
</body>
</html>