diff --git a/README.md b/README.md index 29bd52c..c5a09e4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Development version of the IEEE UC San Diego student branch website. +## Figma Design +- [IEEE UCSD Website Design](https://www.figma.com/design/AihoR936yUmYrMoCZJ0LF7/UCSD-IEEE?node-id=0-1&t=ajK9lKroQFJbokFS-1) ## Getting Started Prerequisites: diff --git a/public/evan.png b/public/evan.png new file mode 100644 index 0000000..4d7657d Binary files /dev/null and b/public/evan.png differ diff --git a/public/event.png b/public/event.png new file mode 100644 index 0000000..78f2bf9 Binary files /dev/null and b/public/event.png differ diff --git a/src/components/core/Footer.astro b/src/components/core/Footer.astro new file mode 100644 index 0000000..934c7a7 --- /dev/null +++ b/src/components/core/Footer.astro @@ -0,0 +1,23 @@ +--- +import { Image } from "astro:assets"; +import Link from "next/link"; +import whiteLogoHorizontal from "../../../public/logos/white_logo_horizontal.svg"; +import { IoHeart } from "react-icons/io5"; +--- +
+ made by IEEE UCSD webmasters with +
+