-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
320 lines (317 loc) · 19 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
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<!-- 網頁標題和語系 -->
<meta charset="UTF-8">
<!--手機版縮放-->
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>KageRyo Developer</title>
<link rel="icon" type="img/icon" href="assets/img/favicon.ico">
<!-- 網頁資訊 -->
<meta name="description"
content="這裡是 KageRyo Developer 個人網站,我是來自臺灣的學生開發者,目前是大學生一枚,有空的時候會想一些小東西來做,基本上全部都會是開源的Repo,歡迎互相交流交流。 ヾ(*´∀ ˋ*)ノ">
<meta name="author" content="Chien-Hsun, Chang">
<meta property="og:title" content="KageRyo Developer">
<meta property="og:description"
content="這裡是 KageRyo Developer 個人網站,我是來自臺灣的學生開發者,目前是大學生一枚,有空的時候會想一些小東西來做,基本上全部都會是開源的Repo,歡迎互相交流交流。 ヾ(*´∀ ˋ*)ノ">
<meta property="og:image" content="https://kageryo.coderyo.com/assets/img/og.jpg">
<meta property="og:image:width" content="500">
<meta property="og:image:height" content="500">
<meta property="og:url" content="https://kageryo.coderyo.com">
<meta property="og:type" content="website">
<!-- 引入 CSS -->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- 引入字型 -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap" rel="stylesheet" />
<!-- 套用 TocasUI -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.5/tocas.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocas/4.2.5/tocas.min.js"></script>
</head>
<body>
<!-- 頂部列 -->
<div class="ts-app-topbar has-dark">
<!-- 頂部列左側 -->
<div class="start">
<a href="index.html" class="item is-text">KageRyo Developer</a>
</div>
<!-- 頂部列右側 -->
<div class="end">
<div class="ts-tab mobile:has-hidden">
<a href="index.html" class="item is-active">首頁</a>
<a href="about.html" class="item">關於我</a>
<a href="project.html" class="item">作品集</a>
<a href="contact.html" class="item">聯絡我</a>
</div>
<!-- 黑白色系切換 -->
<div class="ts-icon item is-sun-icon" id="mode-toggle" style="z-index: 9999;"></div>
<!-- 國家選擇選單 -->
<div class="ts-select mobile:is-hidden" data-dropdown="select" style="z-index: 9999;">
<div class="content">
<span class="ts-flag is-tw-flag"></span>
<div class="mobile:has-hidden">正體中文</div>
</div>
</div>
<div class="ts-dropdown" data-name="select" data-position="bottom-start" style="z-index: 9999;">
<button class="item is-selected">
<span class="ts-flag is-tw-flag"></span>
<div class="mobile:has-hidden">正體中文</div>
</button>
<button class="item unfinished-feature">
<span class="ts-flag is-america-flag"></span>
<div class="mobile:has-hidden">English</div>
</button>
<button class="item unfinished-feature">
<span class="ts-flag is-japan-flag"></span>
<div class="mobile:has-hidden">日本語</div>
</button>
</div>
<button class="mobile:ts-button mobile:is-icon" style="z-index: 9999;"
onclick="document.querySelector('.ts-app-drawer#mobile-menu').classList.toggle('is-visible')">
<span class="mobile:ts-icon mobile:is-bars-icon"></span>
</button>
</div>
</div>
<div class="ts-app-drawer is-right has-dark" id="mobile-menu" style="color:white;">
<div style="width:80%"></div>
<div class="content">
<div class="ts-app-sidebar" style="padding-top:20%;">
<div class="header ts-divider is-start-text">導航欄</div>
<a href="index.html" class="item is-active item is-indented">首頁</a>
<a href="about.html" class="item is-indented">關於我</a>
<a href="project.html" class="item is-indented">作品集</a>
<a href="contact.html" class="item is-indented">聯絡我</a>
</div>
</div>
</div>
<!-- 穹頂 -->
<div class="ts-content is-tertiary is-vertically-padded">
<div class="ts-container">
<div class="ts-header is-huge is-heavy">Chien-Hsun, Chang</div>
<div class="ts-text is-secondary">Developer, Programmer, and Student@TAIWAN.</div>
<div class="ts-grid is-relaxed has-top-spaced">
<div class="tablet+:column tablet+:is-11-wide mobile:ts-content">
<div class="ts-image is-rounded">
<img src="assets/img/card.svg">
</div>
</div>
<div class="tablet+:column tablet+:is-5-wide mobile:ts-content">
<div class="ts-segment is-padded is-secondary">
<!-- 個人簡述 -->
<div class="ts-header is-big is-heavy">Hello👏</div>
<div class="ts-header is-big is-heavy">I'm Chien-Hsun, Chang</div>
<div class="ts-text is-description has-bottom-spaced-small">A Student && Developer from Taiwan.
<span class="ts-flag is-taiwan-flag"></span>
</div>
<div class="ts-header is-big is-heavy">張健勳</div>
<div class="ts-text is-description has-bottom-spaced-small">來自臺灣的學生開發者</div>
<!-- 介紹文字 -->
<span class="ts-text">
目前是大學生一枚,有空的時候會想一些小東西來做,基本上全部都會是開源的Repo,歡迎互相交流交流。 ヾ(*´∀ ˋ*)ノ
</span>
<!-- 查看更多 -->
<button class="ts-button is-fluid is-start-icon has-top-spaced" id="app-drawer-open-button">
<span class="ts-icon is-heart-icon"></span>
查看更多
</button>
<!-- 社群連結 -->
<div class="has-flex-center">
<div class="ts-wrap has-top-spaced">
<a href="https://fb.com/yinglaceook" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-facebook-icon is-circular is-large"></a>
<a href="https://instagram.com/yinglnstagram_" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-instagram-icon is-circular is-large"></a>
<a href="https://youtube.com/@kageryo" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-youtube-icon is-circular is-large"></a>
<a href="https://x.com/k6dev" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-x-twitter-icon is-circular is-large"></a>
<a href="https://coderyo.com/discord" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-discord-icon is-circular is-large"></a>
<a href="https://github.com/KageRyo" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-github-icon is-circular is-large"></a>
</div>
</div>
<!-- 電子信箱 -->
<div class="has-flex-center has-top-spaced-small">
<a href="mailto:[email protected]" class="no-underline">📬[email protected]</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 引言 -->
<div class="ts-quote is-heading has-top-spaced-big">
「人生和 Coding 一樣,都是從 print("Hello World"); 開始的。」
<div class="cite">
人的出生是向世界問好,而 "Hello World" 賦予了我們新的篇章。
</div>
</div>
<!-- 精選相片 -->
<div class="ts-container is-padd has-top-spaced-big">
<div class="ts-grid is-evenly-divided">
<!-- 教育部 -->
<div class="column">
<a href="https://www.edu.tw/News_Content.aspx?n=9E7AC85F1954DDA8&s=BB1CB6531ABFD661/" target="_blank"
rel="noopener noreferrer" class="no-underline">
<div class="ts-image is-rounded">
<img src="assets/img/ministry-of-education.svg">
<div class="ts-mask is-bottom">
<div class="ts-content" style="color: #FFF;">
<div class="ts-header">與教育部潘文忠部長合影</div>
參加 2023 國際發明展金牌得獎學生接見活動。
</div>
</div>
</div>
</a>
</div>
<!-- COSCUP -->
<div class="column">
<a href="https://coscup.org/2023/zh-TW/" target="_blank" rel="noopener noreferrer" class="no-underline">
<div class="ts-image is-rounded">
<img src="assets/img/coscup-lightingtalk.svg">
<div class="ts-mask is-bottom">
<div class="ts-content" style="color: #FFF;">
<div class="ts-header">COSCUP</div>
於 COSCUP 2023 的 Lightning Talk 擔任講者。
</div>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- 資訊 -->
<div class="ts-container is-padded has-top-spaced-big">
<!-- KageRyo Developer -->
<div class="ts-grid tablet+:is-3-columns">
<div class="column mobile:ts-content">
<div class="ts-box">
<div class="ts-image">
<img src="./assets/img/chienhsun.svg">
</div>
<div class="ts-content">
<div class="ts-header is-heavy has-flex-center">KageRyo Developer</div>
<p class="justify-text">是的沒錯,就是我本人,來自臺灣的開發者,目前就讀 <a href="https://www.nutc.edu.tw/"
class="ts-text is-external-link" target="_blank" rel="noopener noreferrer">國立臺中科技大學</a>
的 <a href="https://ipe.nutc.edu.tw/" class="ts-text is-external-link" target="_blank"
rel="noopener noreferrer">智慧生產工程系</a>,目前學習方向涉及軟硬體整合、前後端開發與人工智慧,如果對我想要有進一步的了解歡迎到 <a
href="about.html" class="item">關於我</a> 或 <a href="project.html" class="item">作品集</a> 看看。
</p>
<div class="has-flex-center">
<div class="ts-wrap">
<a href="https://fb.com/yinglaceook" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-facebook-icon is-circular is-large"></a>
<a href="https://x.com/k6dev" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-x-twitter-icon is-circular is-large"></a>
<a href="https://github.com/KageRyo" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-github-icon is-circular is-large"></a>
</div>
</div>
</div>
</div>
</div>
<!-- WaterMirror -->
<div class="column mobile:ts-content">
<div class="ts-box">
<div class="ts-image">
<img src="./assets/img/watermirror.svg">
</div>
<div class="ts-content">
<div class="ts-header is-heavy has-flex-center">WaterMirror 水之鏡</div>
<p class="justify-text">我和大學友人共同開發的專題研究專案,此專案為一基於
<a href="https://scikit-learn.org/" class="ts-text is-external-link" target="_blank"
rel="noopener noreferrer">Scikit-learn</a>
框架開發機器學習模型的智慧化水質分析與評估系統,能夠分析特定的水質實驗數值與資料,並藉由人工智慧機器學習達到分析評估與預警。
</p>
<div class="has-flex-center">
<div class="ts-wrap">
<a href="https://ipe.nutc.edu.tw/" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-school-icon is-circular is-large"></a>
<a href="mailto:[email protected]" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-envelope-icon is-circular is-large"></a>
<a href="https://github.com/KageRyo/WaterMirror" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-github-icon is-circular is-large"></a>
</div>
</div>
</div>
</div>
</div>
<!-- CodeRyo -->
<div class="column mobile:ts-content">
<div class="ts-box">
<div class="ts-image">
<img src="./assets/img/coderyo.svg" alt="CodeRyo 碼凌工作室">
</div>
<div class="ts-content">
<div class="ts-header is-heavy has-flex-center">CodeRyo 碼凌工作室</div>
<p class="justify-text">我和幾位志同道合的好友共同成立了 CodeRyo
團隊,我們致力於伺服器服務以及智慧化金融交易等,並將「使未來不只是未來。」訂為我們的標語,期望能對資訊領域以及開源社群有所貢獻,並增強自我能力。</p>
<div class="has-flex-center">
<div class="ts-wrap">
<a href="https://fb.com/teamCodeRyo" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-facebook-icon is-circular is-large"></a>
<a href="https://coderyo.com/discord" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-discord-icon is-circular is-large"></a>
<a href="https://github.com/CodeRyoDeveloper" target="_blank" rel="noopener noreferrer"
class="ts-icon is-secondary is-github-icon is-circular is-large"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- 邊緣收屜 -->
<div class="ts-app-drawer is-hidden is-right" id="more">
<div class="content">
<div class="ts-content justify-text">
<div class="ts-header is-large has-bottom-spaced">查看更多</div>
<!-- 介紹文字 -->
<p>嗨,我是 Chien-Hsun, Chang 張健勳!</p>
<p>KageRyo Developer 是我用於軟體開發等之網路化名,其中文為影凌開發者,也可以簡稱為 K6Dev。</p>
<p>感謝您前來瀏覽我的個人網頁,有任何疑問歡迎透過各種管道聯絡我,若不知道怎麼做可以切換到 <a href="contact.html" target="_blank"
rel="noopener noreferrer">聯絡我</a> 頁面。</p>
<div class="ts-divider has-top-spaced-small"></div>
<!-- License -->
<div class="has-flex-center has-top-spaced-small">
<span class="ts-text is-description">本網頁內容採用 CC-BY4 License 進行授權</span>
</div>
<!-- 關閉 -->
<button class="ts-button is-fluid is-outlined has-top-spaced"
id="app-drawer-close-button">關閉</button>
</div>
</div>
</div>
<!-- 底部列 -->
<div class="has-flex-center has-top-spaced-small">
<div class="ts-meta is-secondary is-small">
<a href="https://kageryo.coderyo.com/" class="item">© 2023-2024 KageRyo Developer</a>
<a href="https://coderyo.com/" class="item">CodeRyo 碼凌工作室</a>
<a href="https://github.com/KageRyo/" class="item has-bottom-spaced">Chien-Hsun, Chang 張健勳</a>
</div>
</div>
<!-- 未完成功能 -->
<div class="ts-modal is-hidden">
<div class="content">
<div class="ts-content has-flex-center is-vertically-padded">
<div class="ts-header is-icon has-bottom-spaced">
<span class="ts-icon is-circle-exclamation-icon"></span>
這個功能還沒有開放
</div>
如果您有其他問題,歡迎到此專案的 GitHub。
</div>
<div class="ts-divider"></div>
<div class="ts-content is-tertiary">
<button class="ts-button is-fluid" id="close-modal-button">了解</button>
</div>
</div>
</div>
<!-- 引入 JavaScript -->
<script src="./assets/js/script.js"></script>
<!-- 引入邊緣收屜 JavaScript -->
<script src="./assets/js/appdrawer.js"></script>
<!-- 開發者工具警告訊息 -->
<script src="./assets/js/warning.js"></script>
</body>
</html>