-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
54 lines (50 loc) · 2.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Select - About</title>
<link rel="icon" type="image/x-icon" href="favicon.png">
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
</head>
<body>
<img src="/logobeeg.png" alt="our logo!" width="1000" class="center" style="max-width:100%;height:auto;">
<br>
<div class="container">
<ul class="myUL">
<li style="font-size:1.7vw"><a href="./">News</a></li>
<li style="font-size:1.7vw"><a href="music">Music</a>
<li style="font-size:1.7vw"><a href="shows">Shows</a></li>
<li style="font-size:1.7vw"><a href="merch">Merch</a></li>
<li style="font-size:1.7vw"><a href="media">Media</a></li>
<li style="font-size:1.7vw"><a href="contact">Contact</a></li>
<div class="dropdown">
<button class="dropbtn" style="font-size:1.7vw">More
<i class="fa fa-caret-down"></i>
</button>
<div class="dropdown-content">
<a href="about" class="active">About</a>
<a href="lyrics">Lyrics</a>
</div>
</div>
</ul>
</div>
<h3></h3>
<p>The Select is a DIY punk rock band formed in early 2021 out of Tigard, Oregon. We play simple, fast, high energy songs filtered through the classic punk rock sound. We write, record, and produce all of our music ourselves.<br><br>
<b>The Select is:</b>
<br>Cooper: Vocals and Guitar<br>
Alex: Bass and Vocals<br>
Revin: Drums<br></p>
<table class="center" style="max-width:100%;height:auto;">
<tr>
<td><img src="/pics/coop2.jpg" title="The whiner" class="responsive" style="width:auto;max-height:700px;border: .7vw solid #8800e5"></td>
<td><img src="/pics/revin1.jpg" title="The slammer" class="responsive" style="width:auto;max-height:700px;border: .7vw solid #00aa00;"></td>
</tr></table>
<p>
photos by: <a style="color: #00aa00;" href="https://www.instagram.com/genevieverfever/">@genevieverfever</a>
</p>
<footer>
<h5>© 2025 The Select Inc.</h5>
</footer>
</body>
</html>