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/)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue