fixes and updates
This commit is contained in:
parent
4c3ce6d2b6
commit
0692e8a0c5
1471 changed files with 27362 additions and 235 deletions
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,92 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
<!-- This section contains the table of contents. href defines the section of the page that clicking the navigation will redirect you to, and the stuff in li shows what actually results on the page. -->
|
||||
##Table of Contents
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="#intro">Introduction</a></li>
|
||||
<li><a href="#hbody">Venues</a></li>
|
||||
<li><a href="#related">Related Topics</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<!-- Heres an example of a section you will be redirected to. Notice the section id identical to the previously defined href. In this section, I also add a figure with a figcaption - a simple way of adding an image with a styled caption underneath. Adding images in html is very simple, just google it. -->
|
||||
|
||||
<section id="intro">
|
||||
##Introduction
|
||||
<figure style=" float: right">
|
||||
<img src="http://up.thirdculture.top/RVeiKnrznp/mkozxqcsgoxc1.jpeg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
Here's a relevant image you can attach of your topic!
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
This is an introduction. Introduce the topic of the page, such as the band, subculture, or venue. Write a short summary on the relevant information that you will go into further detail on in the rest of the page.
|
||||
|
||||
<!-- Nothing fancy here, just a body and some text. Note that the number of hashtags correlates with the appropriate heading level: 1 hashtag is a title, 2 is a subtitle, three is the first heading, so on and so forth. -->
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events(https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,93 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
<!-- This section contains the table of contents. href defines the section of the page that clicking the navigation will redirect you to, and the stuff in li shows what actually results on the page. -->
|
||||
##Table of Contents
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="#intro">Introduction</a></li>
|
||||
<li><a href="#hbody">Venues</a></li>
|
||||
<li><a href="#related">Related Topics</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
|
||||
<!-- Heres an example of a section you will be redirected to. Notice the section id identical to the previously defined href. In this section, I also add a figure with a figcaption - a simple way of adding an image with a styled caption underneath. Adding images in html is very simple, just google it. -->
|
||||
|
||||
<section id="intro">
|
||||
##Introduction
|
||||
<figure style=" float: right">
|
||||
<img src="http://up.thirdculture.top/RVeiKnrznp/mkozxqcsgoxc1.jpeg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
Here's a relevant image you can attach of your topic!
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
|
||||
This is an introduction. Introduce the topic of the page, such as the band, subculture, or venue. Write a short summary on the relevant information that you will go into further detail on in the rest of the page.
|
||||
|
||||
<!-- Nothing fancy here, just a body and some text. Note that the number of hashtags correlates with the appropriate heading level: 1 hashtag is a title, 2 is a subtitle, three is the first heading, so on and so forth. -->
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,78 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style=" float: right">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,79 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure>
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,82 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
dick dick balls ballss
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,84 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
dick dick balls ballss
|
||||
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,85 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows. Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,87 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
|
||||
### Live On Elgin
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,88 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
|
||||
### The Rainbow Bistro
|
||||
|
||||
### Dekcuf Cafe
|
||||
|
||||
### Dominion Tavern
|
||||
|
||||
### Brass Monkey
|
||||
|
||||
### House of Targ
|
||||
|
||||
### Club Saw
|
||||
|
||||
### 27 Club
|
||||
|
||||
### City at Night
|
||||
|
||||
<section id="related">
|
||||
##Related Topics
|
||||
|
||||
<!-- This style of bluelink will be very commonly used, as it is an easy way to redirect in markdown. make extensive use of this when developing your wiki to give a nice, interconnected feel, and avoid dead articles. -->
|
||||
[events](https://events.thirdculture.top/)
|
||||
[subcultures](https://thirdculture.top/wiki/subcultures/)
|
||||
[bands](https://thirdculture.top/wiki/bands/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,109 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tri
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,109 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/YxVuSG9jNI/o.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
220 Elgin St (Upstairs), Ottawa, ON K2P 1L7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: 300px; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectu
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,110 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/YxVuSG9jNI/o.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
220 Elgin St (Upstairs), Ottawa, ON K2P 1L7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectu
|
||||
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,109 @@
|
|||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/YxVuSG9jNI/o.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
220 Elgin St (Upstairs), K2P 1L7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">The Rainbow Bistro</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/LkSdaIvjEQ/192700633_3035057440097446_5467095423710307143_n.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
76 Murray St, K1N 5M6
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,110 @@
|
|||
WARNING: invalid % encoding:
|
||||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/YxVuSG9jNI/o.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
220 Elgin St (Upstairs), K2P 1L7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">The Rainbow Bistro</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/LkSdaIvjEQ/192700633_3035057440097446_5467095423710307143_n.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
76 Murray St, K1N 5M6
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Dominion Tavern</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/jLs8j5n50p/OrvillePeck-Dom-1.webp" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
33 York St, K1N 5S7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed%
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,111 @@
|
|||
WARNING: invalid % encoding: %
|
||||
WARNING: invalid % encoding:
|
||||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/YxVuSG9jNI/o.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
220 Elgin St (Upstairs), K2P 1L7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">The Rainbow Bistro</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/LkSdaIvjEQ/192700633_3035057440097446_5467095423710307143_n.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
76 Murray St, K1N 5M6
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Dominion Tavern</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/jLs8j5n50p/OrvillePeck-Dom-1.webp" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
33 York St, K1N 5S7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Dekcuf Cafe</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/8d68BgXbxU/DSC_0545-2.webp" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
221 Rideau St Second floor, K1N 9M2
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet%2
|
|
@ -0,0 +1 @@
|
|||
iancobain
|
|
@ -0,0 +1,91 @@
|
|||
WARNING: invalid % encoding: %
|
||||
WARNING: invalid % encoding:
|
||||
#Ottawa Music Venues
|
||||
|
||||
This is a semi-comprehensive list of all major music venues in Ottawa. Music venues are spaces with an express purpose of allowing musicians to host shows and concerts in the space. For now, this page will primarily focus on small venues instead of major concert stadiums such as the TD Centre.
|
||||
|
||||
|
||||
|
||||
|
||||
<section id="body">
|
||||
##Venues
|
||||
|
||||
Here are most of the major venues in Ottawa.
|
||||
|
||||
### Avant Garde Bar
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/xiew0fx8re/slide4_x500@2x.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
135 Besserer st, K1N 6A7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
A small, charming establishment located just two blocks away from the Rideau Centre. Notorious for cheap tickets, cheap covers for the bands, and experimental shows, a good friend once told me that all the bands who matter have their first show here. While labelling Avant-Garde as beginner's grounds seems a bit too much, it is undeniable that it is quite cramped and not designed for large shows.
|
||||
Avant-garde frequently hosts [punk](https://thirdculture.top/wiki/subcultures/punk), alternative metal, alternative rock, experimental, and other genres less commonly found in more expensive venues.
|
||||
|
||||
<br>
|
||||
|
||||
<h3 style="clear: both;">Live On Elgin</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/YxVuSG9jNI/o.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
220 Elgin St (Upstairs), K2P 1L7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">The Rainbow Bistro</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/LkSdaIvjEQ/192700633_3035057440097446_5467095423710307143_n.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
76 Murray St, K1N 5M6
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
<h3 style="clear: both;">Dominion Tavern</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/jLs8j5n50p/OrvillePeck-Dom-1.webp" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
33 York St, K1N 5S7
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Dekcuf Cafe</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/8d68BgXbxU/DSC_0545-2.webp" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
221 Rideau St Second floor, K1N 9M2
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">House of TARG</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/DSFyyOpsqQ/PUP-063-www.aidanthatcher.com_-1-1499x606.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
1077 Bank St, K1S 3W9
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
||||
<h3 style="clear: both;">Club SAW</h3>
|
||||
<figure style="float: left;">
|
||||
<img src="http://up.thirdculture.top/hMdREp5xKb/498585_Venue.jpg" alt="Sample Image" style="width: auto; height: 200px;">
|
||||
<figcaption style="font-style: italic; color: gray; font-size: 14px;">
|
||||
67 Nicholas St, K1N 7B9
|
||||
</figcaption>
|
||||
</figure>
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sed dolor lectus. Sed tristique sodales enim, nec eleifend ligula sagittis at. Donec volutpat gravida tortor, efficitur volutpat justo gravida ut. Cras dapibus luctus eros, in laoreet nulla dapibus at. Praesent ultricies mollis tellus, at bibendum felis semper eu.
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue