From ed44e2f832105d171574c3abcc3f9b6cb87d2982 Mon Sep 17 00:00:00 2001 From: chark1es Date: Tue, 2 Apr 2024 23:50:39 -0700 Subject: [PATCH] added qp links --- src/layouts/Layout.astro | 3 ++ src/pages/index.astro | 1 + src/pages/qp/index.astro | 45 ++++++++++++++++++++++++++++++ src/pages/qp/mentor2024.astro | 17 +++++++++++ src/pages/qp/participant2024.astro | 17 +++++++++++ 5 files changed, 83 insertions(+) create mode 100644 src/pages/qp/index.astro create mode 100644 src/pages/qp/mentor2024.astro create mode 100644 src/pages/qp/participant2024.astro diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 4f6af0a..21369b7 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -12,6 +12,9 @@ const { title, description, keywords, url, image } = Astro.props; + diff --git a/src/pages/index.astro b/src/pages/index.astro index d7a661c..0113d6f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,6 +3,7 @@ import Layout from "../layouts/Layout.astro"; import OfficerCard from "../components/react/OfficerCard.jsx"; import Officers from "../data/officers.json"; import OfficerTabs from "../components/react/OfficerTabs.jsx"; +import "iconify-icon"; --- diff --git a/src/pages/qp/index.astro b/src/pages/qp/index.astro new file mode 100644 index 0000000..2f357ec --- /dev/null +++ b/src/pages/qp/index.astro @@ -0,0 +1,45 @@ +--- +import Layout from "../../layouts/Layout.astro"; +--- + + +
+
+
+
+ Quarterly Project Links +
+
+
+
+
+ Below are the links to the forms for QP! +
+ + +
+
+
diff --git a/src/pages/qp/mentor2024.astro b/src/pages/qp/mentor2024.astro new file mode 100644 index 0000000..0ef4804 --- /dev/null +++ b/src/pages/qp/mentor2024.astro @@ -0,0 +1,17 @@ +--- +import Layout from "../../layouts/Layout.astro"; +--- + + +
+ +
+
diff --git a/src/pages/qp/participant2024.astro b/src/pages/qp/participant2024.astro new file mode 100644 index 0000000..2132623 --- /dev/null +++ b/src/pages/qp/participant2024.astro @@ -0,0 +1,17 @@ +--- +import Layout from "../../layouts/Layout.astro"; +--- + + +
+ +
+