-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
97 lines (94 loc) · 3.52 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
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
95
96
97
<!DOCTYPE html>
<html lang="zh-hant">
<head>
<title>BobbyHo | 何雨忻</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="./lib/normalize.css" rel="stylesheet">
<link href="./lib/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="./style/style.css" rel="stylesheet">
<link rel="icon" type="image/png" href="./assets/favicon.png" sizes="192x192">
<meta property="og:url" content="https://about.bobbyho.me" />
<meta property="og:type" content="profile" />
<meta property="og:title" content="BobbyHo | 何雨忻" />
<meta property="og:description" content="Hi, there! 我是 BobbyHo!" />
<meta property="og:image" content="https://about.bobbyho.me/assets/background.jpg" />
<meta property="fb:profile_id" content="724134977643503" />
<meta name="theme-color" content="#607D8B" />
</head>
<body>
<div class="infobox">
<section class="hello">
<h2>Hi, there.</h2>
<h1>我是 <span>Bobby</span></h1>
</section>
<section class="introduction">
一位居住在臺北的國中生,對於開源有著無比的熱情,經常參與臺灣 OSS 社群活動,喜歡凡事 DIY,也愛好運用程式語言讓自己的生活更加便利。
</section>
<section class="details">
<ul class="item-list">
<li>
<div class="icon">
<i class="fa fa-id-card" aria-hidden="true"></i>
</div>
<div class="description">
<span class="text">2016 SITCON 夏令營 課程活動組員、前端課程講師</span>
</div>
</li>
<li>
<div class="icon">
<i class="fa fa-code" aria-hidden="true"></i>
</div>
<div class="description">
<span class="text">網頁前端狂熱 熱衷於研究 JavaScript 與 CSS</span>
</div>
</li>
<li>
<div class="icon">
<i class="fa fa-linux" aria-hidden="true"></i>
</div>
<div class="description">
<span class="text">Linux Lover <3</span>
<span class="text">目前使用 Fedora、OpenWrt</span>
</div>
</li>
</ul>
</section>
<section class="links">
你也可以透過以下的連結來找到我
<ul>
<li><a href="https://facebook.com/bobby1030"><i class="fa fa-facebook"></i></a></li>
<li><a href="https://blog.bobbyho.me"><i class="fa fa-rss"></i></a></li>
<li><a href="https://github.com/bobby1030"><i class="fa fa-github"></i></a></li>
<li><a href="https://telegram.me/bobbyho"><i class="fa fa-telegram"></i></a></li>
<li><a href="mailto:[email protected]"><i class="fa fa-envelope"></i></a></li>
</ul>
</section>
<footer>
<small class="credit">Layout is inspired by <a href="http://poren.tw/">Poren Chiang</a></small>
<small class="credit">Photo Credit: <a href="https://www.flickr.com/photos/sitcon/28552399133">Passionfruit</a> CC BY-SA 2.0</small>
</footer>
</div>
<!-- Begin Google Analytics -->
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-21983291-7', 'auto');
ga('send', 'pageview');
</script>
<!-- End Google Analytics -->
<!-- Begin Typekit -->
<script src="https://use.typekit.net/mym7ocf.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<!-- End Typekit -->
</body>
</html>