-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
61 lines (51 loc) · 2.43 KB
/
about.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
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>index</title>
<meta charset="utf-8" />
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body background="https://wallpapercave.com/wp/wp2840961.jpg">
<marquee behavior=slide >Welcome to Huanyue's website~</marquee>
<div id = "contact"><font face="cursive">Contact me</font></div>
<a href="index.html" target="_self" title="back to main page">
<img src="photo/self.png" id = "self_img" />
</a>
<ul>
<li><font id = "li1" >About me</font></li>
<li><font id = "li2" >My hobbies</font></li>
<li><font id = "li3" >Skill</font></li>
</ul>
<a href="hobbies.html" target="_self">
<img src="photo/arrow.gif" id = "arrow2" />
</a>
<a href="skill.html" target="_self">
<img src = "photo/arrow.gif" id = "arrow3" />
</a>
<a href="mailto:B0644247@cgu.edu.tw">
<font id = "mail" face="cursive">mail: <u>B0644247@cgu.edu.tw</u></font>
</a>
<a href="https://github.com/HuanyueTW" target="_self">
<font id = "github" face="cursive">github: <u>HuanyueTW</u></font>
</a>
<img id = "Rectangle" src ="photo/Rectangle.png" />
<b>
<font id = "aboutme" style="">
  My name is Brian Chiang, a senior student in Chang Gung University and major in <br />
information management.
There are five people in my family, include my dad, mom,<br />
brother, sister and me. My parents always believe that learning is not limited to books,<br />
and this idea stimulates my curiosity of many things and it promotes me to touch different<br />
fields.<br /><br />
  After diverse exploration, literary is my favorite field. No matter it's writing or<br />
reading the book, they are all the things I'm willing to try. Because of participating such<br />
kinds of activities, I can be either active or quiet. <br /><br />
  I feel so happy about the life in university, not only I can choose subjects I interested in,<br />
but also there are lots of friends I can have heart to heart talk and play with each other.<br />
Looking forward that I can have my own expertise before graduating from CGU and<br />
finish my graduate school in the National Chengchi University Or Taiwan University of<br />
Science and Technology later! :)
</font>
</b>
</body > </html >