-
Notifications
You must be signed in to change notification settings - Fork 1
/
about.html
228 lines (204 loc) · 5.43 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<title>About</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>
<!--hello i made dis AEM -->
<!-- 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>
</head>
<body>
<!-- Navbar -->
<style>
html{padding-bottom: 150px;}
body {
margin: 0;
background-color:black;
background-image: url('/assets/a4444.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>
<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>
<!-- The Band Section -->
<div class="maintext1">
<h2 class= "title2" style="margin-top:0px">About Us</h2>
<style>
.maintext1{
max-width: 65%;
padding-left: 30%;
text-align: center;}
.title2{
text-shadow: 2px 5px 0px black, 5px -1px black, -6px 0px black, 1px -5px 0px black;
font-family:"Haettenschweiler";
font-size:150px;
text-align:center;
text-align:top;
color:white
}
@media only screen and (max-width:500px){
.title2 {
padding-bottom: 10px;
font-size: 76px;
text-align: center;
padding-left: 0%;
}
</style>
</div>
<!-- Page content -->
<div class="maintext2">
<p style="color:white; text-align:center;"><i>Montreal-based band</i></p>
<p style="color:white; text-align:center">
Hi, check back soon for new content in early 2021. We are Allison
and Ryan and we make songs. <br><br><br>
Ryan: Lead guitar, opinions<br>
Allison: Everything else + production, mixing, mastering
</p></div>
<style>
.maintext2{
background-color: #000000bd;
padding: 2px;
margin: 10px;
max-width: 100%;
margin-left:23%;
margin-right: 23%;
font-size:20px;
}
@media only screen and (max-width:500px){
.maintext2 {
max-width: 102%;
padding-left: 28%;
text-align: center;
font-size: 12px;}
}
</style>
<div class="maintext1">
<style>
.maintext1{
max-width: 70%;
text-align: center;}
@media only screen and (max-width:500px){
.maintext1 {
max-width: 102%;
padding-left: 28%;
text-align: center;
}
</style>
<div class="pics">
<div class="w3-half pics2">
<p>Allison</p>
<img src="/assets/megif2.gif" class="picspec">
</div>
<div class="w3-half pics2">
<p>Ryan</p>
<img src="/assets/rygif.gif" class="picspec">
</div>
<style>
.picspec{
width:300px;
}
.pics2{
text-shadow: 2px 5px 0px black, 5px -1px black, -6px 0px black, 1px -5px 0px black;
padding-right:25px;
padding-left:25px;
}
.pics p{
margin-top: 50px;
margin-bottom:20px;
color: white;
font-size: 500%;
font-family: "haettenschweiler";
}
@media only screen and (max-width:500px){
.picspec{
width:100%;
}
.pics {
}
.pics p{
margin-bottom: 5px;
margin-top: 20px;
color: white;
font-size: 50%;
font-family: "haettenschweiler";
}
</style>
<!--<div class="w3-third">
<p>Allison</p>
<img src="/assets/logored.png" class="w3-round w3-margin-bottom"style="width:60%">-->
</div>
</div>
</div>
</div>
</script>
</body>
</html>