diff --git a/src/components/CreateCruisePage.tsx b/src/components/CreateCruisePage.tsx new file mode 100644 index 0000000..9fdcac8 --- /dev/null +++ b/src/components/CreateCruisePage.tsx @@ -0,0 +1,8 @@ +export default function CreateCruisePage() { + return ( +
{errorMessage}
+E-Mail Address
+ {setEmail(e.target.value)}} className={"login-input"}/> +Password
+ {setPassword(e.target.value)}}className={"login-input"} type={"password"}/> + +No account? Register Here!
+{errorMessage}
+Name
+ setName(e.target.value)} className={"reg-input"}/> + +E-Mail Address
+ setEmail(e.target.value)} className={"reg-input"}/> + +Password
+ setPassword(e.target.value)} className={"reg-input"} type={"password"}/> + +Confirm
+ setCpassword(e.target.value)} className={"reg-input"} type={"password"}/> + +Invite Code
+ setInviteCode(e.target.value)} style={{width: "100%"}}/> + Currently, NWS is invite only. Email me to get an invite code. +Already have an account? Login Here!
+Please verify your E-Mail by clicking the link we sent to you at: {email}
+Looks like the verification code you provided didn't work!
+ +Try to click on the link in the E-Mail sent to you instead of copying it.
+It looks like the link you used to verify your account has expired.
+ +We've sent a new link to your email that is valid for 30 minutes.
+