diff --git a/frontend/src/components/ApplicationForm.jsx b/frontend/src/components/ApplicationForm.jsx index 476ba16..8f78cfc 100644 --- a/frontend/src/components/ApplicationForm.jsx +++ b/frontend/src/components/ApplicationForm.jsx @@ -1,8 +1,11 @@ import { Alert, Button, Col, Form, Row } from "react-bootstrap"; import React, { useState } from "react"; +// Update these values each year before recruitment. const SUBMIT_URL = "https://tse-fulcrum-2023-i83hg.ondigitalocean.app/api/application"; +const PRESIDENT_EMAIL = "nboloori@ucsd.edu"; const DEADLINE = new Date("2023-10-15T23:59:59-07:00"); // PDT is UTC-7 + const deadlineStr = DEADLINE.toLocaleString("en-US"); const ApplicationForm = (props) => { @@ -383,7 +386,7 @@ const ApplicationForm = (props) => { The TSE Early Start Training (TEST) program provides students from underprivileged backgrounds, who have little to no technical design/development experience, with a first step into exploring UI/UX design and software engineering. TEST designers and developers will learn the fundamentals of their domain while working on beginner-level projects. TEST is a one-year program provided by TSE. After completing the program, if TEST designers and developers wish to join TSE as general members, they must apply during the next recruitment cycle.

- You may apply to either TSE or the TEST program, but not both. Please apply to the TEST program if you believe it would be a good fit for you. Once you apply to the TEST program, we will not be able to consider you for general admission, and vice versa. If you are unsure about which program is right for you, please email tse@ucsd.edu. + You may apply to either TSE or the TEST program, but not both. Please apply to the TEST program if you believe it would be a good fit for you. Once you apply to the TEST program, we will not be able to consider you for general admission, and vice versa. If you are unsure about which program is right for you, please email {PRESIDENT_EMAIL}.