Skip to content

Commit b7d65a6

Browse files
author
Luciano Nooijen
committed
Added Algemene Voorwaarden
1 parent 062cb74 commit b7d65a6

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ wp-content/plugins/hello.php
7777
/readme.html
7878
/sitemap.xml
7979
/sitemap.xml.gz
80+
81+
# Include specific files
82+
!/static/docs

components/Footer.jsx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,22 @@ const Footer = () => (
127127
<p className="subtitle">Documenten</p>
128128
</FooterHeadingContainer>
129129
<FooterText>
130-
<FooterLink href="#">Algemene Voorwaarden</FooterLink>
130+
<FooterLink
131+
href="/static/docs/algemene-voorwaarden.pdf"
132+
target="_blank"
133+
>
134+
Algemene Voorwaarden
135+
</FooterLink>
131136
<Link href="/legal/privacy-policy">
132137
<FooterLink>Privacy Policy</FooterLink>
133138
</Link>
134139
<Link href="/legal/cookie-policy">
135140
<FooterLink>Cookie Policy</FooterLink>
136141
</Link>
137-
<FooterLink href="https://security.bytecode.nl">
142+
<FooterLink
143+
href="https://security.bytecode.nl"
144+
target="_blank"
145+
>
138146
Security Policy
139147
</FooterLink>
140148
</FooterText>
420 KB
Binary file not shown.

0 commit comments

Comments
 (0)