Skip to content

Commit

Permalink
Update schedule and club photo (#69)
Browse files Browse the repository at this point in the history
* updated schedule and club photo

* linting failure fix

* oopsies

* small email fix
  • Loading branch information
GhostOf0days authored Feb 25, 2024
1 parent ced1308 commit 4619376
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 18 deletions.
30 changes: 13 additions & 17 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,26 @@ export default function Home() {
<Typography variant="header">Meet Us!</Typography>
<br />
<Typography>
Club Fair: September 6, 4:30-6:30pm, The Cut
Weekly GBMs: Tuesdays, 5:30-6:30pm, Posner 153
</Typography>
<br />
<Typography>
First Weekly GBM: September 13, 5:30-6:30pm, Wean
5415
</Typography>
<br />
<Typography>
First Committee Work Sessions: September 16, 3-5pm
Committee Work Sessions: Saturdays, 3-5pm, Posner
Hall
</Typography>
<div className={styles.meetingRooms}>
<Typography>Tech</Typography>
<Typography>Wean Hall</Typography>
{/* <Typography>POS 153</Typography> */}
<Typography>Posner 151</Typography>
{/* <Typography>Example</Typography> */}
<Typography>Design</Typography>
<Typography>Wean Hall</Typography>
{/* <Typography>POS 152</Typography> */}
<Typography>Finance</Typography>
<Typography>Wean Hall</Typography>
{/* <Typography>POS 147</Typography> */}
<Typography>Events/Outreach</Typography>
<Typography>Wean Hall</Typography>
{/* <Typography>POS 151</Typography> */}
<Typography>Posner 145</Typography>
{/* <Typography>Example</Typography> */}
<Typography>Labrador</Typography>
<Typography>Posner 146</Typography>
{/* <Typography>Example</Typography> */}
<Typography>Events/Outreach/Finance</Typography>
<Typography>Posner 147</Typography>
{/* <Typography>Example</Typography> */}
</div>
</div>
</div>
Expand Down
Binary file modified public/club-photo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function Footer() {
label="Slack"
/>
<FooterLink
href="mailto://[email protected]"
href="mailto:[email protected]"
icon={<MailIcon className={styles.footerIcon} />}
label="Email us!"
/>
Expand Down

0 comments on commit 4619376

Please sign in to comment.