diff --git a/src/routes/home/+page.svelte b/src/routes/home/+page.svelte index da1f5e4..df8246f 100644 --- a/src/routes/home/+page.svelte +++ b/src/routes/home/+page.svelte @@ -15,6 +15,8 @@ @@ -83,4 +85,9 @@ .home-footer a:hover { text-decoration: underline; } + + .separator { + color: var(--md-sys-color-outline); + margin: 0 var(--md-sys-spacing-sm); + } diff --git a/src/routes/privacy/+page.svelte b/src/routes/privacy/+page.svelte index 7c9b27c..b2dcf9d 100644 --- a/src/routes/privacy/+page.svelte +++ b/src/routes/privacy/+page.svelte @@ -63,6 +63,8 @@ @@ -145,4 +147,9 @@ .privacy-footer a:hover { text-decoration: underline; } + + .separator { + color: var(--md-sys-color-outline); + margin: 0 var(--md-sys-spacing-sm); + } diff --git a/src/routes/terms/+page.svelte b/src/routes/terms/+page.svelte new file mode 100644 index 0000000..8612476 --- /dev/null +++ b/src/routes/terms/+page.svelte @@ -0,0 +1,157 @@ + + Terms of Service - Rental Manager + + +
+
+ + arrow_back + Back to Home + + +

Terms of Service

+

Last updated: February 2026

+ +
+

Acceptance of Terms

+

+ By accessing and using Rental Manager, you agree to be bound by these terms of service. + This application is intended for authorized operators and staff only. +

+
+ +
+

Use of the Application

+

+ Rental Manager is an internal tool for managing equipment rentals, point-of-sale operations, + and shift tracking. Access is restricted to authorized personnel with valid credentials. +

+
+ +
+

User Responsibilities

+
    +
  • Keep your login credentials secure and do not share them
  • +
  • Use the application only for its intended business purposes
  • +
  • Report any unauthorized access or security concerns to the administrator
  • +
  • Ensure accuracy of rental and sales data entered into the system
  • +
+
+ +
+

Google Services

+

+ This application integrates with Google APIs for report export functionality. + Use of these features is subject to + Google's Terms of Service. +

+
+ +
+

Limitation of Liability

+

+ The application is provided "as is" without warranties of any kind. + We are not liable for any damages arising from the use of this application. +

+
+ +
+

Contact

+

+ For questions about these terms, contact the system administrator. +

+
+
+ + +
+ +