-
Notifications
You must be signed in to change notification settings - Fork 0
/
RyanYang_DayOne.html
44 lines (33 loc) · 1009 Bytes
/
RyanYang_DayOne.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
<!DOCTYPE html>
<html>
<head>
<title>
Qiurui Yang
</title>
<!-- animate.css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css">
<!-- link to css file -->
<link href = "default.css" rel = "stylesheet" type = "text/css">
</head>
<body>
<div class="parallax"></div>
<!-- Second division -->
<div class = "aboutMe">
<center>
Qiurui Yang
</center>
<br>
<a href="secondpage.html">
<center>
Why am I taking this class?
</center>
</a>
<br>
<a href="thirdpage.html">
<center>
See my other projects
</center>
</a>
</div>
</body>
</html>