-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
433 lines (336 loc) · 17.4 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
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
<!DOCTYPE html>
<html lang="zh-Hant">
<head>
<!-- html5 meta -->
<meta charset="UTF-8">
<meta name="author" content="Hans Liu">
<meta name="description" content="Hans Blog - life, photo, code">
<meta name="keywords" content="life, photo, code">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hans Blog</title>
<link rel="canonical" href="https://hansliu.com">
<!-- icon -->
<link rel="icon" type="image/x-icon" href="https://hansliu.com/images/favicon.ico">
<!-- parser -->
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<meta name="baiduspider" content="index, nofollow">
<!-- og -->
<meta property="og:title" content="Hans Blog">
<meta property="og:url" content="https://hansliu.com">
<meta property="og:site_name" content="Hans Blog">
<meta property="og:type" content="website">
<!-- cdn css -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.14.0/css/all.min.css"
integrity="sha512-1PKOgIY59xJ8Co8+NE6FZ+LOAZKjy+KY8iq0G4B3CyeY6wYHN3yt9PW0XpSriVlkMXe40PTKnXrLnZ9+fkDaog=="
crossorigin="anonymous" />
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap-grid.min.css"
integrity="sha384-AQznhoDGj2aKQxm9Hz1U8fvaEgnQDyn0LhRc1UdE2tJbig9H8xMsr4onwOB7RkPu"
crossorigin="anonymous" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.min.css"
integrity="sha512-+EoPw+Fiwh6eSeRK7zwIKG2MA8i3rV/DGa3tdttQGgWyatG/SkncT53KHQaS5Jh9MNOT3dmFL0FjTY08And/Cw=="
crossorigin="anonymous" />
<!-- css -->
<link rel="stylesheet" href="https://hansliu.com/theme/css/main.css?v=20241117142433" type="text/css">
<!-- feed -->
<link href="https://hansliu.com/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Hans Blog Full Atom Feed"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-N7V4CL5L6E"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-N7V4CL5L6E');
</script>
</head>
<body>
<div id="blog">
<!-- canvas -->
<div id="button-close-sidebar"></div>
<nav id="sidebar" data-behavior="1">
<div class="sidebar-container">
<div class="sidebar-profile">
<img class="sidebar-profile-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<p class="sidebar-profile-name">
Hans Blog</br>
life, photo, code
</p>
<div id="google-custom-search">
<script async src="https://cse.google.com/cse.js?cx=011860739956157042125:fttd__0pkbu"></script>
<div class="gcse-search"></div>
</div>
<ul class="fa-ul">
<!-- /.Menuitems -->
<li><a href="https://hansliu.com/"><i class="fa-li fas fa-home"></i>Home</a></li>
<li><a href="https://hansliu.com/pages/photography.html"><i class="fa-li fas fa-camera-retro"></i>互惠攝影</a></li>
<li ><a href="https://hansliu.com/category/ji-shu-bi-ji/"><i class="fa-li fas fa-folder-open"></i> 技術筆記 (20)</a></li>
<li ><a href="https://hansliu.com/category/jiao-se-ban-yan/"><i class="fa-li fas fa-folder-open"></i> 角色扮演 (29)</a></li>
<li ><a href="https://hansliu.com/category/ren-xiang-she-ying/"><i class="fa-li fas fa-folder-open"></i> 人像攝影 (20)</a></li>
<li ><a href="https://hansliu.com/category/ri-chang-xie-xie/"><i class="fa-li fas fa-folder-open"></i> 日常寫寫 (67)</a></li>
<li ><a href="https://hansliu.com/category/ying-xiang-xu-shi/"><i class="fa-li fas fa-folder-open"></i> 影像敘事 (93)</a></li>
<!-- /.Categories -->
<li><a href="https://hansliu.com/archives/index.html"><i class="fa-li fas fa-archive"></i>Archives</a></li>
<li><a href="https://feeds.feedburner.com/hansliu"><i class="fa-li fas fa-rss-square"></i> Burner Feed</a></li>
<!-- /.Feeds -->
</ul>
</div>
</nav>
<header id="header" data-behavior="1">
<a id="button-open-sidebar"><i class="fas fa-bars fa-lg"></i></a>
<div class="header-title">
<a class="header-title-link" href="https://hansliu.com" rel="bookmark" title="Permalink to Hans Blog">Hans Blog - life, photo, code</a>
</div>
<span class="header-right">
<img class="header-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</span>
</header>
<div id="main" data-behavior="1">
<section>
<div class="content-wrap">
<div class="container-fluid">
<div class="row index-article">
<div class="col-12 col-md-8 index-article-cover-first">
<a href="https://hansliu.com/posts/2024/02/shizukuishi-ski-resort-review.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AP1GczMJIESRjq7q6amOLQozs402vsE5BlaUtva_IXc84iiBObk6ZcTtd8ese2UU6VptLhcl5xjyB0jdJuRvc9g5dQJ8c_25Kymfi2QH36ttduCWJqgfYlUefAPK9NDM-MnTqQCbE13EWLAxSs2eA9bkexrHrw=w1200-h800-s-no-gm?authuser=0')">日本雫石滑雪心得</a>
</div>
<div class="col col-md-4">
<h2><a href="https://hansliu.com/posts/2024/02/shizukuishi-ski-resort-review.html">日本雫石滑雪心得</a></h2>
<div class="index-article-content">
<p>雫石是一個由西武集團企業的王子大飯店直接經營,屬於 ski in/out 的滑雪場,這次安排了三天的滑雪團體課程。</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Feb 29, 2024</span>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-sm-6">
<div class="index-article">
<a href="https://hansliu.com/posts/2024/02/zao-ski-resort-review.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AP1GczPzr7u4ZabCE3GzkRvw_UhySZDF5Z_ZQotKEThj32NsHlcrUm7ZP-T53JjrDCxwZBPORMM-Cy1Pk1U_or7_aziSOYOd-Luunczp6uOfQEDlrA5Aam3Iv-0cmqId_Z0otBiRKU6yjxRQn5DRNRv_qEZb7A=w1200-h800-s-no-gm?authuser=0')">日本藏王滑雪心得</a>
<h2><a href="https://hansliu.com/posts/2024/02/zao-ski-resort-review.html">日本藏王滑雪心得</a></h2>
<div class="index-article-content">
<p>藏王樹冰,是一個冬天走在山形/藏王山頂有50%機率聽到台灣口音的觀光勝地。去藏王滑雪一直列在我的清單之中,這次有機會在一月安排了五天滑雪行程。</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Feb 05, 2024</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-sm-6">
<div class="index-article">
<a href="https://hansliu.com/posts/2023/12/etrade-to-firstrade-acats.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/ABLVV87ufj3KJE-BmmihOqPVGhdp_mWtfySqKtwtdZHcUpbdBz0iivxttXWJD8saLBfM0d7Jd21jwK1iPoqtiNZiuA7aKPOJSm-X71Sjl2LilDVarGTlOQxYB7WHgZ6UKKC7P5ucULANiRBXg_w5BD-xQQSc5A=w640-h427-s-no-gm?authuser=0')">ETrade 帳戶移轉到 Firstrade</a>
<h2><a href="https://hansliu.com/posts/2023/12/etrade-to-firstrade-acats.html">ETrade 帳戶移轉到 Firstrade</a></h2>
<div class="index-article-content">
<p>在一次 ETrade 的地址更新之後,我發現我的 ...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Dec 11, 2023</span>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-4">
<div class="index-article">
<a href="https://hansliu.com/posts/2023/09/etrade-wire-transfer-to-brokerage-account-2.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/ACtC-3cxDDfBEpmTP0eWb1TViLAM3FWXg95zMu2cmXSAGmlKye3SJmfrmJjkI02qwi7bwIYEl2_a_NjRKEwqCDcQu5GkiZW7puYlufnoJgFHHQXTrnHAYwKtGkngBMRW9J7RS8nY8I0ZDnnhopDGsVRq319fIg=w640-h428-no?authuser=0')">ETrade 網銀匯款設定《續》</a>
<h2><a href="https://hansliu.com/posts/2023/09/etrade-wire-transfer-to-brokerage-account-2.html">ETrade 網銀匯款設定《續》</a></h2>
<div class="index-article-content">
<p>在2021年的時候我就有分享過 <a href="https://hansliu.com/posts/2021/02/etrade-wire-transfer-to-brokerage-account.html">ETrade 網銀匯款設定</a>。</p>
<p>但最近我收到 ETrade ...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Sep 14, 2023</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="index-article">
<a href="https://hansliu.com/posts/2023/07/singapore-olympus-mju-ii.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AIL4fc9VDwlRBiBe6WZMPh7BltowOqW55UDrky1F0dmkn7hO5vZA7DpsQn34FMZQsUT_Kda0m9xO2BGob58TA8Q6UNiEiUT1cYJb_fSpdRsdNsCaUXNzqLjgW49-iO7-W5FZif9pCrvYnY5OKor6oJrj88lmRQ=w1200-h796-s-no?authuser=0')">Olympus mju II 新加坡</a>
<h2><a href="https://hansliu.com/posts/2023/07/singapore-olympus-mju-ii.html">Olympus mju II 新加坡</a></h2>
<div class="index-article-content">
<p>這是我用 Olympus mju II 拍的第5卷底片,拍攝地點有 ...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Jul 18, 2023</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="index-article">
<a href="https://hansliu.com/posts/2023/07/petit-fancy-38-day-1.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AIL4fc9SAjr0hSuFYAyzzXQDTWdCP7LkBHTiq6gZDf8zHE8Z8pDAW2We2vwEsB96stUHMi60A55OR-b6bzpoGtXtFFgzK8q_v4Ew0XbXOqtP3_zuwZNrrWe5vTkvq3mWkPmScjNY3E5fb9Cfr4XmZ5w5UuRnmA=w800-h1200-s-no?authuser=0')">Petit Fancy 38 Day 1</a>
<h2><a href="https://hansliu.com/posts/2023/07/petit-fancy-38-day-1.html">Petit Fancy 38 Day 1</a></h2>
<div class="index-article-content">
<p>PF 38 花博場...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Jul 17, 2023</span>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12 col-lg-4">
<div class="index-article">
<a href="https://hansliu.com/posts/2023/07/singapore-cost-of-living-2.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AJFCJaWcKtXhtMwzFmNkQR7bGCgpMjO1p0EdBZ7McsdLRTSiV7QvGDCu-P9SQZmFY6bCBpSqas35x33cE2rGU1tIPOg8PAOFZW4Uq8Y1cocxkH38WtqnxJ7LdTYQyjOAw_yCsD3l5GYRa7H0-CP2Z0yt5R2yog=w640-h427-s-no?authuser=0')">新加坡生活開銷《續》</a>
<h2><a href="https://hansliu.com/posts/2023/07/singapore-cost-of-living-2.html">新加坡生活開銷《續》</a></h2>
<div class="index-article-content">
<p>在新加坡生活的人都可以感受到後疫 ...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Jul 07, 2023</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="index-article">
<a href="https://hansliu.com/posts/2023/05/2023-interview-review.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AM-JKLUKv-cY1VQjeNbZRHjMX6tUAT5tBTp6ehEO1oPAMTMEKBPWNBbWPTs72-f8oIQwOX0f-Ak2_k4EvTjbyQm00NR5IOJ9ft1AmXXLkCUM8fnc9MJnog_qLBzivT-i8He5gf838WA_HCke1YTh3FUXHdRDYA=w640-h427-no?authuser=0')">2023面試心得</a>
<h2><a href="https://hansliu.com/posts/2023/05/2023-interview-review.html">2023面試心得</a></h2>
<div class="index-article-content">
<p>2023年初科技公司經歷一波又一波的裁員潮,自己也有幸成為被影響的一份子?獲得出社會後難得的有薪長假,讓自己擁有轉換步調的空閒時間,可以重新思考自己的目標與方向。這篇文章會記錄...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>May 27, 2023</span>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-4">
<div class="index-article">
<a href="https://hansliu.com/posts/2022/07/singapore-foreign-license-conversion.html" class="index-article-cover" style="background-image:url('https://lh3.googleusercontent.com/pw/AM-JKLU1Bfw8ylmDNotff7FytFifmEQ6I-NPNJCMlxLGkgxEPsTM9osl16tUndFdjiqezJreqOEHXFntm5U43ERkV9cZbVBjJ2JvLjUxO70JS7KMDi6Ohcxf2GBndFzEAE9PkeIXKgvaXzkf_j2GrQjbCJPHAA=w749-h533-no?authuser=0')">新加坡駕照轉換心得</a>
<h2><a href="https://hansliu.com/posts/2022/07/singapore-foreign-license-conversion.html">新加坡駕照轉換心得</a></h2>
<div class="index-article-content">
<p>如果在拿到新加坡 IC 之前,就已經擁有 ...</p>
</div>
<div class="row index-article-info">
<div class="col-2">
<img class="index-article-author-image" src="https://www.gravatar.com/avatar/9f7a4464129bd81ca5ac89e8067a5178?s=110" alt="Author's image"></img>
</div>
<div class="col-10">
<span class="index-article-author-name">Hans Liu</span>
<br>
<span>Jul 12, 2022</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
<p class="paginator">
Page 1 / 26
<a href="https://hansliu.com/page/2/">»</a>
</p>
-->
<div class="paginator">
<ul class="pagination">
<li class="disabled">
<span><i class="fa fa-chevron-circle-left fa-fw fa-lg"></i></span></a>
</li>
<!-- pagination display by PAGINATION_DISPLAY_PAGE -->
<li class="active">
<span> 1 </span></a>
</li>
<li>
<a href="https://hansliu.com/page/2/"> 2 </a>
</li>
<li>
<a href="https://hansliu.com/page/3/"> 3 </a>
</li>
<li>
<a href="https://hansliu.com/page/4/"> 4 </a>
</li>
<li>
<a href="https://hansliu.com/page/5/"> 5 </a>
</li>
<!-- /.pagination display by PAGINATION_DISPLAY_PAGE -->
<li>
<a href="https://hansliu.com/page/2/"><i class="fa fa-chevron-circle-right fa-fw fa-lg"></i></a>
</li>
</div>
</div><!-- /.content-wrap -->
</section>
<section>
<div class="content-wrap">
<footer id="footer">
<div class="links">
<a href="https://hansliu.com/pages/tos.html">Terms</a>
<a href="https://hansliu.com/pages/privacy.html">Privacy</a>
<a href="https://getpelican.com/" target="_blank">Pelican</a>
<a href="https://jinja.pocoo.org/" target="_blank">Jinja2</a>
<a href="https://favicon.io/" target="_blank">Favicon</a>
<a href="https://www.flaticon.com/" target="_blank">Flaticon</a>
</div><!-- /.Links -->
<span class="copyrights">Copyrights © 2020 Hans Liu. All Rights Reserved.</span>
</footer>
</div>
</section>
</div>
</div>
<div id="cover" style="background-image:url('https://hansliu.com/theme/images/cover.jpg');"></div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha256-4+XzXVhsDmqanXGHaHvgh1gMQKX40OUvDEBTu8JcmNs="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min.js"
integrity="sha512-jNDtFf7qgU0eH/+Z42FG4fw3w7DM/9zbgNPe3wfJlCylVDTT3IgKW5r92Vy9IHa6U50vyMz5gRByIu4YIXFtaQ=="
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.min.js"
integrity="sha512-IsNh5E3eYy3tr/JiX2Yx4vsCujtkhwl7SLqgnwLNgf04Hrt9BT9SXlLlZlWx+OK4ndzAoALhsMNcCmkggjZB1w=="
crossorigin="anonymous"></script>
<script src="https://hansliu.com/theme/js/main.js?v=20241117142433"></script>
</body>
</html>