Skip to content

Commit

Permalink
Merge pull request #102 from svsticky/terms-on-site
Browse files Browse the repository at this point in the history
Add terms and conditions to the website itself
  • Loading branch information
TobiasDeBruijn authored Jun 27, 2024
2 parents 2ace635 + 51debe7 commit 21de71c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/terms_and_conditions.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Princetonplein 5
Introduction 2024-2025

Dit document vult de volgende documenten aan:
- [Privacy statement introductie](./privacy-statement.md)
- [Privacy statement introductie](https://raw.githubusercontent.com/svsticky/intro-website/master/src/assets/privacy-statement.md)
- [Gedragsregels Sticky](https://public.svsticky.nl/Code%20of%20Conduct%20[Nederlands].pdf)

# Foto's
Expand Down
11 changes: 11 additions & 0 deletions src/components/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,17 @@ class Home extends Component {
{getContactPersons(data.contactPersons)}
</div>
</div>
<div className="ui fluid card">
<div className="card content">
<p className="anchor" id="terms-and-conditions"></p>
<p className="ui center aligned large header" id="terms-and-conditions">Voorwaarden</p>
<p>
De algemene voorwaarden van de introductie kun je <a href="https://github.com/svsticky/intro-website/blob/master/src/assets/terms_and_conditions.md">hier</a> vinden.<br/>
De privacy statement van de introductie kun je <a href="https://raw.githubusercontent.com/svsticky/intro-website/master/src/assets/privacy-statement.md">hier</a> vinden.<br/>
De gedragsregels van Studievereniging Sticky kun je <a href="https://public.svsticky.nl/Code%20of%20Conduct%20[Nederlands].pdf">hier</a> vinden.
</p>
</div>
</div>
</div>
</main>
);
Expand Down

0 comments on commit 21de71c

Please sign in to comment.