From 2882ba46396e54b92b4d47a9cb6033557ce29733 Mon Sep 17 00:00:00 2001 From: Jet Pham <55770902+jetpham@users.noreply.github.com> Date: Tue, 22 Oct 2024 15:59:52 -0700 Subject: [PATCH 1/3] fix: remove the background --- platform/app/globals.css | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/app/globals.css b/platform/app/globals.css index fa18ba2..ae9c371 100644 --- a/platform/app/globals.css +++ b/platform/app/globals.css @@ -23,7 +23,6 @@ body { overflow-x: hidden; - background-image: url('/gridrect.svg'); background-repeat: repeat; background-color: var(--color-dark); color: var(--color-light); From 85baff661c5f614c9e25423b45a279b8ca50e074 Mon Sep 17 00:00:00 2001 From: Jet Pham <55770902+jetpham@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:24:39 -0700 Subject: [PATCH 2/3] feat: add yellow borders over sections and remove stupid little list ticks --- platform/app/Home.module.css | 8 +++++++- platform/app/globals.css | 10 ---------- platform/app/page.tsx | 14 +++++++------- 3 files changed, 14 insertions(+), 18 deletions(-) diff --git a/platform/app/Home.module.css b/platform/app/Home.module.css index 872793d..59895c3 100644 --- a/platform/app/Home.module.css +++ b/platform/app/Home.module.css @@ -21,6 +21,12 @@ section.details { margin-bottom: 80px; } +section.innerSections { + border: 2px solid var(--color-compsigh); + padding: 20px; + border-radius: 10px; +} + .block code { display: block; font-family: var(--font-proto-mono); @@ -64,4 +70,4 @@ pre.block-mobile { pre.block-mobile { display: block; } -} +} \ No newline at end of file diff --git a/platform/app/globals.css b/platform/app/globals.css index ae9c371..9d24d21 100644 --- a/platform/app/globals.css +++ b/platform/app/globals.css @@ -86,12 +86,6 @@ ul > li { list-style-type: none; } -ul > li::before { - position: absolute; - margin-left: -22px; - content: '>'; -} - ul ul { margin: unset; } @@ -103,10 +97,6 @@ ol ol > li { margin-left: 1em; } -li.back::before { - content: '<'; -} - select { font-family: var(--font-proto-mono); font-size: 1rem; diff --git a/platform/app/page.tsx b/platform/app/page.tsx index af6a7f7..1d6f423 100644 --- a/platform/app/page.tsx +++ b/platform/app/page.tsx @@ -47,7 +47,7 @@ export default async function Home() {
-
+

Eligibility

DEPLOY/24 is geared towards CS and our friends from other creative areas of study like design, engineering, and E&I, but all USF students are welcome and encouraged to participate!

Anyone is welcome to come hang out and hack, but only USF students who register for the event will be eligible to win.

@@ -77,7 +77,7 @@ export default async function Home() {
-
+

Submissions

Only one team member has to submit the project on behalf of the team.

Project submissions are not limited to a theme — build whatever you like! Common project formats:

@@ -96,7 +96,7 @@ export default async function Home() {

Submissions don't have to be complete! What worked? What didn't? How would you continue to develop the project?

-
+

Presentations

  • Your team presents: 5 minutes
  • @@ -112,7 +112,7 @@ export default async function Home() {

    In your presentation, please make sure your team members' roles in bringing the project to life are clearly articulated.

-
+

How to win

Teams can earn a People's Choice, 3rd, 2nd, or 1st Place victory.

An array (lol) of professors — primarily from computer science — will be joining us on Sunday to judge presentations.

@@ -159,12 +159,12 @@ export default async function Home() {
-
+

Prizes

TBA :)

-
+

Agenda

Friday, November 08

@@ -235,7 +235,7 @@ export default async function Home() {
-
+

Breakout Spaces

These rooms will be available throughout the weekend for teams to work in:

    From 014399f5a081b1586b27ff121e34f87d38e4d71d Mon Sep 17 00:00:00 2001 From: Jet Pham <55770902+jetpham@users.noreply.github.com> Date: Tue, 22 Oct 2024 16:34:24 -0700 Subject: [PATCH 3/3] fix: apply to resources --- platform/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/app/page.tsx b/platform/app/page.tsx index 1d6f423..fcd6ad1 100644 --- a/platform/app/page.tsx +++ b/platform/app/page.tsx @@ -247,7 +247,7 @@ export default async function Home() {
-
+

Resources

Whether it's your first-ever hackathon, or you're a seasoned hacker, we hope you'll enjoy the event! To get the most out of the experience, here are some pieces of advice compsigh members have contributed: