removed contact details
This commit is contained in:
@@ -84,11 +84,12 @@ const {
|
||||
<Icon name="circle-flags:eu" class="h-5 w-auto flag-square" />
|
||||
</span>
|
||||
</a>
|
||||
|
||||
<!-- Business Information (Dutch Law Requirements) -->
|
||||
<div class="text-sm text-white-500 space-y-1">
|
||||
<p>KVK: 87654321 | BTW: NL123456789B01</p>
|
||||
<p>info@365devnet.eu | +31617441106</p>
|
||||
<div class="flex items-center space-x-4 text-sm text-white-500">
|
||||
{secondaryLinks.map(({ text, href }) => (
|
||||
<a class="hover:text-gray-700 hover:underline dark:hover:text-gray-200 transition duration-150 ease-in-out" href={href}>
|
||||
{text}
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -114,13 +115,7 @@ const {
|
||||
}
|
||||
|
||||
<!-- Terms & Privacy Policy Links -->
|
||||
<div class="flex items-center space-x-4 text-sm text-white-500">
|
||||
{secondaryLinks.map(({ text, href }) => (
|
||||
<a class="hover:text-gray-700 hover:underline dark:hover:text-gray-200 transition duration-150 ease-in-out" href={href}>
|
||||
{text}
|
||||
</a>
|
||||
))}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -123,7 +123,7 @@ const metadata = {
|
||||
</Fragment>
|
||||
</Content>
|
||||
|
||||
<!-- Testimonials Widget -->
|
||||
<!-- Testimonials Widget
|
||||
<Testimonials
|
||||
tagline={t.homepage?.testimonials?.tagline || "Testimonials"}
|
||||
title={t.homepage?.testimonials?.title || "What Clients Say About My Work"}
|
||||
@@ -153,7 +153,7 @@ const metadata = {
|
||||
alt: item.name,
|
||||
}
|
||||
}))}
|
||||
/>
|
||||
/> -->
|
||||
|
||||
<!-- CallToAction Widget -->
|
||||
<CallToAction
|
||||
@@ -200,18 +200,5 @@ const metadata = {
|
||||
description={t.homepage?.contact?.description || "I'll respond to your message as soon as possible. You can also connect with me on LinkedIn or GitHub."}
|
||||
/>
|
||||
|
||||
<div class="flex justify-center space-x-4 mt-8 mb-12">
|
||||
<a href="https://www.linkedin.com/in/rrpbergsma" class="p-3 rounded-full backdrop-blur-sm bg-white/15 dark:bg-transparent border border-gray-200 dark:border-slate-600 hover:bg-white/25 dark:hover:backdrop-blur-md transition-all duration-300 ease-in-out text-primary dark:text-blue-300 hover:shadow-lg" target="_blank" rel="noopener noreferrer">
|
||||
<span class="sr-only">LinkedIn</span>
|
||||
<svg class="h-8 w-8" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.454C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.225 0z"/>
|
||||
</svg>
|
||||
</a>
|
||||
<a href="https://github.com/rrpbergsma" class="p-3 rounded-full backdrop-blur-sm bg-white/15 dark:bg-transparent border border-gray-200 dark:border-slate-600 hover:bg-white/25 dark:hover:backdrop-blur-md transition-all duration-300 ease-in-out text-primary dark:text-blue-300 hover:shadow-lg" target="_blank" rel="noopener noreferrer">
|
||||
<span class="sr-only">GitHub</span>
|
||||
<svg class="h-8 w-8" fill="currentColor" viewBox="0 0 24 24" aria-hidden="true">
|
||||
<path fill-rule="evenodd" d="M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z" clip-rule="evenodd"/>
|
||||
</svg>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
</Layout>
|
@@ -93,7 +93,6 @@ const tocItems = [
|
||||
<p>
|
||||
We value transparency and want you to understand what information we collect, why we collect it, and how we use it. This policy applies to all visitors to our website.
|
||||
</p>
|
||||
|
||||
<h2 id="data-collection" class="text-2xl font-bold mt-8 mb-4">2. Data Collection Policy</h2>
|
||||
<p>
|
||||
<strong>We do not collect or store any personal user data.</strong> Our website is designed to provide information without requiring you to submit any personal information.
|
||||
@@ -115,7 +114,6 @@ const tocItems = [
|
||||
<p>
|
||||
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.
|
||||
</p>
|
||||
|
||||
<h2 id="cookie-usage" class="text-2xl font-bold mt-8 mb-4">3. Cookie & Storage Usage</h2>
|
||||
<p>
|
||||
<strong>Our website uses cookies strictly for essential functionality.</strong> These cookies are necessary for the proper functioning of our website and do not collect any personal information.
|
||||
@@ -149,7 +147,6 @@ const tocItems = [
|
||||
<p>
|
||||
We do not use any tracking, analytics, or third-party cookies. No personal information is collected through our cookies or LocalStorage.
|
||||
</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>
|
||||
@@ -174,7 +171,6 @@ const tocItems = [
|
||||
<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>
|
||||
|
||||
<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 data. Here's how to do it in common browsers:
|
||||
@@ -214,7 +210,6 @@ const tocItems = [
|
||||
<p>
|
||||
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.
|
||||
@@ -230,7 +225,6 @@ const tocItems = [
|
||||
<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 to us. However, please be aware that no method of transmission over the internet or method of electronic storage is 100% secure.
|
||||
@@ -238,7 +232,6 @@ const tocItems = [
|
||||
<p>
|
||||
Our website uses HTTPS encryption to ensure that any communication between your browser and our website is secure.
|
||||
</p>
|
||||
|
||||
<h2 id="third-party" class="text-2xl font-bold mt-8 mb-4">8. Third-Party Websites</h2>
|
||||
<p>
|
||||
Our website 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.
|
||||
@@ -246,7 +239,6 @@ const tocItems = [
|
||||
<p>
|
||||
We have no control over and assume no responsibility for the content, privacy policies, or practices of any third-party sites or services.
|
||||
</p>
|
||||
|
||||
<h2 id="changes" class="text-2xl font-bold mt-8 mb-4">9. Changes to Privacy Policy</h2>
|
||||
<p>
|
||||
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 and updating the "Last updated" date at the top of this page.
|
||||
@@ -254,15 +246,6 @@ const tocItems = [
|
||||
<p>
|
||||
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 Information</h2>
|
||||
<p>
|
||||
If you have any questions about this Privacy Policy or our data practices, please contact us at:
|
||||
</p>
|
||||
<p>
|
||||
Email: info@365devnet.eu<br>
|
||||
Phone: +31617441106
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
@@ -141,15 +141,6 @@ const tocItems = [
|
||||
<p>
|
||||
We may revise these terms and conditions at any time by amending this page. You are expected to check this page from time to time to take notice of any changes we make, as they are legally binding on you. Some of the 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 Information</h2>
|
||||
<p>
|
||||
If you have any questions about these terms and conditions, please contact us at:
|
||||
</p>
|
||||
<p>
|
||||
Email: info@365devnet.eu<br>
|
||||
Phone: +31617441106
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</Layout>
|
Reference in New Issue
Block a user