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.
150 lines
9.2 KiB
150 lines
9.2 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
<odoo>
|
|
<!-- About Us Page -->
|
|
<record id="about_us_shopping_page" model="website.page">
|
|
<field name="name">About Us</field>
|
|
<field name="type">qweb</field>
|
|
<field name="url">/about</field>
|
|
<field name="website_indexed" eval="False"/>
|
|
<field name="is_published">True</field>
|
|
<field name="key">theme_shopping.about_us_shopping</field>
|
|
<field name="arch" type="xml">
|
|
<t name="About Us" t-name="theme_shopping.about_us_shopping">
|
|
<t t-call="website.layout">
|
|
<div id="wrap" class="oe_structure oe_empty">
|
|
<main>
|
|
<section class="st-hero_section-banner">
|
|
<div class="container st-hero_section-content">
|
|
<h3 class="st-hero_section-banner--head">
|
|
About Us
|
|
</h3>
|
|
</div>
|
|
</section>
|
|
<section class="container" style="width: 90%;">
|
|
<div class="row st-aboutus_main st-wrapper ">
|
|
<div class="col-md-6">
|
|
<div class="st-abouts_img--container">
|
|
<img src="theme_shopping/static/src/images/about-main.png"
|
|
alt="" class="st-auto-image"/>
|
|
</div>
|
|
</div>
|
|
<div class="col-md-6 my-2">
|
|
<span class="st-sm_highlight">Start From
|
|
Since 1990
|
|
</span>
|
|
<h3 class="st-abt__main--heading">Who We
|
|
Are
|
|
</h3>
|
|
<p class="st-abt__text">Lorem Ipsum is
|
|
simply dummy text of the printing
|
|
and typesetting industry.
|
|
Lorem Ipsum has been
|
|
the industry's standard dummy text
|
|
ever since the 1500s, when an
|
|
unknown printer took a galley
|
|
of type and scrambled it to make a
|
|
type specimen book. It has survived
|
|
not only five centuries,
|
|
but also the leap into electronic
|
|
typesetting, remaining essentially
|
|
unchanged. It was
|
|
popularised in the 1960s with the
|
|
release of Letraset sheets
|
|
containing Lorem Ipsum passages,
|
|
and more recently with desktop
|
|
publishing software like Aldus
|
|
PageMaker including versions of
|
|
Lorem Ipsum. when an unknown printer
|
|
took a galley of type and scrambled
|
|
it to make a type
|
|
specimen book. It has survived not
|
|
only five centuries, but also the
|
|
leap into electronic
|
|
typesetting, remaining essentially
|
|
unchanged.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="st-aboutus__service">
|
|
<h3 class="st-aboutus__heading">Our
|
|
Service
|
|
</h3>
|
|
<div class="st-aboutus__service--container">
|
|
<div class="st-abouts_service-items">
|
|
<div class="st-aboutus_imgContainer">
|
|
<img src="theme_shopping/static/src/images/support.png"
|
|
alt=""
|
|
class="st-auto-image"/>
|
|
</div>
|
|
<div class="d-flex flex-column justify-content-end">
|
|
<span class="st-aboutus_service-head">
|
|
Free Consulting
|
|
</span>
|
|
<p class="st-aboutus_service-subtext">
|
|
24 hour coustmer service
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="st-abouts_service-items">
|
|
<div class="st-aboutus_imgContainer">
|
|
<img src="theme_shopping/static/src/images/guaranty.png"
|
|
alt=""
|
|
class="st-auto-image"/>
|
|
</div>
|
|
<div class="d-flex flex-column justify-content-end">
|
|
<span class="st-aboutus_service-head">
|
|
Overall Guaranty
|
|
</span>
|
|
<p class="st-aboutus_service-subtext">
|
|
90% Assured 1 year guaranty
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="st-abouts_service-items">
|
|
<div class="st-aboutus_imgContainer">
|
|
<img src="theme_shopping/static/src/images/offer.png"
|
|
alt=""
|
|
class="st-auto-image"/>
|
|
</div>
|
|
<div class="d-flex flex-column justify-content-end">
|
|
<span class="st-aboutus_service-head">
|
|
Special Offer
|
|
</span>
|
|
<p class="st-aboutus_service-subtext">
|
|
Special Offer on your
|
|
special Occasions
|
|
</p>
|
|
</div>
|
|
</div>
|
|
<div class="st-abouts_service-items">
|
|
<div class="st-aboutus_imgContainer">
|
|
<img src="theme_shopping/static/src/images/delivery.png"
|
|
class="st-auto-image"
|
|
alt=""/>
|
|
</div>
|
|
<div class="d-flex flex-column justify-content-end">
|
|
<span class="st-aboutus_service-head">
|
|
Fast Delivery
|
|
</span>
|
|
<p class="st-aboutus_service-subtext">
|
|
Easy Delivery and Returns
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</div>
|
|
</t>
|
|
</t>
|
|
</field>
|
|
</record>
|
|
<!-- About Us Menu -->
|
|
<record id="about_us_shopping_menu" model="website.menu">
|
|
<field name="name">About Us</field>
|
|
<field name="url">/about</field>
|
|
<field name="parent_id" ref="website.main_menu"/>
|
|
<field name="sequence">61</field>
|
|
</record>
|
|
</odoo>
|
|
|