-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
91 lines (86 loc) · 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>寶島漫播</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>寶島漫播</title>
</head>
<body>
<link href="https://unpkg.com/aos@2.3.1/dist/
aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist
/aos.js"></script>
<ul class="nav-mobile check">
<li><a href="https://87penginnouta.github.io/taiwan_music_monbo/">寶島漫播</a></li>
<li class="menu-container">
<input id="menu-toggle" type="checkbox">
<label for="menu-toggle" class="menu-button">
<svg class="icon-open" viewBox="0 0 24 24"><path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path></svg>
<svg class="icon-close" viewBox="0 0 100 100">
<path d="M83.288 88.13c-2.114 2.112-5.575 2.112-7.69 0L53.66 66.188c-2.113-2.112-5.572-2.112-7.686 0l-21.72 21.72c-2.114 2.113-5.572 2.113-7.687 0l-4.693-4.692c-2.114-2.114-2.114-5.573 0-7.688l21.72-21.72c2.112-2.115 2.112-5.574 0-7.687L11.87 24.4c-2.114-2.113-2.114-5.57 0-7.686l4.842-4.842c2.113-2.114 5.57-2.114 7.686 0l21.72 21.72c2.114 2.113 5.572 2.113 7.688 0l21.72-21.72c2.115-2.114 5.574-2.114 7.688 0l4.695 4.695c2.112 2.113 2.112 5.57-.002 7.686l-21.72 21.72c-2.112 2.114-2.112 5.573 0 7.686L88.13 75.6c2.112 2.11 2.112 5.572 0 7.687l-4.842 4.84z"/>
</svg>
</label>
<ul class="menu-sidebar">
<li><a href="https://87penginnouta.github.io/1930s/#">四月望雨</a></li>
<li><a href="https://jkpy3900.github.io/1950to1970/">懷舊與新生</a></li>
<li><a href="https://jkpy3900.github.io/1970s/">民歌風華</a></li>
<li><a href="https://jkpy3900.github.io/1980s/">新市場之星</a></li>
<li><a href="https://jkpy3900.github.io/1990s/">自由向前行</a></li>
<li><a href="https://jkpy3900.github.io/2000s/">樂團世代</a></li>
<li><a href="https://jkpy3900.github.io/issue/">那些在你我周圍的…… </a></li>
</ul>
</li>
</ul>
<div class="container">
<div class="bg" id="section5">
<div class="lefttt">
<button class="play">
<div class="ppp"></div>
<div class="pp"><a href="https://87penginnouta.github.io/1930s/#">●</a></div>
</button>
<div class="ppppp p1"></div>
<div class="ppppp p2"></div>
<div class="ppppp p3"></div>
<div class="ppppp p4"></div>
<div class="song_bar"></div>
<div class="song_name n1">19:30</div>
<div class="song_name n2">20:20</div>
</div>
<div class="name" data-aos="fade-right" data-aos-delay="300">寶島漫播</div>
<div class="na" data-aos="fade-right" data-aos-delay="600">我們的音樂</div>
<div class="ccc_shadow" data-aos="fade-down" data-aos-duration="4000"></div>
<div class="ccc" data-aos="fade-down" data-aos-duration="3000">
<div class="cir1">
<div class="cir2">
<div class="cir3">
<div class="cir4">
<div class="cir5">
</div>
</div>
</div>
</div>
</div>
<div class="light"></div>
<div class="hole">
<div class="hhh"></div>
</div>
</div>
<div class="num" data-aos="fade-right" data-aos-delay="1000">音樂——<br>古時是許多人寄情所託<br>今刻亦為生活娛樂不可或缺之要素<br> 一個地方的音樂
<br>總能述說當地道不盡的歷史與今朝<br><br> 今次,就讓我們一起來認識
<br>屬於「我們的」音樂</div>
</div>
</body>
</html>
<!-- partial -->
<script src='https://code.jquery.com/jquery-2.2.4.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>