close to prerelase

This commit is contained in:
Quentin Wolkensperg 2024-11-11 14:52:00 -05:00
parent e55fbb5b67
commit 31022358ed
181 changed files with 2118 additions and 141 deletions

View file

@ -0,0 +1,7 @@
# Third Culture Members
The following are the pages of third culture friends/members.
![Ottawa Image](/_werc/pub/imgs/ottawa.png "main")
Check out various blogs, galleries and other art done by third culture members by clicking the sites below (or on the sidebar).

View file

@ -1,3 +1,3 @@
masterSite=thirdculture.top
siteTitle='third culture'
siteTitle='Third Culture Collective'
siteSubTitle='the members of third culture'

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View file

@ -0,0 +1,38 @@
.main {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.grid-container {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
grid-template-rows: repeat(31, minmax(31px, 1fr));
gap: 5px;
width: 100%;
max-width: 100%;
height: 100%;
}
.grid-item {
display: flex;
justify-content: center;
align-items: center;
background-color: var(--bg-primary);
border: 2px solid var(--color-secondary);
width: 88px;
height: 31px;
}
.grid-item:hover img {
color: white;
text-decoration: underline;
}
.grid-item img {
max-width: 100%;
max-height: 100%;
color: var(--color-accent)
}

View file

@ -0,0 +1,4 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit adil
css_file='_werc/style.css'

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=adil
blogTitle=''
blogDesc=''

View file

@ -0,0 +1,4 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit bea
css_file='_werc/style.css'

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=bea
blogTitle=''
blogDesc=''

View file

@ -1,2 +1,4 @@
conf_enable_blog
conf_enable_wiki
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit dulien
css_file='_werc/style.css'

View file

@ -1 +0,0 @@
/* Put custom styles here */

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=dulien
blogTitle=''
blogDesc=''

View file

@ -1,2 +1,4 @@
conf_enable_blog
conf_enable_wiki
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit geunf
css_file='_werc/style.css'

View file

@ -1 +0,0 @@
/* Put custom styles here */

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=geunf
blogTitle=''
blogDesc=''

View file

@ -0,0 +1,4 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit iancobain
css_file='_werc/style.css'

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=iancobain
blogTitle=''
blogDesc=''

View file

@ -0,0 +1,37 @@
<div class="main">
<div class="grid-container">
<div class="grid-item">
<a href="/q/"><img src="/_werc/pub/img/but/q.gif" alt="q" /></a>
</div>
<div class="grid-item">
<a href="/kaz/"><img src="/_werc/pub/img/but/kaz.gif" alt="kaz" /></a>
</div>
<div class="grid-item">
<a href="/sean/"><img src="/_werc/pub/img/but/sean.gif" alt="sean" /></a>
</div>
<div class="grid-item">
<a href="/dulien/"><img src="/_werc/pub/img/but/dulien.gif" alt="dulien" /></a>
</div>
<div class="grid-item">
<a href="/geunf/"><img src="/_werc/pub/img/but/geunf.gif" alt="geunf" /></a>
</div>
<div class="grid-item">
<a href="/nevada/"><img src="/_werc/pub/img/but/nevada.gif" alt="nevada" /></a>
</div>
<div class="grid-item">
<a href="/thomas/"><img src="/_werc/pub/img/but/thomas.gif" alt="thomas" /></a>
</div>
<div class="grid-item">
<a href="/vanne/"><img src="/_werc/pub/img/but/vanne.gif" alt="vanne" /></a>
</div>
<div class="grid-item">
<a href="/adil/"><img src="/_werc/pub/img/but/adil.gif" alt="adil" /></a>
</div>
<div class="grid-item">
<a href="/iancobain/"><img src="/_werc/pub/img/but/iancobain.gif" alt="iancobain" /></a>
</div>
<div class="grid-item">
<a href="/bea/"><img src="/_werc/pub/img/but/bea.gif" alt="bea" /></a>
</div>
</div>
</div>

View file

@ -1,2 +1,4 @@
conf_enable_blog
conf_enable_wiki
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit kaz
css_file='_werc/style.css'

View file

@ -1 +0,0 @@
/* Put custom styles here */

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=kaz
blogTitle=''
blogDesc=''

View file

@ -1,2 +1,4 @@
conf_enable_blog
conf_enable_wiki
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit nevada
css_file='_werc/style.css'

View file

@ -1 +0,0 @@
/* Put custom styles here */

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=nevada
blogTitle=''
blogDesc=''

View file

@ -1,2 +1,4 @@
conf_enable_blog
conf_enable_wiki
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit q
css_file='_werc/style.css'

View file

@ -1 +0,0 @@
/* Put custom styles here */

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,5 @@
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=q
blogTitle=''
blogDesc=''

View file

@ -0,0 +1,3 @@
# Q
Guitarist and vocalist for moridori

View file

@ -0,0 +1,4 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit sean
css_file='_werc/style.css'

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=sean
blogTitle=''
blogDesc=''

View file

@ -1,2 +1,4 @@
conf_enable_blog
conf_enable_wiki
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit thomas
css_file='_werc/style.css'

View file

@ -1 +0,0 @@
/* Put custom styles here */

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=thomas
blogTitle=''
blogDesc=''

View file

@ -0,0 +1,4 @@
extraHeaders='<link rel="stylesheet" type="text/css" href="_werc/style.css">'
conf_enable_wiki
conf_enable_cssedit vanne
css_file='_werc/style.css'

View file

@ -0,0 +1 @@
/* Put custom styles here */

View file

@ -0,0 +1,6 @@
conf_enable_wiki
conf_enable_blog
conf_blog_only_pull=0
conf_blog_editors=vanne
blogTitle=''
blogDesc=''