-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
69 lines (63 loc) · 2.79 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
62
63
64
65
66
67
68
69
<!DOCTYPE html>
<html lang="zh-TW">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<script src="lib/jquery.js"></script>
<script src="lib/jquery.flurry.min.js"></script>
<script src="lib/fontawesome/js/all.min.js"></script>
<script src="assets/page.js"></script>
<script src="assets/main.js"></script>
<link rel="stylesheet" type="text/css" href="lib/fontawesome/css/all.min.css">
<link rel="stylesheet" type="text/css" href="assets/style.css">
<link rel="stylesheet" type="text/css" href="assets/home.css">
<!-- <link rel="stylesheet" type="text/css" href="lib/aos/aos.css" /> -->
<!--[if IE]>
<link rel="stylesheet" type="text/css" href="assets/ie.css" />
<![endif]-->
<title>關於我 | Ray's Another World</title>
</head>
<body>
<div id="wrapper">
<div id="header" class="section mini">
<div id="ray"><img src="assets/images/ray.jpg"></div>
<div id="no_life">
<h1>Ray's Another World</h1>
<h4>I'm A Programmer, I Have No Life.</h4>
<div id="links_wrapper">
<div class="social_links">
<a href="https://github.com/ray1422" target="_BLANK"><i class="fab fa-github"></i></a>
<a href="https://instagram.com/chisc_ray" target="_BLANK"><i class="fab fa-instagram"></i></a>
</div>
<div id="main_nav">
<a href="index.html">首頁</a>
<a href="collection.html">作品叢</a>
<a title="藍新金流(開新分頁)" target="_BLANK"
href="https://core.newebpay.com/EPG/ray_another_world/Dq68yk">贊助我</a>
</div>
</div>
</div>
</div>
<div class="section" id="unsupport_browser">
<h2>不支援的瀏覽器!</h2>
<div class="content">
您所使用的瀏覽器無法被本站很好的支援,建議使用Google Chrome 或 FireFox獲得最佳的觀看體驗。
</div>
</div>
<div id="main" class="transferring">
<div class="section fixed">
<div class="wrapper">
<h2>關於我</h2>
<div class="content">
這個嘛...有空再寫吧OuO <br>
<a data-ajax="false" href="/cabin/">小屋</a><br />
<a data-ajax="false" href="/blog/">部落格</a>
</div>
</div>
</div>
</div>
</div>
</body>
</html>