fixes and updates

This commit is contained in:
q 2025-05-21 00:31:22 -04:00
parent 4c3ce6d2b6
commit 0692e8a0c5
1471 changed files with 27362 additions and 235 deletions

View file

@ -18,32 +18,6 @@ services:
networks:
- default-werc
gossa:
image: pldubouilh/gossa
container_name: gossa
ports:
- 3001:8001
volumes:
- ./werc/sites/thirdculture.top/_files:/shared
- ./werc/sites/ppl.thirdculture.top:/shared/people
networks:
- default-werc
transfer:
image: dutchcoders/transfer.sh:latest
container_name: transfer
ports:
- "3880:8080"
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/", "--max-upload-size", "10485760"]
environment:
- MAX_UPLOAD_SIZE=10485760
volumes:
- ./transfer/uploads:/uploads
- ./transfer/tshweb:/web
restart: always
networks:
- default-werc
networks:
default-werc:
driver: bridge

View file

@ -1,25 +0,0 @@
$HTTP["host"] =~ "^files\.thirdculture\.top$" {
auth.backend = "htpasswd"
auth.backend.htpasswd.userfile = "/etc/lighttpd/.htpasswd"
auth.require = ( "" =>
(
"method" => "basic",
"realm" => "Password protected area",
"require" => "valid-user"
)
)
proxy.server = (
"" => (
(
"host" => "gossa",
"port" => 8001,
"headers" => (
"Host" => "$HTTP_HOST",
"X-Forwarded-For" => "$REMOTE_ADDR"
)
)
)
)
}

View file

@ -1,19 +0,0 @@
$HTTP["host"] =~ "up\.thirdculture\.top" {
server.document-root = "/var/www/localhost/htdocs"
proxy.server = (
"" => (
"localhost" => (
"host" => "transfer",
"port" => 8080,
"path" => "/web",
"headers" => (
"Host" => "$HTTP_HOST",
"X-Forwarded-For" => "$REMOTE_ADDR"
)
)
)
)
proxy.balance = "round-robin"
}

10
gossa/docker-compose.yml Normal file
View file

@ -0,0 +1,10 @@
services:
gossa:
image: pldubouilh/gossa
container_name: gossa
ports:
- 3001:8001
volumes:
- ../werc/sites/thirdculture.top/_files:/shared
- ../werc/sites/ppl.thirdculture.top:/shared/people

1
prosody Submodule

@ -0,0 +1 @@
Subproject commit d882e119c7acedc0703d9ef18ee28c42f67cfb0b

1
transfer/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
keys/

View file

@ -0,0 +1,16 @@
services:
transfer:
image: dutchcoders/transfer.sh:latest
container_name: transfer
ports:
- "3880:8080"
- "3881:8081"
command: ["--provider", "local", "--basedir", "/uploads/", "--web-path", "/web/", "--max-upload-size", "10485760", "--tls-listener", ":8081", "--tls-cert-file", "/fullchain.pem", "--tls-private-key", "/privkey.pem", "--tls-listener-only"]
environment:
- MAX_UPLOAD_SIZE=10485760
volumes:
- ./uploads:/uploads
- ./tshweb:/web
- ./keys/fullchain.pem:/fullchain.pem
- ./keys/privkey.pem:/privkey.pem
restart: always

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -17,7 +17,25 @@ footer { display: flex; justify-content: space-between; }
}
@font-face {
font-family: 'gt';
font-family: 'vg5000';
src: url('fonts/VG5000-Regular_web.woff2') format('woff2'),
url('fonts/VG5000-Regular_web.woff') format('woff');
}
@font-face {
font-family: 'abordage';
src: url('fonts/degheest/Abordage-Regular.woff2') format('woff2'),
url('fonts/degheest/Abordage-Regular.woff') format('woff');
}
@font-face {
font-family: '8bitJVE';
src: url('fonts/8bitoperator-jve-regular.font') format('truetype');
}
@font-face {
font-family: 'gterm';
src: url('fonts/terminal-grotesque-webfont.woff2') format('woff2'),
url('fonts/terminal-grotesque-webfont.woff') format('woff');
}
@ -28,7 +46,7 @@ footer { display: flex; justify-content: space-between; }
}
@font-face {
font-family: 'c';
font-family: 'creduci';
src: url('fonts/Creduci.ttf') format('truetype');
}
@ -36,6 +54,50 @@ footer { display: flex; justify-content: space-between; }
font-family: 'rumeur';
src: url('fonts/rumeur.otf') format('opentype');
}
@font-face {
font-family: 'ft88-serif';
src: url('fonts/degheest/FT88-Serif.woff2') format('woff2'),
url('fonts/degheest/FT88-Serif.woff') format('woff');
}
@font-face {
font-family: 'ft88-school';
src: url('fonts/degheest/FT88-School.woff2') format('woff2'),
url('fonts/degheest/FT88-School.woff') format('woff');
}
@font-face {
font-family: 'coral-pixels';
src: url('fonts/CoralPixels-Regular.woff2') format('woff2'),
url('fonts/CoralPixels-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'medodica';
src: url('fonts/MedodicaRegular.otf') format('opentype');
}
@font-face {
font-family: 'pottaone';
src: url('fonts/PottaOne-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'jersey10';
src: url('fonts/Jersey10-Regular.woff2') format('woff2'),
url('fonts/Jersey10-Regular.ttf') format('truetype');
}
@font-face {
font-family: 'cyberpunkwaifus';
src: url('fonts/CyberpunkWaifus.woff') format('woff'),
url('fonts/CyberpunkWaifus.ttf') format('truetype');
}
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
@ -72,8 +134,8 @@ footer { display: flex; justify-content: space-between; }
--header-text: #0C072Cff;
/* Font families */
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
--font-headers: rumeur, sans-serif;
--font-body: abordage, verdana, sans-serif;
}
body {
@ -242,7 +304,7 @@ article {
color: var(--text-primary);
backdrop-filter: blur(3px);
flex: 1 1 60%;
max-width: 1100px;
width: 100%;
}
article h1 {
@ -250,7 +312,7 @@ article h1 {
font-weight: bold;
margin: 1em 0 0.5em 0;
font-size: xx-large;
font-family: rumeur, sans-serif;
font-family: var(--font-headers);
}
article h2 {
color: var(--header-secondary);

View file

@ -0,0 +1,21 @@
<!-- EXPIRES: "2025-01-26" -->
<div class="event_box">
<a href="/2024/11/20/0/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/20/0/"><h2>Slowdive $80</h2></a>
<div class="event_info">
<div class="date">2025/01/26</div>
<div class="location"><a href="">Bronson Centre</a></div>
<div class="event_link"><a href="https://bronsoncentremusictheatre.com/events/event/slowdive/">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/indie>indie</a>]</div> <div>[<a href=/category/shoegaze>shoegaze</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">shoegaze legends come to ottawa, a show you actually should spend money on</div>
</div>
<div class="event_poster">
<a href="https://bronsoncentremusictheatre.com/events/event/slowdive/" class="event_img_link"><img src="https://bronsoncentremusictheatre.com/wp-content/uploads/2024/11/Slowdive-Ottawa-Admat-SQ.jpg" alt="Event Poster" /></a>
</div>
<div class="event_body">
its slowdive man what do you want
they made stuff like when the sun hits, souvlaki space station, and avalyn
</div>
</div>

View file

@ -0,0 +1,21 @@
<!-- EXPIRES: "2025-01-26" -->
<div class="event_box">
<a href="/2024/11/20/0/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/20/0/"><h2>Slowdive $80</h2></a>
<div class="event_info">
<div class="date">2025/01/26</div>
<div class="location"><a href="">Bronson Centre</a></div>
<div class="event_link"><a href="https://bronsoncentremusictheatre.com/events/event/slowdive/">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/indie>indie</a>]</div> <div>[<a href=/category/shoegaze>shoegaze</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">shoegaze legends come to ottawa, a show you actually should spend money on</div>
</div>
<div class="event_poster">
<a href="https://bronsoncentremusictheatre.com/events/event/slowdive/" class="event_img_link"><img src="https://bronsoncentremusictheatre.com/wp-content/uploads/2024/11/Slowdive-Ottawa-Admat-SQ.jpg" alt="Event Poster" /></a>
</div>
<div class="event_body">
its slowdive man what do you want
they made stuff like when the sun hits, souvlaki space station, and avalyn
</div>
</div>

View file

@ -0,0 +1,18 @@
<!-- EXPIRES: "2024-11-30" -->
<div class="event_box">
<a href="/2024/11/23/0/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/0/"><h2>METALIAN (15$)</h2></a>
<div class="event_info">
<div class="date">2024/11/30</div>
<div class="location"><a href="">House of Targ</a></div>
<div class="event_link"><a href="https://www.houseoftarg.com/concert-listings-events/metalian-the-scepter-mtrwlf">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/metal>metal</a>]</div> <div>[<a href=/category/heavy-metal>heavy-metal</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">House of targ hosts more boomer metal because they're GAY and STUPID!!!!!!!! AHHHHH!!!!</div>
</div>
<div class="event_poster">
<a href="https://www.houseoftarg.com/concert-listings-events/metalian-the-scepter-mtrwlf" class="event_img_link"><img src="https://images.squarespace-cdn.com/content/v1/5335e7a1e4b01dab8f088be1/6cfc56fe-8b8a-41c3-bb44-f3e98188ef95/Metalian-scepter-PRINT-1.jpg?format=750w" alt="Event Poster" /></a>
</div>
<div class="event_body">
this show is happening the day after a WAY better show by our friends in apostlebird! but its a completely different style, heavy, fast, riffy butt-metal ready to have you slowly headbang and avoid that dang crick in your neck. check it out if you cant make the other one i guess.
</div>
</div>

View file

@ -0,0 +1,18 @@
<!-- EXPIRES: "2024-12-06" -->
<div class="event_box">
<a href="/2024/11/23/1/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/1/"><h2>SKA NIGHT (20$)</h2></a>
<div class="event_info">
<div class="date">December 6th 2024</div>
<div class="location"><a href="">House of Targ</a></div>
<div class="event_link"><a href="https://www.ottawagigs.ca/gig/ska-night-w-danny-rebel-the-kgb-the-oscillators-beautiful-sabotage-dj-bjorn-late-friday-december-6-2024">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/ska>ska</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc"></div>
</div>
<div class="event_poster">
<a href="https://www.ottawagigs.ca/gig/ska-night-w-danny-rebel-the-kgb-the-oscillators-beautiful-sabotage-dj-bjorn-late-friday-december-6-2024" class="event_img_link"><img src="https://images.squarespace-cdn.com/content/v1/5335e7a1e4b01dab8f088be1/aee5085b-cd06-4d67-954d-0f973480edc4/DEC+6+2024-+Ska+Night.png?format=750w" alt="Event Poster" /></a>
</div>
<div class="event_body">
Stupid ass goofy music with trumpets i hate ska so much!!!!!!
</div>
</div>

View file

@ -0,0 +1,20 @@
<!-- EXPIRES: "2024-12-17" -->
<div class="event_box">
<a href="/2024/11/23/2/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/2/"><h2>War on Women (27$)</h2></a>
<div class="event_info">
<div class="date">December 17th 2024</div>
<div class="location"><a href="">27 Club</a></div>
<div class="event_link"><a href="https://www.ticketweb.ca/event/war-on-women-the-anti-the-27-club-tickets/13919383?pl=spectrasonic&refid=EB">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/hardcore>hardcore</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">all girls hardcore and they RIP!!!!!!</div>
</div>
<div class="event_poster">
<a href="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/469083357_979289967559980_7534272708639417843_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=75d36f&_nc_ohc=_0rL0WaNMS0Q7kNvgGDcIK0&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=AGU2LkwwZsISiUeBxjqFFjP&oh=00_AYDL5BRJ9JvMlpq7BoSxgil5XflvpmQNyLmvwvVH1259uA&oe=6762B5C5" class="event_img_link"><img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/469083357_979289967559980_7534272708639417843_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=75d36f&_nc_ohc=_0rL0WaNMS0Q7kNvgGDcIK0&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=AGU2LkwwZsISiUeBxjqFFjP&oh=00_AYDL5BRJ9JvMlpq7BoSxgil5XflvpmQNyLmvwvVH1259uA&oe=6762B5C5" alt="Event Poster" /></a>
</div>
<div class="event_body">
a night of feminist hardcore in the downtown core at 27 club. doors open at 7, show starts at 8, probably.
</div>
</div>

View file

@ -0,0 +1,19 @@
<!-- EXPIRES: "2024-12-17" -->
<div class="event_box">
<a href="/2024/11/23/2/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/2/"><h2>War on Women (27$)</h2></a>
<div class="event_info">
<div class="date">December 17th 2024</div>
<div class="location"><a href="">27 Club</a></div>
<div class="event_link"><a href="https://www.ticketweb.ca/event/war-on-women-the-anti-the-27-club-tickets/13919383?pl=spectrasonic&refid=EB">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/hardcore>hardcore</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">all girls hardcore and they RIP!!!!!!</div>
</div>
<div class="event_poster">
<a href="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/469083357_979289967559980_7534272708639417843_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=75d36f&_nc_ohc=_0rL0WaNMS0Q7kNvgGDcIK0&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=AGU2LkwwZsISiUeBxjqFFjP&oh=00_AYDL5BRJ9JvMlpq7BoSxgil5XflvpmQNyLmvwvVH1259uA&oe=6762B5C5" class="event_img_link"><img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/469083357_979289967559980_7534272708639417843_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=75d36f&_nc_ohc=_0rL0WaNMS0Q7kNvgGDcIK0&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=AGU2LkwwZsISiUeBxjqFFjP&oh=00_AYDL5BRJ9JvMlpq7BoSxgil5XflvpmQNyLmvwvVH1259uA&oe=6762B5C5" alt="Event Poster" /></a>
</div>
<div class="event_body">
placeholder
</div>
</div>

View file

@ -0,0 +1,20 @@
<!-- EXPIRES: "2024-12-17" -->
<div class="event_box">
<a href="/2024/11/23/2/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/2/"><h2>War on Women (27$)</h2></a>
<div class="event_info">
<div class="date">December 17th 2024</div>
<div class="location"><a href="">27 Club</a></div>
<div class="event_link"><a href="https://www.ticketweb.ca/event/war-on-women-the-anti-the-27-club-tickets/13919383?pl=spectrasonic&refid=EB">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/hardcore>hardcore</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">all girls hardcore and they RIP!!!!!!</div>
</div>
<div class="event_poster">
<a href="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/469083357_979289967559980_7534272708639417843_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=75d36f&_nc_ohc=_0rL0WaNMS0Q7kNvgGDcIK0&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=AGU2LkwwZsISiUeBxjqFFjP&oh=00_AYDL5BRJ9JvMlpq7BoSxgil5XflvpmQNyLmvwvVH1259uA&oe=6762B5C5" class="event_img_link"><img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/469083357_979289967559980_7534272708639417843_n.jpg?_nc_cat=103&ccb=1-7&_nc_sid=75d36f&_nc_ohc=_0rL0WaNMS0Q7kNvgGDcIK0&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=AGU2LkwwZsISiUeBxjqFFjP&oh=00_AYDL5BRJ9JvMlpq7BoSxgil5XflvpmQNyLmvwvVH1259uA&oe=6762B5C5" alt="Event Poster" /></a>
</div>
<div class="event_body">
a night of feminist hardcore in the downtown core at 27 club. doors open at 7, show starts at 8, probably.
</div>
</div>

View file

@ -0,0 +1,19 @@
<!-- EXPIRES: "2024-12-20" -->
<div class="event_box">
<a href="/2024/11/23/3/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/3/"><h2>Indie Rock Party</h2></a>
<div class="event_info">
<div class="date">December 20 2024</div>
<div class="location"><a href="">Avant Garde Bar</a></div>
<div class="event_link"><a href="https://www.facebook.com/events/1210834176820219/">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/indie>indie</a>]</div> <div>[<a href=/category/slop>slop</a>]</div> <div>[<a href=/category/all-ages>all-ages</a>]</div> </div>
<div class="short_desc">stupid stupid stupid stupid I HATE IT!!!!</div>
</div>
<div class="event_poster">
<a href="https://www.facebook.com/events/1210834176820219/" class="event_img_link"><img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/462718568_122093546942575854_2194227035660525353_n.jpg?stp=dst-jpg_s960x960&_nc_cat=109&ccb=1-7&_nc_sid=75d36f&_nc_ohc=IIpc8ELpVk4Q7kNvgFkhNq4&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=A1_6KYBi-_VVKtYSud7ZxXX&oh=00_AYBEUIfPn0RhXviZtkD-oCfS1c1wm3eJmzx4our-Z9rZ6A&oe=6748801A" alt="Event Poster" /></a>
</div>
<div class="event_body">
i fucking hate indie
</div>
</div>

View file

@ -0,0 +1,19 @@
<!-- EXPIRES: "2024-12-20" -->
<div class="event_box">
<a href="/2024/11/23/3/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/11/23/3/"><h2>Indie Rock Party</h2></a>
<div class="event_info">
<div class="date">December 20 2024</div>
<div class="location"><a href="">Avant Garde Bar</a></div>
<div class="event_link"><a href="https://www.facebook.com/events/1210834176820219/">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/indie>indie</a>]</div> <div>[<a href=/category/slop>slop</a>]</div> <div>[<a href=/category/all-ages>all-ages</a>]</div> </div>
<div class="short_desc">stupid stupid stupid stupid I HATE IT!!!!</div>
</div>
<div class="event_poster">
<a href="https://www.facebook.com/events/1210834176820219/" class="event_img_link"><img src="https://scontent-yyz1-1.xx.fbcdn.net/v/t39.30808-6/462718568_122093546942575854_2194227035660525353_n.jpg?stp=dst-jpg_s960x960&_nc_cat=109&ccb=1-7&_nc_sid=75d36f&_nc_ohc=IIpc8ELpVk4Q7kNvgFkhNq4&_nc_zt=23&_nc_ht=scontent-yyz1-1.xx&_nc_gid=A1_6KYBi-_VVKtYSud7ZxXX&oh=00_AYBEUIfPn0RhXviZtkD-oCfS1c1wm3eJmzx4our-Z9rZ6A&oe=6748801A" alt="Event Poster" /></a>
</div>
<div class="event_body">
i fucking hate indie
</div>
</div>

View file

@ -0,0 +1,15 @@
<!-- EXPIRES: "2024-12-14" -->
<div class="event_box">
<a href="/2024/12/07/0/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/12/07/0/"><h2>INDUSTRIAL ROCK @ DEKCUF ($20)</h2></a>
<div class="event_info">
<div class="date">Friday, December 14th</div>
<div class="location"><a href="">Cafe Dekcuf</a></div>
<div class="event_link"><a href="https://m.bpt.me/event/6495859">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/industrial>industrial</a>]</div> <div>[<a href=/category/19+>19+</a>]</div> </div>
<div class="short_desc">hard ass industrial go screee</div>
</div>
<div class="event_body">
industrial rock and post metal from montreal coming here for a night of debauchery at cafe dekcuf. if you like nine inch nails, KMFDM, or rammstein, pull up to hear some drum machines and buzzsaw guitars
</div>
</div>

View file

@ -0,0 +1,19 @@
<!-- EXPIRES: "2025-01-11" -->
<div class="event_box">
<a href="/2024/12/13/0/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/12/13/0/"><h2>Jesus Christ! ($10)</h2></a>
<div class="event_info">
<div class="date">January 11th 2025</div>
<div class="location"><a href="">Live! On Elgin</a></div>
<div class="event_link"><a href="https://www.liveonelgin.com/calendar/event/?ID=655QNXG">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/experimental>experimental</a>]</div> <div>[<a href=/category/all-ages>all-ages</a>]</div> </div>
<div class="short_desc">experimental cover band (??)</div>
</div>
<div class="event_poster">
<a href="https://www.liveonelgin.com/calendar/event/?ID=655QNXG" class="event_img_link"><img src="https://www.liveonelgin.com/wp-content/uploads/participants-database/untitled_design.jpg" alt="Event Poster" /></a>
</div>
<div class="event_body">
yeah i have no idea but it looks cool
doors at 7:30, show at 8:30
</div>
</div>

