Add theme_3d_systems/views/snippets/s_portfolio_showcase.xml
This commit is contained in:
parent
ce74601613
commit
2d2e798b1b
1 changed files with 47 additions and 0 deletions
47
theme_3d_systems/views/snippets/s_portfolio_showcase.xml
Normal file
47
theme_3d_systems/views/snippets/s_portfolio_showcase.xml
Normal file
|
|
@ -0,0 +1,47 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<!-- Snippet: 3D Depth Portfolio Showcase -->
|
||||||
|
<template id="s_portfolio_showcase" name="3D Portfolio Showcase">
|
||||||
|
<section class="s_portfolio_showcase py-6 bg-darker position-relative">
|
||||||
|
<div class="container">
|
||||||
|
<div class="text-center max-w-700 mx-auto mb-5">
|
||||||
|
<div class="oe_structure">
|
||||||
|
<span class="badge-tech-tag mb-3">Case Studies</span>
|
||||||
|
<h2 class="display-5 fw-bold text-white mb-3">Engineered Deployments</h2>
|
||||||
|
<p class="text-light-muted">Explore high-scale architectures delivered across international industries.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="row g-4">
|
||||||
|
<div class="col-lg-6">
|
||||||
|
<div class="card-3d-glass h-100 p-4">
|
||||||
|
<div class="mb-3 d-flex gap-2">
|
||||||
|
<span class="badge bg-dark border border-secondary text-cyan small">Odoo 19 ERP</span>
|
||||||
|
<span class="badge bg-dark border border-secondary text-light small">Custom Portal</span>
|
||||||
|
</div>
|
||||||
|
<h4 class="text-white mb-2">Global Logistics & Freight Automation</h4>
|
||||||
|
<p class="text-light-muted small mb-4">
|
||||||
|
Unified 14 worldwide distribution centers with real-time Odoo 19 MRP, automated customs tracking, and client self-service portal.
|
||||||
|
</p>
|
||||||
|
<a href="/portfolio" class="btn btn-sm btn-outline-cyber">View Architecture Case</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="col-lg-6">
|
||||||
|
<div class="card-3d-glass h-100 p-4">
|
||||||
|
<div class="mb-3 d-flex gap-2">
|
||||||
|
<span class="badge bg-dark border border-secondary text-purple small">FinTech</span>
|
||||||
|
<span class="badge bg-dark border border-secondary text-light small">High Concurrency</span>
|
||||||
|
</div>
|
||||||
|
<h4 class="text-white mb-2">Multi-Currency Banking Settlement API</h4>
|
||||||
|
<p class="text-light-muted small mb-4">
|
||||||
|
Microservice pipeline processing over $40M daily volume with sub-50ms latency integrated directly with Odoo Accounting.
|
||||||
|
</p>
|
||||||
|
<a href="/portfolio" class="btn btn-sm btn-outline-cyber">View Architecture Case</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
</template>
|
||||||
|
</odoo>
|
||||||
Loading…
Reference in a new issue