diff --git a/README.md b/README.md
index 4b1782d..ba6e3c1 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# snowcake-website
+# My website
-Hello there, and welcome to the snowcake-website repository, the repository containing the source code for my personal website at [snowcake.me](https://snowcake.me)
+Hello there, and welcome to the repository containing the source code for my personal website at [snowcake.me](https://snowcake.me)
## Licensing
diff --git a/main_theme.css b/main_theme.css
deleted file mode 100644
index 4652120..0000000
--- a/main_theme.css
+++ /dev/null
@@ -1,118 +0,0 @@
-/* Copyright © 2022-2023 Lilium_Snow */
-/* See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details */
-
-
-@font-face {
- font-family: quicksand-light;
- src: url(https://snowcake.me/assets/fonts/Quicksand-Light.ttf);
-}
-
-@font-face {
- font-family: quicksand-regular;
- src: url(https://snowcake.me/assets/fonts/Quicksand-Regular.ttf);
-}
-
-@font-face {
- font-family: quicksand-medium;
- src: url(https://snowcake.me/assets/fonts/Quicksand-Medium.ttf);
-}
-
-@font-face {
- font-family: quicksand-semibold;
- src: url(https://snowcake.me/assets/fonts/Quicksand-SemiBold.ttf);
-}
-
-@font-face {
- font-family: quicksand-bold;
- src: url(https://snowcake.me/assets/fonts/Quicksand-Bold.ttf);
-}
-
-body {
- background-image: radial-gradient(circle, #ff99cc, #ff99aa, #ffaa99);
- color: #404040;
- text-align: center;
- font-family: quicksand-regular;
-}
-
-a:link {
- color: #404040;
-}
-
-a:visited {
- color: #404040;
-}
-
-a:hover {
- color: #404040;
-}
-
-a:active {
- color: #404040;
-}
-
-.content {
- margin: auto;
- width: 60%;
- background-color: rgba(255, 255, 255, 0.4);
- border: 2px solid #ffffff;
- border-radius: 15px;
- padding: 20px 20px;
-}
-
-.button {
- background-color: rgba(255, 255, 255, 0.4);
- border-radius: 15px;
- border: 2px solid #ffffff;
- padding: 10px 10px;
- text-decoration: none;
- display: inline-block;
- font-size: 15px;
- margin: 4px 2px;
- cursor: pointer;
-}
-
-@media (prefers-color-scheme: dark) {
- body {
- background-image: radial-gradient(circle, #8e009f, #6b0077, #470050);
- color: #ffffff;
- text-align: center;
- font-family: quicksand-regular;
- }
-
- .content {
- margin: auto;
- width: 60%;
- background-color: rgba(0, 0, 0, 0.4);
- border: 2px solid #ffffff;
- border-radius: 15px;
- padding: 20px 20px;
- }
-
- .button {
- background-color: rgba(0, 0, 0, 0.4);
- border-radius: 15px;
- border: 2px solid #ffffff;
- padding: 10px 10px;
- text-decoration: none;
- display: inline-block;
- font-size: 15px;
- margin: 4px 2px;
- cursor: pointer;
- }
-
- a:link {
- color: #ffffff;
- }
-
- a:visited {
- color: #ffffff;
- }
-
- a:hover {
- color: #ffffff;
- }
-
- a:active {
- color: #ffffff;
- }
-}
\ No newline at end of file
diff --git a/mirrors_index.html b/mirrors_index.html
deleted file mode 100644
index db2c32d..0000000
--- a/mirrors_index.html
+++ /dev/null
@@ -1,33 +0,0 @@
-
-
-
-
-
-
-
- Mirrors - Snowcake
-
-
-
-
-
- Mirrors
-
-
-
-
-
About this Mirror
-
This mirror is located in the northeastern region of the United States, with 1 GB/s upload speeds. It hosts mirrors of various software projects, and all mirrored projects are updated by a cron job daily at 00:00 EST.
-
To report problems with this mirror, please send an email to primrose[at]snowcake[dot]me. I will respond as soon as I can.
-
Mirrored Projects
-
1. Linux Mint - Install images (no packages)
-
2. Arch Linux - Distribution packages and install images
-
-
-
-
-
-
-
diff --git a/site-directory/index.html b/site-directory/index.html
deleted file mode 100644
index c53c11c..0000000
--- a/site-directory/index.html
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
- Site Directory - Snowcake
-
-
-
-
-
- Site Directory
-
-
-
-
-
Core
-
1. Homepage - The page you are first greeted with when you visit the site
-
-
2. Site Directory - The page you are viewing right now
-
-
3. Server Info - Live server statistics
-
-
4. Blog - Rants, thoughts, and more
-
-
5. Media - A collection of random images, videos, and other miscellaneous files
-
-
6. Forgejo - My own Forgejo instance, which hosts projects that i'm working on, along with git mirrors of other projects
-
-
7. Mirrors - A mirror of various software projects
-
-
8. Photography - Photographs I have taken
-
-
-
-
-
-