-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
217 lines (178 loc) · 6.92 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="UTF-8">
<title>林熙哲 Karl Lin</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/all.min.css">
<meta property="fb:app_id" content="200500763787392">
<meta property="og:image" content="https://me.coder.tw/images/IMG_1828.jpg">
<meta property="og:description" content="I have entered the field of computer science because of my interest in game-cheater when I was in junior high school. Later, I learn web development skills because the website can touch end-user easily, it brings a sense of achievement for me.">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WD9JVDXCNR"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-WD9JVDXCNR', { 'debug_mode':true });
</script>
<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-76417312-2', 'auto');
ga('send', 'pageview');
</script>
<!-- Facebook Pixel Code -->
<script>
!function (f, b, e, v, n, t, s) {
if (f.fbq) return; n = f.fbq = function () {
n.callMethod ?
n.callMethod.apply(n, arguments) : n.queue.push(arguments)
}; if (!f._fbq) f._fbq = n;
n.push = n; n.loaded = !0; n.version = '2.0'; n.queue = []; t = b.createElement(e); t.async = !0;
t.src = v; s = b.getElementsByTagName(e)[0]; s.parentNode.insertBefore(t, s)
}(window,
document, 'script', 'https://connect.facebook.net/en_US/fbevents.js');
fbq('init', '1580421848932524', {
em: 'insert_email_variable,'
});
fbq('track', 'PageView');
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=1580421848932524&ev=PageView&noscript=1" /></noscript>
<!-- DO NOT MODIFY -->
<!-- End Facebook Pixel Code -->
<script>
window.fbAsyncInit = function () {
FB.init({
appId: '200500763787392',
xfbml: true,
version: 'v2.8'
});
FB.AppEvents.logPageView();
};
(function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) { return; }
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<style>
html {
height: 100%;
}
body {
display: flex;
height: 100%;
width: 100%;
justify-content: center;
align-items: center;
margin: 0;
background: url("images/IMG_0453.jpg") no-repeat center center fixed;
background-size: cover;
}
#main {
width: 550px;
height: 450px;
background: rgba(237, 109, 0, 0.9);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border: 1px solid white;
box-shadow: 0 0 0 10px rgba(237, 109, 0, 0.7);
color: white;
margin: 0 10px 0 10px;
}
a {
color: white;
text-decoration: none;
}
a:hover {
color: black;
}
h1 {
margin-top: 20px;
margin-bottom: 0px;
font-size: 40px;
letter-spacing: 5px;
text-align: center;
}
img {
width: 150px;
height: 150px;
border: 5px solid white;
border-radius: 100%;
}
ul {
display: flex;
flex-direction: row;
justify-content: space-around;
width: 360px;
padding-left: 0px;
}
ul li {
list-style: none;
font-size: 35px;
}
li a {
color: #2f2f2f;
}
li a:hover {
color: white;
}
</style>
</head>
<body>
<div id="main">
<img src="images/IMG_1828.jpg" title="Karl Lin / 聽風 / linroex">
<h1 title="Karl Lin / 聽風 / linroex">林熙哲</h1>
<div class="contact"><a data-target="email" onclick="copy('[email protected]');alert('已複製信箱')">[email protected]</a>
/ <a data-target="keybase" target="_blank" href="https://keybase.io/linroex">Keybase</a> / <a href="https://cryptboard.io/add-key?uid=7a3393a7-4888-49bc-8031-d7a99482618a&key=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCZDZe6C04UOXFruizdL9vG42JPTaD5fI%2Bj8eTKe0MKWM%2Fl%2BWmx4oVnxaHmAjJ9BcqOBPjXp%2FektnkbPUh3vDfDxgXQBUEEQWYvKiWjveH8zL7w%2B9JjQ9ldxyTEn%2FR6x16ruOVGcJqBY7AynmdaPNvh%2F4BgOMVeqtG2tVQPZuwEewIDAQAB">CryptBoard</a></div>
<ul class="social_area">
<li><a data-target="linkedin" target="_blank" href="https://www.linkedin.com/in/linroex"><i class="fa-brands fa-linkedin" ></i></a></li>
<li><a data-target="fb" target="_blank" href="https://www.facebook.com/linroex"><i class="fa-brands fa-facebook-square" ></i></a></li>
<li><a data-target="blog" target="_blank" href="https://coder.tw/"><i class="fa-solid fa-square-rss"></i></i></a></li>
<li><a data-target="twitter" target="_blank" href="https://twitter.com/linroex"><i class="fa-brands fa-square-twitter"></i></a></li>
<li><a data-target="github" target="_blank" href="https://github.com/linroex"><i class="fa-brands fa-github-square"></i></a></li>
<li><a data-target="calendar" target="_blank" href="https://cal.com/pexg9r/meeting"><i class="fa-regular fa-calendar-days"></i></a></li>
<li><a data-target="cv" target="_blank" href="https://storage.googleapis.com/s.ntust.me/resume.pdf"><i class="fa-sharp fa-solid fa-file"></i></i></a></li>
</ul>
</div>
<!--main end-->
<script>
function copy(s) {
$('body').append('<textarea id="clip_area"></textarea>');
var clip_area = $('#clip_area');
clip_area.text(s);
clip_area.select();
document.execCommand('copy');
clip_area.remove();
}
function send_event(event, action, label) {
ga("send", "event", event, action, label);
fbq("trackCustom", action + event, {
target: label
});
FB.AppEvents.logEvent(action + "_" + event, null, { target: label });
}
$(".contact a").click((e) => {
if (e.target.getAttribute("data-target") == 'email') {
send_event("Email", "Copy", "email");
} else if (e.target.getAttribute("data-target") == 'keybase') {
send_event("Keybase", "Visit", "keybase");
}
});
$(".social_area a").click((e) => {
var target = e.target.closest("a").getAttribute("data-target");
send_event("InfoLink", "Click", target);
})
</script>
</body>
</html>