diff --git a/src/components/dashboard/EventsSection.astro b/src/components/dashboard/EventsSection.astro new file mode 100644 index 0000000..bb7b29d --- /dev/null +++ b/src/components/dashboard/EventsSection.astro @@ -0,0 +1,18 @@ +--- +import { Icon } from "astro-icon/components"; +--- + +
diff --git a/src/components/dashboard/ProfileSection.astro b/src/components/dashboard/ProfileSection.astro new file mode 100644 index 0000000..a3e96bc --- /dev/null +++ b/src/components/dashboard/ProfileSection.astro @@ -0,0 +1,95 @@ +--- +import { Icon } from "astro-icon/components"; +--- + +Welcome to your IEEE UCSD dashboard
+
+