diff --git a/src/components/signal/Competition.astro b/src/components/signal/Competition.astro new file mode 100644 index 0000000..b3fb76b --- /dev/null +++ b/src/components/signal/Competition.astro @@ -0,0 +1,33 @@ +--- +import { LiaDotCircle } from "react-icons/lia"; +import Link from "next/link"; +const {picture, name, description, link} = Astro.props; +--- +
+ Competition +
++ {name} +
++ {description} +
+ + Link + +Oops! You're Lost in the Circuit! 🔌⚡
diff --git a/src/pages/robocup.astro b/src/pages/robocup.astro index 0743bb5..728a4ef 100644 --- a/src/pages/robocup.astro +++ b/src/pages/robocup.astro @@ -11,6 +11,7 @@ import Join from "../components/robocub/Join.astro"; import Contacts from "../components/robocub/Contacts.astro"; import Subteams from "../components/robocub/Subteams.astro"; import Timeline from "../components/qp/Timeline.astro"; +import Competition from "../components/signal/Competition.astro"; ---COMING SOON (New UCSD IEEE branch)