Skip to content

Commit 1abbcd6

Browse files
committed
made language virtual instead of in-perosn
1 parent f0c60ef commit 1abbcd6

4 files changed

Lines changed: 8 additions & 26 deletions

File tree

components/about-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function AboutSection() {
3131
Participation will be open to middle and high school students (aged 13+) from Edison as well as from other locations or school districts. Participants may have any level of experience, or none at all. We are welcoming to beginners and experts alike!
3232
<br />
3333
<br />
34-
Additionally, participants will be able to attend in-person or virtual workshops hosted by sponsors or student organizations, exposing them to a multitude of other topics that might interest them.
34+
Additionally, participants will be able to attend virtual workshops hosted by sponsors or student organizations, exposing them to a multitude of other topics that might interest them.
3535
</p>
3636
</div>
3737
</div>

components/schedule-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const schedule: ScheduleDay[] = [
1818
label: "Day 1",
1919
dateLabel: "May 29",
2020
items: [
21-
{ time: "4:00 PM", event: "Check-in Begins (In-Person + Livestream Opens)" },
21+
{ time: "4:00 PM", event: "Check-in Begins (Virtual)" },
2222
{ time: "4:15 PM", event: "Opening Ceremony (30 min)" },
2323
{ time: "4:45 PM", event: "Code4Hope Workshop: Hack to Business (45 min)" },
2424
{ time: "5:30 PM", event: "Working Period" },

lib/resources-content.ts

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,22 @@ export const RESOURCE_SECTIONS: ResourceSection[] = [
1818
{
1919
id: "general",
2020
title: "General\nInformation",
21-
subtitle: "Core event logistics and how to get started once you arrive.",
21+
subtitle: "Core event logistics and how to get started.",
2222
blocks: [
2323
{
2424
heading: "Opening Ceremony",
2525
body: [
26-
"Day 1 (May 29) begins at 4:00 PM and runs through 8:00 PM as a full in-person kickoff with livestream support.",
26+
"Day 1 (May 29) begins at 4:00 PM and runs through 8:00 PM as a full virtual kickoff.",
2727
"Opening Ceremony starts at 4:15 PM (30 minutes), followed by Code4Hope's Hack to Business workshop at 4:45 PM (45 minutes).",
2828
"After the workshop, participants move into team formation, dinner, and working periods through the 8:00 PM wrap-up.",
2929
],
3030
},
31-
{
32-
heading: "WiFi",
33-
bullets: [
34-
"Network: HACKJPS",
35-
"Use a non-school email for guest access",
36-
"Save your temporary access code in case you reconnect on another device",
37-
],
38-
},
39-
{
40-
heading: "Building Access",
41-
body: [
42-
"Primary doors remain open during staffed hours.",
43-
"Participants will not be able to repeatedly enter and exit the venue.",
44-
],
45-
},
4631
{
4732
heading: "Food, Rest, and Safety",
4833
bullets: [
49-
"Meals and snacks will be available for purchase at the in-person event",
34+
"Meals and snacks are on your own during the virtual event",
5035
"Bring a water bottle, charger, and any personal medication you need",
51-
"If you need immediate help, go to the check-in desk or message staff in Discord",
36+
"If you need immediate help, message staff in Discord",
5237
],
5338
},
5439
{
@@ -103,5 +88,4 @@ export const RESOURCE_QUICK_LINKS = [
10388
{ label: "Discord", href: SITE_CONFIG.links.discord },
10489
{ label: "Devpost", href: SITE_CONFIG.links.devpost },
10590
{ label: "Registration Form", href: SITE_CONFIG.links.register },
106-
{ label: "Venue Map", href: SITE_CONFIG.links.venueMap },
10791
] as const

lib/site-config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ export const SITE_CONFIG = {
44
year: 2026,
55
eventDatesLabel: "May 29-31, 2026",
66
countdownTargetIso: "2026-05-29T00:00:00-04:00",
7-
locationShort: "JPS",
8-
locationLong: "John P. Stevens High School",
7+
locationShort: "Virtual",
8+
locationLong: "Virtual",
99
hackerCountLabel: "500+",
1010
buildDurationLabel: "72 Hours",
1111
registrationClosesLabel: "February 28, 2026",
@@ -17,8 +17,6 @@ export const SITE_CONFIG = {
1717
devpostResources: "https://hackjps26.devpost.com/resources",
1818
devpostDates: "https://hackjps26.devpost.com/details/dates",
1919
register: "https://forms.gle/ei6hCNsk4a1rQbth8",
20-
venueMap:
21-
"https://www.google.com/maps/search/?api=1&query=John+P.+Stevens+High+School,+855+Grove+Ave,+Edison,+NJ",
2220
sponsorContact: "https://drive.google.com/file/d/1IbdjZukoFwasve6A_WyDpvfJGch2q9NL/view?usp=sharing",
2321
generalContact: "mailto:hello@hackjps.org",
2422
},

0 commit comments

Comments
 (0)