Fixed some navigation errors due to cases, plus updated the punklist to include a fully-html table handmade by me!

This commit is contained in:
Dalm 2022-03-25 16:25:44 +00:00
parent 666b7f6e30
commit d6120d10d1
11 changed files with 900 additions and 31 deletions

View File

@ -22,7 +22,7 @@
<div id=content-container class="flex-container">
<div id=Sidebar><p><div id="selfportrait-container"><img src="images/selfportrait cropped.png" alt="illustration of dalm in red and black" id="selfportrait"></div>
<nav>
<div id=navbuttonactive><a href=Main.html>Main</a></div>
<div id=navbuttonactive><a href=main.html>Main</a></div>
<div id=navbutton><a href=blog.html>Blog</a></div>
<div id=navbutton><a href=gallery.html>Art</a></div>
<div id=navbutton><a href=comics.html>Comics & Zines</a></div>

View File

@ -1,5 +1,18 @@
html {width: 100%;}
@font-face {
font-family: "junkostypewriter";
src: url(../fonts/junkos\ typewriter.ttf);
}
@font-face {
font-family: "lexie";
src: url(../fonts/LexieReadable-Regular.ttf);
}
@font-face {
font-family: "lexie-bold";
src: url(../fonts/LexieReadable-Bold.ttf);
}
body{
font-size: 100%;
color: rgb(153, 218, 80);
@ -7,11 +20,15 @@ body{
list-style-position: inside;
background-repeat: repeat;
background-attachment: scroll;
font-family:'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-family: 'lexie','Lucida Grande', 'Lucida Sans', Arial, sans-serif;
background-image: url(../images/fencered.gif);
}
.bold{
font-family: 'lexie-bold';
}
hr{
border-top: 1px dashed green;
}
@ -27,25 +44,73 @@ hr{
padding-right: 1%;
}
table,td{
border: 1px solid green;
vertical-align: top;
min-width: 110px;
}
td{
padding-left: 5px;
padding-right:5px;
padding-bottom: 5px;
overflow: wrap;
}
table{
width: 90%;
margin-left:auto;
margin-right:auto;
display:block;
overflow: scroll;
scrollbar-width: thin;
scrollbar-color: rgb(255, 72, 0) green;
border-style: double none none double;
border-width: 1px 0px 0px 4px;
border-color: chartreuse;
max-height: 1500px;
}
.red{
background-color: #694d8b28;
}
th{
border: 3px outset rgb(255, 72, 0);
color: rgb(255, 72, 0);
background-color: rgb(7, 36, 7);
position: sticky;
top: 0px;
}
caption{caption-side: bottom;
padding: 5px;}
#headerandskulls{
width: 100%;
}
#navbutton{
border: 4px 2px 2px 4px;
border: 4px;
border-color: green;
border-style: double solid solid double ;
border-style: outset ;
border-radius: 10px;
font-size: large;
text-align: center;
margin-left: 40%;
margin-right: 40%;
margin-left: auto;
margin-right: auto;
margin-top: 5px;
margin-bottom: 5px;
font-weight: bold;
font-size: 100%;
padding: 1%;
background-color: black;
width: 80px;
}
#navbutton:hover{
@ -53,15 +118,17 @@ hr{
color: black;
}
a{
color: aqua;
#navbutton:active{
border-style:inset;
background:#005500;
}
@font-face {
font-family: "junkostypewriter";
src: url(../fonts/junkos\ typewriter.ttf);
a{
color: rgb(255, 72, 0);
}
.inlineimg{
display: inline;
}
@ -70,7 +137,7 @@ h1{
font-family: "junkostypewriter", Courier, monospace;
font-weight:100;
font-size: 3.1vw;
color: orange;
color: rgb(255, 72, 0);
}
@ -121,7 +188,7 @@ h2{
margin-right:auto;
height:fit-content;
margin-top: -0.5%;
width: 69%;
width: 95%;
text-align: center;
background-color: black;
}
@ -174,6 +241,10 @@ footer{
margin-right: auto;
}
table{
max-height: 800px;
}
.flex-container{
flex-direction: column;
}

Binary file not shown.

Binary file not shown.

View File

@ -22,7 +22,7 @@
<div id=content-container class="flex-container">
<div id=Sidebar><p><div id="selfportrait-container"><img src="images/selfportrait cropped.png" alt="illustration of dalm in red and black" id="selfportrait"></div>
<nav>
<div id=navbutton><a href=Main.html>Main</a></div>
<div id=navbutton><a href=main.html>Main</a></div>
<div id=navbutton><a href=blog.html>Blog</a></div>
<div id=navbutton><a href=gallery.html>Art</a></div>
<div id=navbutton><a href=comics.html>Comics & Zines</a></div>

View File

@ -22,7 +22,7 @@
<div id=content-container class="flex-container">
<div id=Sidebar><p><div id="selfportrait-container"><img src="images/selfportrait cropped.png" alt="illustration of dalm in red and black" id="selfportrait"></div>
<nav>
<div id=navbutton><a href=Main.html>Main</a></div>
<div id=navbutton><a href=main.html>Main</a></div>
<div id=navbutton><a href=blog.html>Blog</a></div>
<div id=navbutton><a href=gallery.html>Art</a></div>
<div id=navbutton><a href=comics.html>Comics & Zines</a></div>

View File

@ -50,11 +50,28 @@
<p>Follow my <a href=rss.xml>RSS feed</a> to get news on site updates!</p></div>
<div id="sitelink" class="siteupdates">
<h3>Site updates!</h3>
<p><i>16/02/2022</i><br>
<h3>Site updates!</h3><hr>
<!-- template for the updates box.
article>
<p><h3><i>date</i></h3>
text
</article><hr>
-->
<article>
<p><h3><i>25/03/2022</i></h3>
WE'RE LIVE!<br>
I'm so excited to work on this site... Today I recreated the embedded google sheet on the <a href="./music/punklist.html">Punk List Page</a> as a fully handmade HTML form...
Which I think will load much faster and not have any trackers!<br>
I'll maybe write a little blog post and get my RSS feed working properly within the next couple of days, if I can.<br>
Oh, also I added placeholder pages for all the links on my sidebar... REMAIN CONTENT.
</article><hr>
<article>
<p><h3><i>16/02/2022</i></h3>
Hey all! Welcome to my site! It's not live, so only I'm seeing this right now, but hopefully it'll be up soon!<br>
Added the Gallery page, and finished the functionality of my cool Punk List page... So excited for everyone to see it!<br>
I will likely put up a blog post soon, so that that page isn't completely empty... And so I have something to put on the RSS feed!</p>
</article><hr>
</div>
<div id="badges">

View File

@ -38,7 +38,7 @@
</p></div>
<div id=main-content><h2>REMAIN CONTENT.</h1>
<p>Check out my <a href="./Music/punklist.html">list of Queer and Riot Grrl punk bands in Edinburgh!</a></p></div>
<p>Check out my <a href="./music/punklist.html">list of Queer and Riot Grrl punk bands in Edinburgh!</a></p></div>
</div>

433
music/punklist-test.html Normal file
View File

@ -0,0 +1,433 @@
<html lang="en">
<head>
<title>QUEER PUNK BANDS EDINBURGH</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta charset="UTF-8">
<meta name="description" content="A list of punk bands in Scotland!">
<meta name="author" content="Dalmationer">
<meta name="keywords" content="Edinburgh, punk, bands">
<link rel="stylesheet" href= "../css/bandsstyles.css">
<script data-goatcounter="https://dalmationer.goatcounter.com/count"
async src="//gc.zgo.at/count.js"></script>
</head>
<body>
<div id="header">
<div id=headerandskulls><img src="../images/skullspin.gif" id="skull"> <h1 style="display: inline-block; ">EDINBURGH PUNK BANDS</h1> <img src="../images/skullspin.gif" id="skull"></div>
<img src="../images/queerpunkpage.png" alt="An image showing several cool punk performers, highlighted against harsh red light." style="max-width: 1280px; width: 100%; border: 3px green inset;">
<p>Looking to book some pals for a gig but canny think of who? Want to find someone new & local to listen to? Want to let folks ken about your hot shit new band?
You're in the right place!
Run by MISS MASTERSTROKE and VEE RIOT, this directory is here, queer, and in operation for all your gay little needs.
</p>
<p>This page is a list of the queer and women punk bands in Edinburgh, inspired by <a href="https://girlandqueerbands.neocities.org/">girlandqueerbands.neocities.org.</a><br>
Special emphasis here is placed on <span style="font-weight:bolder">Riot Grrrl</span> and <span style="font-weight:bolder">Queer Punk</span> bands!<br>
<hr>
<h2>LAST UPDATED: <date>25/03/2022</date>!</h2>
<hr>
<img src="../images/punkgirl.gif" alt="punk girl sourced from gifcities" style="display: inline; max-width: 290px; width: 100%; margin-top: -2%; margin-bottom: -3%;">
<ul><span style="font-weight:bolder">This site is to be kept clear of:</span>
<li>Shit cishet man bands</li>
<li>Nazi punks</li>
<li>Capitalist recuperation garbage🤮🤮🤮🤮</li>
<li>Transphobes (as if they'd ever learn to play an instrument lolll)</li></ul><br>
If we somehow accidentally host an artist like that let us ken and we'll remove em.</p>
<div id="navbutton"> <a href="../Main.html">Back to main site.</a></div><br>
</div>
<div id="spreadsheetcontainer">
<table><caption>List of punk bands in Edinburgh</caption>
<colgroup>
<col class="red">
<col class="black">
<col class="red">
<col class="black">
<col class="red">
<col class="black">
</colgroup>
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Description</th>
<th scope="col">Style</th>
<th scope="col">Contact</th>
<th scope="col">Links</th>
<th scope="col">Active/Inactive</th>
</tr>
</thead>
<tbody>
<tr>
<td>Auntie Vicious</td>
<td>The new outfit from Sophie (Little Love), Nora (Little Love, PAL), & Lynnette (Llennett, Storm in a D Cup). Disco Grunge. A Queer powered up explosion of angst to make you dance</td>
<td>Charming & Emotional Punk, brilliant to dance to. Sophie tears up the dance floor and gives a wonderful hug. An absolute blast.</td>
<td>auntievicious [at] gmail.com</td>
<td><a href="https://www.facebook.com/AuntieVicious">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Bee Asha</td>
<td>Bee Asha Singh is a Scottish spoken word artist and rapper Her work is a cathartic outlet that she uses to explore themes of relationships, sexuality and trauma, characterised by an openness to talk about her lived experiences</td>
<td>Highly personal Feminist Rap & Poetry.</td>
<td>beeashasingh [at] gmail.com</td>
<td><a href="https://www.facebook.com/beeashabish">Facebook</a>,<a href="https://www.spititoutproject.com/bee-1">Website</a>,<a href="https://soundcloud.com/bluetigermusic">Soundcloud</a></td>
<td>Active</td>
</tr>
<tr>
<td>Blue Tiger</td>
<td>Melancholic pop tunes for the people. </td>
<td>Sweet and sad, chilled out vibes. I like to draw along with their music.</td>
<td>bluest.tiger [at] gmail.com</td>
<td><a href="https://bluetigerr.club/">Website</a>,
<a href="https://www.facebook.com/bluetigerrr">Facebook</a>,
<a href="https://soundcloud.com/bluetigermusic">Soundcloud</a>
</td>
<td></td>
</tr>
<tr>
<td>Bratakus</td>
<td>Bratakus are a 2 piece Vegan, Riot Grrrl Punk band from the North of Scotland. They are sisters Onnagh Cuinn (Bass/Vocals), Breagha Cuinn (Guitar/Vocals) and a drum machine. They have been described as making 'distortion-driven break-neck riot grrrl sounds'.</td>
<td>Riot Grrl, Vegan, Punk with screamy vocals, like an angry and powerful metalhead baby</td>
<td>breagha [at] hotmail.com</td>
<td><a href="https://www.facebook.com/Bratakus">Facebook</a>,
<a href="https://bratakusmerch.bigcartel.com/">Merch</a>,
<a href="https://www.youtube.com/channel/UCQs37iWkIIftp7a2n9Fk3kw">Youtube</a>,
<a href="https://bratakus.bandcamp.com/">Bandcamp</a>
</td>
<td>Active</td>
</tr>
<tr>
<td>Coma Cat</td>
<td>Coma Cat has awakened to bring you pure catnip. The bassless trio from Edinburgh plays rabid shed rock - a genre-bending type of minimal punk garage conceived for the felines of tomorrow. Or let's just call it music.</td>
<td>DIY Punk as hell, Coma Cat are bouncy and fun... Book them for a headliner!</td>
<td>comacatsheds [at] gmail.com</td>
<td><a href="https://www.facebook.com/comacatband">Facebook,</a>
<a href="https://comacat.bandcamp.com/">Bandcamp,</a>
<a href="https://www.instagram.com/coma_cat_band/">Instagram</a>
</td>
<td>Active</td>
</tr>
<tr>
<td>Curdle</td>
<td>Give us your phone number! Trippy riot pop from Wiggy, Lucy, Clare and Hoggers. Glasgow based female four piece.</td>
<td></td>
<td>curdleband [at] gmail.com</td>
<td><a href="https://www.facebook.com/curdleband">Facebook</a>,
<a href="https://curdle.bigcartel.com/">Merch</a></td>
<td></td>
</tr>
<!--
<tr>
<td>Dear Srrrz</td>
<td>Dear Srrrz are a new queer feminist punk band who write sapphic anthems for the modern grrls, ghouls and dykes and promote girplit solidarity.</td>
<td>VIKI VIKI FILL THIS OUT</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Faith Elliott</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>-->
<tr>
<td>Fingering at the Disco</td>
<td>Edinburgh based, queer, feminist, punk band born out of "Girls Rock School". Inspired by riot grrrl punk, radical politics, and a little bit of early 2000s pop classics.</td>
<td>CLASSIC Riot Grrrl shit. Snarly and brilliant. GIRLBOSS GIRLBOSS.</td>
<td>Contact em on <a href="https://www.facebook.com/fingerdisco">Facebook</a>!</td>
<td><a href="https://www.facebook.com/fingerdisco">Facebook,</a>
<a href="https://www.instagram.com/fingerdisco/">Instagram</a></td>
<td></td>
</tr>
<tr>
<td>Fistymuffs</td>
<td>Girls Rock School graduates, Fistymuffs are a political punk, Riot Grrrl band from Edinburgh. Their second EP, We Fight, sees the band tackle diet culture, fight gentrification and survive depression before asking you to join them in bringing down the capitalist society we find ourselves in. Expect relatable lyrics, solidarity, and a lot of dancing.</td>
<td>Riot Grrl, Punk, postpunk vibes, with lots of cool guitar pedals and repeated vocals. Brilliant fun with great stage banter. Also check out <a href="https://www.facebook.com/QueerAsPunkEdinburgh">Suky's gigs!</a></td>
<td>fistymuffsband [at] gmail.com</td>
<td>
<a href="https://www.facebook.com/Fistymuffs">Facebook,</a>
<a href="https://fistymuffs.bandcamp.com/">Bandcamp,</a>
<a href="https://twitter.com/Fistymuffs">Twitter,</a>
<a href="https://www.instagram.com/fistymuffs/">Instagram</a>
<a href="https://www.youtube.com/channel/UCJWkDP9FJrQKdXCLSsPU4pQ">Youtube</a>
</td>
<td>Active</td>
</tr>
<tr>
<td>Fit to Work</td>
<td>Fit to Work are a quasi-autonomous, non-governmental punk act from Scotland. Award-winning poet and performer Harry Josephine Giles joins members of Cradle of Filth, The Phantom Band and a guy from an office, to blast a scathing invective over a frantic backdrop of hardcore punk, with elements of thrash and grindcore.</td>
<td>Screamo vocals with super loud, angry drumming. fucking CUTTING lyrics. Fit to work are brilliant... Also check out <a href="https://harryjosephine.com/">Josie's poetry.</a></td>
<td>fittoworkband [at] gmail.com</td>
<td><a href="https://linktr.ee/fittowork">Link Tree,</a>
<a href="http://fittowork.band/">Website,</a>
<a href="https://twitter.com/fittoworkband">Twitter,</a>
<a href="https://www.youtube.com/playlist?list=PLeENk2fq3avkJmwzsBt7yF1qEoa2F8Tg9">Youtube,</a>
<a href="https://fittowork.bandcamp.com">Bandcamp + Merch</a></td>
<td>Active</td>
</tr>
<tr>
<td>Gay Panic Defence</td>
<td>Kirkcaldy-based purveyors of DIY queercore powerviolence [...] have been ripping up Plague Island for the better part of half a decade now. From the chaos of Hardcore Brunch at BYAF to Leftfest to touring the UK to leave it all in smithereens, Gay Panic Defence are a savage proposition of the stereo but a whole different animal live.</td>
<td>Somewhere between hardcore, oi and metal. Gay panic defence have some chaotic sounds for an intense queer mosh pit.</td>
<td>Contact em on <a href="https://www.facebook.com/GayPanicDefence">Facebook!</a></td>
<td><a href="https://gaypanicdefence.bandcamp.com/">Bandcamp,</a>
<a href="https://www.facebook.com/GayPanicDefence">Facebook,</a></td>
<td>Active</td>
</tr>
<tr>
<td>Goth GF</td>
<td>"Glasgow doom punk bullshit"</td>
<td>Sweet & sad punk stuff. Lovely Feels music.</td>
<td>gothgfband [at] gmail.com</td>
<td><a href="https://soundcloud.com/goth_gf">Soundcloud,</a>
<a href="https://www.facebook.com/GothGFofficial">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Hailey Beavis</td>
<td>Norfolk born Hailey Beavis is a song writer and artist living in Edinburgh.</td>
<td></td>
<td>okpalrecords [at] gmail.com<br>haileybeavis [at] gmail.com</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Honey Farm</td>
<td>All-female scottish rap group. Bouncy, fun, and extremely horny.</td>
<td>Peppy rap stuff, kind of straight, their stage banter is brill.</td>
<td>honeyfarm.official [at] gmail.com</td>
<td><a href="https://thehoneyfarm.bandcamp.com/">Bandcamp,</a> <a href="https://www.facebook.com/TheHoneyFarmOfficial">Facebook</a></td>
<td></td>
</tr>
<tr>
<td>Iona Z</td>
<td>Street songstress based in Leith, Edinburgh.</td>
<td>Street musician, country, blues, has a really incredible, deep voice. Pretty good pals with the page admin. You'll find her playing outside lidl most weeks, and it'll be the highlight of your day.</td>
<td>izawinski [at] gmail.com</td>
<td><a href="https://www.facebook.com/IonaZawinskiMusic">Facebook</a></td>
<td></td>
</tr>
<tr>
<td>Lana Wild</td>
<td>"Lana Wild is a noisy trans girl from Edinburgh, Scotland armed with stories about the craziest year of her life.
Sometimes solo, sometimes with the boys."</td>
<td>Hot as all hell</td>
<td></td>
<td><a href="https://linktr.ee/hellolanawild">Linktree,</a>
<a href="http://www.instagram.com/hellolanawildd">Instagram,</a>
<a href="http://tiktok.com/@hellolanawild">Tick Tock,</a>
<a href="http://www.facebook.com/lanawildmusic">Facebook,</a>
<a href="https://lanawild.bandcamp.com/">Bandcamp.</a></td>
<td></td>
</tr>
<tr>
<td>Lisa the Beauty Queen</td>
<td>Mysterious.</td>
<td>Hard to describe? Kind of noisy? Dubsteppy? It's like if sound was queer and could kick you in the kidney.</td>
<td></td>
<td><a href="https://www.facebook.com/lisathebeautyqueen">Facebook,</a><a href="https://lisathebeautyqueen.bandcamp.com">Bandcamp</a></td>
<td></td>
</tr>
<tr>
<td>lonely carp</td>
<td>A multi-instrumentalist and conceptual recording artist based in Edinburgh, lonely carp blends extended instrumental and vocal technique with both industrial and orchestral soundscapes, attempting to crystallise the complexity of a lived trans experience.</td>
<td></td>
<td>lonelycarp [at] hotmail.com</td>
<td><a href="http://lonelycarp.com/">Website,</a><a href="https://www.facebook.com/lonelycarp">Facebook,</a>
<a href="https://twitter.com/callierosecarp">Twitter,</a><a href="https://www.instagram.com/lonely_carp">Instagram</a></td>
<td>Active</td>
</tr>
<tr>
<td>Lou Mclean</td>
<td>Lou Mclean is a singer-songwriter who specialises in sweet melodies with razor-sharp lyrical content. Lou's music has drawn praise from The Skinny & The List magazines. She was featured in the BBC Scotland Documentary 'Riot Grrl Rock' in Nov 2019, as well as The Janice Forsyth Show. " a gem of the Scottish underground scene".</td>
<td>Poetic lyrics and understated acoustic guitar. Name a venue in Edinburgh and Lou's played there (and sold a lot of CDs.)</td>
<td>lou.mclean.music [at] gmail.com</td>
<td><a href="https://www.facebook.com/loumcleanmusic">Facebook,</a><a href="https://linktr.ee/loumcleanmusic">LinkTree,</a><a href="https://loumcleanmusic.bandcamp.com/">Bandcamp</a></td>
<td>Active</td>
</tr>
<tr>
<td>Molly Wyrd</td>
<td>Sad folk punk.</td>
<td></td>
<td>mollywyrd [at] gmail.com</td>
<td><a href="https://www.facebook.com/mollywyrd">Facebook, <a href="https://soundcloud.com/molly-wyrd">Soundcloud</a></td>
<td></td>
</tr>
<tr>
<td>Pictureskew</td>
<td>walking is the only thing / that comes to me more naturally / than shutting myself up inside / in spite of all that I believe</td>
<td>Mournful solo folk punk, acoustic and sleepy with a bitter humour. Queer.</td>
<td>Contact them on <a href="https://twitter.com/okyesitwas">Twitter.</a></td>
<td><a href="https://soundcloud.com/pictureskew">Soundcloud,</a> <a href="https://twitter.com/okyesitwas">Twitter</a></td>
<td></td>
</tr>
<tr>
<td>Rebecca Radical</td>
<td>Positivity spiked anarcho punk played by a buckfast drinking hippy cunt</td>
<td></td>
<td></td>
<td><a href="https://www.facebook.com/RebeccaRadical">Facebook,</a><a href="https://rebeccaradical.bandcamp.com/">Bandcamp</a></td>
<td></td>
</tr>
<tr>
<td>Sasquatch Junior</td>
<td>Post-rock and math-rock inspired minimalist instrumental guitar. [...] Also been described as 'instrumental emo-sounding magic noodles'</td>
<td>Sweet as hell folky stuff. Listen to their new EP.. it'll make u smile.</td>
<td>Contact them on <a href="https://sasquatchjunior.bandcamp.com/">Bandcamp!</a></td>
<td><a href="https://sasquatchjunior.bandcamp.com/">Bandcamp</a>
<a href="facebook.com/sasquatchjunior">Facebook</a></td>
<td></td>
</tr>
<tr>
<td>Sha Rivari</td>
<td>Sha Riviari is the 21st century one-man band. She plays guitar and stomps on things.</td>
<td></td>
<td>Contact her via <a href="https://sharivari.bandcamp.com/">Bandcamp!</a></td>
<td><a href="https://sharivari.bandcamp.com/">Bandcamp,</a> <a href="https://www.instagram.com/sha_rivari/">Instagram</a></td>
<td></td>
</tr>
<tr>
<td>Suffrajitsu</td>
<td>Suffrajitsu exercise their own brand of punky feminist musical anarchy. This Edinburgh band is made up of graduates from the Girls Rock School initiative.</td>
<td>Girls rock school graduates & teachers, riot grrl, queer! MARCH OF THE WOMEN!!! </td>
<td>Contact them on <a href="https://www.facebook.com/suffrajitsu">Facebook!</a></td>
<td><a href="https://www.facebook.com/suffrajitsu">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>The Farting Sufragettes</td>
<td>Feminist punk. Fake teeth. Jizz monkeys.</td>
<td>Horny as all hell, dancy-punk. Super freaking NSFW so if you book them do be prepared for that.</td>
<td>fartingsuffragettes [at] gmail.com</td>
<td><a href="https://www.facebook.com/thefartingsuffragettes">Facebook,</a> <a href="http://www.instagram.com/thefartingsuffragettes/">Instagram</a></td>
<td></td>
</tr>
<tr>
<td>The Harpies</td>
<td>A feminist, eclectic band with a punk heart based in Edinburgh, formed by a group of immigrants from different parts of the Spanish State: Valencia, Barcelona, León, Ourense and Murcia. We are all graduates from Edinburgh Girl Rock School. </td>
<td>Incredible feminist spanish punk. GREAT fun to dance to.</td>
<td>theharpiesedinburgh [at] gmail.com</td>
<td><a href="https://www.facebook.com/theharpiesedinburgh">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Twistettes</td>
<td>Jo and Nicky Darc make up The Twistettes with their dirty, twisted bass sound, a hit of swinging flare and thumping driving drums. They are punk, riot grrl, real-deal indie with a touch of psychobilly. They have performed at various venues from the legendary Glasgow Barrowlands to secret underground parties.</td>
<td>It's not drum & bass (the genre) but it is drum & bass (the instrument.) Jo and Nicky are kind of local celebs. Bass-heavy sounds and compelling vocals that rule to dance with.</td>
<td>thetwistettes [at] live.com</td>
<td><a href="https://thetwistettes.bandcamp.com/">Bandcamp,</a><a href="https://www.facebook.com/thetwistettes">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Vee Ruins</td>
<td>Vee Ruins is a folk punk singer songwriter based in Edinburgh who writes riot grrrl songs about anarcha-feminism. Occasional kazoo & banjo player, part of The Sturdy Fragiles folk punk band and Girls Rock School fanatic.</td>
<td>Lovely acoustic folk punk solo act. Biting sarcasm and burning sincerity!</td>
<td></td>
<td><a href="https://www.facebook.com/veeruins">Facebook,</a><a href="https://soundcloud.com/veeruins"> Soundcloud</a></td>
<td>Active</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="venues">
<div id="flexrow">
<div id="legend">
<h2>Legend</h4>
<p><span id="bold">Band name:</span> The name of the artist<br>
<span id="bold">Description:</span>A rough description of the artist (usually how they describe themselves.)<br>
<span id="bold">Style:</span> Genre is fake, so this is how they FEEL... Also sometimes it's the page author's opinions of them.<br>
<span id="bold">Contact:</span> How to reach out to the artist, in case you want to book them for a gig.
<span id="bold">Links:</span> Where to find the artist online.
<span id="bold">Active/inactive:</span> Is the artist currently doing gigs? Also notes go here.<br><br>
</p>
</div>
<div id="submit">
<h2>Submit an artist!</h2>
<p>Want to submit your fave band? <a href="https://docs.google.com/forms/d/e/1FAIpQLSf0ljtNLNUadZAcLRfsX335NIAJVAh5OsFohNwu1WoJxQjniQ/viewform?usp=sf_link">Here's the form!</a></p>
<ul><span style="font-weight: bolder;">We're especially looking for:</span>
<li>Queer bands (obviously.)</li>
<li>Riot Grrrl and Girls Rock School bands!</li>
<li>BIPOC and minority bands (they dinny get promo'd enough!)</li></ul>
<p>If you have any questions or requests, email us at: [email here lol] </p>
</div>
</div>
<div style="text-align: center;">
<a href="https://www.girlsrockschool.com/"><img src="../images/ads/GRSAD.GIF" class="inlineimg" alt="Are you a woman? nonbinary? genderqueer? intersex? Want to learn to play an instrument and start a band? Join the girls rock school! It's free!"></a>
<a href="http://www.anarcha.org/sallydarity/index.php"><img src="../images/ads/ANARCHAFEMgif.gif" alt="THE FUTURE IS ANARCHA-FEMINISM!" class="inlineimg"></a>
<br><img src="../images/skullspin.gif"><img src="../images/skullspin.gif"><img src="../images/skullspin.gif"><img src="../images/skullspin.gif">
</div>
<h2>Venues</h2>
<p>Coming soon!</p>
</div>
<footer>
Some images sourced from https://gifcities.org/.<br>
This page is Copyleft! Creative commons attribution non-commercial share alike, to be exact.<br>
This page uses NO cookies & does not spy on you! Some of the pages we link to may, however (e.g. Facebook, Google, Instagram.).
</footer>
</body>

View File

@ -26,9 +26,8 @@
<p>This page is a list of the queer and women punk bands in Edinburgh, inspired by <a href="https://girlandqueerbands.neocities.org/">girlandqueerbands.neocities.org.</a><br>
Special emphasis here is placed on <span style="font-weight:bolder">Riot Grrrl</span> and <span style="font-weight:bolder">Queer Punk</span> bands!<br>
<hr>
WARNING! We currrently use an embedded Google Sheet to display these bands. Google.com is a mega-corporation which makes most of its money
by spying on its users and selling their private information, & is basically spyware!
It's possible that we'll move to a fully-HTML solution in future... Stay tuned!<br><hr>
<h2>LAST UPDATED: <date>25/03/2022</date>!</h2>
<hr>
<img src="../images/punkgirl.gif" alt="punk girl sourced from gifcities" style="display: inline; max-width: 290px; width: 100%; margin-top: -2%; margin-bottom: -3%;">
@ -38,11 +37,361 @@
<li>Capitalist recuperation garbage🤮🤮🤮🤮</li>
<li>Transphobes (as if they'd ever learn to play an instrument lolll)</li></ul><br>
If we somehow accidentally host an artist like that let us ken and we'll remove em.</p>
<div id="navbutton"> <a href="../Main.html">Back to main site.</a></div>
<div id="navbutton"> <a href="../Main.html">Back to main site.</a></div><br>
</div>
<div id="spreadsheetcontainer">
<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vRGMbXgwS6zFC5_3kC5pevcg4S79t8fs7D6dmNSwTCKW2QEEdgU2b1OEPTZZQ64ufWfUYg136heDHnO/pubhtml?widget=true&amp;headers=false" id="sheetframe"></iframe>
<table><caption>List of punk bands in Edinburgh</caption>
<colgroup>
<col class="red">
<col class="black">
<col class="red">
<col class="black">
<col class="red">
<col class="black">
</colgroup>
<thead>
<tr>
<th scope="col">Name</th>
<th scope="col">Description</th>
<th scope="col">Style</th>
<th scope="col">Contact</th>
<th scope="col">Links</th>
<th scope="col">Active/Inactive</th>
</tr>
</thead>
<tbody>
<tr>
<td>Auntie Vicious</td>
<td>The new outfit from Sophie (Little Love), Nora (Little Love, PAL), & Lynnette (Llennett, Storm in a D Cup). Disco Grunge. A Queer powered up explosion of angst to make you dance</td>
<td>Charming & Emotional Punk, brilliant to dance to. Sophie tears up the dance floor and gives a wonderful hug. An absolute blast.</td>
<td>auntievicious [at] gmail.com</td>
<td><a href="https://www.facebook.com/AuntieVicious">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Bee Asha</td>
<td>Bee Asha Singh is a Scottish spoken word artist and rapper Her work is a cathartic outlet that she uses to explore themes of relationships, sexuality and trauma, characterised by an openness to talk about her lived experiences</td>
<td>Highly personal Feminist Rap & Poetry.</td>
<td>beeashasingh [at] gmail.com</td>
<td><a href="https://www.facebook.com/beeashabish">Facebook</a>,<a href="https://www.spititoutproject.com/bee-1">Website</a>,<a href="https://soundcloud.com/bluetigermusic">Soundcloud</a></td>
<td>Active</td>
</tr>
<tr>
<td>Blue Tiger</td>
<td>Melancholic pop tunes for the people. </td>
<td>Sweet and sad, chilled out vibes. I like to draw along with their music.</td>
<td>bluest.tiger [at] gmail.com</td>
<td><a href="https://bluetigerr.club/">Website</a>,
<a href="https://www.facebook.com/bluetigerrr">Facebook</a>,
<a href="https://soundcloud.com/bluetigermusic">Soundcloud</a>
</td>
<td></td>
</tr>
<tr>
<td>Bratakus</td>
<td>Bratakus are a 2 piece Vegan, Riot Grrrl Punk band from the North of Scotland. They are sisters Onnagh Cuinn (Bass/Vocals), Breagha Cuinn (Guitar/Vocals) and a drum machine. They have been described as making 'distortion-driven break-neck riot grrrl sounds'.</td>
<td>Riot Grrl, Vegan, Punk with screamy vocals, like an angry and powerful metalhead baby</td>
<td>breagha [at] hotmail.com</td>
<td><a href="https://www.facebook.com/Bratakus">Facebook</a>,
<a href="https://bratakusmerch.bigcartel.com/">Merch</a>,
<a href="https://www.youtube.com/channel/UCQs37iWkIIftp7a2n9Fk3kw">Youtube</a>,
<a href="https://bratakus.bandcamp.com/">Bandcamp</a>
</td>
<td>Active</td>
</tr>
<tr>
<td>Coma Cat</td>
<td>Coma Cat has awakened to bring you pure catnip. The bassless trio from Edinburgh plays rabid shed rock - a genre-bending type of minimal punk garage conceived for the felines of tomorrow. Or let's just call it music.</td>
<td>DIY Punk as hell, Coma Cat are bouncy and fun... Book them for a headliner!</td>
<td>comacatsheds [at] gmail.com</td>
<td><a href="https://www.facebook.com/comacatband">Facebook,</a>
<a href="https://comacat.bandcamp.com/">Bandcamp,</a>
<a href="https://www.instagram.com/coma_cat_band/">Instagram</a>
</td>
<td>Active</td>
</tr>
<tr>
<td>Curdle</td>
<td>Give us your phone number! Trippy riot pop from Wiggy, Lucy, Clare and Hoggers. Glasgow based female four piece.</td>
<td></td>
<td>curdleband [at] gmail.com</td>
<td><a href="https://www.facebook.com/curdleband">Facebook</a>,
<a href="https://curdle.bigcartel.com/">Merch</a></td>
<td></td>
</tr>
<!--
<tr>
<td>Dear Srrrz</td>
<td>Dear Srrrz are a new queer feminist punk band who write sapphic anthems for the modern grrls, ghouls and dykes and promote girplit solidarity.</td>
<td>VIKI VIKI FILL THIS OUT</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td>Faith Elliott</td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>-->
<tr>
<td>Fingering at the Disco</td>
<td>Edinburgh based, queer, feminist, punk band born out of "Girls Rock School". Inspired by riot grrrl punk, radical politics, and a little bit of early 2000s pop classics.</td>
<td>CLASSIC Riot Grrrl shit. Snarly and brilliant. GIRLBOSS GIRLBOSS.</td>
<td>Contact em on <a href="https://www.facebook.com/fingerdisco">Facebook</a>!</td>
<td><a href="https://www.facebook.com/fingerdisco">Facebook,</a>
<a href="https://www.instagram.com/fingerdisco/">Instagram</a></td>
<td></td>
</tr>
<tr>
<td>Fistymuffs</td>
<td>Girls Rock School graduates, Fistymuffs are a political punk, Riot Grrrl band from Edinburgh. Their second EP, We Fight, sees the band tackle diet culture, fight gentrification and survive depression before asking you to join them in bringing down the capitalist society we find ourselves in. Expect relatable lyrics, solidarity, and a lot of dancing.</td>
<td>Riot Grrl, Punk, postpunk vibes, with lots of cool guitar pedals and repeated vocals. Brilliant fun with great stage banter. Also check out <a href="https://www.facebook.com/QueerAsPunkEdinburgh">Suky's gigs!</a></td>
<td>fistymuffsband [at] gmail.com</td>
<td>
<a href="https://www.facebook.com/Fistymuffs">Facebook,</a>
<a href="https://fistymuffs.bandcamp.com/">Bandcamp,</a>
<a href="https://twitter.com/Fistymuffs">Twitter,</a>
<a href="https://www.instagram.com/fistymuffs/">Instagram</a>
<a href="https://www.youtube.com/channel/UCJWkDP9FJrQKdXCLSsPU4pQ">Youtube</a>
</td>
<td>Active</td>
</tr>
<tr>
<td>Fit to Work</td>
<td>Fit to Work are a quasi-autonomous, non-governmental punk act from Scotland. Award-winning poet and performer Harry Josephine Giles joins members of Cradle of Filth, The Phantom Band and a guy from an office, to blast a scathing invective over a frantic backdrop of hardcore punk, with elements of thrash and grindcore.</td>
<td>Screamo vocals with super loud, angry drumming. fucking CUTTING lyrics. Fit to work are brilliant... Also check out <a href="https://harryjosephine.com/">Josie's poetry.</a></td>
<td>fittoworkband [at] gmail.com</td>
<td><a href="https://linktr.ee/fittowork">Link Tree,</a>
<a href="http://fittowork.band/">Website,</a>
<a href="https://twitter.com/fittoworkband">Twitter,</a>
<a href="https://www.youtube.com/playlist?list=PLeENk2fq3avkJmwzsBt7yF1qEoa2F8Tg9">Youtube,</a>
<a href="https://fittowork.bandcamp.com">Bandcamp + Merch</a></td>
<td>Active</td>
</tr>
<tr>
<td>Gay Panic Defence</td>
<td>Kirkcaldy-based purveyors of DIY queercore powerviolence [...] have been ripping up Plague Island for the better part of half a decade now. From the chaos of Hardcore Brunch at BYAF to Leftfest to touring the UK to leave it all in smithereens, Gay Panic Defence are a savage proposition of the stereo but a whole different animal live.</td>
<td>Somewhere between hardcore, oi and metal. Gay panic defence have some chaotic sounds for an intense queer mosh pit.</td>
<td>Contact em on <a href="https://www.facebook.com/GayPanicDefence">Facebook!</a></td>
<td><a href="https://gaypanicdefence.bandcamp.com/">Bandcamp,</a>
<a href="https://www.facebook.com/GayPanicDefence">Facebook,</a></td>
<td>Active</td>
</tr>
<tr>
<td>Goth GF</td>
<td>"Glasgow doom punk bullshit"</td>
<td>Sweet & sad punk stuff. Lovely Feels music.</td>
<td>gothgfband [at] gmail.com</td>
<td><a href="https://soundcloud.com/goth_gf">Soundcloud,</a>
<a href="https://www.facebook.com/GothGFofficial">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Hailey Beavis</td>
<td>Norfolk born Hailey Beavis is a song writer and artist living in Edinburgh.</td>
<td></td>
<td>okpalrecords [at] gmail.com<br>haileybeavis [at] gmail.com</td>
<td></td>
<td></td>
</tr>
<tr>
<td>Honey Farm</td>
<td>All-female scottish rap group. Bouncy, fun, and extremely horny.</td>
<td>Peppy rap stuff, kind of straight, their stage banter is brill.</td>
<td>honeyfarm.official [at] gmail.com</td>
<td><a href="https://thehoneyfarm.bandcamp.com/">Bandcamp,</a> <a href="https://www.facebook.com/TheHoneyFarmOfficial">Facebook</a></td>
<td></td>
</tr>
<tr>
<td>Iona Z</td>
<td>Street songstress based in Leith, Edinburgh.</td>
<td>Street musician, country, blues, has a really incredible, deep voice. Pretty good pals with the page admin. You'll find her playing outside lidl most weeks, and it'll be the highlight of your day.</td>
<td>izawinski [at] gmail.com</td>
<td><a href="https://www.facebook.com/IonaZawinskiMusic">Facebook</a></td>
<td></td>
</tr>
<tr>
<td>Lana Wild</td>
<td>"Lana Wild is a noisy trans girl from Edinburgh, Scotland armed with stories about the craziest year of her life.
Sometimes solo, sometimes with the boys."</td>
<td>Hot as all hell</td>
<td></td>
<td><a href="https://linktr.ee/hellolanawild">Linktree,</a>
<a href="http://www.instagram.com/hellolanawildd">Instagram,</a>
<a href="http://tiktok.com/@hellolanawild">Tick Tock,</a>
<a href="http://www.facebook.com/lanawildmusic">Facebook,</a>
<a href="https://lanawild.bandcamp.com/">Bandcamp.</a></td>
<td></td>
</tr>
<tr>
<td>Lisa the Beauty Queen</td>
<td>Mysterious.</td>
<td>Hard to describe? Kind of noisy? Dubsteppy? It's like if sound was queer and could kick you in the kidney.</td>
<td></td>
<td><a href="https://www.facebook.com/lisathebeautyqueen">Facebook,</a><a href="https://lisathebeautyqueen.bandcamp.com">Bandcamp</a></td>
<td></td>
</tr>
<tr>
<td>lonely carp</td>
<td>A multi-instrumentalist and conceptual recording artist based in Edinburgh, lonely carp blends extended instrumental and vocal technique with both industrial and orchestral soundscapes, attempting to crystallise the complexity of a lived trans experience.</td>
<td></td>
<td>lonelycarp [at] hotmail.com</td>
<td><a href="http://lonelycarp.com/">Website,</a><a href="https://www.facebook.com/lonelycarp">Facebook,</a>
<a href="https://twitter.com/callierosecarp">Twitter,</a><a href="https://www.instagram.com/lonely_carp">Instagram</a></td>
<td>Active</td>
</tr>
<tr>
<td>Lou Mclean</td>
<td>Lou Mclean is a singer-songwriter who specialises in sweet melodies with razor-sharp lyrical content. Lou's music has drawn praise from The Skinny & The List magazines. She was featured in the BBC Scotland Documentary 'Riot Grrl Rock' in Nov 2019, as well as The Janice Forsyth Show. " a gem of the Scottish underground scene".</td>
<td>Poetic lyrics and understated acoustic guitar. Name a venue in Edinburgh and Lou's played there (and sold a lot of CDs.)</td>
<td>lou.mclean.music [at] gmail.com</td>
<td><a href="https://www.facebook.com/loumcleanmusic">Facebook,</a><a href="https://linktr.ee/loumcleanmusic">LinkTree,</a><a href="https://loumcleanmusic.bandcamp.com/">Bandcamp</a></td>
<td>Active</td>
</tr>
<tr>
<td>Molly Wyrd</td>
<td>Sad folk punk.</td>
<td></td>
<td>mollywyrd [at] gmail.com</td>
<td><a href="https://www.facebook.com/mollywyrd">Facebook, <a href="https://soundcloud.com/molly-wyrd">Soundcloud</a></td>
<td></td>
</tr>
<tr>
<td>Pictureskew</td>
<td>walking is the only thing / that comes to me more naturally / than shutting myself up inside / in spite of all that I believe</td>
<td>Mournful solo folk punk, acoustic and sleepy with a bitter humour. Queer.</td>
<td>Contact them on <a href="https://twitter.com/okyesitwas">Twitter.</a></td>
<td><a href="https://soundcloud.com/pictureskew">Soundcloud,</a> <a href="https://twitter.com/okyesitwas">Twitter</a></td>
<td></td>
</tr>
<tr>
<td>Rebecca Radical</td>
<td>Positivity spiked anarcho punk played by a buckfast drinking hippy cunt</td>
<td></td>
<td></td>
<td><a href="https://www.facebook.com/RebeccaRadical">Facebook,</a><a href="https://rebeccaradical.bandcamp.com/">Bandcamp</a></td>
<td></td>
</tr>
<tr>
<td>Sasquatch Junior</td>
<td>Post-rock and math-rock inspired minimalist instrumental guitar. [...] Also been described as 'instrumental emo-sounding magic noodles'</td>
<td>Sweet as hell folky stuff. Listen to their new EP.. it'll make u smile.</td>
<td>Contact them on <a href="https://sasquatchjunior.bandcamp.com/">Bandcamp!</a></td>
<td><a href="https://sasquatchjunior.bandcamp.com/">Bandcamp</a>
<a href="facebook.com/sasquatchjunior">Facebook</a></td>
<td></td>
</tr>
<tr>
<td>Sha Rivari</td>
<td>Sha Riviari is the 21st century one-man band. She plays guitar and stomps on things.</td>
<td></td>
<td>Contact her via <a href="https://sharivari.bandcamp.com/">Bandcamp!</a></td>
<td><a href="https://sharivari.bandcamp.com/">Bandcamp,</a> <a href="https://www.instagram.com/sha_rivari/">Instagram</a></td>
<td></td>
</tr>
<tr>
<td>Suffrajitsu</td>
<td>Suffrajitsu exercise their own brand of punky feminist musical anarchy. This Edinburgh band is made up of graduates from the Girls Rock School initiative.</td>
<td>Girls rock school graduates & teachers, riot grrl, queer! MARCH OF THE WOMEN!!! </td>
<td>Contact them on <a href="https://www.facebook.com/suffrajitsu">Facebook!</a></td>
<td><a href="https://www.facebook.com/suffrajitsu">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>The Farting Sufragettes</td>
<td>Feminist punk. Fake teeth. Jizz monkeys.</td>
<td>Horny as all hell, dancy-punk. Super freaking NSFW so if you book them do be prepared for that.</td>
<td>fartingsuffragettes [at] gmail.com</td>
<td><a href="https://www.facebook.com/thefartingsuffragettes">Facebook,</a> <a href="http://www.instagram.com/thefartingsuffragettes/">Instagram</a></td>
<td></td>
</tr>
<tr>
<td>The Harpies</td>
<td>A feminist, eclectic band with a punk heart based in Edinburgh, formed by a group of immigrants from different parts of the Spanish State: Valencia, Barcelona, León, Ourense and Murcia. We are all graduates from Edinburgh Girl Rock School. </td>
<td>Incredible feminist spanish punk. GREAT fun to dance to.</td>
<td>theharpiesedinburgh [at] gmail.com</td>
<td><a href="https://www.facebook.com/theharpiesedinburgh">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Twistettes</td>
<td>Jo and Nicky Darc make up The Twistettes with their dirty, twisted bass sound, a hit of swinging flare and thumping driving drums. They are punk, riot grrl, real-deal indie with a touch of psychobilly. They have performed at various venues from the legendary Glasgow Barrowlands to secret underground parties.</td>
<td>It's not drum & bass (the genre) but it is drum & bass (the instrument.) Jo and Nicky are kind of local celebs. Bass-heavy sounds and compelling vocals that rule to dance with.</td>
<td>thetwistettes [at] live.com</td>
<td><a href="https://thetwistettes.bandcamp.com/">Bandcamp,</a><a href="https://www.facebook.com/thetwistettes">Facebook</a></td>
<td>Active</td>
</tr>
<tr>
<td>Vee Ruins</td>
<td>Vee Ruins is a folk punk singer songwriter based in Edinburgh who writes riot grrrl songs about anarcha-feminism. Occasional kazoo & banjo player, part of The Sturdy Fragiles folk punk band and Girls Rock School fanatic.</td>
<td>Lovely acoustic folk punk solo act. Biting sarcasm and burning sincerity!</td>
<td>Contact them on <a href="https://www.facebook.com/veeruins">Facebook!</a></td>
<td><a href="https://www.facebook.com/veeruins">Facebook,</a><a href="https://soundcloud.com/veeruins"> Soundcloud</a></td>
<td>Active</td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</div>
<div id="venues">
<div id="flexrow">
<div id="legend">
<h2>Legend</h4>
@ -66,12 +415,11 @@
<p>If you have any questions or requests, email us at: [email here lol] </p>
</div>
</div>
<a href="https://www.girlsrockschool.com/"><img src="../images/ads/GRSAD.GIF" class="inlineimg" alt="Are you a woman? nonbinary? genderqueer? intersex? Want to learn to play an instrument and start a band? Join the girls rock school! It's free!"></a>
<img src="../images/ads/ANARCHAFEMgif.gif" alt="THE FUTURE IS ANARCHA-FEMINISM!" class="inlineimg">
<br><img src="../images/skullspin.gif"><img src="../images/skullspin.gif"><img src="../images/skullspin.gif"><img src="../images/skullspin.gif">
</div>
<div id="venues">
<div style="text-align: center;">
<a href="https://www.girlsrockschool.com/"><img src="../images/ads/GRSAD.GIF" class="inlineimg" alt="Are you a woman? nonbinary? genderqueer? intersex? Want to learn to play an instrument and start a band? Join the girls rock school! It's free!"></a>
<a href="http://www.anarcha.org/sallydarity/index.php"><img src="../images/ads/ANARCHAFEMgif.gif" alt="THE FUTURE IS ANARCHA-FEMINISM!" class="inlineimg"></a>
<br><img src="../images/skullspin.gif"><img src="../images/skullspin.gif"><img src="../images/skullspin.gif"><img src="../images/skullspin.gif">
</div>
<h2>Venues</h2>
<p>Coming soon!</p>
</div>
@ -80,6 +428,6 @@
<footer>
Some images sourced from https://gifcities.org/.<br>
This page is Copyleft! Creative commons attribution non-commercial share alike, to be exact.<br>
This page uses NO cookies & does not spy on you! Except the google doc. Google does spy on you.
This page uses NO cookies & does not spy on you! Some of the pages we link to may, however (e.g. Facebook, Google, Instagram.).
</footer>
</body>

View File

@ -22,7 +22,7 @@
<div id=content-container class="flex-container">
<div id=Sidebar><p><div id="selfportrait-container"><img src="images/selfportrait cropped.png" alt="illustration of dalm in red and black" id="selfportrait"></div>
<nav>
<div id=navbutton><a href=Main.html>Main</a></div>
<div id=navbutton><a href=main.html>Main</a></div>
<div id=navbutton><a href=blog.html>Blog</a></div>
<div id=navbutton><a href=gallery.html>Art</a></div>
<div id=navbutton><a href=comics.html>Comics & Zines</a></div>