diff --git a/src/lib/Footer.svelte b/src/lib/Footer.svelte index b571be3..bf7b522 100644 --- a/src/lib/Footer.svelte +++ b/src/lib/Footer.svelte @@ -15,12 +15,17 @@ {/if}
@@ -28,7 +33,23 @@ .footer { padding: 30px; display: flex; - justify-content: flex-end; + justify-content: space-between; + align-items: center; + gap: 30px; + } + + .footer a { + color: black; + } + + .footer-left { + display: flex; + align-items: center; + gap: 10px; + } + + .footer-right { + display: flex; gap: 30px; } diff --git a/src/lib/Navbar.svelte b/src/lib/Navbar.svelte index 6415ab9..035180c 100644 --- a/src/lib/Navbar.svelte +++ b/src/lib/Navbar.svelte @@ -18,6 +18,7 @@ { text: 'Sessions', href: '/sessions', hidden: true }, { text: 'Schedule', href: '/schedule', hidden: true }, { text: 'Pocket DDD', href: 'https://pocket2025.dddsouthwest.com/', hidden: true }, + { text: 'Privacy Policy', href: '/privacy-policy', hidden: false }, { text: 'Code of Conduct', href: '/code-of-conduct', hidden: false } ]; diff --git a/src/routes/privacy-policy/+page.svelte b/src/routes/privacy-policy/+page.svelte new file mode 100644 index 0000000..d13528d --- /dev/null +++ b/src/routes/privacy-policy/+page.svelte @@ -0,0 +1,97 @@ + + ++ This privacy notice tells you what to expect us to do with your personal information. We only + hold this information to support our events and for our newsletter. We do not sell or + share your information with third parties. +
+ +Email: management@dddsouthwest.com
+ +We collect or use the following personal information to provide updates and share news:
++ We addditionally collected the following information for anonymised metrics, to support and + for reporting on our community. +
++ Under UK data protection law, we must have a “lawful basis” for collecting and using your + personal information. There is a list of possible lawful bases in the UK GDPR. You can find + out more about lawful bases on the ICO’s website. +
++ To make a data protection rights request, please contact us using the contact details at the + top of this privacy notice. +
+ ++ Our lawful basis for collecting or using personal information to provide updates and share + news is your consent by signing up to a newsletter, or submitting a session for + consideration. You have the right to withdraw your consent at any time. +
+ ++ We collect information directly from you - either through speaker submission on sessionize, or + through newsletter signup. +
+ ++ Our primary use for your personal information is for our newsletter which is sent out for + informational purposes. Until you unsubscribe or request deletion, we will keep your personal + information. +
+ ++ If you have any concerns about our use of your personal data please get in touch with the + email address at the top of this page. If you are still unhappy, you can make a complaint to + us using the contact details at the top of this privacy notice. If you remain unhappy with how + we’ve used your data after raising a complaint with us, you can also complain to the ICO. +
+ + The ICO’s address:Last updated: 29 December 2024
+