-
Notifications
You must be signed in to change notification settings - Fork 1
/
shows.html
281 lines (253 loc) · 8.67 KB
/
shows.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
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
<!DOCTYPE html>
<html lang="en">
<title>Shows</title>
<link rel="shortcut icon" type="image/jpg" href="/assets/logoblue.png"/>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
body {font-family: "Montserrat", sans-serif}
</style>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-K9JN3G11GD"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-K9JN3G11GD');
</script>
<!--hello i made dis AEM -->
</head>
<body>
<!-- Navbar -->
<style>
html{
padding-bottom: 150px;
margin-bottom:150px;}
body {
margin: 0;
background-color:black;
background-image: url('/assets/a3333.jpg');
background-size:cover;
background-repeat:no-repeat;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
padding-top:50px;
background-color: none;
position: fixed;
height: 30%;
}
li a {
text-shadow: 2px 5px 0px black, 1px 3px 0px black, -3px -1px black, 0px -2px 0px black;
padding: 0px 6px 0px 32px;
text-decoration: none;
font-family: "Haettenschweiler";
font-size: 50px;
color: #1c63b7a1;
}
li a.active {
background-color: none;
color: white;
}
li a:hover:not(.active) {
background-color: none;
color: white;
}
@media only screen and (max-width:500px){
body {
font-size: 80px;
padding-left:0px;
display:block;
margin: 0;
background-color:black;
background-size:auto;
background-repeat:no-repeat;
}
body a{
font-size: 30px;
}
li a{padding-left:10px;}
}
</style>
<body>
<ul>
<li><a href="https://www.mr63music.com">Home</a></li>
<li><a href="/about">About</a></li>
<li><a href="/shows">Shows</a></li>
<li><a href="/media">Media</a></li>
<li><a href="https://www.mr63music.com#contact">Contact</a></li>
</ul>
<!-- Navbar on small screens (remove the onclick attribute if you want the navbar to always show on top of the content when clicking on the links) -->
<div id="navDemo" class="w3-bar-block w3-black w3-hide w3-hide-large w3-hide-medium w3-top" style="margin-top:46px; box-sizing:200px;">
<a href="#about">About</a>
<a href="#shows">Shows</a>
<a href="#media">Media</a>
<a href="#contact">Contact</a>
</div>
<!-- Page content -->
<div class="mainbox">
<!-- The Band Section -->
<div class="maintext1" style="max-width:80%; padding-left:30%;text-align:center">
<h2 class= "title2">Shows</h2>
<style>
.mainbox{max-width:93%;}
.title2{
text-shadow: 2px 5px 0px black, 5px -1px black, -6px 0px black, 1px -5px 0px black;
margin-top: 0;
font-family:"Haettenschweiler";
font-size:150px;
text-align:center;
text-align:top;
color:white
}
@media only screen and (max-width:500px){
.title2 {
font-size:60px;
text-align:center;
padding-left:0%;
}
</style>
</div>
<div class="showbox" style="display:block;">
<div class=" subbox">
<h3 class="year" style="color:white">2021</h3>
<style>
.showbox {margin-left: 20%}
.year {font-size:50px; font-weight:bold;}
.subbox{"width:100%;font-color:black;padding-left: 75px;"}
@media only screen and (max-width:500px){
.year.showtitle{
font-size:30px;
display:block;}
.showbox{margin-left:27%; padding-right: 50px}
.year.showtitle a {color:white;}
.subbox{padding-left:0px; padding-right:;}
}
</style>
<ul class="calendarbox" style=" padding-bottom:30px; display:block">
<li class="showmonth">Month</li>
<table>
<tr>
<td class="showday">Day</td>
<td class="showdest">Location</td>
</tr><!--
<td class="showday">10</td>
<td class="showdest">Moon Stadium, The Moon</td>
</tr>
</table>
<li class="showmonth">October</li>
<table>
<tr>
<td class="showday">1</td>
<td class="showdest">Moon Stadium, The Moon</td>
</tr>
</table>
<li class="showmonth">November</li>
<table>
<tr>
<td class="showday">1</td>
<td class="showdest">Moon Stadium, The Moon</td> -->
</tr>
</table>
<style>
tr {color:black;}
.calendarbox{width:100%; padding-top:20px;margin-left:0; background-color:white; border-color:black; position:relative;}
.showday{font-size: 20px; font-weight:bold;text-align:left; padding-left:20px; display:block;}
.showdest{font-size:20px; padding-left: 100px;text-align:center}
.showmonth{font-size: 25px; text-align:center; font-weight:bold;}
.showmonth a {color:black;}
.calendarlist{padding-bottom:50px; display:block;font-color:black;}
.custrow {text-align:center;}
@media only screen and (max-width:500px){
.calendarbox{width:130%; margin-left:5px; padding-top:10px; background-color:white; border-color:black; position:relative;}
.showday{font-size: 15px; min-width: 44px;
font-weight:bold;text-align:left; padding-left:5px; display:block;}
.showdest{font-size:13px; padding-left: 0px;text-align:left}
.showmonth{font-size: 25px; text-align:center; font-weight:bold;}
.calendarlist{padding-bottom:20px; display:block;font-color:black;}
.custrow {text-align:left;}}
</style>
</ul>
</div>
</div>
</div>
<div class="mainbox">
<!-- PREV Tour Section --><!--
<div class="showbox" style="display:block;">
<div class=" subbox">
<h2 class="w3-wide w3-center showtitle" style="color:white">Previous Shows</h2>
<h3 class="year" style="color:white">2020</h3>
<style>
.mainbox{max-width:93%;}
.showbox {margin-left: 20%}
.year {font-size:50px; font-weight:bold;}
.subbox{"width:100%;font-color:black;padding-left: 75px;"}
@media only screen and (max-width:500px){
.year.showtitle{
font-size:30px;
display:block;}
.showbox{
margin-left:27%;
padding-right: 67px;}
.year.showtitle a {color:white;}
.subbox{padding-left:0px; padding-right:;}
}
</style>
<ul class="calendarbox" style=" padding-bottom:30px; display:block">
<li class="showmonth">September</li>
<table>
<tr>
<td class="showday">1</td>
<td class="showdest">Moon Stadium, The Moon</td>
</tr>
<td class="showday">10</td>
<td class="showdest">Moon Stadium, The Moon</td>
</tr>
</table>
<li class="showmonth">October</li>
<table>
<tr>
<td class="showday">1</td>
<td class="showdest">Moon Stadium, The Moon</td>
</tr>
</table>
<li class="showmonth">November</li>
<table>
<tr>
<td class="showday">1</td>
<td class="showdest">Moon Stadium, The Moon</td>
</tr>
</table>
<style>
tr {color:black;}
.calendarbox{width:100%; padding-top:20px;margin-left:0; background-color:white; border-color:black; position:relative;}
.showday{font-size: 20px; font-weight:bold;text-align:left; padding-left:20px; display:block;min-width: 44px;
}
.showdest{font-size:20px; padding-left: 100px;text-align:center}
.showmonth{font-size: 25px; text-align:center; font-weight:bold;}
.showmonth a {color:black;}
.calendarlist{padding-bottom:50px; display:block;font-color:black;}
.custrow {text-align:center;}
@media only screen and (max-width:500px){
.calendarbox{width:130%; margin-left:5px; padding-top:10px; background-color:white; border-color:black; position:relative;}
.showday{font-size: 15px; font-weight:bold;text-align:left; padding-left:5px; display:block;}
.showdest{font-size:13px; padding-left: 0px;text-align:left}
.showmonth{font-size: 25px; text-align:center; font-weight:bold;}
.calendarlist{padding-bottom:20px; display:block;font-color:black;}
.custrow {text-align:left;}}
</style>
</ul>
</div>
</div>
</div> -->
</div>
</div>
</script>
</body>
</html>