- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
5.2 KiB

5 years ago
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template name="Team Profiles" id="s_team_profiles">
  4. <section class="s_team_profiles pt32 pb32">
  5. <div class="container">
  6. <div class="row d-flex align-items-stretch s_col_no_bgcolor">
  7. <div class="col-lg-4 pt16 pb16">
  8. <div class="card bg-white text-center">
  9. <div class="card-body">
  10. <img class="img img-fluid rounded-circle m-3 mx-auto" src="/web/image/theme_common.image_content_18" style="width: 50%;" alt=""/>
  11. <h2 class="card-title">John DOE</h2>
  12. <h6 class="text-primary">- ART DIRECTOR -</h6>
  13. <p class="card-text">Use this paragraph to write a short, sweet and successful resume about this member of your team.</p>
  14. </div>
  15. <div class="card-footer">
  16. <a href="http://www.odoo.com/web/about/facebook" class="btn btn-link" target="_blank">
  17. <i class="fa fa-facebook fa-1x"/>
  18. </a>
  19. <a href="http://www.odoo.com/web/about/instagram" class="btn btn-link" target="_blank">
  20. <i class="fa fa-instagram fa-1x"/>
  21. </a>
  22. <a href="http://www.odoo.com/web/about/twitter" class="btn btn-link" target="_blank">
  23. <i class="fa fa-twitter fa-1x"/>
  24. </a>
  25. <a href="http://www.odoo.com/web/about/linkedin" class="btn btn-link" target="_blank">
  26. <i class="fa fa-linkedin fa-1x"/>
  27. </a>
  28. </div>
  29. </div>
  30. </div>
  31. <div class="col-lg-4 pt16 pb16">
  32. <div class="card bg-white text-center">
  33. <div class="card-body">
  34. <img class="img img-fluid rounded-circle m-3" src="/web/image/theme_common.image_content_09" style="width: 50%;" alt=""/>
  35. <h2 class="card-title">John DOE</h2>
  36. <h6 class="text-primary">- PARTNER -</h6>
  37. <p class="card-text">Use this paragraph to write a short, sweet and successful resume about this member of your team.</p>
  38. </div>
  39. <div class="card-footer">
  40. <a href="/aboutus" class="btn btn-primary" target="_blank">
  41. Read more
  42. </a>
  43. </div>
  44. </div>
  45. </div>
  46. <div class="col-lg-4 pt16 pb16">
  47. <div class="card bg-white text-center">
  48. <div class="card-body">
  49. <img class="img img-fluid rounded-circle m-3" src="/web/image/theme_common.image_content_11" style="width: 50%;" alt=""/>
  50. <h2 class="card-title">John DOE</h2>
  51. <h6 class="text-primary">- TRAINEE -</h6>
  52. <p class="card-text">Use this paragraph to write a short, sweet and successful resume about this member of your team.</p>
  53. </div>
  54. <div class="card-footer">
  55. <a href="http://www.odoo.com/web/about/facebook" class="btn btn-link" target="_blank">
  56. <i class="fa fa-facebook fa-1x"/>
  57. </a>
  58. <a href="http://www.odoo.com/web/about/instagram" class="btn btn-link" target="_blank">
  59. <i class="fa fa-instagram fa-1x"/>
  60. </a>
  61. <a href="http://www.odoo.com/web/about/twitter" class="btn btn-link" target="_blank">
  62. <i class="fa fa-twitter fa-1x"/>
  63. </a>
  64. <a href="http://www.odoo.com/web/about/linkedin" class="btn btn-link" target="_blank">
  65. <i class="fa fa-linkedin fa-1x"/>
  66. </a>
  67. </div>
  68. </div>
  69. </div>
  70. </div>
  71. </div>
  72. </section>
  73. </template>
  74. <template id="s_team_profiles_options" inherit_id="website.snippet_options">
  75. <xpath expr="." position="inside">
  76. <div data-js="colorpicker"
  77. data-selector=".s_team_profiles [class*='col-lg-']"
  78. data-target=".card"
  79. data-palette-title="Box Color">
  80. <we-collapse-area>
  81. <we-toggler><i class="fa fa-fw fa-eyedropper"/> Color</we-toggler>
  82. <we-collapse/>
  83. </we-collapse-area>
  84. </div>
  85. </xpath>
  86. </template>
  87. </odoo>