From 1c612d3d2278ece786098d9b72ee6b3b0cd4a89f Mon Sep 17 00:00:00 2001 From: Roger Fan Date: Wed, 22 Nov 2023 16:53:39 -0800 Subject: [PATCH] bing bong bing bong --- public/X.svg | 5 ++++ public/bg.svg | 34 ++++++++----------------- src/app/(landing)/About.tsx | 7 +++-- src/app/(landing)/Heading.tsx | 48 ++++++++++++++++++++--------------- 4 files changed, 47 insertions(+), 47 deletions(-) create mode 100644 public/X.svg diff --git a/public/X.svg b/public/X.svg new file mode 100644 index 0000000..3a2409d --- /dev/null +++ b/public/X.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/bg.svg b/public/bg.svg index 53e5d54..0212c2a 100644 --- a/public/bg.svg +++ b/public/bg.svg @@ -1,25 +1,13 @@ - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/src/app/(landing)/About.tsx b/src/app/(landing)/About.tsx index 6af1fa9..bade849 100644 --- a/src/app/(landing)/About.tsx +++ b/src/app/(landing)/About.tsx @@ -4,16 +4,15 @@ import Section from '../../components/Section'; export default function About() { return (
-

The tenth iteration of GunnHacks, Gunn High School's annual hackathon.

+

Make, Build, Create & Learn. It’s GunnHacks 10.0, the tenth iteration of Gunn’s annual hackathon!

GunnHacks is a 24-hour high school hackathon hosted by the United Computations club at Gunn High School. Throughout the years, we have continued this valued tradition to encourage students of all skill levels and backgrounds to make cool projects and share what they can do.

- Join us this year for an in-person, 24 hour high school hackathon with many games and workshops to look forward to. - Work in teams of up to four to create something amazing. We welcome any PAUSD student with an interest - in technology! + Join us this year for an in-person hackathon with many games and workshops to look forward to. + Work in teams of up to four to create something amazing!

{/*

diff --git a/src/app/(landing)/Heading.tsx b/src/app/(landing)/Heading.tsx index e289460..2550068 100644 --- a/src/app/(landing)/Heading.tsx +++ b/src/app/(landing)/Heading.tsx @@ -9,30 +9,38 @@ const overpass = Overpass({ export default function Heading() { return (

-
- lambda - GunnHaX -
-
-

- Make, Build, Create & Learn. It’s GunnHacks 10.0, Gunn’s 24‑hour high school hackathon! -

- {/* January 21-22, 2023 */} +
+ GunnHaX + lambda + +
+

+ {/* Make, Build, Create & Learn. It’s GunnHacks 10.0, Gunn’s 24‑hour high school hackathon! */} + January 20-21, 2024 | Gunn High School.
+

-
- {/* + +
+ +
+ + {/* January 21-22, 2023 */} + +
) }