diff options
Diffstat (limited to 'shows.html')
-rw-r--r-- | shows.html | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/shows.html b/shows.html new file mode 100644 index 0000000..abd103f --- /dev/null +++ b/shows.html @@ -0,0 +1,41 @@ +<!DOCTYPE html> + +<html> + <head> + <title>Shows</title> + <link rel="stylesheet" href="styles.css"> + </head> + + <body> + <center> + <div> + <h1>SLC underground shows index</h1> + <p>This page will--hopefully--serve as a simple index of upcoming shows in the Salt Lake City area. It's cobwebs for now, but that will change soon! Contacting me is super appreciated if you're a band or venue that wants to add a show or shows to the index.</p> + </div> + <div> + <h2>Why?</h2> + <p>Most bands and venues in the scene seem communicate mostly on social media, which is convenient if you already use it, but has many downsides. To participate, it requires creating an account by giving away personal information to a corporation, viewing unwanted ads in the app, being subject to the whims of their moderation, and having every action you take surveilled and scrutinized.</p> + <p>I'm on a personal vendetta against social media, and would like to create an accessible, simple webpage to index upcoming shows in and around the SLC area. This website will contain no advertisements, no algorithm, no proprietary software, and has no analytics/surveillance.</p> + </div> + <div> + <h2>Are you in a band?</h2> + <p>If you're in a band and would like to have your shows included, just shoot me a message over email (shows@skylarcloud.slmail.me), Signal (oat.50), or Matrix (@skylar:matrix.skylarcloud.xyz) with the details! I'll just need the band(s) playing, the address, the date and time, and the price of entry if there is one. You're welcome to include any contexual information you'd like as well. If the show is at someone's residence, please get their permission to share their address beforehand!</p> + </div> + <div> + <h2>Demo index</h2> + <p>Here are some examples of what the index would likely look like.</p> + <h3>July 5 @ 7PM | The who, the what, when, why, how</h3> + <p><strong>Address:</strong> Some spooky graveyard, SLC</p> + <p><strong>Tickets:</strong> $5</p> + <p><strong>Post Link:</strong> https://instaflam.coom/this-show + <h3>July 6 @ 8:30PM | Tree trunk, big boy</h3> + <p><strong>Address:</strong> 123 A 123 B, SLC</p> + <p><strong>Tickets:</strong> N/A</p> + <p><strong>Note:</strong> No smoking immediately outside the house please + <h3>July 7 @ 6:30PM | Tartar chartar</h3> + <p><strong>Address:</strong> 0987 X 9876 Y, SLC</p> + <p><strong>Tickets:</strong> N/A</p> + </div> + </center> + </body> +</html> |