-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (78 loc) · 3.77 KB
/
index.html
File metadata and controls
79 lines (78 loc) · 3.77 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
<!doctype html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="學生戰鬥機:SITCON Podcast,聚焦資訊自由、開源文化與學生社群故事,立即追蹤最新集數與多平台收聽連結。" />
<meta name="keywords" content="SITCON,學生戰鬥機,Podcast,開源,資訊自由,學生社群,資安" />
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#00fee8" />
<meta name="author" content="SITCON" />
<link rel="canonical" href="https://sitcon.org/podcast/" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="zh_TW" />
<meta property="og:title" content="學生戰鬥機 - SITCON Podcast" />
<meta property="og:description" content="學生戰鬥機:SITCON Podcast,帶來學生視角的資訊科技、開源文化與社群訪談。" />
<meta property="og:url" content="https://sitcon.org/podcast/" />
<meta property="og:site_name" content="SITCON Podcast" />
<meta property="og:image" content="https://sitcon.org/podcast/img/Cover.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="學生戰鬥機 - SITCON Podcast" />
<meta name="twitter:description" content="從學生視角探索資訊科技、開源與社群故事,收聽學生戰鬥機。" />
<meta name="twitter:image" content="https://sitcon.org/podcast/img/Cover.png" />
<title>學生戰鬥機 - SITCON Podcast</title>
<link href="style.css" rel="stylesheet" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-NPVBCDZ");
</script>
<!-- End Google Tag Manager -->
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-NPVBCDZ" height="0" width="0" style="display: none; visibility: hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header>
<img src="img/Text.png" alt="" class="header-text" />
<div class="header-jet">
<img src="img/Jet.png" alt="" class="header-body" />
<img src="img/Flame.png" alt="" class="header-flame" />
</div>
</header>
<main>
<div id="linkBlock">
<a href="https://sitcon.org/podcast-sp" class="linkIcon" target="_blank" rel="noopener noreferrer">
<img src="img/icons/spotify.svg" alt="Spotify" />
</a>
<a href="https://sitcon.org/podcast-ap" class="linkIcon" target="_blank" rel="noopener noreferrer">
<img src="img/icons/podcast.svg" alt="Apple Podcast" />
</a>
<a href="https://sitcon.org/podcast-yt" class="linkIcon" target="_blank" rel="noopener noreferrer">
<img src="img/icons/youtube.svg" alt="YouTube" />
</a>
<a href="https://sitcon.org/podcast-sd" class="linkIcon" target="_blank" rel="noopener noreferrer">
<img src="img/icons/soundon.svg" alt="SoundOn" />
</a>
<a href="https://feeds.soundon.fm/podcasts/429de7c0-0c71-4fc9-a2a3-fcc3a651988e.xml" class="linkIcon" target="_blank" rel="noopener noreferrer">
<img src="img/icons/rss.svg" alt="RSS" />
</a>
</div>
<div id="podcastList">
<div class="loading-spinner">載入中...</div>
</div>
</main>
<footer>© SITCON 2026</footer>
<img src="img/Rainbow.png" class="Rainbow" />
<img src="img/Cloud.png" class="Cloud" />
<script src="script.js" type="module" defer></script>
</body>
</html>