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.
72 lines
3.7 KiB
72 lines
3.7 KiB
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<odoo>
|
|
<!-- add new snippet for about-->
|
|
<template id="about" inherit_id="website.snippets" name=" About">
|
|
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
|
|
position="inside">
|
|
<t t-snippet="theme_zen_dark.index_about"
|
|
t-thumbnail="/theme_zen_dark/static/src/img/snippets/about-1.png"/>
|
|
</xpath>
|
|
</template>
|
|
<template id="index_about" name="Index About snippet">
|
|
<!-- About us section starts here -->
|
|
<section class="main_body">
|
|
<section class="about " id="section02">
|
|
<div class="container">
|
|
<h1>
|
|
We are creative<br/>We are zen
|
|
</h1>
|
|
<div class="wrapper">
|
|
<div class="row">
|
|
<div class="col-lg-6 col-md-6 col-12">
|
|
<div class="about_text slide-left ">
|
|
The European languages are members of the
|
|
same family. Their separate existence is a
|
|
myth.
|
|
For science, music, sport, etc, Europe uses
|
|
the same vocabulary. The languages only
|
|
differ in
|
|
their grammar, their pronunciation and their
|
|
most common words. Everyone realizes why a
|
|
new
|
|
common language would be desirable: one
|
|
could refuse to pay expensive translators.
|
|
To achieve this,
|
|
it would be necessary to have uniform
|
|
grammar, pronunciation and more common
|
|
words.
|
|
If several languages
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6 col-md-6 col-12 pt-sm-4 pt-lg-2 pt-md-2 pt-4">
|
|
<div class="about_text slide-left ">
|
|
simple and regular than the existing
|
|
European languages.
|
|
It will be as simple as Occidental; in fact,
|
|
it will be Occidental.
|
|
To an English person, it will seem like
|
|
simplified English,
|
|
as a skeptical Cambridge friend of mine told
|
|
me what Occidental is.
|
|
The European languages are members of the
|
|
same family. Their separate
|
|
existence is a myth. For science, music,
|
|
sport, etc, Europe uses the
|
|
same vocabulary. The languages only differ
|
|
in their grammar,
|
|
their pronunciation and their most common
|
|
words.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<p class="bt">
|
|
Godard slow-carb chartreuse occupy, tumblr
|
|
letterpress
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</section>
|
|
<!-- About us section ends here -->
|
|
</template>
|
|
</odoo>
|