-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
59 lines (50 loc) · 3.27 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
<!DOCTYPE html>
<html>
<head>
<title>The Generics | About </title>
<meta name = "Description" content="This is the Description">
<link rel="stylesheet" href="style.css">
<link href="//db.onlinewebfonts.com/c/57d038810942f99c1d5f6aa97fb3c697?family=Booter+-+Zero+Zero" rel="stylesheet" type="text/css"/>
</head>
<body>
<header class="main_header">
<nav class="nav main-nav">
<ul>
<li> <a href="home.html"> HOME </a> </li>
<li> <a href="store.html"> STORE </a> </li>
<li> <a href="index.html"> ABOUT </a> </li>
</ul>
</nav>
<h1 class="band-name band-name large">The Generics</h1>
</header>
<section class="content-section container">
<h2 class="section-header">ABOUT</h2>
<img class = "about-band-image" src="images/Band Members.png" height="200" width="200">
<p>The Generics Goodies Band originated in 1989 with two members, Gary "The Frog" Swanson and Ray Schnarr. With the "Frog" on keyboards and Schnarr on guitar and vocals, they needed some rhythm, they added "The Great Piersono" for drums and laughs. As time has progressed the band has evolved into a multimusical extravaganza covering music from the forties to the nineties spread over a vast range of genres from country to pop rock. The current nucleus of the band consists of Gary "The Frog" Swanson, keyboards; Ray Schnarr "Schnarsky" guitar & vocals; Ray "The Great Piersono" Pierson percussion and humor, Larry "Uncle Lar" Kuepker, drums, vocals & Chicken Suit, Marilyn, "Tape Lady." Younger saxophone, Virjean "Sweetie" Haywood, vocals John "Jonny" Loftus , Lead Guitar.
</p>
<p>The band increases in size up to 9 or 10 pieces depending on the gig requirement. This album is a culmination of all the years and all the members who have contributed to the fun and good music and entertainment that has been this bands quest to provide since its inception in 1989. Thanks to all who have listened, laughed, danced and applauded our efforts to make you forget your problems for just a few hours, this ones for you. </p>
</section>
<footer class="main-footer">
<div class="container main-footer-container">
<h3 class="band-name"> The Generics</h3>
<ul class="nav footer-nav">
<li>
<a href="https://www.facebook.com/" target="_blank">
<img src="images/fb.png" height="30" width="30">
</a>
</li>
<li>
<a href="https://www.twitter.com/" target="_blank">
<img src="images/twitter.png" height="30" width="30">
</a>
</li>
<li>
<a href="http://youtube.com" target="_blank">
<img src="images/youtube.png" height="30" width="30">
</a>
</li>
</ul>
</div>
</footer>
</body>
</html>