View file

@ -0,0 +1,25 @@
<!-- EXPIRES: "2024-12-31" -->
<div class="event_box">
<a href="/2024/12/23/0/" class="event_box_link"><span class="link_span"></span></a>
<a href="/2024/12/23/0/"><h2>New Years @ Avant Garde (free)</h2></a>
<div class="event_info">
<div class="date">New Years Eve</div>
<div class="location"><a href="">Avant Garde Bar</a></div>
<div class="event_link"><a href="https://www.facebook.com/events/1137438551142087/">Event Link</a></div>
<div class="cat_list"><div>[<a href=/category/rock>rock</a>]</div> <div>[<a href=/category/experimental>experimental</a>]</div> <div>[<a href=/category/all-ages>all-ages</a>]</div> </div>
<div class="short_desc">Weird and Interest new years show for FREE</div>
</div>
<div class="event_body">
Valvehead (Penis Music)
well made prog rock outfit by several boomers in the heart of canada's capital
Princess Unlucky (Harp Rock)
i dont know what the fuck their music sounds like but theyve got two electric guitars and a HARP. thats cool
Countdown 2 Earplugs (???)
literally one post on the internet. first ever show lads let see it
</div>
</div>

View file

@ -0,0 +1,5 @@
/2024/11/20/0
/2024/11/23/0
/2024/11/23/1
/2024/11/23/2
/2024/12/07/0

