diff --git a/src/components/core/About.astro b/src/components/core/About.astro index 5633c44..15b5db9 100644 --- a/src/components/core/About.astro +++ b/src/components/core/About.astro @@ -4,14 +4,14 @@ const {title, text} = Astro.props; ---
{title}
+
{text}
{title} diff --git a/src/components/qp/Timeline.astro b/src/components/qp/Timeline.astro index 97b38d8..2dc3b72 100644 --- a/src/components/qp/Timeline.astro +++ b/src/components/qp/Timeline.astro @@ -1,54 +1,51 @@ --- -import qpTimeline from "../../data/qpTimeline.json"; -const { events } = qpTimeline; +const {timeline} = Astro.props; import Subtitle from "../core/Subtitle.astro"; --- -
Contacts
+
To stay up to date, join discord server
+
We Are
Hiring
Join a community of beginner to experienced engineers from different disciplines and backgrounds @@ -33,10 +33,10 @@ import robocup from "../../images/robocup.webp";
Application form
diff --git a/src/components/robocub/Subteam.astro b/src/components/robocub/Subteam.astro deleted file mode 100644 index e698960..0000000 --- a/src/components/robocub/Subteam.astro +++ /dev/null @@ -1,16 +0,0 @@ ---- -import { FaGear, FaMicrochip, FaCode } from "react-icons/fa6"; -import { LuBrainCircuit } from "react-icons/lu"; -const { title, list } = Astro.props; ---- - -- {title} -
-+
{subteam.title}
-Competition
+
{name}
{description}
- + Link