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

intern app opened #652

Merged
merged 1 commit into from
Oct 6, 2023
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
2 changes: 1 addition & 1 deletion data/committees.js
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ export default [
diamond: '/images/diamonds/cyber_diamond.svg',
internship: {
whatWeDo: 'Our mission is to create a community in which both experts and beginners alike can grow in the field of cybersecurity skills and knowledge. We want to make cybersecurity simple and accessible for everyone.',
whatInternsWillDo: (<p>ACM Cyber does not participate in the ACM Internship program. If you are interested in joining or becoming an active member, please check out our <a href="https://www.acmcyber.com/join">website</a>.</p>),
whatInternsWillDo: (<>ACM Cyber is currently not taking any interns. If you are interested in joining or becoming an active member in ACM Cyber, please check out {<a href='https://www.acmcyber.com/join.'>here</a>}.</>),
card: '/images/cards/cyber_card.svg',
nextSteps: 'All active members of ACM Cyber can apply to become officers in the Winter.',
},
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function Home () {
<div className="home-page text-center">
<a href="https://www.uclaacm.com/internship" style={{ textDecoration: 'none' }}>
<ContentBanner
title="ACM Internship application opens October 6th!"
title="ACM Internship application is open!"
main
/>
</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/internship.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function InternshipPage(){
<div className={'content-section text-center'}>
<h1>The Internship Program</h1>
{/* eslint-disable-next-line max-len */}
<h2>The ACM internship program opens October 6th!</h2>
<h2>The ACM internship program is now open! <a href='https://tinyurl.com/ACMInternApps2023'>Apply here</a></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']}>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>
Expand Down
Loading