From dc75fa665518d32b39110d6d9e501b27d58c7b05 Mon Sep 17 00:00:00 2001 From: Reef Date: Thu, 25 Jun 2026 09:13:08 +0000 Subject: [PATCH] Update social links, first tab with Our Mission + numbered points + highlighted terms, fix btn box-sizing --- index.html | 40 +++++++++++++++++++++++++++------------- style.css | 1 + 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index a3c6c87..4857958 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@ "contactType": "customer support", "url": "https://ODOO4projects.com/contactus" }, - "sameAs": ["https://www.linkedin.com/company/odooprojects"] + "sameAs": ["https://www.linkedin.com/company/odoo4projects/"] } @@ -420,20 +420,34 @@

- Hosting Odoo yourself means wrestling with backups, SSL renewals, - server updates, and security patches. We handle all of that so you - can focus on building your business — not managing infrastructure. + Our Mission

- Every plan includes: automatic daily backups, free - SSL on every domain, Git-based module deployment, and full management - through your Odoo Settings panel. No SSH, no terminal, no DevOps team. + Most Odoo hosting solutions stop at infrastructure. We bridge the gap with + hassle-free, enterprise-grade ODOO hosting that's fully + managed, secure, and built for growing businesses.

+
    +
  1. + Automatic daily backups — stored in redundant slots + with FIFO rotation, so your data is always safe. +
  2. +
  3. + Free SSL on every domain — automatically provisioned + and renewed. No manual certificate management. +
  4. +
  5. + Git-based module deployment — push custom modules + via Git or use one-click Quick Git. No FTP, no hassle. +
  6. +
  7. + Full management through your ODOO Settings Panel + — no SSH, no terminal, no DevOps team required. +
  8. +

- We use what we sell. Our own sales process runs on - N8N. ODOO handles invoicing and payments. This entire website is - powered by the same stack we host for you. You're not buying a black - box — you're buying the system we bet our own business on. + We use modern automation, AI agents, and streamlined operations to deliver + fast support, reliable service, and a seamless customer experience.

@@ -684,9 +698,9 @@
Follow us on
diff --git a/style.css b/style.css index 5893083..7590d79 100644 --- a/style.css +++ b/style.css @@ -444,6 +444,7 @@ img { .pcard .btn { margin-bottom: 0.75rem; width: 100%; + box-sizing: border-box; } .pcard ul { list-style: none;