Add theme_3d_systems/views/snippets/s_tech_stack.xml
This commit is contained in:
parent
d93b428548
commit
f0639b3505
1 changed files with 21 additions and 0 deletions
21
theme_3d_systems/views/snippets/s_tech_stack.xml
Normal file
21
theme_3d_systems/views/snippets/s_tech_stack.xml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<!-- Snippet: Enterprise Tech Stack Cloud -->
|
||||
<template id="s_tech_stack" name="Enterprise Tech Stack">
|
||||
<section class="s_tech_stack py-6 position-relative">
|
||||
<div class="container text-center">
|
||||
<span class="badge-tech-tag mb-3">Core Technologies</span>
|
||||
<h2 class="display-5 fw-bold text-white mb-5">Engineered with Battle-Tested Tech</h2>
|
||||
<div class="d-flex flex-wrap justify-content-center gap-3 max-w-900 mx-auto">
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-cube me-1"></i> Odoo 19</span>
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-code me-1"></i> Python 3.12</span>
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-database me-1"></i> PostgreSQL</span>
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-bolt me-1"></i> Three.js WebGL</span>
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-server me-1"></i> Docker & K8s</span>
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-cloud me-1"></i> AWS / Cloud Run</span>
|
||||
<span class="badge-tech-tag fs-6 py-2 px-3"><i class="fa fa-exchange me-1"></i> GraphQL / REST</span>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</template>
|
||||
</odoo>
|
||||
Loading…
Reference in a new issue