diff --git a/README.md b/README.md index 910a957..6242837 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,28 @@ -# freed.place +
-a little safe place on the wide web, welcome to freed.place! \ No newline at end of file +# Freed.place +heya! welcome to my personal website! this site is build using pure html and css and can be easily deployed for yourself. + +## how to build this site? +this site is run with Docker, a container system to make deploying applications easier. +to install Docker on your system, please install the `docker` package from your package manager. +after that; run `docker compose up` in the root of this repository which will start the NGINX server. +you can then access the server at `127.0.0.1:80` or `localhost:80`. + +## wait... where's the old site? +as you might have noticed, the branches in this repo begin from version 3.0. +older versions of [freed.place](https://freed.place) are located in [another repository](https://codeberg.org/FreedTapestry21/freed.place). +please take a look there for older versions of this site. +please note that these older versions do not require a server to render properly. + +## Credits +This version of Freed's place includes assets created by other artists and used with proper attribution. +Firstly, I'd like to thank [Pixelated Dorito](https://flashes-on-my-soul.straw.page/) for creating [my stella pfp](./html/assets/img/about.png)! +Secondly, the favicon icon, created by [Volpeon](https://volpeon.ink/), is licensed under the **CC-BY-NC-SA-4.0** license. +Additionally, the IBM BIOS font, created by [VileR](https://int10h.org/), is licenced under the **CC BY-SA 4.0** license. +Lastly, the Jetbrains Mono font, created by [Jetbrains](https://www.jetbrains.com/lp/mono/), is licensed under the **SIL Open Font License 1.1**. + +## License +The license which this project uses is located at `LICENSE`. diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..a8ff824 --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,9 @@ +services: + web: + image: nginx:latest + container_name: freed-place + restart: unless-stopped + volumes: + - ./html:/usr/share/nginx/html:ro + ports: + - "80:80" diff --git a/html/about/index.html b/html/about/index.html new file mode 100644 index 0000000..9295edb --- /dev/null +++ b/html/about/index.html @@ -0,0 +1,55 @@ + + + +This is Bo, a little creature who mainly loves experimenting on computers, learning new and random facts and yapping nonsense. When looking at Bo, you'll quickly notice that her gender is pretty vague, her sexuality definitely not straight and her personality all over the place. This has a couple of reasons; they label their gender as "genderless" and they go by she/they pronouns, they're pansexual and their personality is, in general, sweet yet a bit menacing. They can speak Dutch and English and their favorite animal is the fox (or as they like to call it—fops)!
+Back in the old days, Bo already learned a lot about computers and their inner workings. As she grew older, so did her desire to learn more about these systems. Over the years the fops have undertaken several technology-related projects involving Linux, networking, system management and software development. Besides the obvious, they're also in the furry fandom and have some OCs of their own! You've probably already met some of the floofs—Stella and Frozy—who are pictured on the homepage.
+There are a few platforms on which I'm avaiable to chat! One notible platform to mention would be the Fediverse where I keep a timeline of all my (unhinged) thoughts, this is one of the easiest, and probably fastest, ways to contact me. With regards to Discord and Signal, please only message me there if we've interacted before. My E-Mail is always open no matter what! +
Hii there! My name's Bo, but I'm also known as Freed! Welcome to my little place of the internet — have some rest while you explore around! The internet nowadays is such a chaos, you know with every website fighting for your attention. Instead, enjoy this simple, half-blank webpage with some illustrations here and there! This place is here for you to get to know more about me and to find other places on the internet where you can interact with me!
+Pixelated is a project which I've been working on for quite some time now. It's a collection of different open-source services, with the purpose of providing open-source alternatives to services from big tech corporations. It's only possible for mutuals to sign up for these services at the moment since there's limited capacity. To visit Pixelated, click here!
+Version 3.0
Made with <3 by FreedTapestry21
This project is licensed under the CC-BY-4.0 license, including all assets signed by Bo.
Check out the source code here!