Skip to content

Commit

Permalink
fix: update 'join the club' button with discord link
Browse files Browse the repository at this point in the history
  • Loading branch information
joshle298 committed Feb 9, 2024
1 parent b3acf9c commit 774b062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Home() {
<div className="tagline">
<p>Tech@NYU is a space for artists, makers and hackers to build stuff together, learn new skills, and explore opportunities in tech. </p>
</div>
<OutlineButton title="Join the Club" href="https://stats.sender.net/forms/bD2Zye/view"/>
<OutlineButton title="Join the Club" href="https://discord.gg/q3cBnFMpMQ"/>
</div>

<div id="about" className="container">
Expand Down
3 changes: 2 additions & 1 deletion pages/team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ export default function Team() {
<h2 className="team-heading">Marketing</h2>
<Row>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/youli.png"} name={"Yulduz Furkhati"} role={"Social Media Lead"} linkedin={"www.linkedin.com/in/yulduz-furkhati"} instagram="https://www.instagram.com/yulduzfurkhatii/"/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/mega.jpg"} name={"Mega Olonbayar"} role={"Events Commmittee"} linkedin={"https://www.linkedin.com/in/myagmarsuren-olonbayar-08773a22a/"}/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/delaney.png"} name={"Delaney Wong"} role={"Content/Graphic Designer"} linkedin={"https://www.linkedin.com/in/delaney-wong/"} website="https://delaneywong.com/" instagram="https://www.instagram.com/delaneywongg/"/>
<IndivTeamMemberCard imgSrc={"../assets/team-photos/mega.jpg"} name={"Mega Olonbayar"} role={"Events Commmittee"} linkedin={"https://www.linkedin.com/in/myagmarsuren-olonbayar-08773a22a/"}/>
</Row>
<h2 className="team-heading">Tech Treks</h2>
<Row>
Expand Down
Binary file added public/assets/team-photos/delaney.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 774b062

Please sign in to comment.