nov 17 2024

This commit is contained in:
q 2024-11-17 15:40:56 -05:00
parent 37044fe071
commit 0b00bef7d8
100 changed files with 384 additions and 38 deletions

View file

@ -1,6 +1,6 @@
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
--color-primary: #f907c5;
--color-secondary: #AEA3F0ff;
--color-accent: #A4D1ADff;
@ -24,7 +24,7 @@
--link-hover: #5B3D8Aff;
/* Border colors */
--border-primary: #C0CEE8ff;
--border-primary: #f907c5;
--border-secondary: #0C072Cff;
--border-image: #000300ff;
@ -37,3 +37,7 @@
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
}

View file

@ -0,0 +1,10 @@
#/ adil#
Hey, I'm the filmmaker of Third Culture.
[Blog](blog)

View file

@ -0,0 +1 @@
Hi! I'm the film-maker of Third Culture :D

View file

@ -0,0 +1,4 @@
##adil##
Hi! I'm the film-maker of Third Culture :D

View file

@ -0,0 +1,5 @@
##adil##
Hi! I'm the film-maker of Third Culture :D

View file

@ -0,0 +1,3 @@
#####adil#####

View file

@ -0,0 +1,4 @@
#adil#

View file

@ -0,0 +1,5 @@
#/ adil#

View file

@ -0,0 +1,5 @@
#/ adil#
Click the blog on the left sidebar cause it disappeared. Q pls fix I tried editing my page and it vanished.

View file

@ -0,0 +1,8 @@
#/ adil#
Click the blog on the left sidebar cause it disappeared. Q pls fix I tried editing my page and it vanished.
[Blog](blog)

View file

@ -0,0 +1,9 @@
#/ adil#
Hey, I'm the film-maker of Third Culture.
[Blog](blog)

View file

@ -0,0 +1,10 @@
#/ adil#
Hey, I'm the filmmaker of Third Culture.
[Blog](blog)

View file

@ -0,0 +1,4 @@
how to make this site not die in infancy
-------------------------------------
1. HAVE TRAFFIC. make it an unavoidable step to a meaningful goal. think charging a toll on the road to the king's palace. the goal is an audience with the king, and the toll bridge is an unavoidable step that traffic will be routed over. here, the meaningful goal is to find out about upcoming shows in ottawa and to have a little y2k nostalgia trip. making MORE meaningful goals and ENSURING there are *no* alternatives is how to amplify this site. make it convenient to post more creations to thirdculture; then, if thirdculture-based music or interviews become semi-popular, and they're easily accessible on youtube, insta, twitter etc. then people just wont bother going on this website. keep it special! and if they're using those things and not this website, then they're subject to all the typical brainwashing and corporate exploitation, to being subjected to 4 hours of doomscrolling, to mindnumbing ads and forced content, to algorithms that extract all meaning out of community and creation.

View file

@ -5,3 +5,6 @@ So many bugs in production to fix lol
update: still bug hunting, I have a list now
update: getting some help now :)

View file

@ -0,0 +1,10 @@
Launched third culture
-------------------------------------
So many bugs in production to fix lol
update: still bug hunting, I have a list now
update: getting some help now :)

View file

@ -0,0 +1,10 @@
Launched third culture
-------------------------------------
So many bugs in production to fix lol
update: still bug hunting, I have a list now
update: getting some help now :)

View file

@ -0,0 +1,4 @@
Site Update
-------------------------------------
We now have a self hosted git for hosting this page so if you are interested in development or submitting changes/bug fixes let me know. I'm pretty sure times should be fixed but I'm not 100% on that. Just mounted the time files of the server PC to this sites container. Anyway more to come I have an issues tracker on the git server to keep track of what I'm doing an my todo now.

View file

@ -1,8 +1,9 @@
# Q
Guitarist and vocalist for moridori.
Guitarist and vocalist for moridori...
![picture of me](_images/q.jpg)
You can find my personal releases under the name morisuki sometimes as well :)

View file

@ -0,0 +1,9 @@
# Q
Guitarist and vocalist for moridori...
![picture of me](_images/q.jpg)
You can find my personal releases under the name morisuki sometimes as well :)

View file

@ -0,0 +1,3 @@
# Testing 1 2 3
Using this page for testing :)

View file

@ -0,0 +1,3 @@
# Testing 1 2 3
Using this page for testing :)

View file

@ -1,6 +1,5 @@
screenshare - tom - PLANT, blog/////
hi

View file

@ -0,0 +1 @@
screenshare1112

View file

@ -1,39 +1,47 @@
:root {
/* Main color scheme */
--color-primary: #E4F0FEff;
--color-secondary: #AEA3F0ff;
--color-accent: #A4D1ADff;
--color-primary: #ffffffff;
--color-secondary: #ff0000ff;
--color-accent: #ff0000ff;
/* Background colors */
--bg-primary: #000300ff;
--bg-secondary: #1C202Fff;
--bg-primary: #000000ff;
--bg-secondary: #000000ff;
/* Text colors */
--text-primary: #E4F0FEff;
--text-secondary: #989898ff;
--text-accent: #AEA3F0ff;
--text-primary: #ffffffff;
--text-secondary: #8a8a8aff;
--text-accent: #ff0000ff;
/* Header colours */
--header-primary:#AEA3F0ff;
--header-secondary: #AEA3F0ff;
--header-tertiary: #A4D1ADff;
--header-other: #E4F0FEff;
--header-primary:#ff0000ff;
--header-secondary: #ff0000ff;
--header-tertiary: #ff0000ff;
--header-other: #000000ff;
/* Link colors */
--link-color: #2667deff;
--link-hover: #5B3D8Aff;
--link-color: #b5b5b5ff;
--link-hover: #ff0000ff;
/* Border colors */
--border-primary: #C0CEE8ff;
--border-secondary: #0C072Cff;
--border-image: #000300ff;
--border-primary: #ff0000ff;
--border-secondary: #ff0000ff;
--border-image: #ff0000ff;
/* Special purpose colors */
--code-color: #18A02Cff;
--header-bg: #AEA3F0ff;
--header-text: #0C072Cff;
--code-color: #ff0000ff;
--header-bg: #ff0000ff;
--header-text: #000000ff;
/* Font families */
--font-headers: 'rumeur', sans-serif;
--font-body: verdana, helvetica, arial, sans-serif;
--font-headers: courier, courier;
--font-body: courier, courier, courier, courier;
}

View file