This repository has been archived by the owner on Oct 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
/
Copy paththe_cramps.html
66 lines (61 loc) · 3.04 KB
/
the_cramps.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Page Title</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" media="screen" href="css/the_cramps.css" />
<!-- Latest compiled and minified CSS -->
<link href="https://fonts.googleapis.com/css?family=Bungee+Shade|Creepster|Open+Sans|Fugaz+One|Rock+Salt" rel="stylesheet">
<script src="main.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<div class="jumbotron">
<div class="row">
<div class="col-sm-12">
<div class="text-center">
<h1 class="title">The Cramps</h1>
<h2>Bad Music for Bad People</h2>
</div>
<!--End of Tite-->
<img class="img-responsive crass" src="https://farm3.staticflickr.com/2552/3757675139_24b4fc03a1_z.jpg?zz=1">
<div class="text-center">
<a href="https://www.youtube.com/watch?v=iCQ4QLFl01g" target="_blank"><button type="button"
class="btn btn-danger">Listen Up!</button></a>
</div>
<!-- /.button -->
<div class="col-xs-12 col-sm-10 col-sm-offset-1 col-md-8 col-md-offset-2">
<ul class="details" style="list-style-type:disc">
<h3>History</h3>
<li>American rockabilly band, formed in 1976 and active until 2009</li>
<li>Split after the death of lead singer Lux Interior</li>
<li>Part of the early CBGB punk rock movement that had emerged in New York</li>
<li>Recognized as one of the prime innovators of psychobilly</li>
<li>Focus on camp humor, sexual double-entendre, and retro horror/sci-fi b-movie
iconography</li>
<li>"Psychobilly" was a term coined by The Cramps</li>
</ul>
</div>
<!--List 1-->
<div class="row">
<div class="col-sm-12">
<blockquote class="text-center apfel">
"Lux Interior in his growling, yowling, screaming, microphone sucking,<br> high heel
wearing glory was the ultimate<br> macho fey and the Pied Piper of kink" <br>- The
Huffington Post
<blockquote>
</div>
</div>
</div>
<!-- /.col-xs-12-->
</div>
<!-- /.row -->
</div>
<!-- /.jumbotron -->
</div>
<!-- /.container -->
</body>
</html>