Remove privacy and terms markdown files and update related Astro components for improved clarity and compliance

- Deleted outdated privacy and terms markdown files.
- Updated privacy and terms Astro components to reflect changes in legal compliance, including GDPR and Dutch law.
- Enhanced clarity in user rights and data usage sections.
- Added contact information for privacy and legal inquiries.
This commit is contained in:
2025-06-07 19:35:20 +02:00
parent 94046e85e6
commit 2015de705f
4 changed files with 24 additions and 298 deletions

View File

@@ -31,7 +31,7 @@ const tocItems = [
{ id: 'cookie-usage', title: 'Cookie & Storage Usage' },
{ id: 'localstorage', title: 'LocalStorage Usage' },
{ id: 'clear-preferences', title: 'How to Clear Your Preferences' },
{ id: 'user-rights', title: 'Your Rights (GDPR Compliance)' },
{ id: 'user-rights', title: 'Your Rights (GDPR & Dutch Law)' },
{ id: 'data-security', title: 'Data Security' },
{ id: 'third-party', title: 'Third-Party Websites' },
{ id: 'changes', title: 'Changes to Privacy Policy' },
@@ -160,32 +160,14 @@ const tocItems = [
</p>
<h2 id="localstorage" class="text-2xl font-bold mt-8 mb-4">4. LocalStorage Usage</h2>
<p>
<strong
>Our website uses LocalStorage to enhance your experience by remembering your preferences and consent choices.</strong
>
<strong>Our website uses your browser's localStorage to remember certain preferences and UI states. The following keys may be stored:</strong>
</p>
<p>Details about our LocalStorage usage:</p>
<ul>
<li>
<strong>Data stored:</strong>
<ul>
<li>Theme preference (light/dark mode)</li>
<li>Cookie consent acceptance status</li>
</ul>
</li>
<li><strong>Purpose:</strong> To remember your preferences and consent choices between visits</li>
<li><strong>Location:</strong> Stored only on your device and never sent to our servers</li>
<li><strong>Duration:</strong> Persists until you clear your browser's LocalStorage</li>
<li><strong>preferredLanguage</strong>: Remembers your language preference (e.g., "en", "nl").</li>
<li><strong>cookieConsentAccepted</strong>: Remembers that you have accepted our cookie notice.</li>
<li><strong>devnet-intro-collapsed</strong>: Remembers if you have collapsed the introduction section.</li>
</ul>
<p>
LocalStorage is a technology that allows websites to store data directly in your browser. Unlike cookies,
LocalStorage data is not sent with every request to the server, which makes it more efficient for storing user
preferences that only need to be accessed by your browser.
</p>
<p>
No personal information is collected or stored in LocalStorage. The data is used solely to enhance your browsing
experience by maintaining your preferred settings.
</p>
<p>No personal data is stored. All data remains on your device and is never sent to our servers. You can clear these at any time via your browser settings.</p>
<h2 id="clear-preferences" class="text-2xl font-bold mt-8 mb-4">5. How to Clear Your Preferences</h2>
<p>
If you wish to reset your language or theme settings, you can clear your browser's cookies and LocalStorage
@@ -227,27 +209,13 @@ const tocItems = [
After clearing your browser data, your language will reset to the default (English) and your theme will reset to
the system default.
</p>
<h2 id="user-rights" class="text-2xl font-bold mt-8 mb-4">6. Your Rights (GDPR Compliance)</h2>
<p>
Under the General Data Protection Regulation (GDPR), you have various rights regarding your personal data.
However, since we do not collect or store personal data (except for the language preference cookie which does
not contain personal information), most of these rights are not applicable in practice.
</p>
<p>Nevertheless, you have the right to:</p>
<h2 id="user-rights" class="text-2xl font-bold mt-8 mb-4">6. Your Rights (GDPR & Dutch Law)</h2>
<p>Under the GDPR and Dutch law, you have the right to:</p>
<ul>
<li>
<strong>Delete your cookie and LocalStorage data:</strong> You can delete the language preference cookie and theme
preference LocalStorage data at any time through your browser settings (see section 5 for instructions)
</li>
<li>
<strong>Be informed:</strong> This privacy policy provides transparent information about our data practices
</li>
<li><strong>Object:</strong> You can choose to disable cookies and LocalStorage in your browser settings</li>
<li>Be informed about data collection and storage (this policy).</li>
<li>Access, correct, or delete your data (not applicable, as we store no personal data).</li>
<li>Lodge a complaint with the Dutch DPA (Autoriteit Persoonsgegevens) if you believe your rights are violated.</li>
</ul>
<p>
If you have any questions about your rights or wish to exercise any of them, please contact us using the
information provided at the end of this policy.
</p>
<h2 id="data-security" class="text-2xl font-bold mt-8 mb-4">7. Data Security</h2>
<p>
We take appropriate technical and organizational measures to ensure the security of any information transmitted
@@ -277,6 +245,8 @@ const tocItems = [
You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are
effective when they are posted on this page.
</p>
<h2 id="contact" class="text-2xl font-bold mt-8 mb-4">10. Contact</h2>
<p>For privacy questions, contact <a href="mailto:info@365devnet.eu">info@365devnet.eu</a>.</p>
</div>
</div>
</Layout>

View File

@@ -138,26 +138,17 @@ const tocItems = [
<h2 id="governing-law" class="text-2xl font-bold mt-8 mb-4">5. Governing Law</h2>
<p>
These terms and conditions are governed by and construed in accordance with the laws of the Netherlands. Any
disputes relating to these terms and conditions shall be subject to the exclusive jurisdiction of the courts of
the Netherlands.
</p>
<p>
If you are a consumer, you will benefit from any mandatory provisions of the law of the country in which you are
resident. Nothing in these terms and conditions affects your rights as a consumer to rely on such mandatory
provisions of local law.
These terms are governed by Dutch law and the GDPR. Disputes will be handled by Dutch courts. If you are a consumer, you will benefit from any mandatory provisions of the law of the country in which you are resident. Nothing in these terms and conditions affects your rights as a consumer to rely on such mandatory provisions of local law.
</p>
<h2 id="cookies" class="text-2xl font-bold mt-8 mb-4">6. Cookie Usage</h2>
<p>
Our website uses only one cookie, which is used exclusively for storing your selected language preference. This
cookie is essential for the proper functioning of the language selection feature on our website. We do not use
any tracking, analytics, or third-party cookies.
</p>
<p>
The language preference cookie stores only your selected language choice and does not collect any personal
information. This cookie is stored on your device for a period of 365 days, after which it will expire unless
you visit our website again.
Our website uses two essential cookies:
<ul>
<li><strong>preferredLanguage</strong>: Stores your language preference.</li>
<li><strong>cookieConsentAccepted</strong>: Stores your cookie consent.</li>
</ul>
No tracking, analytics, or third-party cookies are used. No personal data is collected.
</p>
<h2 id="changes" class="text-2xl font-bold mt-8 mb-4">7. Changes to Terms</h2>
@@ -167,6 +158,10 @@ const tocItems = [
provisions contained in these terms and conditions may also be superseded by provisions or notices published
elsewhere on our website.
</p>
<h2 id="contact" class="text-2xl font-bold mt-8 mb-4">8. Contact</h2>
<p>For legal questions, contact <a href="mailto:info@365devnet.eu">info@365devnet.eu</a>.</p>
<p>This website is operated by 365DevNet, based in the Netherlands.</p>
</div>
</div>
</Layout>

View File

@@ -1,105 +0,0 @@
---
title: 'Privacy Policy | 365DevNet'
description: 'Learn how 365DevNet protects your privacy and personal data. Read our privacy policy for details on data collection and use.'
layout: '~/layouts/MarkdownLayout.astro'
---
_Last updated_: March 6, 2025
This Privacy Policy describes our policies and procedures on the collection, use, and disclosure of your information when you use the Service and tells you about your privacy rights and how the law protects you.
We use your personal data to provide and improve the Service. By using the Service, you agree to the collection and use of information in accordance with this Privacy Policy.
## Interpretation and Definitions
### Interpretation
The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.
### Definitions
For the purposes of this Privacy Policy:
- **Company** (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to 365DevNet.
- **Cookies** are small files that are placed on your computer, mobile device, or any other device by a website, containing the details of your browsing history on that website among its many uses.
- **Country** refers to: The Netherlands
- **Device** means any device that can access the Service such as a computer, a cellphone, or a digital tablet.
- **Personal Data** is any information that relates to an identified or identifiable individual.
- **Service** refers to the Website.
- **Usage Data** refers to data collected automatically, either generated by the use of the Service or from the Service infrastructure itself (for example, the duration of a page visit).
- **Website** refers to 365DevNet, accessible from [https://365devnet.eu](https://365devnet.eu)
- **You** means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
## Data Collection and Storage
**We do not collect or store any personal user data.** Our website is designed to provide information without requiring you to submit any personal information, except if you use the contact form (see below).
The only data stored is your preferences for language, theme, cookie consent, and certain UI states. These are stored locally on your device using browser technologies (cookies and localStorage) and are never transmitted to our servers. Details:
- **Language preference** (`preferredLanguage`): remembers your chosen language (cookie & localStorage)
- **Theme preference** (`theme`): remembers your light/dark mode setting (localStorage)
- **Cookie consent** (`cookieConsentAccepted`): remembers if you accepted our cookie notice (cookie & localStorage)
- **UI state** (`devnet-intro-collapsed`): remembers if you collapsed certain UI elements (localStorage)
All data is stored only on your device and is never sent to our servers or shared with third parties. You can clear these preferences at any time via your browser settings.
A cookie consent banner is displayed to inform you about our use of cookies and localStorage. By continuing to use the site or by accepting the banner, you consent to this usage.
## Contact Form
If you choose to contact us using our contact form, the information you provide (such as your name and email address) will only be used to respond to your inquiry and will not be stored longer than necessary for that purpose. We do not use this information for marketing or share it with third parties.
## How to Clear Your Preferences
If you wish to reset your language, theme, or other settings, you can clear your browser's cookies and localStorage data. Here's how to do it in common browsers:
**Chrome:**
1. Click the three dots in the top-right corner
2. Select "Settings"
3. Go to "Privacy and security"
4. Click "Clear browsing data"
5. Select "Cookies and other site data" and "Cached images and files"
6. Click "Clear data"
**Firefox:**
1. Click the three lines in the top-right corner
2. Select "Settings"
3. Go to "Privacy & Security"
4. Under "Cookies and Site Data," click "Clear Data"
5. Ensure "Cookies and Site Data" is checked
6. Click "Clear"
**Safari:**
1. Click "Safari" in the top menu
2. Select "Preferences"
3. Go to the "Privacy" tab
4. Click "Manage Website Data"
5. Find our website and click "Remove" or "Remove All"
After clearing your browser data, your language will reset to the default (English) and your theme will reset to the system default.
## Security of Your Data
The security of your data is important to us, but remember that no method of transmission over the Internet, or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your data, we cannot guarantee its absolute security.
## Children's Privacy
Our Service does not address anyone under the age of 13. We do not knowingly collect personally identifiable information from anyone under the age of 13. If you are a parent or guardian and you are aware that your child has provided us with personal data, please contact us. If we become aware that we have collected personal data from anyone under the age of 13 without verification of parental consent, we take steps to remove that information from our servers.
## Links to Other Websites
Our Service may contain links to other websites that are not operated by us. If you click on a third party link, you will be directed to that third party's site. We strongly advise you to review the Privacy Policy of every site you visit.
We have no control over and assume no responsibility for the content, privacy policies or practices of any third party sites or services.
## Changes to this Privacy Policy
We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page.
You are advised to review this Privacy Policy periodically for any changes. Changes to this Privacy Policy are effective when they are posted on this page.
## Contact Us
If you have any questions about this Privacy Policy, you can contact us:
- By email: info@365devnet.eu

View File

@@ -1,134 +0,0 @@
---
title: 'Terms and Conditions | 365DevNet'
description: 'Read the terms and conditions for using 365DevNet. Learn about your rights, responsibilities, and our legal policies.'
layout: '~/layouts/MarkdownLayout.astro'
---
_Last updated_: March 6, 2025
Please read these terms and conditions carefully before using Our Service.
## Interpretation and Definitions
### Interpretation
The words of which the initial letter is capitalized have meanings defined under the following conditions. The following definitions shall have the same meaning regardless of whether they appear in singular or in plural.
### Definitions
For the purposes of these Terms and Conditions:
- **Affiliate** means an entity that controls, is controlled by or is under common control with a party, where "control" means ownership of 50% or more of the shares, equity interest or other securities entitled to vote for election of directors or other managing authority.
- **Country** refers to: The Netherlands
- **Company** (referred to as either "the Company", "We", "Us" or "Our" in this Agreement) refers to 365DevNet.
- **Device** means any device that can access the Service such as a computer, a cellphone or a digital tablet.
- **Service** refers to the Website.
- **Terms and Conditions** (also referred as "Terms") mean these Terms and Conditions that form the entire agreement between You and the Company regarding the use of the Service.
- **Third-party Social Media Service** means any services or content (including data, information, products or services) provided by a third-party that may be displayed, included or made available by the Service.
- **Website** refers to 365DevNet, accessible from [https://365devnet.eu](https://365devnet.eu)
- **You** means the individual accessing or using the Service, or the company, or other legal entity on behalf of which such individual is accessing or using the Service, as applicable.
## Acknowledgment
These are the Terms and Conditions governing the use of this Service and the agreement that operates between You and 365DevNet. These Terms and Conditions set out the rights and obligations of all users regarding the use of the Service.
Your access to and use of the Service is conditioned on Your acceptance of and compliance with these Terms and Conditions. These Terms and Conditions apply to all visitors, users and others who access or use the Service.
By accessing or using the Service You agree to be bound by these Terms and Conditions. If You disagree with any part of these Terms and Conditions then You may not access the Service.
You represent that you are over the age of 18\. The Company does not permit those under 18 to use the Service.
Your access to and use of the Service is also conditioned on Your acceptance of and compliance with the Privacy Policy of 365DevNet. Our Privacy Policy describes Our policies and procedures on the collection, use and disclosure of Your personal information when You use the Website and tells You about Your privacy rights and how the law protects You. Please read Our Privacy Policy carefully before using Our Service.
## Use of Cookies, LocalStorage, and User Preferences
Our website uses cookies and browser localStorage to enhance your experience. These technologies are used strictly for essential functionality and do not collect or store any personal data. Specifically, we use:
- **Language preference** (`preferredLanguage`): remembers your chosen language (cookie & localStorage)
- **Theme preference** (`theme`): remembers your light/dark mode setting (localStorage)
- **Cookie consent** (`cookieConsentAccepted`): remembers if you accepted our cookie notice (cookie & localStorage)
- **UI state** (`devnet-intro-collapsed`): remembers if you collapsed certain UI elements (localStorage)
All data is stored only on your device and is never sent to our servers or shared with third parties. You can clear these preferences at any time via your browser settings.
A cookie consent banner is displayed to inform you about our use of cookies and localStorage. By continuing to use the site or by accepting the banner, you consent to this usage.
## Links to Other Websites
Our Service may contain links to third-party web sites or services that are not owned or controlled by 365DevNet.
365DevNet has no control over, and assumes no responsibility for, the content, privacy policies, or practices of any third party web sites or services. You further acknowledge and agree that 365DevNet shall not be responsible or liable, directly or indirectly, for any damage or loss caused or alleged to be caused by or in connection with the use of or reliance on any such content, goods or services available on or through any such web sites or services.
We strongly advise You to read the terms and conditions and privacy policies of any third-party web sites or services that You visit.
## Termination
We may terminate or suspend Your access immediately, without prior notice or liability, for any reason whatsoever, including without limitation if You breach these Terms and Conditions.
Upon termination, Your right to use the Service will cease immediately.
## Limitation of Liability
Notwithstanding any damages that You might incur, the entire liability of 365DevNet and any of its suppliers under any provision of this Terms and Your exclusive remedy for all of the foregoing shall be limited to the amount actually paid by You through the Service or 100 EUR if You haven't purchased anything through the Service.
To the maximum extent permitted by applicable law, in no event shall 365DevNet or its suppliers be liable for any special, incidental, indirect, or consequential damages whatsoever (including, but not limited to, damages for loss of profits, loss of data or other information, for business interruption, for personal injury, loss of privacy arising out of or in any way related to the use of or inability to use the Service, third-party software and/or third-party hardware used with the Service, or otherwise in connection with any provision of this Terms), even if 365DevNet or any supplier has been advised of the possibility of such damages and even if the remedy fails of its essential purpose.
Some jurisdictions do not allow the exclusion of implied warranties or limitation of liability for incidental or consequential damages, which means that some of the above limitations may not apply. In these states, each party's liability will be limited to the greatest extent permitted by law.
## "AS IS" and "AS AVAILABLE" Disclaimer
The Service is provided to You "AS IS" and "AS AVAILABLE" and with all faults and defects without warranty of any kind. To the maximum extent permitted under applicable law, 365DevNet, on its own behalf and on behalf of its Affiliates and its and their respective licensors and service providers, expressly disclaims all warranties, whether express, implied, statutory or otherwise, with respect to the Service, including all implied warranties of merchantability, fitness for a particular purpose, title and non-infringement, and warranties that may arise out of course of dealing, course of performance, usage or trade practice. Without limitation to the foregoing, 365DevNet provides no warranty or undertaking, and makes no representation of any kind that the Service will meet Your requirements, achieve any intended results, be compatible or work with any other software, applications, systems or services, operate without interruption, meet any performance or reliability standards or be error free or that any errors or defects can or will be corrected.
Without limiting the foregoing, neither 365DevNet nor any of its providers makes any representation or warranty of any kind, express or implied: (i) as to the operation or availability of the Service, or the information, content, and materials or products included thereon; (ii) that the Service will be uninterrupted or error-free; (iii) as to the accuracy, reliability, or currency of any information or content provided through the Service; or (iv) that the Service, its servers, the content, or e-mails sent from or on behalf of 365DevNet are free of viruses, scripts, trojan horses, worms, malware, timebombs or other harmful components.
Some jurisdictions do not allow the exclusion of certain types of warranties or limitations on applicable statutory rights of a consumer, so some or all of the above exclusions and limitations may not apply to You. But in such a case the exclusions and limitations set forth in this section shall be applied to the greatest extent enforceable under applicable law.
## Governing Law
The laws of The Netherlands, excluding its conflicts of law rules, shall govern this Terms and Your use of the Service. Your use of the Application may also be subject to other local, state, national, or international laws.
## Disputes Resolution
If You have any concern or dispute about the Service, You agree to first try to resolve the dispute informally by contacting 365DevNet.
## For European Union (EU) Users
If You are a European Union consumer, you will benefit from any mandatory provisions of the law of the country in which you are resident in.
## United States Legal Compliance
You represent and warrant that (i) You are not located in a country that is subject to the United States government embargo, or that has been designated by the United States government as a "terrorist supporting" country, and (ii) You are not listed on any United States government list of prohibited or restricted parties.
## Severability and Waiver
### Severability
If any provision of these Terms is held to be unenforceable or invalid, such provision will be changed and interpreted to accomplish the objectives of such provision to the greatest extent possible under applicable law and the remaining provisions will continue in full force and effect.
### Waiver
Except as provided herein, the failure to exercise a right or to require performance of an obligation under these Terms shall not affect a party's ability to exercise such right or require such performance at any time thereafter nor shall the waiver of a breach constitute a waiver of any subsequent breach.
## Translation Interpretation
These Terms and Conditions may have been translated if We have made them available to You on our Service. You agree that the original English text shall prevail in the case of a dispute.
## Changes to These Terms and Conditions
We reserve the right, at Our sole discretion, to modify or replace these Terms at any time. If a revision is material We will make reasonable efforts to provide at least 30 days' notice prior to any new terms taking effect. What constitutes a material change will be determined at Our sole discretion.
By continuing to access or use Our Service after those revisions become effective, You agree to be bound by the revised terms. If You do not agree to the new terms, in whole or in part, please stop using the website and the Service.
## Contact Us
If you have any questions about these Terms and Conditions, You can contact us:
- By email: info@365devnet.eu