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.
 
 
 
 
 

135 lines
9.0 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<!-- This XML defines a new page named "About" for the coffee shop theme -->
<record id="coffee_about_us" model="website.page">
<field name="name">About</field>
<field name="type">qweb</field>
<field name="key">theme_coffee_shop.coffee_about_us</field>
<field name="url">/about</field>
<field name="is_published">True</field>
<field name="arch" type="xml">
<t name="About" t-name="theme_coffee_shop.coffee_about_us">
<t t-call="website.layout">
<div id="wrap" class="oe_structure oe_empty">
<section id="banner" class="banner-imgAbout">
<div class="container wrapper">
<div class="banner-content">
<div class="banner-text">
<p class="banner-head">More than</p>
<p class="banner-head">Just Coffee</p>
</div>
</div>
</div>
</section>
<section class="s_company_team pt48 pb48">
<div class="container">
<div class="row s_nb_column_fixed">
<div class="col-lg-6 pt24 pb24">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-4 pb16 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_1"
class="img-fluid rounded-circle mx-auto o_editable_media"
contenteditable="true"/>
</div>
<div class="col-lg-8">
<h4>Tony Fred, CEO</h4>
<p>
Founder and chief visionary, Tony is the driving force behind the
company. He loves
to keep his hands full by participating in the development of the
software,
marketing, and customer experience strategies.
</p>
</div>
</div>
</div>
<div class="col-lg-6 pt24 pb24">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-4 pb16 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_2"
class="img-fluid rounded-circle mx-auto o_editable_media"
contenteditable="true"/>
</div>
<div class="col-lg-8">
<h4>Mich Stark, COO</h4>
<p>Mich loves taking on challenges. With his multi-year experience as
Commercial Director in the software industry, Mich has helped the
company to get where it is today. Mich is among the best minds.
</p>
</div>
</div>
</div>
<div class="col-lg-6 pt24 pb24">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-4 pb16 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_3"
class="img-fluid rounded-circle mx-auto o_editable_media"
contenteditable="true"/>
</div>
<div class="col-lg-8">
<h4>Aline Turner, CTO</h4>
<p>Aline is one of the iconic people in life who can say they love what
they do. She mentors 100+ in-house developers and looks after the
community of thousands of developers.
</p>
</div>
</div>
</div>
<div class="col-lg-6 pt24 pb24">
<div class="row s_col_no_resize s_col_no_bgcolor">
<div class="col-lg-4 pb16 o_not_editable" contenteditable="false">
<img alt="" src="/web/image/website.s_company_team_image_4"
class="img-fluid rounded-circle mx-auto o_editable_media"
contenteditable="true"/>
</div>
<div class="col-lg-8">
<h4>Iris Joe, CFO</h4>
<p>Iris, with her international experience, helps us easily understand
the numbers and improves them. She is determined to drive success
and delivers her professional acumen to bring the company to the
next level.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="s_references pt48 pb32">
<div class="container">
<h2 style="text-align: center;">Our References</h2>
<p style="text-align: center;">We are in good company.</p>
<div class="row">
<div class="col-lg-2 pt16 pb16">
<img src="/web/image/website.s_reference_demo_image_1"
class="img img-fluid mx-auto" alt=""/>
</div>
<div class="col-lg-2 pt16 pb16">
<img src="/web/image/website.s_reference_demo_image_2"
class="img img-fluid mx-auto" alt=""/>
</div>
<div class="col-lg-2 pt16 pb16">
<img src="/web/image/website.s_reference_demo_image_3"
class="img img-fluid mx-auto" alt=""/>
</div>
<div class="col-lg-2 pt16 pb16">
<img src="/web/image/website.s_reference_demo_image_4"
class="img img-fluid mx-auto" alt=""/>
</div>
<div class="col-lg-2 pt16 pb16">
<img src="/web/image/website.s_reference_demo_image_5"
class="img img-fluid mx-auto" alt=""/>
</div>
<div class="col-lg-2 pt16 pb16">
<img src="/web/image/website.s_reference_default_image_6"
class="img img-fluid mx-auto" alt=""/>
</div>
</div>
</div>
</section>
</div>
</t>
</t>
</field>
</record>
</odoo>