snippets.xml 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <!-- M22 Bento Grid Snippet -->
  4. <template id="s_m22_bento_grid" name="Bento Grid M22">
  5. <section class="s_m22_bento_grid pt96 pb96 o_colored_level" data-snippet="s_m22_bento_grid" data-name="Bento Grid">
  6. <div class="container">
  7. <div class="row mb-5">
  8. <div class="col-12 text-center">
  9. <h2 class="display-4 font-weight-bold">Our Capabilities</h2>
  10. <p class="lead text-muted">Engineered for the future.</p>
  11. </div>
  12. </div>
  13. <div class="bento-grid-container">
  14. <!-- Card 1: Large (2 cols, 2 rows) -->
  15. <div class="bento-card bento-span-2 bento-row-2">
  16. <h3 class="mb-3 text-gradient">Digital Transformation</h3>
  17. <p>Complete overhaul of your digital infrastructure using cutting-edge tech stacks.</p>
  18. <div class="mt-auto">
  19. <a href="#" class="btn btn-m22-primary">Explore</a>
  20. </div>
  21. </div>
  22. <!-- Card 2: Standard -->
  23. <div class="bento-card">
  24. <i class="fa fa-cloud fa-3x mb-3 text-white"></i>
  25. <h4>Cloud Solutions</h4>
  26. <p class="small">Scalable &amp; Secure.</p>
  27. </div>
  28. <!-- Card 3: Standard -->
  29. <div class="bento-card">
  30. <i class="fa fa-code fa-3x mb-3 text-white"></i>
  31. <h4>Custom Dev</h4>
  32. <p class="small">Tailored software.</p>
  33. </div>
  34. <!-- Card 4: Wide (2 cols) -->
  35. <div class="bento-card bento-span-2">
  36. <div class="d-flex align-items-center justify-content-between">
  37. <div>
  38. <h4>Consulting Services</h4>
  39. <p class="mb-0">Strategic advice for growth.</p>
  40. </div>
  41. <i class="fa fa-arrow-right fa-2x text-gradient"></i>
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. </section>
  47. </template>
  48. <!-- Register Snippet in Drag & Drop Bar -->
  49. <template id="snippets" inherit_id="website.snippets" name="M22 Tech Snippets">
  50. <xpath expr="//snippets[@id='snippet_structure']" position="inside">
  51. <t t-snippet="theme_m22tc.s_m22_bento_grid" t-thumbnail="/theme_m22tc/static/description/icon.png"/>
  52. </xpath>
  53. </template>
  54. </odoo>