From ae7681fa42d70fdb40f37be9f24d27fc7525031e Mon Sep 17 00:00:00 2001
From: msclal {answer}
+ {answer}
+ {question}
+ {question}
+ <>
Feel free to email us at{' '}
or ask Mika Shanela in-person if you have any more questions.
+ > ) } ]; diff --git a/components/Footer.tsx b/components/Footer.tsx index 5b7d522..eeea8d3 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -33,6 +33,7 @@ export default function Footer() { alt="footer" objectFit="contain" layout="responsive" + draggable={false} /> ) : (- Made with {theme === 'dark' ? '🤍' : '🖤'} by the Citrus Hack Team + Made with {theme === 'dark' ? '🤍' : '🖤'} by Team Citrus
diff --git a/components/MLHBanner.tsx b/components/MLHBanner.tsx index a1b8a40..75af36e 100644 --- a/components/MLHBanner.tsx +++ b/components/MLHBanner.tsx @@ -27,6 +27,7 @@ export function MLHBanner() { src="https://citrushack2023.s3.us-west-1.amazonaws.com/mlh-trust-badge-2023-white.svg" alt="Major League Hacking 2022 Hackathon Season" className="w-full" + draggable={false} /> ); diff --git a/components/ProfileWrapper.tsx b/components/ProfileWrapper.tsx index 14d674e..40e4e13 100644 --- a/components/ProfileWrapper.tsx +++ b/components/ProfileWrapper.tsx @@ -40,6 +40,7 @@ const ProfileWrapper = ({ name, position, link, image }) => { quality={100} className="rounded-full mt-5" alt="profile photo" + draggable={false} /> diff --git a/components/SupportCards.tsx b/components/SupportCards.tsx index bad301d..f8801ca 100644 --- a/components/SupportCards.tsx +++ b/components/SupportCards.tsx @@ -67,6 +67,7 @@ function SupportCardMobile({ back, button, link }: SupportCardMobileProps) { quality={1} className="rounded-md" alt="" + draggable={false} />- {answer} -
+{answer}
) : ( -or ask Mika Shanela in-person if you have any more questions.
+ />{' '} + or ask Mika Shanela in-person if you have any more questions. > ) } From f33b392d11acde73ae2f5f39aa0c369819516bcd Mon Sep 17 00:00:00 2001 From: Minsoo Kim- {member} -
+ {operations_committee.map(({ link, name }) => ( + ++ {name} +
+ ))}- {member} -
+ {sponsorhip_committee.map(({ link, name }) => ( + ++ {name} +
+ ))}- {name} -
- ))} */} {swe_committee.map(({ link, name }) => ( Date: Sat, 1 Apr 2023 19:42:17 -0700 Subject: [PATCH 16/43] :necktie: add awknoledge checkbox --- components/Form/ApplicationForm/components.tsx | 11 ++++++++++- components/Form/ApplicationForm/options.tsx | 4 ++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/components/Form/ApplicationForm/components.tsx b/components/Form/ApplicationForm/components.tsx index 668f9c2..8dfc2d9 100644 --- a/components/Form/ApplicationForm/components.tsx +++ b/components/Form/ApplicationForm/components.tsx @@ -10,7 +10,8 @@ import { firstTimeHacker, foodPreference, shirtSize, - MLH + MLH, + awk } from './options'; interface Props { @@ -180,6 +181,14 @@ export const HackerApp = ({ register, errors, setFileUploaded }: Props) => ( errors={errors} /> + {
{
Date: Sat, 1 Apr 2023 19:56:40 -0700
Subject: [PATCH 18/43] :lipstick: bye bye mikus work
---
pages/index.tsx | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pages/index.tsx b/pages/index.tsx
index b161f27..6ca724d 100644
--- a/pages/index.tsx
+++ b/pages/index.tsx
@@ -8,7 +8,6 @@ import Tracks from '@/pages/sections/tracks';
import Support from '@/pages/sections/support';
import Sponsors from '@/pages/sections/sponsors';
import Faq from '@/pages/sections/faq';
-import Schedule from '@/pages/sections/schedule';
import Team from '@/pages/sections/team';
import Footer from '@/components/Footer';
import FooterWaveLight from '@/public/assets/waves/footer_wave.svg';
@@ -47,12 +46,6 @@ export default function Home() {
log in pls {email} picked up
+ Based on the time of your application, we can no longer guarantee
+ a shirt due to our limited inventory.
+
In-person sign-ups will close today at 5:30 PM PST, as we are reaching maximum capacity
{time}
{place}
@@ -309,7 +309,7 @@ export const EventMobile = ({ time, description, color, place }) => {
{description}
{time} @ {place}
@@ -393,7 +393,7 @@ export const EventDesktop = ({
{leftTime} @ {leftPlace}
@@ -413,7 +413,7 @@ export const EventDesktop = ({
{rightTime} @ {rightPlace}
diff --git a/components/SponsorGrid.tsx b/components/SponsorGrid.tsx
index ee8473f..8a689eb 100644
--- a/components/SponsorGrid.tsx
+++ b/components/SponsorGrid.tsx
@@ -138,7 +138,7 @@ const tiers = [
image: '/assets/sponsors/acm.webp',
width: 1080,
height: 1080,
- link: 'https://acmucr.org/',
+ link: 'https://acm.cs.ucr.edu/',
border: 'border-[#4185FC]'
},
{
diff --git a/pages/sections/tracks.tsx b/pages/sections/tracks.tsx
index 7db8073..875f35a 100644
--- a/pages/sections/tracks.tsx
+++ b/pages/sections/tracks.tsx
@@ -1,6 +1,6 @@
import { motion } from 'framer-motion';
import Image from 'next/image';
-import React from 'react';
+import React, { useState } from 'react';
import NewFrontiers from '../../public/assets/newFrontiers.svg';
import globalCommunity from '../../public/assets/globalCommunity.svg';
import sustainability from '../../public/assets/sustainability.svg';
@@ -12,6 +12,63 @@ import balloon5k from '../../public/assets/balloon5k.svg';
import balloonRed from '../../public/assets/balloonRed.svg';
import { useTheme } from 'next-themes';
+const TracksWrapper = ({ name, position, link, image }) => {
+ const [isHover, setIsHover] = useState(false);
+ const { theme } = useTheme();
+ return (
+ {name}
+ {position}
+
+ {name}
+
+ {position}
+
+
Based on the time of your application, we can no longer guarantee
- a shirt due to our limited inventory.
+ swag due to our limited inventory.
- Fill out this form to confirm your participation for Cutie Hack 2022!
+
+ Fill out this form to confirm your participation for Citrus Hack 2023!
Check-In Form
-
+ Check-In Form
+
+