fixes and updates
This commit is contained in:
parent
4c3ce6d2b6
commit
0692e8a0c5
1471 changed files with 27362 additions and 235 deletions
|
@ -18,32 +18,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- default-werc
|
- 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:
|
networks:
|
||||||
default-werc:
|
default-werc:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
|
|
|
@ -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"
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
}
|
|
|
@ -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
10
gossa/docker-compose.yml
Normal 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
1
prosody
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit d882e119c7acedc0703d9ef18ee28c42f67cfb0b
|
1
transfer/.gitignore
vendored
Normal file
1
transfer/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
keys/
|
16
transfer/docker-compose.yml
Normal file
16
transfer/docker-compose.yml
Normal 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
|
282
werc/pub/style/fonts/8bitoperator-jve-regular.font
Normal file
282
werc/pub/style/fonts/8bitoperator-jve-regular.font
Normal file
File diff suppressed because one or more lines are too long
BIN
werc/pub/style/fonts/CoralPixels-Regular.ttf
Normal file
BIN
werc/pub/style/fonts/CoralPixels-Regular.ttf
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/CoralPixels-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/CoralPixels-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/CyberpunkWaifus.ttf
Normal file
BIN
werc/pub/style/fonts/CyberpunkWaifus.ttf
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/CyberpunkWaifus.woff
Normal file
BIN
werc/pub/style/fonts/CyberpunkWaifus.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/Jersey10-Regular.ttf
Normal file
BIN
werc/pub/style/fonts/Jersey10-Regular.ttf
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/Jersey10-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/Jersey10-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/MedodicaRegular.otf
Normal file
BIN
werc/pub/style/fonts/MedodicaRegular.otf
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/PottaOne-Regular.ttf
Normal file
BIN
werc/pub/style/fonts/PottaOne-Regular.ttf
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/VG5000-Regular_web.woff
Normal file
BIN
werc/pub/style/fonts/VG5000-Regular_web.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/VG5000-Regular_web.woff2
Normal file
BIN
werc/pub/style/fonts/VG5000-Regular_web.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Abordage-Regular.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Abordage-Regular.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Abordage-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Abordage-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Basalte-Fond.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Basalte-Fond.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Basalte-Fond.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Basalte-Fond.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Basalte-Multicolor.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Basalte-Multicolor.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Basalte-Multicolor.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Basalte-Multicolor.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Basalte-Volume.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Basalte-Volume.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Basalte-Volume.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Basalte-Volume.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Bold.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Bold.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Bold.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Bold.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Light.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Light.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Light.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Light.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Regular.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Regular.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Variable.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Variable.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Director-Variable.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Director-Variable.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Equateur-Regular.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Equateur-Regular.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Equateur-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Equateur-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Bold.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Bold.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Bold.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Bold.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Expanded.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Expanded.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Expanded.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Expanded.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Gothique.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Gothique.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Gothique.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Gothique.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Italic.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Italic.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Italic.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Italic.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Regular.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Regular.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-School.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-School.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-School.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-School.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Serif.woff
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Serif.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/FT88-Serif.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/FT88-Serif.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Latitude-Regular.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Latitude-Regular.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Latitude-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Latitude-Regular.woff2
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Louise-Regular.woff
Normal file
BIN
werc/pub/style/fonts/degheest/Louise-Regular.woff
Normal file
Binary file not shown.
BIN
werc/pub/style/fonts/degheest/Louise-Regular.woff2
Normal file
BIN
werc/pub/style/fonts/degheest/Louise-Regular.woff2
Normal file
Binary file not shown.
|
@ -17,7 +17,25 @@ footer { display: flex; justify-content: space-between; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@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'),
|
src: url('fonts/terminal-grotesque-webfont.woff2') format('woff2'),
|
||||||
url('fonts/terminal-grotesque-webfont.woff') format('woff');
|
url('fonts/terminal-grotesque-webfont.woff') format('woff');
|
||||||
}
|
}
|
||||||
|
@ -28,7 +46,7 @@ footer { display: flex; justify-content: space-between; }
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'c';
|
font-family: 'creduci';
|
||||||
src: url('fonts/Creduci.ttf') format('truetype');
|
src: url('fonts/Creduci.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -36,6 +54,50 @@ footer { display: flex; justify-content: space-between; }
|
||||||
font-family: 'rumeur';
|
font-family: 'rumeur';
|
||||||
src: url('fonts/rumeur.otf') format('opentype');
|
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 {
|
:root {
|
||||||
/* Main color scheme */
|
/* Main color scheme */
|
||||||
--color-primary: #E4F0FEff;
|
--color-primary: #E4F0FEff;
|
||||||
|
@ -72,8 +134,8 @@ footer { display: flex; justify-content: space-between; }
|
||||||
--header-text: #0C072Cff;
|
--header-text: #0C072Cff;
|
||||||
|
|
||||||
/* Font families */
|
/* Font families */
|
||||||
--font-headers: 'rumeur', sans-serif;
|
--font-headers: rumeur, sans-serif;
|
||||||
--font-body: verdana, helvetica, arial, sans-serif;
|
--font-body: abordage, verdana, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
@ -242,7 +304,7 @@ article {
|
||||||
color: var(--text-primary);
|
color: var(--text-primary);
|
||||||
backdrop-filter: blur(3px);
|
backdrop-filter: blur(3px);
|
||||||
flex: 1 1 60%;
|
flex: 1 1 60%;
|
||||||
max-width: 1100px;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
article h1 {
|
article h1 {
|
||||||
|
@ -250,7 +312,7 @@ article h1 {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin: 1em 0 0.5em 0;
|
margin: 1em 0 0.5em 0;
|
||||||
font-size: xx-large;
|
font-size: xx-large;
|
||||||
font-family: rumeur, sans-serif;
|
font-family: var(--font-headers);
|
||||||
}
|
}
|
||||||
article h2 {
|
article h2 {
|
||||||
color: var(--header-secondary);
|
color: var(--header-secondary);
|
||||||
|
@ -540,4 +602,4 @@ blockquote {
|
||||||
border-top: 3px solid var(--border-primary);
|
border-top: 3px solid var(--border-primary);
|
||||||
padding-bottom: 1em;
|
padding-bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
21
werc/sites/events.thirdculture.top/2024/11/20/0/index.html
Normal file
21
werc/sites/events.thirdculture.top/2024/11/20/0/index.html
Normal 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>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
iancobain
|
|
@ -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>
|
||||||
|
|
18
werc/sites/events.thirdculture.top/2024/11/23/0/index.html
Normal file
18
werc/sites/events.thirdculture.top/2024/11/23/0/index.html
Normal 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>
|
18
werc/sites/events.thirdculture.top/2024/11/23/1/index.html
Normal file
18
werc/sites/events.thirdculture.top/2024/11/23/1/index.html
Normal 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>
|
20
werc/sites/events.thirdculture.top/2024/11/23/2/index.html
Normal file
20
werc/sites/events.thirdculture.top/2024/11/23/2/index.html
Normal 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>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
iancobain
|
|
@ -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>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
iancobain
|
|
@ -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>
|
||||||
|
|
||||||
|
|
19
werc/sites/events.thirdculture.top/2024/11/23/3/index.html
Normal file
19
werc/sites/events.thirdculture.top/2024/11/23/3/index.html
Normal 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>
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
iancobain
|
|
@ -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>
|
||||||
|
|
15
werc/sites/events.thirdculture.top/2024/12/07/0/index.html
Normal file
15
werc/sites/events.thirdculture.top/2024/12/07/0/index.html
Normal 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>
|
19
werc/sites/events.thirdculture.top/2024/12/13/0/index.html
Normal file
19
werc/sites/events.thirdculture.top/2024/12/13/0/index.html
Normal 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>
|
25
werc/sites/events.thirdculture.top/2024/12/23/0/index.html
Normal file
25
werc/sites/events.thirdculture.top/2024/12/23/0/index.html
Normal 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>
|
5
werc/sites/events.thirdculture.top/categories/19+.txt
Normal file
5
werc/sites/events.thirdculture.top/categories/19+.txt
Normal 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
|
|
@ -2,3 +2,6 @@
|
||||||
/2024/11/13/1
|
/2024/11/13/1
|
||||||
/2024/11/13/3
|
/2024/11/13/3
|
||||||
/2024/11/13/4
|
/2024/11/13/4
|
||||||
|
/2024/11/23/3
|
||||||
|
/2024/12/13/0
|
||||||
|
/2024/12/23/0
|
||||||
|
|
|
@ -0,0 +1,2 @@
|
||||||
|
/2024/12/13/0
|
||||||
|
/2024/12/23/0
|
|
@ -0,0 +1 @@
|
||||||
|
/2024/11/23/2
|
|
@ -0,0 +1 @@
|
||||||
|
/2024/11/23/0
|
|
@ -1 +1,2 @@
|
||||||
/2024/11/13/4
|
/2024/11/13/4
|
||||||
|
/2024/11/23/3
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
/2024/12/07/0
|
|
@ -1 +1,2 @@
|
||||||
/2024/11/13/1
|
/2024/11/13/1
|
||||||
|
/2024/11/23/0
|
||||||
|
|
|
@ -1,2 +1,8 @@
|
||||||
/2024/11/13/2
|
/2024/11/13/2
|
||||||
/2024/11/13/3
|
/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
|
||||||
|
|
|
@ -1 +1,2 @@
|
||||||
/2024/11/13/4
|
/2024/11/13/4
|
||||||
|
/2024/11/20/0
|
||||||
|
|
1
werc/sites/events.thirdculture.top/categories/ska.txt
Normal file
1
werc/sites/events.thirdculture.top/categories/ska.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/2024/11/23/1
|
1
werc/sites/events.thirdculture.top/categories/slop.txt
Normal file
1
werc/sites/events.thirdculture.top/categories/slop.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
/2024/11/23/3
|
|
@ -0,0 +1,2 @@
|
||||||
|
<img src="https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg">
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,2 @@
|
||||||
|

|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,3 @@
|
||||||
|

|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,4 @@
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,2 @@
|
||||||
|
[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,3 @@
|
||||||
|
![kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,4 @@
|
||||||
|
[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -0,0 +1,5 @@
|
||||||
|
[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
mrshughhammersley
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue