Skip to content

Commit 30517dc

Browse files
Yushan LiYushan Li
authored andcommitted
application open updates
1 parent 6ffb57c commit 30517dc

File tree

3 files changed

+46
-1926
lines changed

3 files changed

+46
-1926
lines changed

pages/index.tsx

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { GetStaticProps } from 'next';
33
import Image from 'next/image';
44
import Link from 'next/link';
55
import MainLayout from '../components/MainLayout';
6-
import slack from '../public/acmwslack_1.png';
6+
import discord from '../public/discord.png';
77
import event1 from '../public/event1.png';
88
import event2 from '../public/event2.png';
99
import event3 from '../public/event3.png';
@@ -69,6 +69,32 @@ export default function Home({ committee }: Props): JSX.Element {
6969
/>
7070
</div>
7171

72+
<div
73+
style={{
74+
display: 'block',
75+
width: '95%',
76+
margin: '10px auto',
77+
backgroundColor: 'transparent',
78+
color: '#56B7A0',
79+
textAlign: 'center',
80+
fontWeight: '600',
81+
fontSize: '1.2rem',
82+
padding: '12px 0',
83+
border: '3px solid #56B7A0',
84+
borderRadius: '20px',
85+
letterSpacing: '0.3px',
86+
textDecoration: 'none',
87+
}}
88+
>
89+
The ACM Internship Program is now open! Apply by October 14th! <br/>
90+
<a
91+
style={{ padding: '2%', marginLeft: '2%', color: '#56B7A0'}}
92+
href="https://acm.cs.ucla.edu/internship"
93+
>
94+
Join Us
95+
</a>
96+
</div>
97+
7298
<div>
7399
<div className={styles.heading} style={{ margin: '1%' }}>
74100
<h1 className={styles.title} style={{ margin: '5%' }}>
@@ -97,8 +123,22 @@ export default function Home({ committee }: Props): JSX.Element {
97123
>
98124
<Image src={ins} alt="Instagram logo" />
99125
</a>
100-
<Image src={slack} alt="Slack logo" />
126+
127+
<a
128+
href="https://discord.gg/JjbSf45cY"
129+
target="_blank"
130+
rel="noreferrer"
131+
>
132+
<Image src={discord} alt="Discord logo" width={50} height={50} />
133+
</a>
134+
135+
<a
136+
href="https://www.linkedin.com/company/acm-w-acm-ucla/"
137+
target="_blank"
138+
rel="noreferrer"
139+
>
101140
<Image src={linkedin} alt="Linkedin logo" />
141+
</a>
102142
</div>
103143
</div>
104144
<div

public/discord.png

1.87 KB
Loading

0 commit comments

Comments
 (0)