215 lines
8.9 KiB
HTML
215 lines
8.9 KiB
HTML
<!doctype html>
|
|
<html lang="en-US">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta
|
|
name="description"
|
|
content="Legal information for ODOO4projects LLC — company details, contact, image credits, and trademark notices."
|
|
/>
|
|
<title>
|
|
Legal | ODOO4projects - Odoo Hosting, AI Consulting & N8N Automation
|
|
</title>
|
|
<link rel="canonical" href="https://ODOO4projects.com/legal" />
|
|
<meta
|
|
property="og:title"
|
|
content="Legal | ODOO4projects - Odoo Hosting, AI Consulting & N8N Automation"
|
|
/>
|
|
<meta
|
|
property="og:description"
|
|
content="Legal information for ODOO4projects LLC — company details, contact, image credits, and trademark notices."
|
|
/>
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://ODOO4projects.com/legal" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<link rel="icon" href="images/favicon.ico" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link
|
|
rel="preload"
|
|
as="style"
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@500;600;700;800&display=swap"
|
|
/>
|
|
<link
|
|
rel="preload"
|
|
as="style"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Inter+Tight:wght@500;600;700;800&display=swap"
|
|
media="print"
|
|
onload="this.media='all'"
|
|
/>
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"
|
|
media="print"
|
|
onload="this.media='all'"
|
|
/>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<style>
|
|
.legal-hero {
|
|
background: linear-gradient(135deg, #0a0a14 0%, #12121c 50%, #1a0a20 100%);
|
|
padding: 5rem 0 3rem;
|
|
text-align: center;
|
|
border-bottom: 1px solid #1a1a2e;
|
|
}
|
|
.legal-hero h1 {
|
|
font-size: clamp(2rem, 4vw, 3rem);
|
|
color: #e8e8f0;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.legal-content {
|
|
padding: 4rem 0;
|
|
background: #08080c;
|
|
}
|
|
.legal-content .container {
|
|
max-width: 720px;
|
|
}
|
|
.legal-card {
|
|
background: #12121c;
|
|
border: 1px solid #1a1a2e;
|
|
border-radius: 0.8rem;
|
|
padding: 2rem;
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
.legal-card:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.legal-card h2 {
|
|
color: #00f5ff;
|
|
font-size: 1.1rem;
|
|
font-weight: 600;
|
|
margin-bottom: 1rem;
|
|
padding-bottom: 0.5rem;
|
|
border-bottom: 1px solid #1a1a2e;
|
|
}
|
|
.legal-card p {
|
|
color: rgba(232, 232, 240, 0.75);
|
|
font-size: 0.88rem;
|
|
line-height: 1.7;
|
|
margin-bottom: 0.5rem;
|
|
}
|
|
.legal-card p:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.legal-card strong {
|
|
color: #e8e8f0;
|
|
}
|
|
.legal-card a {
|
|
color: #00f5ff;
|
|
text-decoration: none;
|
|
}
|
|
.legal-card a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.legal-card .address {
|
|
color: rgba(232, 232, 240, 0.6);
|
|
font-size: 0.85rem;
|
|
line-height: 1.6;
|
|
}
|
|
.legal-card .contact-email {
|
|
color: #00f5ff;
|
|
font-weight: 500;
|
|
}
|
|
.image-credits {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 0.35rem;
|
|
}
|
|
.image-credits .credit-row {
|
|
color: rgba(232, 232, 240, 0.6);
|
|
font-size: 0.82rem;
|
|
}
|
|
.image-credits .credit-row a {
|
|
color: #00f5ff;
|
|
}
|
|
.trademark-notice {
|
|
background: rgba(0, 245, 255, 0.05);
|
|
border: 1px solid rgba(0, 245, 255, 0.15);
|
|
border-radius: 0.5rem;
|
|
padding: 1rem 1.25rem;
|
|
margin-top: 0.5rem;
|
|
}
|
|
.trademark-notice p {
|
|
color: rgba(232, 232, 240, 0.65);
|
|
font-size: 0.82rem;
|
|
margin: 0;
|
|
}
|
|
@media (max-width: 768px) {
|
|
.legal-hero {
|
|
padding: 3rem 0 2rem;
|
|
}
|
|
.legal-card {
|
|
padding: 1.25rem;
|
|
}
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<div style="padding: 1.5rem 0; border-bottom: 1px solid #1a1a2e; margin-bottom: 0;">
|
|
<a href="index.html" style="color: #00f5ff; font-size: 0.85rem; text-decoration: none;">← Back to Home</a>
|
|
</div>
|
|
</div>
|
|
|
|
<section class="legal-hero">
|
|
<div class="container">
|
|
<h1>Legal</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="legal-content">
|
|
<div class="container">
|
|
<div class="legal-card">
|
|
<h2>Company Information</h2>
|
|
<p><strong>ODOO4projects LLC</strong></p>
|
|
<p class="address">
|
|
30 N Gould St, STE R, Sheridan<br />
|
|
WY 82801, USA
|
|
</p>
|
|
<p style="margin-top: 1rem;">
|
|
Contact via Mail: <span class="contact-email">support@ODOO4projects.com</span>
|
|
</p>
|
|
</div>
|
|
|
|
<div class="legal-card">
|
|
<h2>Image Credits</h2>
|
|
<div class="image-credits">
|
|
<span class="credit-row">
|
|
<a href="https://pixabay.com/de/users/rafael_neddermeyer-5342045/" target="_blank" rel="noopener">Rafael_Neddermeyer</a> auf <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
<span class="credit-row">
|
|
<a href="https://pixabay.com/de/users/nuno_lopes-27925/" target="_blank" rel="noopener">Nuno Lopes</a> auf <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
<span class="credit-row">
|
|
<a href="https://pixabay.com/de/users/liushuquan-600749/" target="_blank" rel="noopener">liushuquan</a> auf <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
<span class="credit-row">
|
|
von <a href="https://pixabay.com/de/users/iulian_ursache-17029687/" target="_blank" rel="noopener">Iulian Ursache</a> auf <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
<span class="credit-row">
|
|
<a href="https://pixabay.com/de/users/pattyjansen-154933/" target="_blank" rel="noopener">Patty Jansen</a> auf <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
<span class="credit-row">
|
|
<a href="https://pixabay.com/de/users/ananddhumal-5250062/" target="_blank" rel="noopener">Anand Dhumal</a> auf <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
<span class="credit-row">
|
|
<a href="https://pixabay.com/users/giulivec-7339391/" target="_blank" rel="noopener">Giuliana Vecchi</a> from <a href="https://pixabay.com/" target="_blank" rel="noopener">Pixabay</a>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="legal-card">
|
|
<h2>Trademark Notice</h2>
|
|
<div class="trademark-notice">
|
|
<p>
|
|
Odoo<sup>®</sup> is a trademark of Odoo S.A. This site is totally independent of Odoo S.A.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</body>
|
|
</html> |