Skip to content

Commit

Permalink
Add algemene voorwaarden
Browse files Browse the repository at this point in the history
  • Loading branch information
mlouage committed Jan 8, 2025
1 parent 18cf3d2 commit 3f55313
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions apps/landing/src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import SocialIcon from './SocialIcon.astro';
---
<footer class="fixed bottom-0 w-full bg-black text-white py-4 px-6">
<div class="container mx-auto grid grid-cols-3 items-center">
<div class="text-xs md:text-xl font-bold">
XPRTZ B.V.
<div class="text-xs md:text-sm text-gray-400 not-italic text-left">
<a href="/algemene-voorwaarden">Algemene voorwaarden</a>
</div>

<div class="flex items-center justify-center gap-4 md:gap-8">
Expand Down
27 changes: 27 additions & 0 deletions apps/landing/src/pages/algemene-voorwaarden.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
// src/pages/algemene-voorwaarden.astro
---

<html lang="en">
<head>
<meta charset="utf-8" />
<title>Algemene Voorwaarden</title>
<style>
body, html {
margin: 0;
padding: 0;
height: 100%;
}
</style>
</head>
<body>
<object
data="algemene_voorwaarden_xprtz_group_2022.pdf"
type="application/pdf"
width="100%"
height="100%"
>
<p>Het PDF bestand kan niet worden weergegeven. Je kan het wel hier <a href="/algemene_voorwaarden_xprtz_group_2022">downloaden</a>.</p>
</object>
</body>
</html>

0 comments on commit 3f55313

Please sign in to comment.