Skip to content

Commit

Permalink
close intern apps (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha-kansal authored Oct 26, 2024
1 parent df78d80 commit f23a348
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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

0 comments on commit f23a348

Please sign in to comment.