Add custom SVG logo: interlocking O/E mark + wordmark. Update nav and footer.
This commit is contained in:
+5
-4
@@ -10,6 +10,7 @@
|
||||
<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">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="Odoo Expertos — Proyectos, expertos y conocimiento Odoo">
|
||||
<meta property="og:description" content="Conectamos proyectos Odoo con expertos hispanohablantes.">
|
||||
@@ -91,8 +92,8 @@
|
||||
<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;">
|
||||
<div style="width:32px;height:32px;background:linear-gradient(135deg,#4338ca,#3b82f6);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:13px;color:#fff;">OE</div>
|
||||
<span style="font-weight:600;font-size:1rem;color:#0f172a;">Odoo Expertos</span>
|
||||
<img src="/favicon.svg" 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>
|
||||
@@ -256,8 +257,8 @@
|
||||
<div class="grid md:grid-cols-4 gap-12 mb-12">
|
||||
<div>
|
||||
<div style="display:flex;align-items:center;gap:10px;margin-bottom:16px;">
|
||||
<div style="width:28px;height:28px;background:linear-gradient(135deg,#4338ca,#3b82f6);border-radius:6px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px;color:#fff;">OE</div>
|
||||
<span style="font-weight:600;color:#fff;">Odoo Expertos</span>
|
||||
<img src="/favicon.svg" alt="Odoo Expertos" width="24" height="24" style="display:block;">
|
||||
<span style="font-weight:700;font-size:1rem;color:#fff;letter-spacing:-0.3px;">Odoo <span style="font-weight:300;color:#64748b;">Expertos</span></span>
|
||||
</div>
|
||||
<p style="color:#64748b;font-size:0.875rem;line-height:1.7;max-width:280px;">Conectamos proyectos Odoo con expertos hispanohablantes. Conocimiento y talento verificado.</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user