diff --git a/codersquack.nl/assets/shantell_sans.woff2 b/codersquack.nl/assets/shantell_sans.woff2 new file mode 100644 index 0000000..6674433 Binary files /dev/null and b/codersquack.nl/assets/shantell_sans.woff2 differ diff --git a/codersquack.nl/index.html b/codersquack.nl/index.html index acf18a6..9f0021a 100644 --- a/codersquack.nl/index.html +++ b/codersquack.nl/index.html @@ -1,60 +1,20 @@ - - - - - - - - - - - - Codersquack - - - - - -

Hello world!

- - Goodbye duckcloud, hello RPi!
- Duckcloud has served me pretty well however I remembered I have an unused Raspberry Pi..
- Duckcloud is still a pretty great service though!! -


- - This is the third time i have redone my page.
Hopefully it is better.

- - My name is e_ (although i do sometimes go by coderlol or coder() ) and i live in the Netherlands.
- I like to code, especially in python. HOWEVER i really want to also become good at C.

-

Projects

- I have more projects than this, but those are either discontinued or old enough to be irrelevant.
- Though i might make another website thingy about these projects that aren't listed here. -

JSArt Modded

- This is basically a clone of a clone. You might have heard of "daydun random", well my friend Ponali made a clone of it called "JSArt".
- Now i wanted to make some adjustments to it so I made "JSArt Modded". I don't maintain it anymore, Ponali and Mike do so I guess he is the guy to go to if you want a feature to be added.
- I consider this project finished in my eyes though. -
- there are more projects i swear -

Friends' Websites

- -

Contacts

- My twitter account: @e_teh_void
- My replit username: @Fox551
- My github account: BadPythonCoder
- My shitty youtube channel: The e
- My discord username: codersquack - -


- - + + + The Flock's homepage + + + +

NeoFlock's Home

+ It no longer only belongs to me! (mewhenthe) (ps. this site sucks rn because it's under construction so ignore the badness) + NeoFlock is a group of ducks that like to make software. +

Members

+ *todo* +

Links

+ + + \ No newline at end of file diff --git a/codersquack.nl/old/index.html b/codersquack.nl/old/index.html new file mode 100644 index 0000000..ffe41eb --- /dev/null +++ b/codersquack.nl/old/index.html @@ -0,0 +1,60 @@ + + + + + + + + + + + + + Codersquack + + + + + +

Hello world!

+ + Goodbye duckcloud, hello RPi!
+ Duckcloud has served me pretty well however I remembered I have an unused Raspberry Pi..
+ Duckcloud is still a pretty great service though!! +


+ + This is the third time i have redone my page.
Hopefully it is better.

+ + My name is e_ (although i do sometimes go by coderlol or coder() ) and i live in the Netherlands.
+ I like to code, especially in python. HOWEVER i really want to also become good at C.

+

Projects

+ I have more projects than this, but those are either discontinued or old enough to be irrelevant.
+ Though i might make another website thingy about these projects that aren't listed here. +

JSArt Modded

+ This is basically a clone of a clone. You might have heard of "daydun random", well my friend Ponali made a clone of it called "JSArt".
+ Now i wanted to make some adjustments to it so I made "JSArt Modded". I don't maintain it anymore, Ponali and Mike do so I guess he is the guy to go to if you want a feature to be added.
+ I consider this project finished in my eyes though. +
+ there are more projects i swear +

Friends' Websites

+ +

Contacts

+ My twitter account: @e_teh_void
+ My replit username: @Fox551
+ My github account: BadPythonCoder
+ My shitty youtube channel: The e
+ My discord username: codersquack + +


+ + diff --git a/codersquack.nl/old/style.css b/codersquack.nl/old/style.css new file mode 100644 index 0000000..fe942fb --- /dev/null +++ b/codersquack.nl/old/style.css @@ -0,0 +1,29 @@ +html, body { + background-color: #11aa99; + color: #fff; + font-size: 30px; + font-family: Calibri; + -webkit-text-stroke: 0.6px black; +} + +h1 { + -webkit-text-stroke: 2px black; +} + +#cityscape { + /* position: absolute; sus */ + bottom: 0; + width: 99%; + height: 150px; + display: inline-block; + white-space: nowrap; + overflow: hidden; + background-image: url(/city.png); + background-repeat: repeat-x; + background-size: auto 100%; +} + +#credits { + -webkit-text-stroke: 0px; + font-size: 15px; +} diff --git a/codersquack.nl/style.css b/codersquack.nl/style.css index fe942fb..ffbd4d7 100644 --- a/codersquack.nl/style.css +++ b/codersquack.nl/style.css @@ -1,29 +1,18 @@ -html, body { - background-color: #11aa99; - color: #fff; - font-size: 30px; - font-family: Calibri; - -webkit-text-stroke: 0.6px black; +@font-face { + font-family: "Shantell Sans"; + src: url("/assets/shantell_sans.woff2"); /* this font is just good */ } -h1 { - -webkit-text-stroke: 2px black; +body { + font-family: "Shantell Sans", sans; + background-color: rgb(0, 10, 19); + color: rgb(204, 222, 255); } -#cityscape { - /* position: absolute; sus */ - bottom: 0; - width: 99%; - height: 150px; - display: inline-block; - white-space: nowrap; - overflow: hidden; - background-image: url(/city.png); - background-repeat: repeat-x; - background-size: auto 100%; +a:link { + color: rgb(255, 254, 204); /* TODO: learn variables/constants */ } -#credits { - -webkit-text-stroke: 0px; - font-size: 15px; -} +a:visited { + color: rgb(239, 204, 255); +} \ No newline at end of file