-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
73 lines (62 loc) · 2.61 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
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>titcastle-no-more</title>
<link rel="stylesheet" href="css/style.css">
<link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0/css/bootstrap.css'>
<link href='http://fonts.googleapis.com/css?family=Roboto Slab:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Inknut Antiqua:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
</head>
<body>
<div class="container">
<h1 class="text-success text-center">TITCASTLE NO MORE?</h1>
<div class="row" align="center">
<div class="col">
<a href="https://www.facebook.com/t1tcastle/"><img class="img-rounded" src="https://github.com/pedrito1414/titcastle/blob/master/titcastle1.jpg?raw=true"></a>
</div>
</div>
<div class="row" align="center">
<div class="col">
<h3 class="text-center">The rumour is that the last TitCastle gig was <em>the last</em> TitCastle gig!</h3>
</div>
</div>
<div class="row">
<div class="col">
<h4 class="text-center">How do you feel about this? Send the boys a message to let them know...</h4>
</div>
</div>
<div class="row">
<div class="col">
<button class="btn btn-outline-success btn-lg btn-block"><i class="fa fa-microphone"></i> Don't go, you're gas! <i class="fa fa-thumbs-up"></i></button>
</div>
</div>
<div class="row">
<div class="col">
<button class="btn btn-outline-danger btn-lg btn-block"><i class="fa fa-microphone-slash"></i> Stop that bloody noise! <i class="fa fa-trash"></i></button>
</div>
</div>
</div>
</div>
</div>
<!--
<h1 id="#closing" class="text-success text-center">Tit Castle: Don't go, you're gas!</h1>
<div class="col-lg-12">
<div class="col-md-12 text-center">
<h4>I heard a rumour that the last Tit Castle gig might be <em>the last</em> Tit Castle gig!</h4>
<div class="row">
<div class="col-md-6 text-center">
<button class="btn btn-outline-success btn-lg btn-block"><i class="fa fa-thumbs-up"></i>What?? Of course!! Stoopid question...</button>
</div>
<div class="col-md-6 text-center">
<button class="btn btn-outline-danger btn-lg btn-block"><i class="fa fa-trash"></i>No (but then, I am a moron)</button>
</div>
</div>
</div>
-->
</div>
</body>
</body>
</html>