diff --git a/src/pages/profile/index.astro b/src/pages/profile/index.astro deleted file mode 100644 index 15cf7ee..0000000 --- a/src/pages/profile/index.astro +++ /dev/null @@ -1,393 +0,0 @@ ---- -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"; - -const title = "User Profile"; -const config = yaml.load(profileConfig) as any; -const text = yaml.load(textConfig) as any; ---- - - -
-
- -
-

Profile Dashboard

-

- Manage your IEEE UCSD membership and activities -

-
- - -
-
-
-

- Loading your profile... -

-
-
- - - - - - - - - -
- - - -
-
- - - - diff --git a/src/pages/profile/officer.astro b/src/pages/profile/officer.astro deleted file mode 100644 index 3825fed..0000000 --- a/src/pages/profile/officer.astro +++ /dev/null @@ -1,327 +0,0 @@ ---- -import Layout from "../../layouts/Layout.astro"; -import UserProfile from "../../components/auth/UserProfile.astro"; -import yaml from "js-yaml"; -import profileConfig from "../../config/profileConfig.yaml?raw"; -import textConfig from "../../config/text.yml?raw"; - -const title = "Officer Dashboard"; -const config = yaml.load(profileConfig) as any; -const text = yaml.load(textConfig) as any; ---- - - -
-
- -
-

Officer Dashboard

-

- Manage IEEE UCSD membership and view organization statistics -

-
- - -
-
-
-

Loading dashboard...

-
-
- - - - - - -
-
-
- - - - diff --git a/src/pages/profile/sponsor.astro b/src/pages/profile/sponsor.astro deleted file mode 100644 index e69de29..0000000