-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalbum.html
157 lines (148 loc) · 7.36 KB
/
album.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
<!-- 作成者:朱社佳 クラス:PI11A283 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transtional.dtd">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-style-type" content="text/css" />
<title>アルバム | Aimerの世界</title>
<link rel="stylesheet" type="text/css" href="./css/common.css">
<link rel="stylesheet" type="text/css" href="./css/disco.css">
</head>
<body>
<!-- ページトップへのボタン -->
<p class="top"><a class="button top" href="#header">TOP↑</a></p>
<!-- ヘッダー部分 -->
<div id="header">
<!-- <h1 id="logo">ようこそ、Aimerの世界へ</h1> -->
<img src="./images/logo.png" alt="logo" id="logo">
<ul class="menu">
<li class="menu"><a class="button" href="./index.html">ホーム</a></li>
<li class="menu"><a class="button" href="./disco.html" id="highlight">作品リスト</a></li>
<li class="menu"><a class="button" href="./live_solo.html">ライブ記録</a></li>
<li class="menu"><a class="button" href="./news.html">ニュース</a></li>
<li class="menu"><a class="button" href="./comment.html">音楽性・評価</a></li>
<li class="menu"><a class="button" href="./link.html">各種リンク</a></li>
</ul>
</div>
<!-- 左側ナビゲーション -->
<div class="navi">
<h1>Discography</h1>
<hr class="navi">
<p class="navi">「自分の声帯で可能な限り一番いい歌を」</p>
<ul class="navi">
<a href="./disco.html" class="navi"><li class="navi">全部</li></a>
<a href="./single.html" class="navi"><li class="navi">シングル</li></a>
<a href="./album.html" class="navi" id="highlight"><li class="navi">アルバム</li></a>
<a href="./dvd.html" class="navi"><li class="navi">DVD</li></a>
</ul>
</div>
<!-- 左側は動画、右側は作品情報 -->
<div id="text">
<p id="attention">※タイアップは新録曲のみ</p>
<h2 class="pink album">ベストアルバム</h2>
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/Hi6xPLWnCfo" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">BEST SELECTION "blanc"<br>BEST SELECTION "noir"</th>
</tr>
<tr>
<td>発売日</td><td>2017年5月3日</td>
</tr>
<tr>
<td class="cell">タイアップ</td><td class="pink"><em>「zero」---専門学校HAL(東京・大阪・名古屋)TVCMソング</em></td>
</tr>
<tr>
<td>備考</td><td>「blanc」オリコン週間3位<br>「noir」オリコン週間4位</td>
</tr>
</table>
<hr class="long">
<h2 class="pink album">オリジナルアルバム</h2>
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/mUftWdhgFzc" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">daydream</th>
</tr>
<tr>
<td>発売日</td><td>2016年9月21日</td>
</tr>
<tr>
<td class="cell">タイアップ</td><td>「カタオモイ」---TBS系「CDTV」10・11月度オープニングテーマ</td>
</tr>
<tr>
<td>備考</td><td>オリコン週間2位</td>
</tr>
</table>
<hr class="long">
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/J4UYi_OKN6Q" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">DAWN</th>
</tr>
<tr>
<td>発売日</td><td>2015年7月29日</td>
</tr>
<tr>
<td>備考</td><td>オリコン週間4位</td>
</tr>
</table>
<hr class="long">
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/e1OTHUawRV8" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">Midnight Sun</th>
</tr>
<tr>
<td>発売日</td><td>2014年6月25日</td>
</tr>
<tr>
<td>備考</td><td>オリコン週間9位</td>
</tr>
</table>
<hr class="long">
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/T6-ziA1PnwM" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">Sleepless Nights</th>
</tr>
<tr>
<td>発売日</td><td>2012年10月03日</td>
</tr>
<tr>
<td>備考</td><td>オリコン週間11位</td>
</tr>
</table>
<hr class="long">
<h2 class="pink album">ミニアルバム</h2>
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/JENaDz-w4vY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">誰か、海を。EP</th>
</tr>
<tr>
<td>発売日</td><td>2014年9月13日</td>
</tr>
<tr>
<td class="cell">タイアップ</td><td><em>「誰か、海を。」</em>---TVアニメ「残響のテロル」エンディングテーマ<br><em>「白昼夢」</em>---テレビ東京「東京上級デート2」テーマソング・iOS・Androidアプリ「東京上級ゲーム」テーマソング</td>
</tr>
</table>
<hr class="long">
<iframe class="video" width="350" height="197" src="https://www.youtube.com/embed/a2QHtYWJd0c" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
<table>
<tr>
<th colspan="2">After Dark</th>
</tr>
<tr>
<td class="cell">発売日</td><td>2013年11月20日</td>
</tr>
<tr>
<td class="cell">タイアップ</td><td>PLANTE SYSTEM「ミセラークレンジング水」CMソング</td>
</tr>
</table>
</div>
<!-- フッター部分 -->
<div id="footer">
<hr>
<p id="copyright">Copyright © 2018 Julia Zhu. All rights reserved.</p>
</div>
</body>
</html>