commit 4b8942d7b6e6047bcff95bdfa66c8742d85a4c5c Author: mewhenthe Date: Thu Jul 10 21:09:58 2025 +0200 Initial commit diff --git a/codersquack.nl/.well-known/matrix/client b/codersquack.nl/.well-known/matrix/client new file mode 100644 index 0000000..585d99e --- /dev/null +++ b/codersquack.nl/.well-known/matrix/client @@ -0,0 +1,5 @@ +{ + "m.homeserver": { + "base_url": "https://matrix.codersquack.nl" + } +} diff --git a/codersquack.nl/.well-known/matrix/server b/codersquack.nl/.well-known/matrix/server new file mode 100644 index 0000000..fe6c08b --- /dev/null +++ b/codersquack.nl/.well-known/matrix/server @@ -0,0 +1,3 @@ +{ + "m.server": "matrix.codersquack.nl:443" +} diff --git a/codersquack.nl/e.png b/codersquack.nl/e.png new file mode 100644 index 0000000..885c315 Binary files /dev/null and b/codersquack.nl/e.png differ diff --git a/codersquack.nl/index.html b/codersquack.nl/index.html new file mode 100644 index 0000000..acf18a6 --- /dev/null +++ b/codersquack.nl/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/style.css b/codersquack.nl/style.css new file mode 100644 index 0000000..fe942fb --- /dev/null +++ b/codersquack.nl/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/jsam.codersquack.nl b/jsam.codersquack.nl new file mode 160000 index 0000000..6e65dff --- /dev/null +++ b/jsam.codersquack.nl @@ -0,0 +1 @@ +Subproject commit 6e65dffe2e9f77a892af1024b76b04867508a6ea diff --git a/modbox.codersquack.nl b/modbox.codersquack.nl new file mode 160000 index 0000000..d63a63b --- /dev/null +++ b/modbox.codersquack.nl @@ -0,0 +1 @@ +Subproject commit d63a63bb45de7c26912cf6f3b046289c53715859