Refactor Hero component to replace Lottie player with a static image for better performance and update footer links to ensure they direct to the correct service paths.
This commit is contained in:
8
src/routes/about.svelte
Normal file
8
src/routes/about.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'About Us';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Tiber365 is dedicated to empowering freelancers and small businesses with expert Microsoft 365 support. Our team brings years of experience in cloud solutions, migrations, and IT support, helping clients achieve productivity and security.
|
||||
</p>
|
8
src/routes/blog.svelte
Normal file
8
src/routes/blog.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'Blog';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Welcome to the Tiber365 blog! Here we share tips, news, and insights about Microsoft 365, cloud technology, and productivity for small businesses. Stay tuned for our latest articles.
|
||||
</p>
|
8
src/routes/careers.svelte
Normal file
8
src/routes/careers.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'Careers';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Join our growing team! Tiber365 is always looking for talented IT professionals passionate about cloud technology and customer service. Check back soon for open positions or send your CV to <a href="mailto:careers@tiber365.com">careers@tiber365.com</a>.
|
||||
</p>
|
8
src/routes/contact.svelte
Normal file
8
src/routes/contact.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'Contact';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Have questions or need support? Reach out to our team via email at <a href="mailto:support@tiber365.com">support@tiber365.com</a> or use our contact form. We aim to respond within one business day.
|
||||
</p>
|
55
src/routes/legal/cookies.svelte
Normal file
55
src/routes/legal/cookies.svelte
Normal file
@@ -0,0 +1,55 @@
|
||||
<script>
|
||||
export let title = 'Cookie Policy';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>Last updated: 16-05-2025</p>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
<ol>
|
||||
<li><a href="#what-are-cookies">What Are Cookies?</a></li>
|
||||
<li><a href="#types-of-cookies">Types of Cookies We Use</a></li>
|
||||
<li><a href="#consent-management">Consent Banner and Management</a></li>
|
||||
<li><a href="#third-party-cookies">Third-Party Cookies</a></li>
|
||||
<li><a href="#managing-cookies">Managing or Deleting Cookies</a></li>
|
||||
<li><a href="#changes">Changes and Version History</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ol>
|
||||
|
||||
<h2 id="what-are-cookies">1. What Are Cookies?</h2>
|
||||
<p>
|
||||
Cookies are small text files placed on your device to ensure the website functions properly, to analyze usage, and to enable certain features.
|
||||
</p>
|
||||
|
||||
<h2 id="types-of-cookies">2. Types of Cookies We Use</h2>
|
||||
<ul>
|
||||
<li><strong>Functional cookies</strong>: necessary for the operation of the site (e.g., language preferences, session management).</li>
|
||||
<li><strong>Analytics cookies</strong>: to measure website usage via Google Analytics (with anonymized IP address).</li>
|
||||
<li><strong>Preference cookies</strong>: to remember your settings and preferences.</li>
|
||||
<li><strong>Third-party cookies</strong>: for embedded content such as YouTube or Calendly. These parties may place their own cookies.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="consent-management">3. Consent Banner and Management</h2>
|
||||
<p>
|
||||
On your first visit, we display a cookie banner allowing you to accept or refuse non-essential cookies. Your choice is stored and can be changed at any time via the cookie settings on our website.
|
||||
</p>
|
||||
|
||||
<h2 id="third-party-cookies">4. Third-Party Cookies</h2>
|
||||
<p>
|
||||
We use third-party services (such as Google Analytics, YouTube, Calendly) that may place cookies and process data according to their own privacy policies. See our <a href="/legal/privacy">Privacy Policy</a> for more details.
|
||||
</p>
|
||||
|
||||
<h2 id="managing-cookies">5. Managing or Deleting Cookies</h2>
|
||||
<p>
|
||||
You can always manage or delete cookies via your browser settings. See your browser's help function for instructions. Note that disabling cookies may affect the functionality of our website.
|
||||
</p>
|
||||
|
||||
<h2 id="changes">6. Changes and Version History</h2>
|
||||
<p>
|
||||
We reserve the right to change this cookie policy. The latest version is always available on this page. Previous versions can be requested via [your email].
|
||||
</p>
|
||||
|
||||
<h2 id="contact">7. Contact</h2>
|
||||
<p>
|
||||
For questions about our cookie policy, contact us at <a href="mailto:privacy@tiber365.com">privacy@tiber365.com</a>.
|
||||
</p>
|
126
src/routes/legal/privacy.svelte
Normal file
126
src/routes/legal/privacy.svelte
Normal file
@@ -0,0 +1,126 @@
|
||||
<script>
|
||||
export let title = 'Privacy Policy';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>Last updated: 16-05-2025</p>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
<ol>
|
||||
<li><a href="#who-we-are">Who We Are</a></li>
|
||||
<li><a href="#scope">Scope</a></li>
|
||||
<li><a href="#what-data-we-collect">What Data We Collect</a></li>
|
||||
<li><a href="#purposes-and-legal-basis">Purposes and Legal Basis</a></li>
|
||||
<li><a href="#retention-periods">Retention Periods</a></li>
|
||||
<li><a href="#sharing-with-third-parties">Sharing with Third Parties</a></li>
|
||||
<li><a href="#security">Security</a></li>
|
||||
<li><a href="#your-rights">Your Rights</a></li>
|
||||
<li><a href="#how-to-exercise-your-rights">How to Exercise Your Rights</a></li>
|
||||
<li><a href="#third-party-services">Third-Party Services</a></li>
|
||||
<li><a href="#international-data-transfers">International Data Transfers</a></li>
|
||||
<li><a href="#children">Children's Privacy</a></li>
|
||||
<li><a href="#changes">Changes and Version History</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ol>
|
||||
|
||||
<h2 id="who-we-are">1. Who We Are</h2>
|
||||
<p>
|
||||
Tiber365, located at [your address], is responsible for the processing of personal data as described in this privacy policy.<br>
|
||||
Contact: [your email] | https://tiber365.365devnet.eu
|
||||
</p>
|
||||
|
||||
<h2 id="scope">2. Scope</h2>
|
||||
<p>
|
||||
This policy applies to all visitors and users of the Tiber365 website and services, including contact forms, analytics, and embedded content.
|
||||
</p>
|
||||
|
||||
<h2 id="what-data-we-collect">3. What Data We Collect</h2>
|
||||
<ul>
|
||||
<li>Contact details: name, email address, phone number (via contact form)</li>
|
||||
<li>Usage data: IP address, browser info, device type, visited pages, time spent</li>
|
||||
<li>Cookies and similar technologies (see <a href="/legal/cookies">Cookie Policy</a>)</li>
|
||||
<li>Any other information you voluntarily provide</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="purposes-and-legal-basis">4. Purposes and Legal Basis</h2>
|
||||
<ul>
|
||||
<li>To respond to contact requests (legitimate interest, GDPR art. 6(1)(f))</li>
|
||||
<li>To improve our services and website (legitimate interest, GDPR art. 6(1)(f))</li>
|
||||
<li>To perform our services (contract, GDPR art. 6(1)(b))</li>
|
||||
<li>To comply with legal obligations (GDPR art. 6(1)(c))</li>
|
||||
<li>To protect our rights and property (legitimate interest)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="retention-periods">5. Retention Periods</h2>
|
||||
<ul>
|
||||
<li>Contact details: up to 2 years after last contact or as required by law</li>
|
||||
<li>Analytics and cookie data: according to the retention periods of Google Analytics and other third parties (see their privacy policies)</li>
|
||||
<li>Other data: as long as necessary for the purposes described above</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="sharing-with-third-parties">6. Sharing with Third Parties</h2>
|
||||
<ul>
|
||||
<li>Our hosting provider (for website hosting and email)</li>
|
||||
<li>Google (for anonymized analytics)</li>
|
||||
<li>Embedded content providers (e.g., YouTube, Calendly)</li>
|
||||
<li>Government authorities if legally required</li>
|
||||
<li>Other processors as necessary for our services (see <a href="#third-party-services">Third-Party Services</a>)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="security">7. Security</h2>
|
||||
<ul>
|
||||
<li>SSL/TLS encryption for all data in transit</li>
|
||||
<li>Access restrictions to personal data (only authorized staff)</li>
|
||||
<li>Data minimization and regular review of stored data</li>
|
||||
<li>Regular software updates and security monitoring</li>
|
||||
<li>Backups and disaster recovery procedures</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="your-rights">8. Your Rights</h2>
|
||||
<ul>
|
||||
<li>Access your personal data</li>
|
||||
<li>Correct or update your data</li>
|
||||
<li>Request erasure (“right to be forgotten”)</li>
|
||||
<li>Restrict or object to processing</li>
|
||||
<li>Data portability (receive your data in a machine-readable format)</li>
|
||||
<li>Withdraw consent at any time (where processing is based on consent)</li>
|
||||
<li>Lodge a complaint with the Dutch Data Protection Authority (Autoriteit Persoonsgegevens)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="how-to-exercise-your-rights">9. How to Exercise Your Rights</h2>
|
||||
<p>
|
||||
You can exercise your rights by contacting us at [your email]. We will respond within one month as required by law.
|
||||
</p>
|
||||
|
||||
<h2 id="third-party-services">10. Third-Party Services</h2>
|
||||
<ul>
|
||||
<li>
|
||||
<strong>Google Analytics</strong> (anonymized IP): <a href="https://policies.google.com/privacy" target="_blank">Privacy Policy</a>
|
||||
</li>
|
||||
<li>
|
||||
<strong>Hosting provider</strong>: [provider name, link to privacy policy]
|
||||
</li>
|
||||
<li>
|
||||
<strong>Embedded content</strong> (YouTube, Calendly): see their respective privacy policies
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="international-data-transfers">11. International Data Transfers</h2>
|
||||
<p>
|
||||
We do not intentionally transfer your data outside the European Economic Area (EEA). If third-party providers process data outside the EEA, we ensure appropriate safeguards are in place (e.g., Standard Contractual Clauses).
|
||||
</p>
|
||||
|
||||
<h2 id="children">12. Children's Privacy</h2>
|
||||
<p>
|
||||
Our services are not directed at children under 16. We do not knowingly collect data from children.
|
||||
</p>
|
||||
|
||||
<h2 id="changes">13. Changes and Version History</h2>
|
||||
<p>
|
||||
We reserve the right to change this privacy policy. The latest version is always available on this page. Previous versions can be requested via [your email].
|
||||
</p>
|
||||
|
||||
<h2 id="contact">14. Contact</h2>
|
||||
<p>
|
||||
For questions or requests regarding your data, contact us at [your email] or by mail at [your address].
|
||||
</p>
|
99
src/routes/legal/terms.svelte
Normal file
99
src/routes/legal/terms.svelte
Normal file
@@ -0,0 +1,99 @@
|
||||
<script>
|
||||
export let title = 'Terms and Conditions';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>Last updated: 16-05-2025</p>
|
||||
|
||||
<h2>Table of Contents</h2>
|
||||
<ol>
|
||||
<li><a href="#definitions">Definitions</a></li>
|
||||
<li><a href="#scope">Scope</a></li>
|
||||
<li><a href="#services">Services</a></li>
|
||||
<li><a href="#client-responsibilities">Client Responsibilities</a></li>
|
||||
<li><a href="#intellectual-property">Intellectual Property</a></li>
|
||||
<li><a href="#liability">Liability</a></li>
|
||||
<li><a href="#warranties">Warranties and Exclusions</a></li>
|
||||
<li><a href="#payment">Payment</a></li>
|
||||
<li><a href="#cancellation">Cancellation and Termination</a></li>
|
||||
<li><a href="#force-majeure">Force Majeure</a></li>
|
||||
<li><a href="#subcontracting">Subcontracting</a></li>
|
||||
<li><a href="#governing-law">Governing Law and Disputes</a></li>
|
||||
<li><a href="#contact">Contact</a></li>
|
||||
</ol>
|
||||
|
||||
<h2 id="definitions">1. Definitions</h2>
|
||||
<ul>
|
||||
<li><strong>Tiber365</strong>: the service provider, located at [address].</li>
|
||||
<li><strong>Client</strong>: any natural or legal person using the services of Tiber365.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="scope">2. Scope</h2>
|
||||
<p>
|
||||
These terms apply to all agreements and services provided by Tiber365, unless otherwise agreed in writing.
|
||||
</p>
|
||||
|
||||
<h2 id="services">3. Services</h2>
|
||||
<p>
|
||||
Tiber365 provides IT support, Microsoft 365 migrations, and remote helpdesk services to freelancers and small businesses.
|
||||
</p>
|
||||
|
||||
<h2 id="client-responsibilities">4. Client Responsibilities</h2>
|
||||
<ul>
|
||||
<li>The client must provide all necessary information in a timely manner.</li>
|
||||
<li>The client is responsible for the accuracy and completeness of the information provided.</li>
|
||||
<li>The client must ensure secure access to systems if required.</li>
|
||||
<li>The client must comply with all applicable laws and regulations.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="intellectual-property">5. Intellectual Property</h2>
|
||||
<p>
|
||||
All intellectual property rights relating to materials, advice, and software provided by Tiber365 remain with Tiber365 or its licensors, unless otherwise agreed.
|
||||
</p>
|
||||
|
||||
<h2 id="liability">6. Liability</h2>
|
||||
<ul>
|
||||
<li>Tiber365 is not liable for indirect or consequential damages or loss of profit.</li>
|
||||
<li>Liability is limited to the amount invoiced for the relevant assignment.</li>
|
||||
<li>No liability for damages resulting from incorrect or incomplete information provided by the client.</li>
|
||||
<li>Tiber365 is not liable for damages resulting from third-party services or software.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="warranties">7. Warranties and Exclusions</h2>
|
||||
<ul>
|
||||
<li>Tiber365 strives to provide good service but does not guarantee uninterrupted or error-free operation.</li>
|
||||
<li>Advice is non-binding and without guarantee of results.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="payment">8. Payment</h2>
|
||||
<ul>
|
||||
<li>Payment is by invoice, due within 14 days of the invoice date, unless otherwise agreed.</li>
|
||||
<li>In case of late payment, statutory interest and collection costs are due.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="cancellation">9. Cancellation and Termination</h2>
|
||||
<ul>
|
||||
<li>The client may cancel the agreement in writing with 14 days' notice.</li>
|
||||
<li>Tiber365 may terminate the agreement in case of default, force majeure, or if continuation is unreasonable.</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="force-majeure">10. Force Majeure</h2>
|
||||
<p>
|
||||
Tiber365 is not liable for failure to perform due to circumstances beyond its reasonable control (force majeure), including but not limited to natural disasters, war, cyberattacks, or government action.
|
||||
</p>
|
||||
|
||||
<h2 id="subcontracting">11. Subcontracting</h2>
|
||||
<p>
|
||||
Tiber365 may engage subcontractors for the performance of its services. Tiber365 remains responsible for the proper execution of the agreement.
|
||||
</p>
|
||||
|
||||
<h2 id="governing-law">12. Governing Law and Disputes</h2>
|
||||
<ul>
|
||||
<li>All agreements are governed by Dutch law.</li>
|
||||
<li>Disputes will be submitted to the competent court in [city, e.g., Amsterdam].</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="contact">13. Contact</h2>
|
||||
<p>
|
||||
For questions about these terms, contact us at <a href="mailto:legal@tiber365.com">legal@tiber365.com</a>.
|
||||
</p>
|
8
src/routes/services/email.svelte
Normal file
8
src/routes/services/email.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'Cloud Email Support';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Get reliable support for your cloud-based email systems. We help with setup, troubleshooting, security, and ongoing management to keep your communications running smoothly and securely.
|
||||
</p>
|
8
src/routes/services/helpdesk.svelte
Normal file
8
src/routes/services/helpdesk.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'Remote IT Helpdesk';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Access fast and friendly IT support from anywhere. Our remote helpdesk team resolves issues, answers questions, and keeps your business running efficiently with Microsoft 365.
|
||||
</p>
|
8
src/routes/services/security.svelte
Normal file
8
src/routes/services/security.svelte
Normal file
@@ -0,0 +1,8 @@
|
||||
<script>
|
||||
export let title = 'Security & Compliance';
|
||||
</script>
|
||||
|
||||
<h1>{title}</h1>
|
||||
<p>
|
||||
Protect your business with robust security and compliance solutions tailored for Microsoft 365. We help you meet GDPR and EU data protection requirements, manage access, and monitor threats.
|
||||
</p>
|
Reference in New Issue
Block a user