close to prerelase
This commit is contained in:
parent
e55fbb5b67
commit
31022358ed
181 changed files with 2118 additions and 141 deletions
BIN
werc/sites/thirdculture.top/collective/4mdv/_werc/4mdvdrive.png
Normal file
BIN
werc/sites/thirdculture.top/collective/4mdv/_werc/4mdvdrive.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
2
werc/sites/thirdculture.top/collective/4mdv/_werc/config
Normal file
2
werc/sites/thirdculture.top/collective/4mdv/_werc/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
74
werc/sites/thirdculture.top/collective/4mdv/_werc/style.css
Normal file
74
werc/sites/thirdculture.top/collective/4mdv/_werc/style.css
Normal file
|
@ -0,0 +1,74 @@
|
|||
@font-face {
|
||||
font-family: "redact";
|
||||
src:
|
||||
url("/pub/style/fonts/Redaction_50-Regular.woff2") format('woff2')
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: ghostwhite;
|
||||
--color-secondary: darkred;
|
||||
--color-accent: cornflowerblue;
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #000000ff;
|
||||
--bg-secondary: #000000ff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: ghostwhite;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: darkred;
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:darkred;
|
||||
--header-secondary: darkred;
|
||||
--header-tertiary: cornflowerblue;
|
||||
--header-other: ghostwhite;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #1d75d4ff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: #111111ff;
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #000300ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: darkred;
|
||||
--header-text: #030303ff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: redact, sans-serif;
|
||||
--font-body: monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
background:
|
||||
linear-gradient(to right, rgba(0, 5, 10, 0.9), rgba(0, 5, 5, 0.9)),
|
||||
url('4mdvdrive.png'),
|
||||
var(--bg-primary);
|
||||
background-color: var(--bg-primary);
|
||||
background-position: center center;
|
||||
background-size: 110vh 75vh;
|
||||
background-repeat: repeat-y;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 110%;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
header h1 .headerLink {
|
||||
font-family: redact, sans-serif;
|
||||
font-size: 105%;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-family: redact, sans-serif;
|
||||
font-size: 220%;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
7
werc/sites/thirdculture.top/collective/4mdv/index.md
Normal file
7
werc/sites/thirdculture.top/collective/4mdv/index.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
498,516,889 Dead Virgins
|
||||
=============================
|
||||
Incelcore band from the worst capital. Still blackpilled despite all efforts. Broken heart society.
|
||||
|
||||
Main Link: \[ [deadcel.me](https://deadcel.me) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/4mdv.jpeg">
|
2
werc/sites/thirdculture.top/collective/faal/_werc/config
Normal file
2
werc/sites/thirdculture.top/collective/faal/_werc/config
Normal file
|
@ -0,0 +1,2 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
75
werc/sites/thirdculture.top/collective/faal/_werc/style.css
Normal file
75
werc/sites/thirdculture.top/collective/faal/_werc/style.css
Normal file
|
@ -0,0 +1,75 @@
|
|||
@font-face {
|
||||
font-family: "director";
|
||||
src:
|
||||
url("/pub/style/fonts/Director-Regular.woff2") format('woff2'),
|
||||
url("/pub/style/fonts/Director-Regular.woff") format('woff');
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #E4F0FEff;
|
||||
--color-secondary: rgb(148, 50, 50);
|
||||
--color-accent: #970101ff;
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #E0C9A6ff;
|
||||
--bg-secondary: #cca76dff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #000000ff;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: rgb(148, 50, 50);
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:rgb(148, 50, 50);
|
||||
--header-secondary: rgb(148, 50, 50);
|
||||
--header-tertiary: #970101ff;
|
||||
--header-other: #000000ff;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #1d75d4ff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: rgb(148, 50, 50);
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #000300ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: rgb(148, 50, 50);
|
||||
--header-text: #030303ff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: director, sans-serif;
|
||||
--font-body: serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg-primary);
|
||||
background-color: var(--bg-primary);
|
||||
background-position: center center;
|
||||
background-size: 110vh 75vh;
|
||||
background-repeat: repeat-y;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 90%;
|
||||
font-family: serif;
|
||||
}
|
||||
|
||||
header h1 .headerLink {
|
||||
font-family: director, sans-serif;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-family: director, sans-serif;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article img {
|
||||
border: 0.4em solid var(--border-image);
|
||||
background-color: var(--border-image) !important;
|
||||
}
|
9
werc/sites/thirdculture.top/collective/faal/index.md
Normal file
9
werc/sites/thirdculture.top/collective/faal/index.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
Future As A Letterbomber
|
||||
=============================
|
||||
Future As A Letterbomber is a post-hardcore band.
|
||||
*No price is too high to pay for the privilege of owning yourself*
|
||||
|
||||
Main Link: \[ [website](https://moridori.xyz/letterbomber/) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/faal.png">
|
||||
|
23
werc/sites/thirdculture.top/collective/index.md
Normal file
23
werc/sites/thirdculture.top/collective/index.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Third Culture Collective
|
||||
|
||||
Our sounds, drawings, writing all support a grander purpose towards community. Ottawa (and our bedrooms) are cold, dark, quiet and lonely places it doesn't always have to be this way. Together we can build a place to shelter each other from the harsh systems and hierarchies we have found ourselves forced under and increasingly tortured by. Break through and find motivation in ourselves and common ground with others. Somewhere we actually belong.
|
||||
|
||||

|
||||
|
||||
## Members
|
||||
|
||||
* [moridori](moridori)
|
||||
* [los3r](los3r)
|
||||
* [Future as a Letterbomber](faal)
|
||||
* [498,516,889 Dead Virgins](4mdv)
|
||||
* [Public Sector](public_sector)
|
||||
|
||||
## Connect
|
||||
|
||||
You can subscribe to our [news](//news) feed with RSS and I'll make a mailing list one of these days too!
|
||||
|
||||
I would also suggest following the people/bands that make up third culture as it grows. They are the engine.
|
||||
|
||||
## Get In Touch
|
||||
|
||||
You can talk over email for more formal communication [ moridori (at) disroot.org ] alternatively try the forum, the fediverse, or irc (most of these will come when I get to self hosting them).
|
|
@ -0,0 +1,4 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
||||
conf_enable_cssedit loser
|
||||
css_file='_werc/style.css'
|
82
werc/sites/thirdculture.top/collective/los3r/_werc/style.css
Normal file
82
werc/sites/thirdculture.top/collective/los3r/_werc/style.css
Normal file
|
@ -0,0 +1,82 @@
|
|||
@font-face {
|
||||
font-family: "man";
|
||||
src:
|
||||
url("/pub/style/fonts/Manusquared-Bold.woff2") format('woff2'),
|
||||
url("/pub/style/fonts/Manusquared-Bold.woff") format('woff');
|
||||
}
|
||||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #000000ff;
|
||||
--color-secondary: #5B3D8Aff;
|
||||
--color-accent: rgb(25, 59, 121);
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #d6d6d6ff;
|
||||
--bg-secondary: #c2c2c2ff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #000000ff;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: #5B3D8Aff;
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#5B3D8Aff;
|
||||
--header-secondary: #5B3D8Aff;
|
||||
--header-tertiary: rgb(25, 59, 121);
|
||||
--header-other: #000000ff;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: rgb(31, 76, 160);
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: #000000ff;
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #000300ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: #5B3D8Aff;
|
||||
--header-text: #030303ff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: man, sans-serif;
|
||||
--font-body: verdana, helvetica, arial, sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg-primary);
|
||||
background-color: var(--bg-primary);
|
||||
background-position: center center;
|
||||
background-size: 110vh 75vh;
|
||||
background-repeat: repeat-y;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 90%;
|
||||
font-family: verdana, sans-serif;
|
||||
}
|
||||
|
||||
header h1 .headerLink {
|
||||
font-family: man, sans-serif;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-family: man, sans-serif;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article img {
|
||||
border: 0.4em solid var(--border-image);
|
||||
background-color: var(--border-image) !important;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
17
werc/sites/thirdculture.top/collective/los3r/index.md
Normal file
17
werc/sites/thirdculture.top/collective/los3r/index.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
Los3r
|
||||
=============================
|
||||
i dont want to b a los3r
|
||||
|
||||
Main Link: \[ [Instagram](https://www.instagram.com/los3333r/) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/los3r.jpeg">
|
||||
|
||||
\[ [Bandcamp](https://los3r.bandcamp.com/music) \]
|
||||
\[ [Youtube](https://www.youtube.com/@los3333r) \]
|
||||
\[ [Soundcloud](https://soundcloud.com/los3333r) \]
|
||||
\[ [Spotify](https://open.spotify.com/artist/1Ue0AwMk9yZMuwrlFDaJzc) \]
|
||||
\[ [Instagram](https://www.instagram.com/los3333r/) \]
|
||||
\[ [Apple](https://music.apple.com/us/artist/los3r/1661508353) \]
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
|
@ -0,0 +1,77 @@
|
|||
@font-face {
|
||||
font-family: "threetwo";
|
||||
src:
|
||||
url("/pub/style/fonts/3270-Regular.woff") format('woff');
|
||||
}
|
||||
|
||||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #ffffffff;
|
||||
--color-secondary: #d478eeff;
|
||||
--color-accent: #303030ff;
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #000000ff;
|
||||
--bg-secondary: #000000ff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #ffffffff;
|
||||
--text-secondary: #989898ff;
|
||||
--text-accent: #d478eeff;
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#d478eeff;
|
||||
--header-secondary: #d478eeff;
|
||||
--header-tertiary: #303030ff;
|
||||
--header-other: #ffffffff;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #1d75d4ff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: rgb(10, 10, 10);
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #303030ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: #d478eeff;
|
||||
--header-text: #030303ff;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: threetwo, sans-serif;
|
||||
--font-body: monospace;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg-primary);
|
||||
background-color: var(--bg-primary);
|
||||
background-position: center center;
|
||||
background-size: 110vh 75vh;
|
||||
background-repeat: repeat-y;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 110%;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
header h1 .headerLink {
|
||||
font-family: threetwo, sans-serif;
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
article h1 {
|
||||
font-family: threetwo, sans-serif;
|
||||
font-size: 260%;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
article img {
|
||||
border: 0.4em solid var(--border-image);
|
||||
background-color: var(--bg-primary) !important;
|
||||
}
|
12
werc/sites/thirdculture.top/collective/moridori/index.md
Normal file
12
werc/sites/thirdculture.top/collective/moridori/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
moridori
|
||||
=============================
|
||||
Emotional hardcore's wonderful death.
|
||||
Main Link: \[ [https://moridori.xyz](https://moridori.xyz) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/2kkidori.png">
|
||||
|
||||
\[ [Music](https://moridori.xyz/#recordings) \]
|
||||
\[ [Youtube](https://www.youtube.com/@killmoridori) \]
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
|
||||
conf_enable_wiki
|
|
@ -0,0 +1,55 @@
|
|||
:root {
|
||||
/* Main color scheme */
|
||||
--color-primary: #000000;
|
||||
--color-secondary: #000000;
|
||||
--color-accent: rgb(162, 255, 0);
|
||||
|
||||
/* Background colors */
|
||||
--bg-primary: #ffffffff;
|
||||
--bg-secondary: #ffffffff;
|
||||
|
||||
/* Text colors */
|
||||
--text-primary: #000000;
|
||||
--text-secondary: #000000;
|
||||
--text-accent: rgb(162, 255, 0);
|
||||
|
||||
/* Header colours */
|
||||
--header-primary:#000000;
|
||||
--header-secondary: #000000;
|
||||
--header-tertiary: #000000;
|
||||
--header-other: #000000;
|
||||
|
||||
/* Link colors */
|
||||
--link-color: #1d75d4ff;
|
||||
--link-hover: #5B3D8Aff;
|
||||
|
||||
/* Border colors */
|
||||
--border-primary: rgb(10, 10, 10);
|
||||
--border-secondary: #030303ff;
|
||||
--border-image: #303030ff;
|
||||
|
||||
/* Special purpose colors */
|
||||
--code-color: #18A02Cff;
|
||||
--header-bg: #ffffffff;
|
||||
--header-text: #000000;
|
||||
|
||||
/* Font families */
|
||||
--font-headers: sans-serif;
|
||||
--font-body: sans-serif;
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--bg-primary);
|
||||
background-color: var(--bg-primary);
|
||||
background-position: center center;
|
||||
background-size: 110vh 75vh;
|
||||
background-repeat: repeat-y;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 110%;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
article {
|
||||
text-align: center;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
Public Sector
|
||||
=============================
|
||||
Main Link: \[ [https://www.instagram.com/publicsector.zip/](https://www.instagram.com/publicsector.zip/) \]
|
||||
|
||||
<img style="width: 90%; max-width: 600px;" src="/_werc/pub/imgs/publicsector.png">
|
Loading…
Add table
Add a link
Reference in a new issue