Skip to content

Commit

Permalink
synmun allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
Heliospook committed Oct 17, 2023
1 parent e772aca commit c34c6e8
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/components/event_card.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,21 @@ function EventCard(props) {
</a>
</div>
</div>
{
props.thirdlink ?
<div className="accordion-content">
<div className="event_text">
<a
className="details_link"
href={props.details3}
target="_blank"
>
{props.text4}{" "}
{props.linkimg}
</a>
</div>
</div> : null
}
</div>
</div>
<div className="row button_container d-flex">
Expand Down
3 changes: 3 additions & 0 deletions src/screens/Events.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,11 @@ function Events() {
hide1="sm1"
hide2="sm2"
secondlink="secondlink"
thirdlink = {true}
text4 = "SynMUN Allocations (so far)"
details="https://drive.google.com/uc?export=download&id=1DZbFmnC4sxF11nYxwLormzYnEunXRSFi"
details2="https://drive.google.com/uc?export=download&id=1R5xDEk3BBgvly3ReK2GNFrX-eIhWWIgG"
details3="https://drive.google.com/file/d/11gOE_WK6bfFdeKAl8yY6ME2C0mDjFpk0/view?usp=sharing"
link1="https://forms.gle/DDnKGSopVYjtWGLi6"
link2="https://forms.gle/FvDxYd8SteJnNGed9"
/>
Expand Down

0 comments on commit c34c6e8

Please sign in to comment.