diff --git a/src/pages/profile.astro b/src/pages/profile/index.astro
similarity index 94%
rename from src/pages/profile.astro
rename to src/pages/profile/index.astro
index 495729f..c2742a8 100644
--- a/src/pages/profile.astro
+++ b/src/pages/profile/index.astro
@@ -1,13 +1,13 @@
---
-import Layout from "../layouts/Layout.astro";
-import UserProfile from "../components/auth/UserProfile.astro";
-import DefaultProfileView from "../components/profile/DefaultProfileView.astro";
-import OfficerProfileView from "../components/profile/OfficerView.astro";
-import UserSettings from "../components/profile/UserSettings.astro";
-import FileViewerModal from "../components/modals/FileViewerModal";
+import Layout from "../../layouts/Layout.astro";
+import UserProfile from "../../components/auth/UserProfile.astro";
+import DefaultProfileView from "../../components/profile/DefaultProfileView.astro";
+import OfficerProfileView from "../../components/profile/OfficerView.astro";
+import UserSettings from "../../components/profile/UserSettings.astro";
+import FileViewerModal from "../../components/modals/FileViewerModal";
import yaml from "js-yaml";
-import profileConfig from "../config/profileConfig.yaml?raw";
-import textConfig from "../config/text.yml?raw";
+import profileConfig from "../../config/profileConfig.yaml?raw";
+import textConfig from "../../config/text.yml?raw";
const title = "User Profile";
const config = yaml.load(profileConfig) as any;
@@ -202,10 +202,10 @@ const text = yaml.load(textConfig) as any;
+
+
diff --git a/src/pages/profile/sponsor.astro b/src/pages/profile/sponsor.astro
new file mode 100644
index 0000000..e69de29