177 lines
13 KiB
HTML
177 lines
13 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Sobre Nosotros — Odoo Expertos</title>
|
|
<meta name="description" content="Conoce Odoo Expertos. Consultores especializados en Odoo Community ERP. Contacto directo para proyectos y colaboraciones.">
|
|
<meta name="robots" content="index, follow">
|
|
<link rel="canonical" href="https://odoo-expertos.com/about.html">
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
|
|
<link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.19/dist/tailwind.min.css" rel="stylesheet">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:title" content="Sobre Nosotros — Odoo Expertos">
|
|
<meta property="og:description" content="Consultores especializados en Odoo Community ERP.">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg?v=2">
|
|
<style>
|
|
* { margin: 0; padding: 0; box-sizing: border-box; }
|
|
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #f8fafc; color: #0f172a; -webkit-font-smoothing: antialiased; }
|
|
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
|
|
.container--narrow { max-width: 740px; }
|
|
.glass-nav { background: rgba(248,250,252,0.85); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,0.05); }
|
|
.btn-primary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: linear-gradient(135deg, #4338ca, #3b82f6); color: #fff; border-radius: 12px; font-weight: 600; font-size: 0.9375rem; border: none; cursor: pointer; transition: all 0.3s; text-decoration: none; }
|
|
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(67,56,202,0.25); }
|
|
.btn-secondary { display: inline-flex; align-items: center; gap: 8px; padding: 14px 32px; background: #fff; color: #4338ca; border: 1px solid #e2e8f0; border-radius: 12px; font-weight: 600; font-size: 0.9375rem; cursor: pointer; transition: all 0.3s; text-decoration: none; }
|
|
.btn-secondary:hover { border-color: #c7d2fe; box-shadow: 0 4px 16px rgba(67,56,202,0.08); }
|
|
.form-field { width: 100%; padding: 12px 16px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; font-family: 'Inter', sans-serif; font-size: 0.9375rem; color: #0f172a; transition: all 0.2s; }
|
|
.form-field:focus { outline: none; border-color: #4338ca; box-shadow: 0 0 0 3px rgba(67,56,202,0.1); background: #fff; }
|
|
label { display: block; font-size: 0.8125rem; font-weight: 600; color: #334155; margin-bottom: 6px; }
|
|
.toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(100px); background: #0f172a; color: #fff; padding: 14px 28px; border-radius: 12px; font-size: 0.9375rem; font-weight: 500; z-index: 200; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1); box-shadow: 0 12px 40px rgba(0,0,0,0.2); }
|
|
.toast.show { transform: translateX(-50%) translateY(0); }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="glass-nav fixed top-0 left-0 right-0 z-50" style="height:64px;">
|
|
<div class="container h-full flex items-center justify-between">
|
|
<a href="/" class="flex items-center gap-2.5" style="text-decoration:none;">
|
|
<img src="/favicon.svg?v=2" alt="Odoo Expertos" width="28" height="28" style="display:block;">
|
|
<span style="font-weight:700;font-size:1rem;color:#0f172a;letter-spacing:-0.3px;">Odoo <span style="font-weight:300;color:#64748b;">Expertos</span></span>
|
|
</a>
|
|
<div class="hidden md:flex items-center gap-8">
|
|
<a href="/#blog" style="color:#475569;font-size:0.875rem;font-weight:500;text-decoration:none;transition:color 0.2s;" onmouseover="this.style.color='#4338ca'" onmouseout="this.style.color='#475569'">Blog</a>
|
|
<a href="/#expertos" style="color:#475569;font-size:0.875rem;font-weight:500;text-decoration:none;transition:color 0.2s;" onmouseover="this.style.color='#4338ca'" onmouseout="this.style.color='#475569'">Expertos</a>
|
|
<a href="/about.html" style="color:#4338ca;font-size:0.875rem;font-weight:500;text-decoration:none;">Sobre Nosotros</a>
|
|
</div>
|
|
<button id="mobileToggle" class="md:hidden" style="background:none;border:none;cursor:pointer;padding:8px;" onclick="document.getElementById('mobileMenu').classList.toggle('hidden')">
|
|
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#0f172a" stroke-width="2" stroke-linecap="round"><path d="M3 12h18M3 6h18M3 18h18"/></svg>
|
|
</button>
|
|
</div>
|
|
<div id="mobileMenu" class="hidden md:hidden" style="background:#fff;border-top:1px solid #e2e8f0;padding:16px;">
|
|
<div style="display:flex;flex-direction:column;gap:16px;">
|
|
<a href="/#blog" style="color:#475569;font-size:0.9375rem;font-weight:500;text-decoration:none;">Blog</a>
|
|
<a href="/#expertos" style="color:#475569;font-size:0.9375rem;font-weight:500;text-decoration:none;">Expertos</a>
|
|
<a href="/about.html" style="color:#4338ca;font-size:0.9375rem;font-weight:500;text-decoration:none;">Sobre Nosotros</a>
|
|
</div>
|
|
</div>
|
|
</nav>
|
|
|
|
<div style="padding-top:120px;padding-bottom:80px;">
|
|
<div class="container container--narrow">
|
|
|
|
<h1 style="font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.1;letter-spacing:-0.03em;color:#0f172a;margin-bottom:16px;">Sobre Odoo Expertos</h1>
|
|
<p style="font-size:1.0625rem;color:#64748b;line-height:1.7;margin-bottom:48px;max-width:550px;">Conocimiento práctico de Odoo, creado por consultores. Sin marketing, sin cursos, solo experiencia real compartida.</p>
|
|
|
|
<div style="display:grid;gap:32px;max-width:600px;">
|
|
<div>
|
|
<h2 style="font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:12px;">Nuestra filosofía</h2>
|
|
<p style="color:#475569;font-size:0.9375rem;line-height:1.8;">Creemos en el poder del software open source. Odoo Community es una de las plataformas ERP más potentes disponibles, y nuestra misión es ayudar a la comunidad hispanohablante a aprovecharla al máximo. No somos marketing. Somos consultores que han implementado Odoo en entornos reales.</p>
|
|
</div>
|
|
|
|
<div>
|
|
<h2 style="font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:12px;">Nuestro enfoque</h2>
|
|
<ul style="color:#475569;font-size:0.9375rem;line-height:1.8;padding-left:20px;list-style:disc;">
|
|
<li style="margin-bottom:8px;"><strong>Investigación práctica:</strong> Probamos cada configuración antes de publicar.</li>
|
|
<li style="margin-bottom:8px;"><strong>Contexto real:</strong> Ejemplos basados en implementaciones reales, no en casos teóricos.</li>
|
|
<li style="margin-bottom:8px;"><strong>Actualización continua:</strong> Mantenemos el contenido al día con cada versión de Odoo.</li>
|
|
<li style="margin-bottom:8px;"><strong>Transparencia:</strong> Cuando recomendamos productos o servicios, lo hacemos con honestidad.</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div style="border-top:1px solid #e2e8f0;padding-top:32px;margin-top:16px;">
|
|
<h2 style="font-size:1.25rem;font-weight:700;color:#0f172a;margin-bottom:20px;">Contáctanos</h2>
|
|
<form id="contactForm" style="display:grid;gap:16px;">
|
|
<div>
|
|
<label for="name">Nombre</label>
|
|
<input type="text" id="name" name="name" class="form-field" required placeholder="Tu nombre">
|
|
</div>
|
|
<div>
|
|
<label for="email">Correo electrónico</label>
|
|
<input type="email" id="email" name="email" class="form-field" required placeholder="tu@email.com">
|
|
</div>
|
|
<div>
|
|
<label for="message">Mensaje</label>
|
|
<textarea id="message" name="message" class="form-field" rows="5" required placeholder="Cuéntanos en qué podemos ayudarte..."></textarea>
|
|
</div>
|
|
<button type="submit" class="btn-primary" style="justify-content:center;padding:14px 32px;">
|
|
Enviar mensaje
|
|
<svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><path d="M5 12h14M12 5l7 7-7 7"/></svg>
|
|
</button>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<footer style="background:#0f172a;padding:60px 0 32px;">
|
|
<div class="container">
|
|
<div class="flex items-center gap-3 mb-8">
|
|
<img src="/favicon.svg?v=2" alt="Odoo Expertos" width="24" height="24" style="display:block;">
|
|
<span style="font-weight:700;color:#fff;letter-spacing:-0.3px;">Odoo <span style="font-weight:300;color:#64748b;">Expertos</span></span>
|
|
</div>
|
|
<div style="display:flex;flex-wrap:wrap;gap:48px;margin-bottom:32px;">
|
|
<div>
|
|
<h4 style="color:#94a3b8;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:12px;">Secciones</h4>
|
|
<div style="display:flex;flex-direction:column;gap:8px;">
|
|
<a href="/#blog" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">Blog</a>
|
|
<a href="/#expertos" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">Mercado de expertos</a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<h4 style="color:#94a3b8;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:12px;">Partner</h4>
|
|
<div style="display:flex;flex-direction:column;gap:8px;">
|
|
<a href="https://ODOO4projects.com/?utm_campaign=expertos" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" rel="nofollow sponsored" target="_blank" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">ODOO4projects — ODOO Community Hosting</a>
|
|
<a href="https://derez.ai" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" target="_blank" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">Derez AI — Agent Hosting</a>
|
|
<a href="https://oca-py.org" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" target="_blank" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">OCA Paraguay — Comunidad Odoo</a>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<h4 style="color:#94a3b8;font-size:0.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:12px;">Empresa</h4>
|
|
<div style="display:flex;flex-direction:column;gap:8px;">
|
|
<a href="/about.html" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">Sobre nosotros</a>
|
|
<a href="/contact.html" style="color:#64748b;font-size:0.875rem;text-decoration:none;transition:color 0.2s;" onmouseover="this.style.color='#fff'" onmouseout="this.style.color='#64748b'">Contacto</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style="border-top:1px solid #1e293b;padding-top:20px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;">
|
|
<span style="color:#475569;font-size:0.8125rem;">© 2026 Odoo Expertos. Independiente y no afiliado a Odoo S.A.</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<div class="toast" id="toast">Mensaje enviado</div>
|
|
|
|
<script>
|
|
document.getElementById('mobileToggle').addEventListener('click', function() {
|
|
document.getElementById('mobileMenu').classList.toggle('hidden');
|
|
});
|
|
|
|
document.getElementById('contactForm').addEventListener('submit', async function(e) {
|
|
e.preventDefault();
|
|
const btn = this.querySelector('button[type="submit"]');
|
|
btn.innerHTML = 'Enviando...';
|
|
btn.disabled = true;
|
|
const payload = {
|
|
name: document.getElementById('name').value,
|
|
email: document.getElementById('email').value,
|
|
message: document.getElementById('message').value
|
|
};
|
|
try {
|
|
await fetch('https://n8n.odoo4projects.com/webhook/odoo-expertos/contact', {
|
|
method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(payload)
|
|
});
|
|
} catch(e) {}
|
|
document.getElementById('toast').textContent = 'Mensaje enviado. Te responderemos pronto.';
|
|
document.getElementById('toast').classList.add('show');
|
|
setTimeout(() => document.getElementById('toast').classList.remove('show'), 4000);
|
|
this.reset();
|
|
btn.innerHTML = 'Enviar mensaje <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round"><path d="M5 12h14M12 5l7 7-7 7"/></svg>';
|
|
btn.disabled = false;
|
|
});
|
|
</script>
|
|
</body>
|
|
</html> |