View file

@ -2,3 +2,6 @@
/2024/11/13/1
/2024/11/13/3
/2024/11/13/4
/2024/11/23/3
/2024/12/13/0
/2024/12/23/0

View file

@ -0,0 +1,2 @@
/2024/12/13/0
/2024/12/23/0

View file

@ -0,0 +1 @@
/2024/11/23/2

View file

@ -0,0 +1 @@
/2024/11/23/0

View file

@ -1 +1,2 @@
/2024/11/13/4
/2024/11/23/3

View file

@ -0,0 +1 @@
/2024/12/07/0

View file

@ -1 +1,2 @@
/2024/11/13/1
/2024/11/23/0

View file

@ -1,2 +1,8 @@
/2024/11/13/2
/2024/11/13/3
/2024/11/20/0
/2024/11/23/1
/2024/11/23/2
/2024/12/07/0
/2024/12/13/0
/2024/12/23/0

View file

@ -1 +1,2 @@
/2024/11/13/4
/2024/11/20/0

View file

@ -0,0 +1 @@
/2024/11/23/1

View file

@ -0,0 +1 @@
/2024/11/23/3

View file

@ -0,0 +1,2 @@
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg">

View file

@ -0,0 +1,2 @@
![Alt text](../Documents/Third Cult/kow.jpg)

View file

@ -0,0 +1,3 @@
![Alt text](C:\Users\David Jacob\Documents\Third Cult)

View file

@ -0,0 +1,4 @@
![Alt text](..\Documents\Third Cult)

View file

@ -0,0 +1,2 @@
[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"

View file

@ -0,0 +1,3 @@
![kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"

View file

@ -0,0 +1,4 @@
[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"

View file

@ -0,0 +1,5 @@
[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"

View file

@ -0,0 +1,2 @@
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg">

Some files were not shown because too many files have changed in this diff Show more