From 9c114fb1dbee8c88ba0ea2882baebeef044309a8 Mon Sep 17 00:00:00 2001 From: chark1es Date: Mon, 27 Jan 2025 10:22:09 -0800 Subject: [PATCH] Fixed height issues relating to navbar --- src/components/board/Officers.astro | 83 +++++++++++++------------- src/components/core/Title.astro | 16 ++--- src/components/events/EventTitle.astro | 24 ++++---- src/components/find/FindTitle.astro | 45 ++++++++------ src/components/join/JoinTitle.astro | 49 +++++++++------ 5 files changed, 121 insertions(+), 96 deletions(-) diff --git a/src/components/board/Officers.astro b/src/components/board/Officers.astro index 2f03c1f..a5319ae 100644 --- a/src/components/board/Officers.astro +++ b/src/components/board/Officers.astro @@ -15,51 +15,50 @@ const currentFilter = "All"; ---
-
- About background image - About image -
+
+ About background image + About image +
-
- -

MEET THE BOARD

-
+
+ +

MEET THE BOARD

+
-

- Our board comprises 31 students of varying majors, colleges, and - interests! Feel free to reach out for any questions about our position - or experiences. -

+

+ Our board comprises 31 students of varying majors, colleges, and interests! + Feel free to reach out for any questions about our position or experiences. +

- + -
- { - officers.map((officer) => ( -
- -
- )) - } -
+
+ { + officers.map((officer) => ( +
+ +
+ )) + } +
diff --git a/src/components/core/Title.astro b/src/components/core/Title.astro index e6cd3c2..bf683d8 100644 --- a/src/components/core/Title.astro +++ b/src/components/core/Title.astro @@ -1,11 +1,13 @@ --- -const {title} = Astro.props; +const { title } = Astro.props; import { LiaDotCircle } from "react-icons/lia"; --- -
- -

- {title} -

-
\ No newline at end of file +
+ +

+ {title} +

+
diff --git a/src/components/events/EventTitle.astro b/src/components/events/EventTitle.astro index 7ce8d31..0b4faee 100644 --- a/src/components/events/EventTitle.astro +++ b/src/components/events/EventTitle.astro @@ -4,16 +4,16 @@ import eventbg from "../../images/eventbg.webp"; import { LiaDotCircle } from "react-icons/lia"; --- -
- Event Page Background -
- -

EVENTS

-
+
+ Event Page Background +
+ +

EVENTS

+
diff --git a/src/components/find/FindTitle.astro b/src/components/find/FindTitle.astro index 93134ca..0d502ba 100644 --- a/src/components/find/FindTitle.astro +++ b/src/components/find/FindTitle.astro @@ -3,21 +3,32 @@ import Link from "next/link"; import { LiaDotCircle } from "react-icons/lia"; --- -
-
-
- -

- Contact Us -

-
-

- The IEEE Project Space is an open-access, collaborative space located at EBU1-4710. Students can do homework or get access to basic electronic tools such as soldering stations, breadboard components, and Arduino and Raspberry PI parts! -

-
- - DISCORD - -
+
+
+
+ +

Contact Us

-
\ No newline at end of file +

+ The IEEE Project Space is an open-access, collaborative space located at EBU1-4710. Students can + do homework or get access to basic electronic tools such as soldering stations, + breadboard components, and Arduino and Raspberry PI parts! +

+
+ + DISCORD + +
+
+
diff --git a/src/components/join/JoinTitle.astro b/src/components/join/JoinTitle.astro index 988e775..f2222fc 100644 --- a/src/components/join/JoinTitle.astro +++ b/src/components/join/JoinTitle.astro @@ -3,22 +3,35 @@ import Link from "next/link"; import { LiaDotCircle } from "react-icons/lia"; --- -
-
-
- -

- Join Us -

-
-

- The IEEE Project Space is an open-access, collaborative space located at EBU1-4710. Students can do homework or get access to basic electronic tools such as soldering stations, breadboard components, and Arduino and Raspberry PI parts! -

-
- - JOIN - -
- +
+
+
+ +

Join Us

-
\ No newline at end of file +

+ The IEEE Project Space is an open-access, collaborative space located at EBU1-4710. Students can + do homework or get access to basic electronic tools such as soldering stations, + breadboard components, and Arduino and Raspberry PI parts! +

+
+ + JOIN + +
+
+