-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (51 loc) · 2.13 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
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; width = device-width, initial-scale = 1" />
<title>Introduction</title>
<meta charset = "utf-8" />
<link href = "style.css" rel = "stylesheet" type = "text/css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MXK4G56NS9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MXK4G56NS9');
</script>
</head>
<body background = "photo/background.jpg">
<marquee behavior = slide >Welcome to Huanyue's website~</marquee>
<div id = "contact"><font face = "cursive">Contact me</font></div>
<img src = "photo/self.png" id = "self_img" />
<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="about.html" target="_self">
<img src = "photo/arrow.gif" id = "arrow1" />
</a>
<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 = "line" src = "photo/Line.png" />
<b>
<font id = "p1">2012-2014 → Hai-Shan High school</font>
<font id = "p2">2014-2017 → In Jianguo High school</font>
<font id = "p3">2017-2021 → Chang Gung University</font>
<font id = "p4">2019 Dec.→AI-Machine Learinig competition</font>
<font id = "p5">2020 Jun.→AI-NLP competition</font>
<font id = "p6">2020 Dec.→Independent study about Computer vision</font>
<font id = "p7">2021-2023 → National Chengchi University / Taiwan University of Science and Technology</font>
</b>
</body > </html >