-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
596 lines (579 loc) · 32.4 KB
/
Copy pathindex.html
File metadata and controls
596 lines (579 loc) · 32.4 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
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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<title>BlueBoy</title>
<!-- meta tag -->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Allen Chang">
<meta name="description" content="歡迎來到我的個人網站!在這裡您可以查看我的履歷,包括學歷、工作經歷、技能以及相關的個人連結。">
<meta name="keywords" content="個人網站, 技術, 程式, 資訊科技, 個人簡歷, 自我介紹, 學歷, 工作經歷, 技能, 前端開發, 後端開發, 技術, 個人連結, Allen, Chang, Yu-Lun, blueboy, blueboy247">
<!-- common source -->
<link rel="stylesheet" href="/styles/main.css">
<script src="/scripts/main.js" type="text/javascript" defer></script>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,1,0" />
<link rel="icon" href="/pictures/favicon.ico">
<link rel="apple-touch-icon" href="/pictures/favicon.ico">
<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=Labrada:ital@0;1&family=Noto+Sans+TC:wght@400;700;900&family=Raleway:ital,wght@1,700;1,900&family=Righteous&display=swap" rel="stylesheet">
<!-- Google Analytics: Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VPCV2CWSBB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-VPCV2CWSBB');
</script>
<!-- other source -->
<link rel="stylesheet" href="/styles/about.css">
<link rel="stylesheet" href="/styles/subnav.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js" defer></script>
</head>
<body>
<header>
<a class="enw3" id="shead" href="/">
<h1>BlueBoy</h1>
</a>
<a id="menu">
<svg width="48" height="48" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M4 18L20 18 M4 12L20 12 M4 6L20 6" stroke="#ffffff" stroke-width="2" stroke-linecap="round"/>
</svg>
</a>
<nav>
<ul id="mobilenav">
<li><a class="navb zhwb" href="/">首頁</a></li>
<li><a class="navb zhwb" href="/projects/">專案作品</a></li>
<li><a class="navb zhwb" href="/contact/">聯繫表單</a></li>
<li><a class="navb zhwb" href="/blog/">Blog</a></li>
<li><a class="navb zhwb" href="/en/">English</a></li>
<hr>
<p class="enw2" id="lastupdate">
Last Updated:<br>
<span id="lastupdatetime"></span>
</p>
</ul>
</nav>
</header>
<main>
<div class="pagehead">
<p class="pagetitle">
<span class="zhwb">首頁</span>
</p>
</div>
<div class="subnav">
<button class="zhw" onclick="scrollToBlock('intro')">自我介紹</button>
<button class="zhw" onclick="scrollToBlock('education')">學歷</button>
<button class="zhw" onclick="scrollToBlock('experiences')">工作經歷</button>
<button class="zhw" onclick="scrollToBlock('communities')">社團與社群</button>
<button class="zhw" onclick="scrollToBlock('skills')" style="display: none;">技能</button>
<button class="zhw" onclick="scrollToBlock('certifications')">證照與認證</button>
<button class="zhw" onclick="scrollToBlock('competitions')">競賽表現</button>
<button class="zhw" onclick="scrollToBlock('courses')">課程與研習</button>
<button class="zhw" onclick="scrollToBlock('conferences')">研討會參與</button>
<button class="zhw" onclick="scrollToBlock('links')">個人連結</button>
<script src="/scripts/subnav.js" type="text/javascript" defer></script>
</div>
<div class="content">
<h2 class="zhw" id="intro">BlueBoy</h2>
<p class="zhw">張育綸 / Allen Chang</p>
<hr>
<p class="zhw">一名正在努力不爆肝的大學生。</p>
<p class="zhw">目前正在朝全端開發努力,此外也對物聯網、人工智慧及資安等領域有興趣。</p>
<p class="zhw">興趣有彈鋼琴、打羽球、聽音樂、看動漫、看輕小說、看 VTuber 直播,喜歡日本二次元文化,VTuber 主推 hololive 的大空スバル。</p>
<h3 class="zhw" id="education">學歷</h3>
<div class="scrollitems">
<a class="item open-popup" href="#" data-name="edu_utaipei" data-lang="tw">
<picture>
<source srcset="/pictures/profile_use/education/utaipei_seal.webp" type="image/webp">
<source srcset="/pictures/profile_use/education/utaipei_seal.png" type="image/png">
<img src="/pictures/profile_use/education/utaipei_seal.png" alt="臺北市立大學校徽" width="144" height="144">
</picture>
<p class="title zhw">臺北市立大學</p>
<p class="description zhw">資訊科學系</p>
<p class="time zhw">Sep 2024 - Present</p>
</a>
<a class="item" href="https://www.ck.tp.edu.tw/" target="_blank">
<picture>
<source srcset="/pictures/profile_use/education/ck_seal.webp" type="image/webp">
<source srcset="/pictures/profile_use/education/ck_seal.png" type="image/png">
<img src="/pictures/profile_use/education/ck_seal.png" alt="建國中學校徽" width="144" height="144">
</picture>
<p class="title zhw">臺北市立建國高級中學</p>
<p class="description zhw">普通科</p>
<p class="time zhw">Sep 2021 - Jun 2024</p>
</a>
</div>
<h3 class="zhw" id="experiences">工作經歷</h3>
<div class="scrollitems">
<a class="item open-popup" href="#" data-name="exp_tonghsun" data-lang="tw">
<picture>
<source srcset="/pictures/profile_use/experience/tonghsun.webp" type="image/webp">
<source srcset="/pictures/profile_use/experience/tonghsun.png" type="image/png">
<img src="/pictures/profile_use/experience/tonghsun.png" alt="童訊科技股份有限公司商標" width="144" height="144">
</picture>
<p class="title zhw">童訊科技股份有限公司</p>
<p class="time zhw">Sep 2024 - Aug 2025</p>
</a>
</div>
<h3 class="zhw" id="communities">社團與社群</h3>
<div class="scrollitems">
<a class="item open-popup" href="#" data-name="act_utcssa" data-lang="tw">
<picture>
<source srcset="/pictures/profile_use/experience/utcssa.webp" type="image/webp">
<source srcset="/pictures/profile_use/experience/utcssa.jpg" type="image/jpg">
<img src="/pictures/profile_use/experience/utcssa.jpg" alt="臺北市立大學資訊科學系系學會標誌" width="144" height="144">
</picture>
<p class="title zhw">臺北市立大學資訊科學系系學會</p>
<p class="time zhw">Jul 2025 - Present</p>
</a>
<a class="item open-popup" href="#" data-name="act_utsa" data-lang="tw">
<picture>
<source srcset="/pictures/profile_use/experience/utsa.webp" type="image/webp">
<source srcset="/pictures/profile_use/experience/utsa.jpg" type="image/jpg">
<img src="/pictures/profile_use/experience/utsa.jpg" alt="臺北市立大學學生會標誌" width="144" height="144">
</picture>
<p class="title zhw">臺北市立大學學生會</p>
<p class="time zhw">Sep 2024 - Present</p>
</a>
<a class="item open-popup" href="#" data-name="act_infor35th" data-lang="tw">
<picture>
<source srcset="/pictures/profile_use/experience/infor35th.webp" type="image/webp">
<source srcset="/pictures/profile_use/experience/infor35th.png" type="image/png">
<img src="/pictures/profile_use/experience/infor35th.png" alt="INFOR35th社徽" width="144" height="144">
</picture>
<p class="title zhw">建國中學資訊社35th</p>
<p class="time zhw">Feb 2023 - Jul 2023</p>
</a>
</div>
<h3 class="zhw" id="skills" style="display: none;">技能</h3>
<div class="smallitems" style="display: none;">
<div class="item">
<img src="/pictures/profile_use/skill/python.svg" alt="Python3 icon" width="96" height="96">
<p class="title zhw">Python 3</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/html5.svg" alt="HTML5 icon" width="96" height="96">
<p class="title zhw">HTML 5</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/css3.svg" alt="CSS3 icon" width="96" height="96">
<p class="title zhw">CSS 3</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/javascript.svg" alt="Javascript icon" width="96" height="96">
<p class="title zhw">JavaScript</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/jquery.svg" alt="jQuery icon" width="96" height="96">
<p class="title zhw">jQuery</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/c.svg" alt="C icon" width="96" height="96">
<p class="title zhw">C Language</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/arduino.svg" alt="Arduino icon" width="96" height="96">
<p class="title zhw">Arduino</p>
</div>
<div class="item">
<img src="/pictures/profile_use/skill/java.svg" alt="Java icon" width="96" height="96">
<p class="title zhw">Java</p>
</div>
</div>
<h3 class="zhw" id="certifications">證照與認證</h3>
<div class="scrollitems">
<a class="item" href="https://www.hackerrank.com/certificates/44c1af587451" target="_blank">
<img src="/pictures/profile_use/link/hackerrank.svg" alt="HackerRank logo">
<p class="title zhw">Problem Solving (Basic)</p>
<p class="description zhw">HackerRank</p>
<p class="time zhw">Feb 06, 2025</p>
</a>
<a class="item" href="https://www.freecodecamp.org/certification/BlueBoy247/responsive-web-design" target="_blank">
<img src="/pictures/profile_use/link/freecodecamp.svg" alt="freeCodeCamp logo">
<p class="title zhw">Responsive Web Design</p>
<p class="description zhw">freeCodeCamp</p>
<p class="time zhw">Nov 13, 2024</p>
</a>
<a class="item" href="https://www.hackerrank.com/certificates/d986ce5d9af8" target="_blank">
<img src="/pictures/profile_use/link/hackerrank.svg" alt="HackerRank logo">
<p class="title zhw">Python (Basic)</p>
<p class="description zhw">HackerRank</p>
<p class="time zhw">Sep 20, 2024</p>
</a>
<a class="item" href="https://www.gept.org.tw/Exam_Intro/t02_introduction.asp" target="_blank">
<img src="/pictures/profile_use/certifications/gept.png" alt="GEPT logo">
<p class="title zhw">全民英檢中級</p>
<p class="description zhw">財團法人語言訓練測驗中心</p>
<p class="time zhw">Jan 24, 2022</p>
</a>
</div>
<h3 class="zhw" id="competitions">競賽表現</h3>
<details class="list" id="2025-competitions" open>
<summary class="zhwb">2025</summary>
<ul>
<li>
<span class="title zhwb">大學程式能力檢定 (CPE)</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">44th / 2377 (Solved: 5 / 7)</span>
<br>
<span class="time zhw">Dec 09, 2025</span>
</li>
<li>
<span class="title zhwb">臺北市立大學資訊科學系 114 學年度第 1 學期全校程式設計實作競賽</span>
<br>
<span class="description zhw">臺北市立大學資訊科學系</span>
<br>
<span class="description zhw">優等, 第 3 名</span>
<br>
<span class="time zhw">Nov 18, 2025</span>
</li>
<li>
<span class="title zhwb">2025 臺北秋季程式設計節 - 城市通微服務大黑客松</span>
<br>
<span class="description zhw">臺北市政府資訊局</span>
<br>
<span class="description zhw">初選</span>
<br>
<span class="time zhw">Nov 08 - 09, 2025</span>
</li>
<li>
<span class="title zhwb">114 年度全國大專校院電腦軟體設計競賽</span>
<br>
<span class="description zhw">國立中山大學</span>
<br>
<span class="description zhw">41st / 127 (Solved: 3 / 12)</span>
<br>
<span class="time zhw">Oct 12, 2025</span>
</li>
<li>
<span class="title zhwb">大學程式能力檢定 (CPE)</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">61st / 2477 (Solved: 4 / 7)</span>
<br>
<span class="time zhw">Sep 30, 2025</span>
</li>
<li>
<span class="title zhwb">The 2025 ICPC Asia Taiwan Online Programming Contest</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">Bronze Medal, 108th / 226 (Solved: 3 / 12)</span>
<br>
<span class="time zhw">Sep 20, 2025</span>
</li>
<li>
<span class="title zhwb">2025 北區九校聯盟程式競賽</span>
<br>
<span class="description zhw">國立臺北商業大學資訊管理系</span>
<br>
<span class="description zhw">進階組第三名</span>
<br>
<span class="time zhw">May 24, 2025</span>
</li>
<li>
<span class="title zhwb">大學程式能力檢定 (CPE)</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">98th / 2515 (Solved: 4 / 7)</span>
<br>
<span class="time zhw">May 20, 2025</span>
</li>
<li>
<span class="title zhwb">致理科技大學 114 年度全國程式力競賽</span>
<br>
<span class="description zhw">致理科技大學圖書資訊處</span>
<br>
<span class="description zhw">大專組第三名</span>
<br>
<span class="time zhw">May 10, 2025</span>
</li>
<li>
<span class="title zhwb">大學程式能力檢定 (CPE)</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">71st / 2729 (Solved: 4 / 7)</span>
<br>
<span class="time zhw">Mar 25, 2025</span>
</li>
<li>
<span class="title zhwb">picoCTF 2025</span>
<br>
<span class="description zhw">picoCTF</span>
<br>
<span class="description zhw">1592th / 10460 (Score: 1710 / 8510)</span>
<br>
<span class="time zhw">Mar 08 - 18, 2025</span>
</li>
</ul>
</details>
<details class="list" id="2024-competitions">
<summary class="zhwb">2024</summary>
<ul>
<li>
<span class="title zhwb">大學程式能力檢定 (CPE)</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">109th / 2446 (Solved: 3 / 7)</span>
<br>
<span class="time zhw">Dec 10, 2024</span>
</li>
<li>
<span class="title zhwb">臺北市立大學資訊科學系 113 學年度第 1 學期全校程式設計實作競賽</span>
<br>
<span class="description zhw">臺北市立大學資訊科學系</span>
<br>
<span class="description zhw">入圍, 第 8 名</span>
<br>
<span class="time zhw">Nov 12, 2024</span>
</li>
<li>
<span class="title zhwb">大學程式能力檢定 (CPE)</span>
<br>
<span class="description zhw">臺灣程式競賽暨檢定學會</span>
<br>
<span class="description zhw">141st / 2586 (Solved: 3 / 7)</span>
<br>
<span class="time zhw">Oct 15, 2024</span>
</li>
<li>
<span class="title zhwb">2024 大專 Python 數據精英挑戰暨高中程式設計競賽</span>
<br>
<span class="description zhw">龍華科技大學資訊管理系</span>
<br>
<span class="description zhw">高中職組優選</span>
<br>
<span class="time zhw">Jun 01, 2024</span>
</li>
<li>
<span class="title zhwb">致理科技大學 113 年度全國程式力競賽</span>
<br>
<span class="description zhw">致理科技大學圖書資訊處</span>
<br>
<span class="description zhw">高中職組第二名</span>
<br>
<span class="time zhw">May 18, 2024</span>
</li>
<li>
<span class="title zhwb">picoCTF 2024</span>
<br>
<span class="description zhw">picoCTF</span>
<br>
<span class="description zhw">870th / 11517 (Score: 3025 / 9225)</span>
<br>
<span class="time zhw">Mar 13 - 27, 2024</span>
</li>
<li>
<span class="title zhwb">2024 資訊奧林匹亞初選考試</span>
<br>
<span class="description zhw">國立臺灣師範大學資訊工程學系 TOI 工作小組</span>
<br>
<span class="description zhw">125th / 460 (Score: 100 / 500)</span>
<br>
<span class="time zhw">Mar 10, 2024</span>
</li>
</ul>
</details>
<details class="list" id="2023-competitions">
<summary class="zhwb">2023</summary>
<ul>
<li>
<span class="title zhwb">112 學年度建國中學校內資訊學科能力競賽</span>
<br>
<span class="description zhw">臺北市立建國高級中學資訊科教學團隊</span>
<br>
<span class="description zhw">初賽佳作, 21st / 89 (Score: 238 / 500)</span>
<br>
<span class="time zhw">Sep 12, 2023</span>
</li>
<li>
<span class="title zhwb">致理科技大學 112 年度全國程式力競賽</span>
<br>
<span class="description zhw">致理科技大學圖書資訊處</span>
<br>
<span class="description zhw">高中職組第二名</span>
<br>
<span class="time zhw">May 20, 2023</span>
</li>
</ul>
</details>
<h3 class="zhw" id="courses">課程與研習</h3>
<details class="list" id="2025-courses" open>
<summary class="zhwb">2025</summary>
<ul>
<li>
<span class="title zhwb">2025 Summer School on Information Theory/Communications/Vehicular Technology</span>
<br>
<span class="description zhw">IEEE ComSoc, ITSoc, and VTS Taipei/Tainan Chapter</span>
<br>
<span class="description zhw">學員</span>
<br>
<span class="time zhw">Aug 18 - 19, 2025 (13 hours)</span>
</li>
</ul>
</details>
<details class="list" id="2023-courses">
<summary class="zhwb">2023</summary>
<ul>
<li>
<span class="title zhwb">第七屆國立陽明交大金融科技程式菁英培訓課程</span>
<br>
<span class="description zhw">國立陽明交通大學金融科技創新研究中心</span>
<br>
<span class="description zhw">AI 進階班學員</span>
<br>
<span class="time zhw">Aug 21 - 24, 2023 (36 hours)</span>
</li>
<li>
<span class="title zhwb">教育部先進資通安全實務人才培育計畫 SecurityFocus Online 2023</span>
<br>
<span class="description zhw">教育部先進資通安全實務人才培育計畫推動辦公室</span>
<br>
<span class="description zhw">學員</span>
<br>
<span class="time zhw">Jun 07 - 11, 2023 (12 hours)</span>
</li>
</ul>
</details>
<h3 class="zhw" id="conferences">研討會參與</h3>
<details class="list" id="2025-conf" open>
<summary class="zhwb">2025</summary>
<ul>
<li>
<span class="title zhwb">IET ICETA 2025</span>
<br>
<span class="description zhw">國立臺北商業大學</span>
<br>
<span class="description zhw">工作人員</span>
<br>
<span class="time zhw">Oct 24 - 26, 2025</span>
</li>
<li>
<span class="title zhwb">COSCUP x RubyConf Taiwan 2025</span>
<br>
<span class="description zhw">COSCUP 開源人年會志工</span>
<br>
<span class="description zhw">會眾</span>
<br>
<span class="time zhw">Aug 09 - 10, 2025</span>
</li>
<li>
<span class="title zhwb">2025 智慧運算論壇</span>
<br>
<span class="description zhw">中華智慧運算學會</span>
<br>
<span class="description zhw">工作人員</span>
<br>
<span class="time zhw">Jul 15 - 17, 2025</span>
</li>
<li>
<span class="title zhwb">SITCON 2025</span>
<br>
<span class="description zhw">SITCON 學生計算機年會籌備團隊</span>
<br>
<span class="description zhw">會眾</span>
<br>
<span class="time zhw">Mar 08, 2025</span>
</li>
</ul>
</details>
<h3 class="zhw" id="links">個人連結</h3>
<details id="social_platforms" open>
<summary class="zhwb">社群平台</summary>
<div class="smallitems">
<a class="item" href="https://blueboy247.github.io/blog/" target="_blank">
<img src="/pictures/profile_use/link/myblog.ico" alt="Blog logo" width="96" height="96">
<p class="title zhw">My Blog</p>
</a>
<a class="item" href="https://www.linkedin.com/in/allenchang247" target="_blank">
<img src="/pictures/profile_use/link/linkedin.svg" alt="LinkedIn logo" width="96" height="96">
<p class="title zhw">LinkedIn</p>
</a>
<a class="item" href="https://twitter.com/summit_AMT" target="_blank" width="96" height="96">
<img src="/pictures/profile_use/link/x.svg" alt="X logo">
<p class="title zhw">Twitter</p>
</a>
<a class="item" href="https://bsky.app/profile/blueboy247.bsky.social" target="_blank">
<img src="/pictures/profile_use/link/bluesky.svg" alt="Bluesky logo" width="96" height="96">
<p class="title zhw">Bluesky</p>
</a>
<a class="item" href="https://github.com/BlueBoy247" target="_blank">
<img src="/pictures/profile_use/link/github.svg" alt="GitHub logo" width="96" height="96">
<p class="title zhw">GitHub</p>
</a>
<a class="item" href="https://gitroll.io/profile/uC0VuSxBplmRPBkxXoFcO7zl1rL43" target="_blank">
<img src="/pictures/profile_use/link/gitroll.svg" alt="GitRoll logo" width="96" height="96">
<p class="title zhw">GitRoll</p>
</a>
</div>
</details>
<details id="programming_platforms" open>
<summary class="zhwb">解題平台</summary>
<div class="smallitems">
<a class="item" href="https://codeforces.com/profile/shuba247" target="_blank">
<img src="/pictures/profile_use/link/codeforces.svg" alt="Codeforces logo" width="96" height="96">
<p class="title zhw">Codeforces</p>
</a>
<a class="item" href="https://atcoder.jp/users/Shuba247" target="_blank">
<img src="/pictures/profile_use/link/atcoder.svg" alt="AtCoder logo" width="96" height="96">
<p class="title zhw">AtCoder</p>
</a>
<a class="item" href="https://zerojudge.tw/UserStatistic?id=185068" target="_blank">
<img src="/pictures/profile_use/link/zerojudge.svg" alt="ZeroJudge logo" width="96" height="96">
<p class="title zhw">ZeroJudge</p>
</a>
<a class="item" href="https://tioj.ck.tp.edu.tw/users/allen247" target="_blank">
<img src="/pictures/profile_use/link/tioj.svg" alt="TIOJ logo" width="96" height="96">
<p class="title zhw">TIOJ</p>
</a>
<a class="item" href="https://www.hackerrank.com/profile/Shuba247" target="_blank">
<img src="/pictures/profile_use/link/hackerrank.svg" alt="HackerRank logo" width="96" height="96">
<p class="title zhw">HackerRank</p>
</a>
<a class="item" href="https://leetcode.com/u/Shuba247/" target="_blank">
<img src="/pictures/profile_use/link/leetcode.svg" alt="LeetCode logo" width="96" height="96">
<p class="title zhw">LeetCode</p>
</a>
<a class="item" href="https://play.picoctf.org/users/shuba247" target="_blank">
<img src="/pictures/profile_use/link/picoctf.svg" alt="picoCTF logo" width="96" height="96">
<p class="title zhw">picoCTF</p>
</a>
<a class="item" href="https://www.freecodecamp.org/BlueBoy247" target="_blank">
<img src="/pictures/profile_use/link/freecodecamp.svg" alt="freeCodeCamp logo" width="96" height="96">
<p class="title zhw">freeCodeCamp</p>
</a>
</div>
</details>
</div>
</main>
<footer>
<p class="enw2" id="siterights">
Copyright © 2023
<a href="https://github.com/BlueBoy247/blueboy247.github.io/" target="_blank">
BlueBoy
</a>
All Rights Reserved
</p>
</footer>
<div id="backtotop">
<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40" fill="#005048" class="bi bi-arrow-up-circle-fill" viewBox="0 0 16 16">
<path d="M16 8A8 8 0 1 0 0 8a8 8 0 0 0 16 0m-7.5 3.5a.5.5 0 0 1-1 0V5.707L5.354 7.854a.5.5 0 1 1-.708-.708l3-3a.5.5 0 0 1 .708 0l3 3a.5.5 0 0 1-.708.708L8.5 5.707z"/>
</svg>
</div>
<!-- detail window -->
<div class="overlay"></div>
<div class="popup">
<div class="popup-content zhw"></div>
<div class="close-btn zhw">關閉</div>
</div>
<script src="/scripts/window.js" type="text/javascript" defer></script>
</body>
</html>