-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmogwai.html
242 lines (223 loc) · 9.58 KB
/
mogwai.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="All about mogwai band">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="bands.css">
<title>Mogwai</title>
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
overflow: hidden;
padding-block-start: 10px;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="tool.html">Tool</a>
</li>
<li class="nav-item">
<a class="nav-link" href="tesseract.html">Tesseract</a>
</li>
<li class="nav-item">
<a class="nav-link" href="anathema.html">Anathema</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Mogwai</a>
</li>
</ul>
</div>
</nav>
</header>
<main role="main">
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img class="bd-placeholder-img" width="100%" height="100%" src="./images/mogwai/mogwai-2.jpg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img">
</div>
<div class="carousel-item">
<img class="bd-placeholder-img" width="100%" height="100%" src="./images/mogwai/mogwai-8.jpg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img">
<div class="container">
</div>
</div>
<div class="carousel-item">
<img class="bd-placeholder-img" width="100%" height="100%" src="./images/mogwai/mogwai-7.jpg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img">
<div class="container">
</div>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#myCarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#myCarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!-- Band Members and Studio Albums
================================================== -->
<!-- Wrap the rest of the page in another container to center all the content. -->
<div class="container band-members">
<!-- Three columns of text below the carousel -->
<div class="row">
<div class="col-lg-4">
<img class="bd-placeholder-img rounded-circle" width="140" height="140" src="images/mogwai/barryburn1.jpg"
xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"
aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" />
<h3>Barry Burns</h3>
<p>Guitar, Piano, Synthesizer, Vocals</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="bd-placeholder-img rounded-circle" width="140" height="140" src="images/mogwai/braithwaite2.jpg"
xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid slice" focusable="false" role="img"
aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" />
<h3>Stuart Braithwaite</h3>
<p>Guitar, Vocals</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="bd-placeholder-img rounded-circle" width="140" height="140"
src="images/mogwai/dominic2.jpg" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" />
<h3>Dominic Aitchison</h3>
<p>Bass Guitar</p>
</div><!-- /.col-lg-4 -->
<div class="col-lg-4">
<img class="bd-placeholder-img rounded-circle" width="140" height="140"
src="images/mogwai/martin-bulloch1.jpeg" xmlns="http://www.w3.org/2000/svg"
preserveAspectRatio="xMidYMid slice" focusable="false" role="img" aria-label="Placeholder: 140x140">
<title>Placeholder</title>
<rect width="100%" height="100%" fill="#777" />
<h3>Martin Bulloch</h3>
<p>Drums</p>
</div><!-- /.col-lg-4 -->
</div><!-- /.row -->
<!-- START THE FEATURETTES -->
<hr class="featurette-divider">
<div id="discography" class="table-responsive">
<table class="table">
<thead class="thead-dark">
<tr>
<th scope="col">#</th>
<th scope="col">Studio Albums</th>
<th scope="col">Release Date</th>
<th scope="col">Playlist Link</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">1</th>
<td>Mogwai Young Team</td>
<td>21 October 1997</td>
<td><a href="https://www.youtube.com/watch?v=BFW00MK6exg">Mogwai - Young Team [Full Album]</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Come On Die Young</td>
<td>29 March 1999</td>
<td><a href="https://www.youtube.com/watch?v=Gg1d5oXiwuU">Mogwai - Come On Die Young - 1999</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Rock Action</td>
<td>30 April 2001</td>
<td><a href="https://www.youtube.com/watch?v=PlRKmvX_ckg">Mogwai - Rock Action [ Full Album ]</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>Happy Songs for Happy People</td>
<td>21 May 2003</td>
<td><a href="https://www.youtube.com/watch?v=83GpuL_wUq4">Mogwai - Happy songs for happy people [ Full
Album ]</a></td>
</tr>
<tr>
<th scope="row">5</th>
<td>Mr Beast</td>
<td>6 March 2006</td>
<td><a href="https://www.youtube.com/watch?v=p0hn62dTx3Q">Mogwai - Mr. Beast (2006) [Full Album]</a></td>
</tr>
<tr>
<th scope="row">6</th>
<td>The Hawk is Howling</td>
<td>22 September 2008</td>
<td><a href="https://www.youtube.com/watch?v=zV6q1w9RMGw&t=1316s">Mogwai - The Hawk Is Howling (2008)
[Full Album]</a></td>
</tr>
<tr>
<th scope="row">7</th>
<td>Hardcore Will Never Die, but You will</td>
<td>14 February 2011</td>
<td><a href="https://www.youtube.com/watch?v=z20n9PuEdLo">Mogwai - Hardcore Will Never Die, But You Will
[Full Album]</a></td>
</tr>
<tr>
<th scope="row">8</th>
<td>Rave Tapes</td>
<td>20 January 2014</td>
<td><a href="https://www.youtube.com/watch?v=cfdqzVYt8Do">Mogwai - Rave Tapes (Full Album HD)</a></td>
</tr>
<tr>
<th scope="row">9</th>
<td>Every Country's Sun</td>
<td>1 September 2017</td>
<td><a href="https://www.youtube.com/watch?v=zo9ZIcPNt9c">Mogwai - Every Country's Sun (2017) [Full
Album]</a></td>
</tr>
</tbody>
</table>
</div>
<hr class="featurette-divider">
<!-- /END THE FEATURETTES -->
</div><!-- /.container -->
<!-- FOOTER -->
<footer class="container">
<p class="float-right"><a href="#">Back to top</a></p>
<p>© <a href="http://www.mogwai.co.uk/">Mogwai</a> · <a
href="https://en.wikipedia.org/wiki/Mogwai_discography">Discography</a></p>
</footer>
</main>
</body>
</html>