-
Notifications
You must be signed in to change notification settings - Fork 0
/
venues.html
91 lines (91 loc) · 2.91 KB
/
venues.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
<html>
<head>
<title>Rabblefish : Venues Played</title>
</head>
<body style="overflow:scroll; background-color:black" link="#ece8da">
<center>
<!-- ================================================================== -->
<!-- Rabblefish : Venues Played
<!-- ================================================================== -->
<br>
<div style="text-align:center; font:48px arial; color:#ed702d; width:700">
Rabblefish 🐠 Venues Played
</div>
<div style="text-align:center; font:22px arial; color:#ed702d; width:700">
<a href="index.html" style="color:#f7ae76">www.rabblefishmusic.com</a>
</div>
<br>
<!-- ================================================================== -->
<!-- Denver
<!-- ================================================================== -->
<div style="text-align:left; font:24px arial; color:#ed702d; width:700">
Denver, CO
</div>
<div style="text-align:left; font:20px arial; color:white; width:700">
<ul>
<li>Appaloosa Grill (monthly residency)
<li>Five Points Jazz Festival
<li>Dazzle
<li>Bauer's Listening Lounge
<li>Nocturne Jazz & Supper Club
<li>The Arvada Tavern
<li>Quixote's True Blue
<li>Ophellia's Electric Soapbox
<li>Jazz at Jack's
<li>Vine Street Pub
<li>Park House
<li>Denver Loft Sessions (Denver 8 TV show)
</ul>
</div>
<!-- ================================================================== -->
<!-- Boulder
<!-- ================================================================== -->
<div style="text-align:left; font:24px arial; color:#ed702d; width:700">
Boulder, CO
</div>
<div style="text-align:left; font:20px arial; color:white; width:700">
<ul>
<li>The Laughing Goat (monthly residency)
<li>Boulder Jazz Festival
<li>Boulder Theater
<li>Boulder International Film Festival (BIFF)
<li>Dairy Arts Center
<li>St Julien Hotel
<li>Hotel Boulderado
<li>License No. 1
<li>Mountain Sun Pub
<li>Southern Sun Pub
<li>Caffè Sole
<li>Bohemian Biergarten
<li>Post Brewing Company
<li>Centro Mexican Kitchen
<li>Next Door Eatery
<li>Press Play
</div>
</ul>
<!-- ================================================================== -->
<!-- Beyond
<!-- ================================================================== -->
<div style="text-align:left; font:24px arial; color:#ed702d; width:700">
Beyond
</div>
<div style="text-align:left; font:20px arial; color:white; width:700">
<ul>
<li>Motif Jazz Cafe - Colorado Springs, CO
<li>Donkey Creek Festival - Sheridan, WY
<li>Wibby Brewing - Longmont, CO
<li>Crystal Rose Event Center - Golden, CO
<li>Treppeda's Ristorante - Niwot, CO
<li>The Blu Note Bar & Grill - Parker, CO
</ul>
</div>
<!-- ================================================================== -->
<!-- Copyright footer -->
<!-- ================================================================== -->
<br>
<div style="font:12px arial; text-align:center; color:#ece8da; width:700">
Copyright © 2015-2020 Chris Malley - All Rights Reserved
</div>
</center>
</body>
</html>