diff --git a/src/App.jsx b/src/App.jsx index f42070e..3ba5701 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -19,6 +19,7 @@ const router = createBrowserRouter( {/* } /> */} } /> } /> + }/> ) ); diff --git a/src/assets/images/ApplicationPage/RegisterButton.svg b/src/assets/images/ApplicationPage/RegisterButton.svg new file mode 100644 index 0000000..baee01e --- /dev/null +++ b/src/assets/images/ApplicationPage/RegisterButton.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/components/ApplicationPageComponents/ApplicationOptions.js b/src/components/ApplicationPageComponents/ApplicationOptions.js index 228bf05..81621c5 100644 --- a/src/components/ApplicationPageComponents/ApplicationOptions.js +++ b/src/components/ApplicationPageComponents/ApplicationOptions.js @@ -376,7 +376,7 @@ const educationLevels = [ 'Prefer not to answer', ]; -const sleepAccomodations = ['yes', 'no', 'maybe']; +const sleepAccomodations = ['Yes', 'No', 'Maybe']; const programmingList = [ 'A# .NET', diff --git a/src/pages/Application.jsx b/src/pages/Application.jsx index b86f6f2..56bb230 100644 --- a/src/pages/Application.jsx +++ b/src/pages/Application.jsx @@ -13,6 +13,7 @@ import Select from 'react-select'; // Import assets. import BackgroundScroll from '../assets/images/ApplicationPage/ScrollBackground.svg'; +import RegisterButton from '../assets/images/ApplicationPage/RegisterButton.svg'; // Importing options for some of the questions. import { @@ -195,15 +196,17 @@ const Application = ({ applicationId }) => { setProgrammingInputs(values); }; - // TODO: Form validation, mobile view, Check for logged in + // TODO: Form validation, mobile view, Check for logged in, form submission // Redirect user to login page if they are not logged in. + /* useEffect(() => { if (loading) return; console.log(user); if (!user) navigate('/login'); }, [user, loading, navigate]); + */ useEffect(() => { document.body.style.overflow = 'hidden'; @@ -240,7 +243,7 @@ const Application = ({ applicationId }) => { transform: 'translate(-50%, -50%)', }} > -
+
{/* Form Title */}

@@ -262,7 +265,7 @@ const Application = ({ applicationId }) => {

{/* General Information Form Fields */} -
+
{ {/* Address Information Form Fields */} -
-
+
+
{
- Select "Outside US" if not applicable + Select "Outside US" if NA { {/* Education Form Fields */} -
+
{ {/* Experience Form Fields */} -
+