Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/organizers/branding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function OrganizerDocs() {
href="placeholder"
className="galindo text-xl 2xl:text-3xl text-orange-dark underline hover:decoration-wavy"
>
Instragram Post Templates Link
Instagram Post Templates Link
</a>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/organizers/docs/day-of/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@ export default function DocsVenue() {
<p style={{ fontSize: "2.33vw", fontWeight: 400, color: "#0E387A", lineHeight: 1.6, marginBottom: "2.4vh" }}>
We all know that one barista or server. Or ridiculously extroverted person. Today, YOU are <span style={{fontStyle: "italic"}}>them.</span><br></br>
<br></br>
There are two ways to maximise your driendliness: <br/>
There are two ways to maximise your friendliness: <br/>
Either (1) talk to as many people as you can <br/>
Or (2) talk to the same people as often as possible<br></br>
<br/>
The best organisers do a combination of both, checking in with every single team every 2 hours or so. You should feel like your running laps at your event!<br/>
The best organisers do a combination of both, checking in with every single team every 2 hours or so. You should feel like you're running laps at your event!<br/>
<br/>
You may ask: “How would I start a convo without being weird?” Don’t worry, I gotchu. Here are some ideas:
</p>
Expand Down
2 changes: 1 addition & 1 deletion app/organizers/docs/logistics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function DocsVenue() {
</div>
<div style={{ padding: "0 7.4% 4vh" }}>
<p style={{ fontSize: "2.33vw", fontWeight: 400, color: "#0E387A", lineHeight: 1.6, marginBottom: "2.4vh" }}>
A run of show is a fleshed-out schedule <span style={{ fontStyle: "italic" }}>for organizers</span> that detail everything that’s happening before, during, and after the social coding event in each room and what each organiser is doing.
A run of show is a fleshed-out schedule <span style={{ fontStyle: "italic" }}>for organizers</span> that details everything that’s happening before, during, and after the social coding event in each room and what each organiser is doing.
</p>
<div style={{ background: "#9CD4E7", padding: "2.5vh 3vw", borderRadius: "10px", marginBottom: "2.5vh" }}>
<p style={{ fontSize: "2.33vw", fontWeight: 800, color: "#D88127", lineHeight: 1.6 }}>
Expand Down
6 changes: 3 additions & 3 deletions app/organizers/docs/outreach/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default function DocsVenue() {
<img src="/imgs/guide/ray.webp" alt="Ray" style={{ width: "22vw" }} className="object-contain" />
</div>
<p style={{ fontSize: "1.94vw", color: "#D88127", lineHeight: 1.6, marginBottom: "2vh" }}>
Note: only ~50% of sign-ups show up. Try to aim for sign ups to be 2x the amount of people you want to attend. The more the marrier!
Note: only ~50% of sign-ups show up. Try to aim for sign ups to be 2x the amount of people you want to attend. The more the merrier!
</p>

{/* schools */}
Expand All @@ -50,7 +50,7 @@ export default function DocsVenue() {
<p style={{ fontSize: "2.33vw", fontWeight: 400, color: "#0E387A", lineHeight: 1.6, marginBottom: "2.4vh" }}>
1) Find schools within a 30 mile radius (through Google Maps) and visit their websites. <br></br>
2) Search for the staff/faculty directory and email all STEM teachers / homerooms. <br></br>
3) Make the email applicable to them. (TIP: If your Director of Education has an email blast, ask them to include yout event in the newsletter.) <br></br>
3) Make the email applicable to them. (TIP: If your Director of Education has an email blast, ask them to include your event in the newsletter.) <br></br>
<br/>
Checkout the
<a
Expand Down Expand Up @@ -131,7 +131,7 @@ export default function DocsVenue() {
</p>
<ul style={{ listStyleType: "disc", paddingLeft: "3vw", marginTop: "1.5vh" }}>
<li style={{ fontSize: "2.13vw", fontWeight: 400, color: "#0E387A", lineHeight: 1.6 }}>
Post small tibits of info (what to bring, faw, beginner-friendly, how fun it'll be, etc)
Post small tidbits of info (what to bring, faq, beginner-friendly, how fun it'll be, etc)
</li>
<li style={{ fontSize: "2.13vw", fontWeight: 400, color: "#0E387A", lineHeight: 1.6, marginTop: "1vh" }}>
Add visuals (maybe even do a video!)
Expand Down
2 changes: 1 addition & 1 deletion app/ultimateguide/GuideContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ export default function GuideContent() {
<div style={{ display: "grid", gridTemplateColumns: "repeat(3, 1fr)", gap: "2vw", marginBottom: "2vh" }}>
{[
{ n: 1, caption: "GOOD FOOD (Chipotle, CAVA, snacks, drinks...)" },
{ n: 2, caption: "Supplies (power strips, tablecloths, surprizes, etc.)" },
{ n: 2, caption: "Supplies (power strips, tablecloths, surprises, etc.)" },
{ n: 3, caption: "Merch!!" },
].map(({ n, caption }) => (
<div key={n} style={{ display: "flex", flexDirection: "column", alignItems: "center", gap: "1vh" }}>
Expand Down
34 changes: 12 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.