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", "contactType": "customer support",
"url": "https://ODOO4projects.com/contactus" "url": "https://ODOO4projects.com/contactus"
}, },
"sameAs": ["https://www.linkedin.com/company/odooprojects"] "sameAs": ["https://www.linkedin.com/company/odoo4projects/"]
} }
</script> </script>
<link rel="preconnect" href="https://fonts.googleapis.com" /> <link rel="preconnect" href="https://fonts.googleapis.com" />
@@ -420,20 +420,34 @@
<div class="tabs-content"> <div class="tabs-content">
<div class="tab-pane active" id="tab1"> <div class="tab-pane active" id="tab1">
<p> <p>
Hosting Odoo yourself means wrestling with backups, SSL renewals, <strong>Our Mission</strong>
server updates, and security patches. We handle all of that so you
can focus on building your business &mdash; not managing infrastructure.
</p> </p>
<p> <p>
<strong>Every plan includes:</strong> automatic daily backups, free Most Odoo hosting solutions stop at infrastructure. We bridge the gap with
SSL on every domain, Git-based module deployment, and full management hassle-free, <strong>enterprise-grade ODOO</strong> hosting that's fully
through your Odoo Settings panel. No SSH, no terminal, no DevOps team. managed, secure, and built for growing businesses.
</p> </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> <p>
<strong>We use what we sell.</strong> Our own sales process runs on We use modern automation, AI agents, and streamlined operations to deliver
N8N. ODOO handles invoicing and payments. This entire website is fast support, reliable service, and a <strong>seamless customer experience</strong>.
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.
</p> </p>
</div> </div>
<div class="tab-pane" id="tab2"> <div class="tab-pane" id="tab2">
@@ -684,9 +698,9 @@
<div> <div>
<h5>Follow us on</h5> <h5>Follow us on</h5>
<div class="social"> <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="/" 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> </div>
</div> </div>
+1
View File
@@ -444,6 +444,7 @@ img {
.pcard .btn { .pcard .btn {
margin-bottom: 0.75rem; margin-bottom: 0.75rem;
width: 100%; width: 100%;
box-sizing: border-box;
} }
.pcard ul { .pcard ul {
list-style: none; list-style: none;