-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
49 lines (39 loc) · 1.12 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
<!DOCTYPE html>
<html>
<head>
<title>Hello</title>
<link rel="stylesheet" type="text/css" href="main.css">
</head>
<body background="background.jpg">
<header>
<center>
<nav>
<strong><h1>I am Qingyu Wang</h1></strong>
<ul>
<li><a href="">Home</a></li>
<li><a href="project.html">Project</a></li>
<li><a href="myphoto.html">My photo</a></li>
</ul>
</nav>
</center>
</header>
<center>
<p>
Hello world, I am Qingyu Wang. I am an undergraduate student in the University of Illinois at Urbana Champaign. <br>
I come from Shandong, China. I love programming, playing basketball, and writing traditional Chinese calligraphy.
</p>
<p>
<img src="kid.jpg" height="500" width="500">
</p>
</center>
</body>
<footer>
<center>
<ul>
<li><a href="mailto:qingyuw2@illinois.edu"><img src="email.png" height = "50" width = "50" hspace="5"></a></li>
<li><a href="resume.pdf"><img src="resume.png" height = "50" width = "50" hspace="5"></a></li>
<li><a href="https://github.com/wqyjason"><img src="github.png" height = "50" width = "50" hspace="5"></a></li>
</ul>
</center>
</footer>
</html>