Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update internship page for Winter 24 recruitment #674

Merged
merged 1 commit into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions data/internship.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,37 @@ import styles from '../styles/pages/Internship.module.scss';
export default {
items: [
{
date: '10/02',
name: 'Fall General Meeting',
date: '01/08',
name: 'Winter General Meeting',
info: 'Come learn about the different ACM committees!',
active: true,
},
{
date: '10/06',
date: '01/08',
name: 'Application Form is Open',
info: 'Fill out the application form for up to 2 committees that you would like to intern for',
active: true,
},
{
date: '10/27',
date: '01/12',
name: 'Applications Due',
info: 'Submit your application by 11:59 pm',
active: true,
},
{
date: '11/08-11/21',
date: '01/15-01/19',
name: 'Interviews',
info: 'A handful of applicants will be chosen for an interview with the committee(s) you applied to',
active: true,
},
{
date: '11/22',
date: '01/21',
name: 'Decisions Released',
info: 'Hear back via Email what committee(s) accepted you (if you are accepted by two, decide which one you would like to intern for)',
active: true,
},
{
date: '11/28',
date: '01/23',
name: 'Official ACM Onboarding',
info: 'Learn what you need to know as an ACM Intern',
active: true,
Expand Down
4 changes: 3 additions & 1 deletion pages/internship.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ function InternshipPage(){
<div className={'content-section text-center'}>
<h1>The Internship Program</h1>
{/* eslint-disable-next-line max-len */}
<h2>The ACM internship program is closed. <br></br> Check back in upcoming quarters for Officer Recruitment.</h2>
<h2>The ACM internship program opens Jan 8th. <br></br></h2>
<p className={styles['internship-intro']}>The ACM Internship program is a program that facilitates the transition of UCLA students to ACM officers. Interns learn about the ACM committee they are interning for and ACM in general before becoming an official ACM officer.</p>
<p className={styles['internship-intro-highlight']}>The following committees are recruiting in the upcoming cycle:</p>
<p className={styles['internship-intro-highlight']}>ACM Board (Cloud, Jedi, Alumni, and Transfer Affairs)</p>
<p className={styles['internship-intro']}>Click on the different ACM subcommittee icons in order to learn more about what interns in each committee do and scroll down to find more information on how you can apply to the Internship Program.</p>
</div>
<CommitteeInternshipInfo
Expand Down
5 changes: 5 additions & 0 deletions styles/pages/Internship.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ $single-column-breakpoint: 500px;
font-size: 1em !important;
}

.internship-intro-highlight {
font-size: 1em !important;
font-weight: bold;
}

.testimonial-item {
@include shadow-boxes();
margin: 3px;
Expand Down
Loading