diff --git a/content/_data/constants.yml b/content/_data/constants.yml index c661ec3b47d7..647bc8a7deed 100644 --- a/content/_data/constants.yml +++ b/content/_data/constants.yml @@ -28,6 +28,15 @@ header_nav: - title: Search page: pages/search.md +cookie_consent: + title: We Use Cookies + chapters: + - text: |- + We value your privacy. The FiQCI webpage uses functional cookies and anonymous analytics cookies. + By clicking "Accept", you consent to the use of these cookies. + - text: |- + The data collected is non-identifiable and cannot be traced back to you. + #Following are constants per page. Can be accessed with page.url "/": hero: @@ -233,3 +242,93 @@ header_nav: basis: "PRX, CZ" topology: "Square grid" device_id: "Q50" + +"/cookies/": + title: Cookie Policy + desc: |- + This is the cookie policy for FiQCI, accessible from https://fiqci.fi/cookies/ + + general: + - When you visit our website, cookies will save information about your stay. Cookies are small text files that are placed on your device. + There are two main types of cookies; session cookies and persistent cookies. Session cookies will be removed from your device as soon + as you close your browser. Persistent cookies will remain stored until they are deleted or expire. + + - The data collected by the cookies is used to track the trends in our site usage. No personal data is collected. + This way, we can improve the usability as well as identify the most interesting areas of our website. + + - Cookies help us get an overview of your visit to our website so we can get an idea of how many visitors we have, which pages are visited, + and how long visitors stay on our website. We use this information to improve our website and make it more user-friendly. + All data collected is anonymous and cannot be used to identify you as an individual. + + - The FiQCI webpages uses anonymous cookies to collect data about user behavior through Matomo. + This information helps us improve our services and provide a better user experience by telling us how users use the site. + The data collected is non-identifiable and cannot be traced back to you. + + - Additionally we use mandatory functional cookies to ensure the website functions properly. + These cookies do not collect any information about you and only help the website function. + They are only valid for the current session and are deleted when you close your browser. + + delete: + title: How to Delete Cookies + desc: |- + The cookies can be deleted by clearing your browser's cache and cookies. You can also manage your cookie preferences through + your browser settings. You can also simply refuse cookie consent through the cookie consent banner that appears when you first visit our website. + + change: + title: How to Change Consent + desc: |- + If you have already accepted/declined cookies, you can change your preferences at any time by clicking below. + + lifetime: + title: Cookie Lifetime + desc: |- + The length of time a cookie is stored on your devices and browsers varies.The lifetime is calculated according to your last visit + to the website. When a cookie expires, it is automatically deleted. All our cookies' lifetimes are specified in our cookie policy. + + cookies: + title: Cookies Used + types: + - name: "Functional Cookies" + desc: |- + These cookies are necessary for the website to function properly. + lifetime: Session + - name: "Analytics Cookies" + desc: |- + These cookies help us understand how visitors interact with our website by collecting and reporting information anonymously. + lifetime: 1 year + +"/accessibility/": + title: Accessibility Statement + desc: |- + This is the accessibility statement for FiQCI, accessible from https://fiqci.fi/accessibility/. + Updated on 19.6.2025 + + general: + - The FiQCI website is designed to be accessible to all users. + We strive to comply with the Web Content Accessibility Guidelines (WCAG) 2.1 Level AA standards. + If you encounter any accessibility issues while using our website, please contact us at + + status: + title: Compliance Status + desc: |- + Meets all critical accessibility requirements. + + complaint: + title: Reporting Accessibility Issues + desc: |- + If you notice accessibility problems on the website, start by giving feedback to us, that is, + the website administrator. Receiving a response may take 14 days. If you are not satisfied with + the response from us or if you do not receive any response within two weeks, you may file a report + with the + link: + title: Regional State Administrative Agency for Southern Finland + href: https://www.saavutettavuusvaatimukset.fi/en/user-rights/submit-complaint-web-accessibility-or-request-clarification + + contact: + title: Supervisory Authority Contact Information + info: + name: Liikenne- ja viestintävirasto Traficom + division: Digitaalisen esteettömyyden ja saavutettavuuden valvontayksikkö + web: www.saavutettavuusvaatimukset.fi + email: saavutettavuus@traficom.fi + phone: 029 534 5000 diff --git a/content/_layouts/home.html b/content/_layouts/home.html index 3557a58d1660..0997aabcab94 100644 --- a/content/_layouts/home.html +++ b/content/_layouts/home.html @@ -72,7 +72,7 @@
{{ about_data.desc }}
diff --git a/content/pages/accessibility.md b/content/pages/accessibility.md new file mode 100644 index 000000000000..80f2b7067def --- /dev/null +++ b/content/pages/accessibility.md @@ -0,0 +1,42 @@ +--- +layout: page +title: Accessibility Statement +subtitle: Accessibility Statement +react: true +--- + +{% assign accessibility_data = site.data.constants.["/accessibility/"] %} + +{{ accessibility_data.general }} {{ site.data.constants.feedback_email }}
+ +{{ accessibility_data.status.desc }}
+ +{{ accessibility_data.complaint.desc }} {{ accessibility_data.complaint.link.title }}
+ +{{ label }}: + {% if key == "web" %} + {{ contact[key] }} + {% elsif key == "email" %} + {{ contact[key] }} + {% else %} + {{ contact[key] }} + {% endif %} +
+ {% endif %} + {% endfor %} +{{ i }}
+ {% endfor %} + +{{ cookie_data.delete.desc }}
+ +{{ cookie_data.change.desc }}
+{{ cookie_data.lifetime.desc }}
+ +Description:
+{{ i.desc }}
+Lifetime:
+{{ i.lifetime }}
+{chapter.text}
+{chapter.text}
+