diff --git a/docker-compose.yml b/docker-compose.yml
index 0004231..3855990 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -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
diff --git a/etc/lighttpd/conf.d/files.thirdculture.top.conf b/etc/lighttpd/conf.d/files.thirdculture.top.conf
deleted file mode 100644
index ee85e6d..0000000
--- a/etc/lighttpd/conf.d/files.thirdculture.top.conf
+++ /dev/null
@@ -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"
- )
- )
- )
- )
-}
diff --git a/etc/lighttpd/conf.d/up.thirdculture.top.conf b/etc/lighttpd/conf.d/up.thirdculture.top.conf
deleted file mode 100644
index 23f491b..0000000
--- a/etc/lighttpd/conf.d/up.thirdculture.top.conf
+++ /dev/null
@@ -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"
-}
diff --git a/gossa/docker-compose.yml b/gossa/docker-compose.yml
new file mode 100644
index 0000000..f0758c0
--- /dev/null
+++ b/gossa/docker-compose.yml
@@ -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
+
diff --git a/prosody b/prosody
new file mode 160000
index 0000000..d882e11
--- /dev/null
+++ b/prosody
@@ -0,0 +1 @@
+Subproject commit d882e119c7acedc0703d9ef18ee28c42f67cfb0b
diff --git a/transfer/.gitignore b/transfer/.gitignore
new file mode 100644
index 0000000..81bbbae
--- /dev/null
+++ b/transfer/.gitignore
@@ -0,0 +1 @@
+keys/
diff --git a/transfer/docker-compose.yml b/transfer/docker-compose.yml
new file mode 100644
index 0000000..485025d
--- /dev/null
+++ b/transfer/docker-compose.yml
@@ -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
\ No newline at end of file
diff --git a/werc/pub/style/fonts/8bitoperator-jve-regular.font b/werc/pub/style/fonts/8bitoperator-jve-regular.font
new file mode 100644
index 0000000..901d188
--- /dev/null
+++ b/werc/pub/style/fonts/8bitoperator-jve-regular.font
@@ -0,0 +1,282 @@
+
+
+
+ 8bitoperator JVE Regular Font download | Fonts2u.com
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
8bitoperator JVE Regular Font download
+
+
+
+
+
+
+
+
+
+
+
+
+
+ icon-logo
+ icon-search
+
+
+
+
+
+
+
diff --git a/werc/pub/style/fonts/CoralPixels-Regular.ttf b/werc/pub/style/fonts/CoralPixels-Regular.ttf
new file mode 100644
index 0000000..b7ceef0
Binary files /dev/null and b/werc/pub/style/fonts/CoralPixels-Regular.ttf differ
diff --git a/werc/pub/style/fonts/CoralPixels-Regular.woff2 b/werc/pub/style/fonts/CoralPixels-Regular.woff2
new file mode 100644
index 0000000..4454f07
Binary files /dev/null and b/werc/pub/style/fonts/CoralPixels-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/CyberpunkWaifus.ttf b/werc/pub/style/fonts/CyberpunkWaifus.ttf
new file mode 100644
index 0000000..91b2512
Binary files /dev/null and b/werc/pub/style/fonts/CyberpunkWaifus.ttf differ
diff --git a/werc/pub/style/fonts/CyberpunkWaifus.woff b/werc/pub/style/fonts/CyberpunkWaifus.woff
new file mode 100644
index 0000000..b37bc20
Binary files /dev/null and b/werc/pub/style/fonts/CyberpunkWaifus.woff differ
diff --git a/werc/pub/style/fonts/Jersey10-Regular.ttf b/werc/pub/style/fonts/Jersey10-Regular.ttf
new file mode 100644
index 0000000..6870bfd
Binary files /dev/null and b/werc/pub/style/fonts/Jersey10-Regular.ttf differ
diff --git a/werc/pub/style/fonts/Jersey10-Regular.woff2 b/werc/pub/style/fonts/Jersey10-Regular.woff2
new file mode 100644
index 0000000..acb668d
Binary files /dev/null and b/werc/pub/style/fonts/Jersey10-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/MedodicaRegular.otf b/werc/pub/style/fonts/MedodicaRegular.otf
new file mode 100644
index 0000000..98e6ae2
Binary files /dev/null and b/werc/pub/style/fonts/MedodicaRegular.otf differ
diff --git a/werc/pub/style/fonts/PottaOne-Regular.ttf b/werc/pub/style/fonts/PottaOne-Regular.ttf
new file mode 100644
index 0000000..673b290
Binary files /dev/null and b/werc/pub/style/fonts/PottaOne-Regular.ttf differ
diff --git a/werc/pub/style/fonts/VG5000-Regular_web.woff b/werc/pub/style/fonts/VG5000-Regular_web.woff
new file mode 100644
index 0000000..43810be
Binary files /dev/null and b/werc/pub/style/fonts/VG5000-Regular_web.woff differ
diff --git a/werc/pub/style/fonts/VG5000-Regular_web.woff2 b/werc/pub/style/fonts/VG5000-Regular_web.woff2
new file mode 100644
index 0000000..42226e3
Binary files /dev/null and b/werc/pub/style/fonts/VG5000-Regular_web.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Abordage-Regular.woff b/werc/pub/style/fonts/degheest/Abordage-Regular.woff
new file mode 100644
index 0000000..b38b09c
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Abordage-Regular.woff differ
diff --git a/werc/pub/style/fonts/degheest/Abordage-Regular.woff2 b/werc/pub/style/fonts/degheest/Abordage-Regular.woff2
new file mode 100644
index 0000000..d3aea8e
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Abordage-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Basalte-Fond.woff b/werc/pub/style/fonts/degheest/Basalte-Fond.woff
new file mode 100644
index 0000000..28b3265
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Basalte-Fond.woff differ
diff --git a/werc/pub/style/fonts/degheest/Basalte-Fond.woff2 b/werc/pub/style/fonts/degheest/Basalte-Fond.woff2
new file mode 100644
index 0000000..b676c81
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Basalte-Fond.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Basalte-Multicolor.woff b/werc/pub/style/fonts/degheest/Basalte-Multicolor.woff
new file mode 100644
index 0000000..4802289
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Basalte-Multicolor.woff differ
diff --git a/werc/pub/style/fonts/degheest/Basalte-Multicolor.woff2 b/werc/pub/style/fonts/degheest/Basalte-Multicolor.woff2
new file mode 100644
index 0000000..605f2f1
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Basalte-Multicolor.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Basalte-Volume.woff b/werc/pub/style/fonts/degheest/Basalte-Volume.woff
new file mode 100644
index 0000000..3b9c8ea
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Basalte-Volume.woff differ
diff --git a/werc/pub/style/fonts/degheest/Basalte-Volume.woff2 b/werc/pub/style/fonts/degheest/Basalte-Volume.woff2
new file mode 100644
index 0000000..0b4f3c4
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Basalte-Volume.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Director-Bold.woff b/werc/pub/style/fonts/degheest/Director-Bold.woff
new file mode 100644
index 0000000..b94ae03
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Bold.woff differ
diff --git a/werc/pub/style/fonts/degheest/Director-Bold.woff2 b/werc/pub/style/fonts/degheest/Director-Bold.woff2
new file mode 100644
index 0000000..f27fee7
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Bold.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Director-Light.woff b/werc/pub/style/fonts/degheest/Director-Light.woff
new file mode 100644
index 0000000..d210b95
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Light.woff differ
diff --git a/werc/pub/style/fonts/degheest/Director-Light.woff2 b/werc/pub/style/fonts/degheest/Director-Light.woff2
new file mode 100644
index 0000000..2f3ce48
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Light.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Director-Regular.woff b/werc/pub/style/fonts/degheest/Director-Regular.woff
new file mode 100644
index 0000000..08cf4d3
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Regular.woff differ
diff --git a/werc/pub/style/fonts/degheest/Director-Regular.woff2 b/werc/pub/style/fonts/degheest/Director-Regular.woff2
new file mode 100644
index 0000000..b9fa97c
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Director-Variable.woff b/werc/pub/style/fonts/degheest/Director-Variable.woff
new file mode 100644
index 0000000..ef6429d
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Variable.woff differ
diff --git a/werc/pub/style/fonts/degheest/Director-Variable.woff2 b/werc/pub/style/fonts/degheest/Director-Variable.woff2
new file mode 100644
index 0000000..fc4fa81
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Director-Variable.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Equateur-Regular.woff b/werc/pub/style/fonts/degheest/Equateur-Regular.woff
new file mode 100644
index 0000000..3a7375e
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Equateur-Regular.woff differ
diff --git a/werc/pub/style/fonts/degheest/Equateur-Regular.woff2 b/werc/pub/style/fonts/degheest/Equateur-Regular.woff2
new file mode 100644
index 0000000..7e74cc9
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Equateur-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Bold.woff b/werc/pub/style/fonts/degheest/FT88-Bold.woff
new file mode 100644
index 0000000..69f0052
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Bold.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Bold.woff2 b/werc/pub/style/fonts/degheest/FT88-Bold.woff2
new file mode 100644
index 0000000..63ee3d6
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Bold.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Expanded.woff b/werc/pub/style/fonts/degheest/FT88-Expanded.woff
new file mode 100644
index 0000000..2402a50
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Expanded.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Expanded.woff2 b/werc/pub/style/fonts/degheest/FT88-Expanded.woff2
new file mode 100644
index 0000000..9a1d3ed
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Expanded.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Gothique.woff b/werc/pub/style/fonts/degheest/FT88-Gothique.woff
new file mode 100644
index 0000000..e9ce7b6
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Gothique.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Gothique.woff2 b/werc/pub/style/fonts/degheest/FT88-Gothique.woff2
new file mode 100644
index 0000000..3e2d34e
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Gothique.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Italic.woff b/werc/pub/style/fonts/degheest/FT88-Italic.woff
new file mode 100644
index 0000000..a0a6e7d
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Italic.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Italic.woff2 b/werc/pub/style/fonts/degheest/FT88-Italic.woff2
new file mode 100644
index 0000000..9ce48fb
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Italic.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Regular.woff b/werc/pub/style/fonts/degheest/FT88-Regular.woff
new file mode 100644
index 0000000..02a44d7
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Regular.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Regular.woff2 b/werc/pub/style/fonts/degheest/FT88-Regular.woff2
new file mode 100644
index 0000000..decbff7
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-School.woff b/werc/pub/style/fonts/degheest/FT88-School.woff
new file mode 100644
index 0000000..60cd817
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-School.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-School.woff2 b/werc/pub/style/fonts/degheest/FT88-School.woff2
new file mode 100644
index 0000000..8d18871
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-School.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Serif.woff b/werc/pub/style/fonts/degheest/FT88-Serif.woff
new file mode 100644
index 0000000..de6d54a
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Serif.woff differ
diff --git a/werc/pub/style/fonts/degheest/FT88-Serif.woff2 b/werc/pub/style/fonts/degheest/FT88-Serif.woff2
new file mode 100644
index 0000000..2e840bc
Binary files /dev/null and b/werc/pub/style/fonts/degheest/FT88-Serif.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Latitude-Regular.woff b/werc/pub/style/fonts/degheest/Latitude-Regular.woff
new file mode 100644
index 0000000..e991746
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Latitude-Regular.woff differ
diff --git a/werc/pub/style/fonts/degheest/Latitude-Regular.woff2 b/werc/pub/style/fonts/degheest/Latitude-Regular.woff2
new file mode 100644
index 0000000..441ad94
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Latitude-Regular.woff2 differ
diff --git a/werc/pub/style/fonts/degheest/Louise-Regular.woff b/werc/pub/style/fonts/degheest/Louise-Regular.woff
new file mode 100644
index 0000000..b8b5535
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Louise-Regular.woff differ
diff --git a/werc/pub/style/fonts/degheest/Louise-Regular.woff2 b/werc/pub/style/fonts/degheest/Louise-Regular.woff2
new file mode 100644
index 0000000..a69cf15
Binary files /dev/null and b/werc/pub/style/fonts/degheest/Louise-Regular.woff2 differ
diff --git a/werc/pub/style/style.css b/werc/pub/style/style.css
index 5f15c60..74a9464 100644
--- a/werc/pub/style/style.css
+++ b/werc/pub/style/style.css
@@ -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);
@@ -540,4 +602,4 @@ blockquote {
border-top: 3px solid var(--border-primary);
padding-bottom: 1em;
}
-}
\ No newline at end of file
+}
diff --git a/werc/sites/events.thirdculture.top/2024/11/20/0/index.html b/werc/sites/events.thirdculture.top/2024/11/20/0/index.html
new file mode 100644
index 0000000..90c0b2e
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/20/0/index.html
@@ -0,0 +1,21 @@
+
+
+
+
Slowdive $80
+
+
2025/01/26
+
+
+
+
shoegaze legends come to ottawa, a show you actually should spend money on
+
+
+
+
+
+ its slowdive man what do you want
+
+they made stuff like when the sun hits, souvlaki space station, and avalyn
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/20/0/index.html_werc/dirdir/1732125385/author b/werc/sites/events.thirdculture.top/2024/11/20/0/index.html_werc/dirdir/1732125385/author
new file mode 100644
index 0000000..59f781c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/20/0/index.html_werc/dirdir/1732125385/author
@@ -0,0 +1 @@
+iancobain
diff --git a/werc/sites/events.thirdculture.top/2024/11/20/0/index.html_werc/dirdir/1732125385/data b/werc/sites/events.thirdculture.top/2024/11/20/0/index.html_werc/dirdir/1732125385/data
new file mode 100644
index 0000000..90c0b2e
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/20/0/index.html_werc/dirdir/1732125385/data
@@ -0,0 +1,21 @@
+
+
+
+
Slowdive $80
+
+
2025/01/26
+
+
+
+
shoegaze legends come to ottawa, a show you actually should spend money on
+
+
+
+
+
+ its slowdive man what do you want
+
+they made stuff like when the sun hits, souvlaki space station, and avalyn
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/0/index.html b/werc/sites/events.thirdculture.top/2024/11/23/0/index.html
new file mode 100644
index 0000000..49b1298
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/0/index.html
@@ -0,0 +1,18 @@
+
+
+
+
METALIAN (15$)
+
+
2024/11/30
+
+
+
+
House of targ hosts more boomer metal because they're GAY and STUPID!!!!!!!! AHHHHH!!!!
+
+
+
+
+
+ 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.
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/1/index.html b/werc/sites/events.thirdculture.top/2024/11/23/1/index.html
new file mode 100644
index 0000000..670cba9
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/1/index.html
@@ -0,0 +1,18 @@
+
+
+
+
SKA NIGHT (20$)
+
+
December 6th 2024
+
+
+
+
+
+
+
+
+
+ Stupid ass goofy music with trumpets i hate ska so much!!!!!!
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/2/index.html b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html
new file mode 100644
index 0000000..d5fe6ab
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html
@@ -0,0 +1,20 @@
+
+
+
+
War on Women (27$)
+
+
December 17th 2024
+
+
+
+
all girls hardcore and they RIP!!!!!!
+
+
+
+
+
+ a night of feminist hardcore in the downtown core at 27 club. doors open at 7, show starts at 8, probably.
+
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144668/author b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144668/author
new file mode 100644
index 0000000..59f781c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144668/author
@@ -0,0 +1 @@
+iancobain
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144668/data b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144668/data
new file mode 100644
index 0000000..6e419bd
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144668/data
@@ -0,0 +1,19 @@
+
+
+
+
War on Women (27$)
+
+
December 17th 2024
+
+
+
+
all girls hardcore and they RIP!!!!!!
+
+
+
+
+
+ placeholder
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144708/author b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144708/author
new file mode 100644
index 0000000..59f781c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144708/author
@@ -0,0 +1 @@
+iancobain
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144708/data b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144708/data
new file mode 100644
index 0000000..d5fe6ab
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/2/index.html_werc/dirdir/1734144708/data
@@ -0,0 +1,20 @@
+
+
+
+
War on Women (27$)
+
+
December 17th 2024
+
+
+
+
all girls hardcore and they RIP!!!!!!
+
+
+
+
+
+ a night of feminist hardcore in the downtown core at 27 club. doors open at 7, show starts at 8, probably.
+
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/3/index.html b/werc/sites/events.thirdculture.top/2024/11/23/3/index.html
new file mode 100644
index 0000000..228dc8c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/3/index.html
@@ -0,0 +1,19 @@
+
+
+
+
Indie Rock Party
+
+
December 20 2024
+
+
+
+
stupid stupid stupid stupid I HATE IT!!!!
+
+
+
+
+
+ i fucking hate indie
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/3/index.html_werc/dirdir/1732424031/author b/werc/sites/events.thirdculture.top/2024/11/23/3/index.html_werc/dirdir/1732424031/author
new file mode 100644
index 0000000..59f781c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/3/index.html_werc/dirdir/1732424031/author
@@ -0,0 +1 @@
+iancobain
diff --git a/werc/sites/events.thirdculture.top/2024/11/23/3/index.html_werc/dirdir/1732424031/data b/werc/sites/events.thirdculture.top/2024/11/23/3/index.html_werc/dirdir/1732424031/data
new file mode 100644
index 0000000..228dc8c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/11/23/3/index.html_werc/dirdir/1732424031/data
@@ -0,0 +1,19 @@
+
+
+
+
Indie Rock Party
+
+
December 20 2024
+
+
+
+
stupid stupid stupid stupid I HATE IT!!!!
+
+
+
+
+
+ i fucking hate indie
+
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/12/07/0/index.html b/werc/sites/events.thirdculture.top/2024/12/07/0/index.html
new file mode 100644
index 0000000..d59c8ca
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/12/07/0/index.html
@@ -0,0 +1,15 @@
+
+
+
+
INDUSTRIAL ROCK @ DEKCUF ($20)
+
+
Friday, December 14th
+
+
+
+
hard ass industrial go screee
+
+
+ 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
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/12/13/0/index.html b/werc/sites/events.thirdculture.top/2024/12/13/0/index.html
new file mode 100644
index 0000000..c946e67
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/12/13/0/index.html
@@ -0,0 +1,19 @@
+
+
+
+
Jesus Christ! ($10)
+
+
January 11th 2025
+
+
+
+
experimental cover band (??)
+
+
+
+
+
+ yeah i have no idea but it looks cool
+doors at 7:30, show at 8:30
+
+
diff --git a/werc/sites/events.thirdculture.top/2024/12/23/0/index.html b/werc/sites/events.thirdculture.top/2024/12/23/0/index.html
new file mode 100644
index 0000000..4e9af71
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/2024/12/23/0/index.html
@@ -0,0 +1,25 @@
+
+
+
+
New Years @ Avant Garde (free)
+
+
New Years Eve
+
+
+
+
Weird and Interest new years show for FREE
+
+
+ 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
+
+
diff --git a/werc/sites/events.thirdculture.top/categories/19+.txt b/werc/sites/events.thirdculture.top/categories/19+.txt
new file mode 100644
index 0000000..9f8b7ce
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/19+.txt
@@ -0,0 +1,5 @@
+/2024/11/20/0
+/2024/11/23/0
+/2024/11/23/1
+/2024/11/23/2
+/2024/12/07/0
diff --git a/werc/sites/events.thirdculture.top/categories/all-ages.txt b/werc/sites/events.thirdculture.top/categories/all-ages.txt
index 6bb908d..96593eb 100644
--- a/werc/sites/events.thirdculture.top/categories/all-ages.txt
+++ b/werc/sites/events.thirdculture.top/categories/all-ages.txt
@@ -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
diff --git a/werc/sites/events.thirdculture.top/categories/experimental.txt b/werc/sites/events.thirdculture.top/categories/experimental.txt
new file mode 100644
index 0000000..7416577
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/experimental.txt
@@ -0,0 +1,2 @@
+/2024/12/13/0
+/2024/12/23/0
diff --git a/werc/sites/events.thirdculture.top/categories/hardcore.txt b/werc/sites/events.thirdculture.top/categories/hardcore.txt
new file mode 100644
index 0000000..d35b627
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/hardcore.txt
@@ -0,0 +1 @@
+/2024/11/23/2
diff --git a/werc/sites/events.thirdculture.top/categories/heavy-metal.txt b/werc/sites/events.thirdculture.top/categories/heavy-metal.txt
new file mode 100644
index 0000000..0044897
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/heavy-metal.txt
@@ -0,0 +1 @@
+/2024/11/23/0
diff --git a/werc/sites/events.thirdculture.top/categories/indie.txt b/werc/sites/events.thirdculture.top/categories/indie.txt
index d28df70..64731f0 100644
--- a/werc/sites/events.thirdculture.top/categories/indie.txt
+++ b/werc/sites/events.thirdculture.top/categories/indie.txt
@@ -1 +1,2 @@
/2024/11/13/4
+/2024/11/23/3
diff --git a/werc/sites/events.thirdculture.top/categories/industrial.txt b/werc/sites/events.thirdculture.top/categories/industrial.txt
new file mode 100644
index 0000000..00c8bf3
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/industrial.txt
@@ -0,0 +1 @@
+/2024/12/07/0
diff --git a/werc/sites/events.thirdculture.top/categories/metal.txt b/werc/sites/events.thirdculture.top/categories/metal.txt
index 9e50ee0..811039f 100644
--- a/werc/sites/events.thirdculture.top/categories/metal.txt
+++ b/werc/sites/events.thirdculture.top/categories/metal.txt
@@ -1 +1,2 @@
/2024/11/13/1
+/2024/11/23/0
diff --git a/werc/sites/events.thirdculture.top/categories/rock.txt b/werc/sites/events.thirdculture.top/categories/rock.txt
index 15ceba3..e08ff38 100644
--- a/werc/sites/events.thirdculture.top/categories/rock.txt
+++ b/werc/sites/events.thirdculture.top/categories/rock.txt
@@ -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
diff --git a/werc/sites/events.thirdculture.top/categories/shoegaze.txt b/werc/sites/events.thirdculture.top/categories/shoegaze.txt
index d28df70..8801ea8 100644
--- a/werc/sites/events.thirdculture.top/categories/shoegaze.txt
+++ b/werc/sites/events.thirdculture.top/categories/shoegaze.txt
@@ -1 +1,2 @@
/2024/11/13/4
+/2024/11/20/0
diff --git a/werc/sites/events.thirdculture.top/categories/ska.txt b/werc/sites/events.thirdculture.top/categories/ska.txt
new file mode 100644
index 0000000..e32e58c
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/ska.txt
@@ -0,0 +1 @@
+/2024/11/23/1
diff --git a/werc/sites/events.thirdculture.top/categories/slop.txt b/werc/sites/events.thirdculture.top/categories/slop.txt
new file mode 100644
index 0000000..5ab70b3
--- /dev/null
+++ b/werc/sites/events.thirdculture.top/categories/slop.txt
@@ -0,0 +1 @@
+/2024/11/23/3
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md
new file mode 100644
index 0000000..d9f38ce
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md
@@ -0,0 +1,2 @@
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055513/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055513/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055513/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055513/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055513/data
new file mode 100644
index 0000000..a5d6804
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055513/data
@@ -0,0 +1,2 @@
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055550/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055550/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055550/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055550/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055550/data
new file mode 100644
index 0000000..3315dc3
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055550/data
@@ -0,0 +1,3 @@
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055583/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055583/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055583/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055583/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055583/data
new file mode 100644
index 0000000..09c8aa3
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055583/data
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055724/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055724/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055724/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055724/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055724/data
new file mode 100644
index 0000000..de8d876
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055724/data
@@ -0,0 +1,2 @@
+[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055761/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055761/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055761/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055761/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055761/data
new file mode 100644
index 0000000..e950b97
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055761/data
@@ -0,0 +1,3 @@
+![kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055774/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055774/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055774/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055774/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055774/data
new file mode 100644
index 0000000..22ce986
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739055774/data
@@ -0,0 +1,4 @@
+[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739057052/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739057052/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739057052/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739057052/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739057052/data
new file mode 100644
index 0000000..e1cfc22
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739057052/data
@@ -0,0 +1,5 @@
+[kowloon]: https://upload.wikimedia.org/wikipedia/commons/a/a7/Kowloon_Walled_City_-_1989_Aerial.jpg "Kowloon Walled City - 1989 Aerial"
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739230918/author b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739230918/author
new file mode 100644
index 0000000..57a30aa
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739230918/author
@@ -0,0 +1 @@
+mrshughhammersley
diff --git a/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739230918/data b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739230918/data
new file mode 100644
index 0000000..d9f38ce
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/MrsHughHammersley/index.md_werc/dirdir/1739230918/data
@@ -0,0 +1,2 @@
+
+
diff --git a/werc/sites/ppl.thirdculture.top/_werc/pub/imgs/but/q.gif b/werc/sites/ppl.thirdculture.top/_werc/pub/imgs/but/q.gif
new file mode 100644
index 0000000..5e3ccca
Binary files /dev/null and b/werc/sites/ppl.thirdculture.top/_werc/pub/imgs/but/q.gif differ
diff --git a/werc/sites/ppl.thirdculture.top/_werc/pub/imgs/but/vanne.gif b/werc/sites/ppl.thirdculture.top/_werc/pub/imgs/but/vanne.gif
new file mode 100644
index 0000000..a97b347
Binary files /dev/null and b/werc/sites/ppl.thirdculture.top/_werc/pub/imgs/but/vanne.gif differ
diff --git a/werc/sites/ppl.thirdculture.top/_werc/pub/style.css b/werc/sites/ppl.thirdculture.top/_werc/pub/style.css
index ea184f8..bfec8fa 100644
--- a/werc/sites/ppl.thirdculture.top/_werc/pub/style.css
+++ b/werc/sites/ppl.thirdculture.top/_werc/pub/style.css
@@ -33,7 +33,7 @@ img {
justify-content: center;
align-items: center;
background-color: var(--bg-primary);
- border: 2px solid var(--color-secondary);
+ border: none;
width: fit-content;
min-width: 88px;
height: 31px;
@@ -44,8 +44,16 @@ img {
text-decoration: underline;
}
-.grid-item img {
- max-width: 100%;
- max-height: 100%;
- color: var(--color-accent)
+.grid-item a {
+ width: fit-content;
+ height: 31px;
+}
+
+.grid-item a img {
+ width: 88px;
+ height: 31px;
+ border: none;
+ color: var(--color-accent);
+ object-fit: scale-down;
+ object-fit: fill;
}
diff --git a/werc/sites/ppl.thirdculture.top/adil/My Work.md b/werc/sites/ppl.thirdculture.top/adil/My Work.md
new file mode 100644
index 0000000..e69de29
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz' Haircut.md b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz' Haircut.md
new file mode 100644
index 0000000..e69de29
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md
new file mode 100644
index 0000000..d80f356
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md
@@ -0,0 +1,17 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737341946/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737341946/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737341946/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737341946/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737341946/data
new file mode 100644
index 0000000..a566b29
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737341946/data
@@ -0,0 +1,8 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342041/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342041/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342041/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342041/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342041/data
new file mode 100644
index 0000000..5c1a931
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342041/data
@@ -0,0 +1,9 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342050/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342050/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342050/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342050/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342050/data
new file mode 100644
index 0000000..dd7126f
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737342050/data
@@ -0,0 +1,10 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737859992/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737859992/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737859992/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737859992/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737859992/data
new file mode 100644
index 0000000..c3511e7
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737859992/data
@@ -0,0 +1,11 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737860169/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737860169/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737860169/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737860169/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737860169/data
new file mode 100644
index 0000000..d2b1d67
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737860169/data
@@ -0,0 +1,12 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861171/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861171/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861171/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861171/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861171/data
new file mode 100644
index 0000000..01e591e
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861171/data
@@ -0,0 +1,13 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861180/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861180/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861180/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861180/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861180/data
new file mode 100644
index 0000000..9a33956
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861180/data
@@ -0,0 +1,14 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861196/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861196/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861196/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861196/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861196/data
new file mode 100644
index 0000000..a3266d2
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861196/data
@@ -0,0 +1,15 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861222/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861222/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861222/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861222/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861222/data
new file mode 100644
index 0000000..700a154
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861222/data
@@ -0,0 +1,16 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861250/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861250/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861250/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861250/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861250/data
new file mode 100644
index 0000000..d80f356
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming.md_werc/dirdir/1737861250/data
@@ -0,0 +1,17 @@
+ Kaz Drumming
+
+
+ Your browser does not support HTML video.
+
+
+ This is a test with my new camera!
+
+
+
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md
new file mode 100644
index 0000000..78048b6
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md
@@ -0,0 +1,8 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
+ The video is pretty loud so be sure to turn it down :P
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366320/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366320/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366320/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366320/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366320/data
new file mode 100644
index 0000000..d00d063
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366320/data
@@ -0,0 +1,4 @@
+
+
+ Your browser does not support HTML video.
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366366/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366366/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366366/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366366/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366366/data
new file mode 100644
index 0000000..31912f9
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366366/data
@@ -0,0 +1,6 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366427/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366427/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366427/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366427/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366427/data
new file mode 100644
index 0000000..c153db4
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1733366427/data
@@ -0,0 +1,7 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
+ The video is pretty loud so be sure to turn it down :P
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1737861212/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1737861212/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1737861212/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1737861212/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1737861212/data
new file mode 100644
index 0000000..78048b6
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut.md_werc/dirdir/1737861212/data
@@ -0,0 +1,8 @@
+ Kaz' Haircut
+
+
+ Your browser does not support HTML video.
+
+
+ The video is pretty loud so be sure to turn it down :P
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md
new file mode 100644
index 0000000..c56bf9b
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md
@@ -0,0 +1,8 @@
+[Kaz_Haircut](https://ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Haircut)
+
+[Kaz_Drumming](https://ppl.thirdculture.top/adil/MyWork/Videography/Kaz_Drumming)
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1732677098/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1732677098/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1732677098/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1732677098/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1732677098/data
new file mode 100644
index 0000000..09504bf
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1732677098/data
@@ -0,0 +1,13 @@
+
+
+
+ Kaz' Haircut
+ VIDEO
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365426/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365426/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365426/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365426/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365426/data
new file mode 100644
index 0000000..3f79659
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365426/data
@@ -0,0 +1,11 @@
+
+
+
+ Kaz' Haircut
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365463/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365463/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365463/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365463/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365463/data
new file mode 100644
index 0000000..b0b6d37
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365463/data
@@ -0,0 +1,12 @@
+
+
+
+ Kaz' Haircut
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365473/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365473/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365473/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365473/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365473/data
new file mode 100644
index 0000000..5436a6a
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365473/data
@@ -0,0 +1,13 @@
+
+
+
+ Kaz' Haircut
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365600/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365600/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365600/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365600/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365600/data
new file mode 100644
index 0000000..6ccfb43
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365600/data
@@ -0,0 +1,12 @@
+
+
+ Kaz' Haircut
+
+
+ VIDEO
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365665/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365665/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365665/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365665/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365665/data
new file mode 100644
index 0000000..e4cfef2
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365665/data
@@ -0,0 +1,14 @@
+
+
+ Kaz' Haircut
+
+
+
+ VIDEO
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365814/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365814/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365814/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365814/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365814/data
new file mode 100644
index 0000000..a98a0c6
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365814/data
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+ Kaz's Haircut
+
+
+
+
+ VIDEO
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365838/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365838/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365838/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365838/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365838/data
new file mode 100644
index 0000000..223d148
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365838/data
@@ -0,0 +1,22 @@
+
+
+
+
+
+ Kaz's Haircut
+
+
+
+
+ VIDEO
+
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365847/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365847/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365847/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365847/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365847/data
new file mode 100644
index 0000000..07f042b
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365847/data
@@ -0,0 +1,23 @@
+
+
+
+
+
+ Kaz's Haircut
+
+
+
+
+ VIDEO
+
+
+
+
+
+
+
+
+
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365965/author b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365965/author
new file mode 100644
index 0000000..c8aba94
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365965/author
@@ -0,0 +1 @@
+adil
diff --git a/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365965/data b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365965/data
new file mode 100644
index 0000000..d0bb0a3
--- /dev/null
+++ b/werc/sites/ppl.thirdculture.top/adil/MyWork/Videography/index.md_werc/dirdir/1733365965/data
@@ -0,0 +1,23 @@
+
+
+
+
+ Kaz's Haircut
+
+
+
+
+ VIDEO
+
+
+
+