close to prerelase
This commit is contained in:
parent
e55fbb5b67
commit
31022358ed
181 changed files with 2118 additions and 141 deletions
7
werc/sites/ppl.thirdculture.top/_header.md
Normal file
7
werc/sites/ppl.thirdculture.top/_header.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
# Third Culture Members
|
||||
|
||||
The following are the pages of third culture friends/members.
|
||||
|
||||

|
||||
|
||||
Check out various blogs, galleries and other art done by third culture members by clicking the sites below (or on the sidebar).
|
|
@ -1,3 +1,3 @@
|
|||
masterSite=thirdculture.top
|
||||
siteTitle='third culture'
|
||||
siteTitle='Third Culture Collective'
|
||||
siteSubTitle='the members of third culture'
|
||||
|
|
BIN
werc/sites/ppl.thirdculture.top/_werc/pub/imgs/ottawa.png
Normal file
BIN
werc/sites/ppl.thirdculture.top/_werc/pub/imgs/ottawa.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
38
werc/sites/ppl.thirdculture.top/_werc/pub/style.css
Normal file
38
werc/sites/ppl.thirdculture.top/_werc/pub/style.css
Normal 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)
|
||||
}
|
4
werc/sites/ppl.thirdculture.top/adil/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/adil/_werc/config
Normal 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'
|
1
werc/sites/ppl.thirdculture.top/adil/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/adil/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/adil/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/adil/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=adil
|
||||
blogTitle=''
|
||||
blogDesc=''
|
4
werc/sites/ppl.thirdculture.top/bea/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/bea/_werc/config
Normal 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'
|
1
werc/sites/ppl.thirdculture.top/bea/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/bea/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/bea/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/bea/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=bea
|
||||
blogTitle=''
|
||||
blogDesc=''
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* Put custom styles here */
|
1
werc/sites/ppl.thirdculture.top/dulien/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/dulien/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/dulien/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/dulien/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=dulien
|
||||
blogTitle=''
|
||||
blogDesc=''
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* Put custom styles here */
|
1
werc/sites/ppl.thirdculture.top/geunf/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/geunf/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/geunf/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/geunf/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=geunf
|
||||
blogTitle=''
|
||||
blogDesc=''
|
4
werc/sites/ppl.thirdculture.top/iancobain/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/iancobain/_werc/config
Normal 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'
|
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=iancobain
|
||||
blogTitle=''
|
||||
blogDesc=''
|
37
werc/sites/ppl.thirdculture.top/index.html
Normal file
37
werc/sites/ppl.thirdculture.top/index.html
Normal 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>
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* Put custom styles here */
|
1
werc/sites/ppl.thirdculture.top/kaz/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/kaz/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/kaz/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/kaz/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=kaz
|
||||
blogTitle=''
|
||||
blogDesc=''
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* Put custom styles here */
|
1
werc/sites/ppl.thirdculture.top/nevada/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/nevada/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/nevada/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/nevada/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=nevada
|
||||
blogTitle=''
|
||||
blogDesc=''
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* Put custom styles here */
|
1
werc/sites/ppl.thirdculture.top/q/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/q/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
5
werc/sites/ppl.thirdculture.top/q/blog/_werc/config
Normal file
5
werc/sites/ppl.thirdculture.top/q/blog/_werc/config
Normal file
|
@ -0,0 +1,5 @@
|
|||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=q
|
||||
blogTitle=''
|
||||
blogDesc=''
|
3
werc/sites/ppl.thirdculture.top/q/index.md
Normal file
3
werc/sites/ppl.thirdculture.top/q/index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Q
|
||||
|
||||
Guitarist and vocalist for moridori
|
4
werc/sites/ppl.thirdculture.top/sean/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/sean/_werc/config
Normal 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'
|
1
werc/sites/ppl.thirdculture.top/sean/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/sean/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/sean/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/sean/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=sean
|
||||
blogTitle=''
|
||||
blogDesc=''
|
|
@ -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'
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
/* Put custom styles here */
|
1
werc/sites/ppl.thirdculture.top/thomas/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/thomas/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/thomas/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/thomas/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=thomas
|
||||
blogTitle=''
|
||||
blogDesc=''
|
4
werc/sites/ppl.thirdculture.top/vanne/_werc/config
Normal file
4
werc/sites/ppl.thirdculture.top/vanne/_werc/config
Normal 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'
|
1
werc/sites/ppl.thirdculture.top/vanne/_werc/style.css
Normal file
1
werc/sites/ppl.thirdculture.top/vanne/_werc/style.css
Normal file
|
@ -0,0 +1 @@
|
|||
/* Put custom styles here */
|
6
werc/sites/ppl.thirdculture.top/vanne/blog/_werc/config
Normal file
6
werc/sites/ppl.thirdculture.top/vanne/blog/_werc/config
Normal file
|
@ -0,0 +1,6 @@
|
|||
conf_enable_wiki
|
||||
conf_enable_blog
|
||||
conf_blog_only_pull=0
|
||||
conf_blog_editors=vanne
|
||||
blogTitle=''
|
||||
blogDesc=''
|
Loading…
Add table
Add a link
Reference in a new issue