-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
94 lines (86 loc) · 3.49 KB
/
Copy pathindex.html
File metadata and controls
94 lines (86 loc) · 3.49 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE HTML>
<!--
Story by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>田恆一's Peronal Website</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript><link rel="stylesheet" href="assets/css/noscript.css" /></noscript>
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper" class="divided">
<!-- One -->
<section class="banner style1 orient-left content-align-left image-position-right fullscreen onload-image-fade-in onload-content-fade-right">
<div class="content">
<h1>田恆一's Peronal Website</h1>
<p class="major">你好,我的名字是<b>田恆一</b>,目前就讀於<br>
政治大學資訊管理學系。我的興趣是逛<br>
社群媒體尋找迷因、聽音樂、跳舞、散<br>
步、打籃球、打麻將、打桌游等,也喜<br>
歡看電影、影集、NBA、MLB或者任何<br>
其他有趣的影片或球賽,是個相當普通<br>
的大學生。</p>
<ul class="actions stacked">
<li><a href="#first" class="button big wide smooth-scroll-middle">我有興趣!</a></li>
</ul>
</div>
<div class="image">
<img src="images/self1.jpg" alt="" />
</div>
</section>
<!-- Six -->
<section class="wrapper style1 align-center" id="first">
<div class="inner">
<h2>Something About Me</h2>
<p>如果你那麼無聊(變態),想知道更多關於我的經歷和生活的話,你可以:</p>
<div class="items style1 medium onscroll-fade-in">
<section>
<a href="introduction.html" class="icon brands style2 fa-linkedin-in"><span class="label">LinkedIn</span></a>
<h3>Intro</h3>
<p>看看我的自我介紹</p>
</section>
<section>
<a href="https://ppt.cc/fdcKVx" class="icon brands style2 fa-facebook-f"><span class="label">Facebook</span></a>
<h3>Facebook</h3>
<p>逛逛我的Facebook</p>
</section>
<section>
<a href="https://ppt.cc/fHXotx" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a>
<h3>Instagram</h3>
<p>追蹤我的Instagram</p>
</section>
</div>
</div>
</section>
<!-- Seven -->
<section class="wrapper style1 align-center">
<div class="inner medium">
<h3>或直接E-mail我</h3>
<ul class="actions stacked">
<li><a href="mailto:108306087@nccu.edu.tw" class="button big wide smooth-scroll-middle">Email Me!</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer class="wrapper style1 align-center">
<div class="inner">
<p>© JasonT. Design: <a href="https://html5up.net">HTML5 UP</a>.</p>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>