diff --git a/.lighthouserc.json b/.lighthouserc.json index 553ee06..cd5831a 100644 --- a/.lighthouserc.json +++ b/.lighthouserc.json @@ -9,10 +9,10 @@ }, "assert": { "assertions": { - "categories:performance": ["error", {"minScore": 0.98}], - "categories:accessibility": ["error", {"minScore": 1}], - "categories:best-practices": ["error", {"minScore": 1}], - "categories:seo": ["error", {"minScore": 1}] + "categories:performance": ["error", { "minScore": 0.98 }], + "categories:accessibility": ["error", { "minScore": 1 }], + "categories:best-practices": ["error", { "minScore": 1 }], + "categories:seo": ["error", { "minScore": 1 }] } } } diff --git a/src/routes/+page.svelte b/src/routes/+page.svelte index 554ecd4..6f44b0b 100644 --- a/src/routes/+page.svelte +++ b/src/routes/+page.svelte @@ -88,7 +88,7 @@
- +
@@ -166,14 +166,13 @@

John Tan-Aristy

- +

If you'd like to help out, you can donate to us as an individual or get in touch at - team@zenithhacks.org. - Thank you! + team@zenithhacks.org. Thank you!

@@ -259,7 +258,7 @@ .zenith-header { padding: 4em; } - + .scenery > :global(svg) { display: block; } diff --git a/src/routes/team/+page.svelte b/src/routes/team/+page.svelte index 7c8179f..5d56782 100644 --- a/src/routes/team/+page.svelte +++ b/src/routes/team/+page.svelte @@ -21,21 +21,26 @@

R

Event lead

-
Hey! I'm R, I own a nonprofit and I love doing new things! Let's meet at Zenith!
+
+ Hey! I'm R, I own a nonprofit and I love doing new things! Let's meet at Zenith! +

When asked for a color and a shape, he picked navy blue and a triangle.

- +
Leo's avatar against a dark purple background. His head is an octagon

Leo

Safeguarding lead

-
Something something description here. They haven't answered me yet.
+
+ I'm Leo - a student, developer & nerd. You might find me coding AI tools, working on open source projects, or + making random stuff online. +

When asked for a color and a shape, he picked purple and an octagon.

- +
Sarah's avatar against a pink background. Her head is an icosahedron
@@ -43,12 +48,12 @@

Data privacy coordinator, design lead and web developer

Hi! I'm Sarah. I made the website you're looking at.

- She wasn't asked for a color and a shape because she would be talking to herself. - She picked an icosahedron, and she thinks everyone else's choices are boring. (No offense.) + She wasn't asked for a color and a shape because she would be talking to herself. She picked an icosahedron, and + she thinks everyone else's choices are boring. (No offense.)

- +
Hamza's avatar against a dark purple background. His head is an hexagon
@@ -58,7 +63,7 @@

When asked for a color and a shape, he picked orange and a hexagon.

- +
Mahad's avatar against a navy blue background. His head is a hexagon
@@ -68,7 +73,7 @@

When asked for a color and a shape, he picked light blue and a hexagon.

- +
Karl's avatar against a green background. His head is missing
@@ -78,24 +83,29 @@

When asked for a color and a shape that isn't round, he was stubborn, which is why he doesn't have a head.

- +
Briyan's avatar against a navy blue background. His head is a square

Briyan

Sponsor outreach

-
Hey there! I'm Briyan Dyju from the United Arab Emirates and I'll be helping organising Zenith this season!
+
+ Hey there! I'm Briyan Dyju from the United Arab Emirates and I'll be helping organising Zenith this season! +

When asked for a color and a shape, he was confused. We eventually settled on yellow and a square.

- +
Nitika's avatar against a light pink background. Her head is a heart

Nitika

Helper

Something something description here. They haven't answered me yet.
-

When asked for a color and a shape, she picked light pink and a heart. Despite technically not being allowed, I accepted it anyway.

+

+ When asked for a color and a shape, she picked light pink and a heart. Despite technically not being allowed, I + accepted it anyway. +

@@ -106,12 +116,12 @@ margin: auto; padding: 8em 2em; max-width: 100%; - + display: flex; flex-direction: column; gap: 4em; } - + article { display: flex; flex-direction: column; @@ -119,22 +129,22 @@ align-items: flex-start; gap: 2em; } - + @media (min-width: 1024px) { article { flex-direction: row; } - + .right { flex-direction: row-reverse; } } - + article > img { flex: 0; min-width: min-content; } - + .profile-card { flex: 1 1 0; width: 100%; @@ -143,21 +153,21 @@ box-shadow: 0.5em 0.5em rgb(var(--bg-30)); min-width: min-content; } - + p { margin: 0.5em 0; } - + .description { padding-left: 1em; border-left: 2px solid rgb(var(--fg)); } - + .description::before { - content: "\201C"; + content: '\201C'; } - + .description::after { - content: "\201D"; + content: '\201D'; } - \ No newline at end of file + diff --git a/vite.config.ts b/vite.config.ts index 752494e..7111b8d 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -9,6 +9,6 @@ export default defineConfig({ modulePreload: false }, css: { - transformer: "lightningcss" + transformer: 'lightningcss' } });