From 24e08bbbf81302633669b1819d24ce37f8419305 Mon Sep 17 00:00:00 2001 From: Karthik R Date: Mon, 8 Sep 2025 22:34:45 -0400 Subject: [PATCH] added a flag --- src/pages/registration/index.astro | 397 +++++++++++++++-------------- 1 file changed, 204 insertions(+), 193 deletions(-) diff --git a/src/pages/registration/index.astro b/src/pages/registration/index.astro index 680e1e3..c36bb29 100644 --- a/src/pages/registration/index.astro +++ b/src/pages/registration/index.astro @@ -34,6 +34,8 @@ import CountryField from "../../components/register/CountryField.astro"; // allergens: string[]; // otherAllergens: string; // } + +const showForm = false; --- @@ -42,220 +44,229 @@ import CountryField from "../../components/register/CountryField.astro";

Register

-
-
- - - - - - + {showForm ? ( +
+
+ + {/* firstName */} + + + {/* lastName */} + + {/* email */} + - - + {/* confirmEmail */} + - -
- -
+ {/* school */} +
+ +
- -
- -
+ {/* country */} +
+ +
- -
- -
+ {/* education */} +
+ +
- -
- -
+ {/* major */} +
+ +
- - + {/* age */} + - - + {/* gender */} + - - + {/* phoneNumber */} + - - + {/* github */} + - + -
- -
+
+ +
- - + {/* linkedin */} + - -
- -
- -
-
+ {/* resume */} +
+ +
+ +
+
-
- -
+
+ +
- -
- -
+ {/* hackathons */} +
+ +
- -
- -
+ {/* ethnicity */} +
+ +
- -
- -
+ {/* howYouHeard */} +
+ +
- -
- -
-
- -
-
- -
-
- -
+ {/* MLH and waiver */} +
+ +
+
+ +
+
+ +
+
+ +
- -
- + +
+ +
+ {/* Agreement Discription */} +
+

+ 1 I have read an agree to the Liability Release, Waiver, Discharge and Covenant Not to Sue. +
+ 2 I authorize you to share my application/registration information with Major + League Hacking for event administration, ranking, and MLH administration in-line with the MLH Privacy Policy. I further agree to the terms of both the + MLH Contest Terms and Conditions + and the + MLH Privacy Policy. -

- -
- -
-

- 1 I have read an agree to the Liability Release, Waiver, Discharge and Covenant Not to Sue. -
- 2 I authorize you to share my application/registration information with Major - League Hacking for event administration, ranking, and MLH administration in-line with the MLH Privacy Policy. I further agree to the terms of both the - MLH Contest Terms and Conditions + 3 I have read and agree to the + MLH Code of Conduct. - and the - MLH Privacy Policy. -
- 3 I have read and agree to the - MLH Code of Conduct. -
- 4 I authorize MLH to send me occasional emails about relevant events, career opportunities, and community announcements. -

-
+
+ 4 I authorize MLH to send me occasional emails about relevant events, career opportunities, and community announcements. +

+ +
+ + ) : ( +

We are working on some technical difficulties. We will return soon. Thanks for your patience.

+ )} +