Skip to content

Commit

Permalink
Add resume info blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
meleongg committed Nov 30, 2023
1 parent d843894 commit 5f93846
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/ApplicationForm/Skills.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components'
import { CONTRIBUTION_ROLE_OPTIONS, copyText } from '../../utility/Constants'
import { Select, TextArea, TextInput } from '../Input'
import ResumeUploadBtn from '../ResumeUploadBtn'
import { CenteredH1, ErrorMessage, QuestionHeading, ErrorSpan as Required } from '../Typography'
import { CenteredH1, ErrorMessage, P, QuestionHeading, ErrorSpan as Required } from '../Typography'
import { FormSpacing, SubHeading } from './'

const QuestionForm = styled.form`
Expand Down Expand Up @@ -237,6 +237,10 @@ export default ({ refs, errors, formInputs, onChange, role, handleResume }) => {
/>
{errors?.resume && <ErrorMessage>{errors?.resume}</ErrorMessage>}
</FormRow>
<P>
This resume is not directly assessed in your application, but will be put in a resume
bank to be shared with nwHacks sponsors for internship and new grad opportunities!
</P>
<FormRow fieldValue="GitHub/BitBucket/GitLab">
<TextInput
placeholder="Optional"
Expand Down

0 comments on commit 5f93846

Please sign in to comment.