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

close intern apps #726

Merged
merged 1 commit into from
Oct 26, 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
8 changes: 4 additions & 4 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import React from 'react';
import Banner from '../components/Banner';
import Carousel from '../components/Carousel';
import Committees from '../components/CommitteeSpread';
import ContentBanner from '../components/ContentBanner';
// import ContentBanner from '../components/ContentBanner';
import Layout from '../components/Layout';
import Article from '../components/NewsArticle';
import SocialMedia from '../components/SocialMedia';
Expand Down Expand Up @@ -39,12 +39,12 @@ function Home () {
}}
/>
<div className="home-page text-center">
<a href="https://www.uclaacm.com/internship" style={{ textDecoration: 'none' }}>
{/* <a href="https://www.uclaacm.com/town-hall" style={{ textDecoration: 'none' }}>
<ContentBanner
title="ACM Internship application is open!"
title="RSVP for Fall 2024 CS Town Hall!"
main
/>
</a>
</a> */}
<Banner />
<div className="content-section">
<h2>The largest Computer Science community at UCLA</h2>
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>ACM Internship Program</h1>
{/* eslint-disable-next-line max-len */}
<h2>Application deadline extended until Oct 25th! <a href='https://tinyurl.com/acminternapp24'>Apply here</a></h2>
<h2>The ACM internship program is closed. <br></br> Check back in upcoming quarters for Officer Recruitment.</h2>
<br></br>
<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>

Expand Down
Loading