Update social links, first tab with Our Mission + numbered points + highlighted terms, fix btn box-sizing

This commit is contained in:
2026-06-25 09:13:08 +00:00
parent e1180c9268
commit dc75fa6655
2 changed files with 28 additions and 13 deletions
+27 -13
View File
@@ -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/"]
}
</script>
<link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -420,20 +420,34 @@
<div class="tabs-content">
<div class="tab-pane active" id="tab1">
<p>
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 &mdash; not managing infrastructure.
<strong>Our Mission</strong>
</p>
<p>
<strong>Every plan includes:</strong> 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, <strong>enterprise-grade ODOO</strong> hosting that's fully
managed, secure, and built for growing businesses.
</p>
<ol style="padding-left: 1.25rem; color: rgba(33,37,41,0.7); font-size: 0.9rem; line-height: 1.7;">
<li style="margin-bottom: 0.5rem;">
<strong>Automatic daily backups</strong> &mdash; stored in redundant slots
with FIFO rotation, so your data is always safe.
</li>
<li style="margin-bottom: 0.5rem;">
<strong>Free SSL on every domain</strong> &mdash; automatically provisioned
and renewed. No manual certificate management.
</li>
<li style="margin-bottom: 0.5rem;">
<strong>Git-based module deployment</strong> &mdash; push custom modules
via Git or use one-click Quick Git. No FTP, no hassle.
</li>
<li style="margin-bottom: 0.5rem;">
<strong>Full management through your <strong>ODOO Settings Panel</strong></strong>
&mdash; no SSH, no terminal, no DevOps team required.
</li>
</ol>
<p>
<strong>We use what we sell.</strong> 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 &mdash; 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 <strong>seamless customer experience</strong>.
</p>
</div>
<div class="tab-pane" id="tab2">
@@ -684,9 +698,9 @@
<div>
<h5>Follow us on</h5>
<div class="social">
<a href="/website/social/linkedin" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a href="https://www.linkedin.com/company/odoo4projects/" target="_blank" aria-label="LinkedIn"><i class="fab fa-linkedin-in"></i></a>
<a href="/" target="_blank" aria-label="Home"><i class="fas fa-home"></i></a>
<a href="/website/social/youtube" target="_blank" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
<a href="https://www.youtube.com/@ODOO4projects" target="_blank" aria-label="YouTube"><i class="fab fa-youtube"></i></a>
</div>
</div>
</div>
+1
View File
@@ -444,6 +444,7 @@ img {
.pcard .btn {
margin-bottom: 0.75rem;
width: 100%;
box-sizing: border-box;
}
.pcard ul {
list-style: none;