Skip to content

Commit

Permalink
Merge pull request #16 from dyvenia/remove-styleguide
Browse files Browse the repository at this point in the history
Remove styleguide, update privacy page
  • Loading branch information
acivitillo authored Jan 8, 2025
2 parents 70614d6 + cce67e3 commit 0b6e22f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
4 changes: 0 additions & 4 deletions src/_data/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export default {
}
],
bottom: [
{
text: 'Style guide',
url: '/styleguide/'
},
{
text: 'Imprint',
url: '/imprint/'
Expand Down
14 changes: 6 additions & 8 deletions src/pages/privacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,16 @@ title: Privacy Policy
discover:
title: Privacy Policy
permalink: /privacy/index.html
description: I respect the EU General Data Protection Regulation (GDPR). This policy document explains how I collect and handle any information you provide to me.
description: We respect the EU General Data Protection Regulation (GDPR). This policy document explains how we collect and handle any information you provide to us.
layout: page
---

Edit your details in `_data/personal.yaml`

I respect the EU General Data Protection Regulation (GDPR) and this policy document explains how I collect and handle any information you provide to me.
We respect the EU General Data Protection Regulation (GDPR) and this policy document explains how we collect and handle any information you provide to us.

**What background data is collected?**
This site does not use any third party tracking scripts.

**How do I use the data you provide?**
**How do we use the data you provide?**
This website does not collect any data.

**How secure is your data?**
Expand All @@ -27,10 +25,10 @@ This website transmits itself using HTTPS, encrypting all data between the brows

{{ personal.address }}

If you have any questions or doubts, please contact me: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.
If you have any questions or doubts, please contact us: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.

**Changes to the policy**
If I change the content of this policy, those changes will be effective at the time I post them here.
If qw change the content of this policy, those changes will be effective at the time qw post them here.

**Complaints**
If you have any reason to complain about the way I handle your privacy, please contact me by email: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.
If you have any reason to complain about the way qw handle your privacy, please contact us by email: <a href="mailto:{{ personal.email }}">{{ personal.email }}</a>.
1 change: 1 addition & 0 deletions src/pages/styleguide.njk
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Style Guide
permalink: /styleguide/index.html
layout: base
eleventyExcludeFromCollections: true
excludeFromSitemap: true
customColors:
- property: '--color-text'
- property: '--color-text-accent'
Expand Down

0 comments on commit 0b6e22f

Please sign in to comment.