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.
 
 
 
 
 

130 lines
5.1 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="Recent" inherit_id="website.snippets" name=" Recent">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]" position="inside">
<t t-snippet="theme_zen_dark.zen_recent"
t-thumbnail="/theme_zen_dark/static/src/img/snippets/recent-1.png"/>
</xpath>
</template>
<template id="zen_recent" name="Index Recent Snippet">
<section class="recent">
<div class="container-fluid ">
<div class="heading">
<h1>
Recent works
</h1>
<p>
We offer digitel solutions
</p>
</div>
<div class="wrapper">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="recent_content">
<p class="top">
COMMERCIAL
</p>
<h3>
Bushwick selfies <br/>
pork belly lyft<br/>
brooklyn messeng
</h3>
<p class="text">
Narwhal pop-up intelligentsia tbh pinterest, microdosing tilde 8-bit. Austin fam chia cold-pressed raw
denim. Glossier
drinking vinegar portland lo-fi, polaroid bespoke lomo. Banjo art party XOXO, fashion axe sustainable
retro ethical gentrify.
</p>
<a href="#" class="btn btn-recent">READ MORE <i class="arrow right"></i></a>
</div>
</div>
<div class=" col-lg-3 col-md-6 col-sm-12 col-12 pl-0">
<div class="recent_img ">
<!-- <div class="fill ">
</div> -->
<img src="/theme_zen_dark/static/src/img/recent/1.jpg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="recent_content">
<p class="top">
Web Design
</p>
<h3>
Bacon ipsum dolor<br/> amet brisket <br/>
Bushwick selfies
</h3>
<p class="text">
Hong Kong Phooey, number one super guy. Hong Kong Phooey, quicker
than the human eye. He’s got style, a groovy style, and a car that
just won’t stop. When the going gets tough, he’s really rough, with a Hong Kong Phooey chop (Hi-Ya!).
Hong Kong Phooey,
</p>
<a href="#" class="btn btn-recent">READ MORE <i class="arrow right"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 pr-0">
<div class="recent_img ">
<img src="/theme_zen_dark/static/src/img/recent/2.jpg" alt=""/>
</div>
</div>
</div>
</div>
<div class="wrapper pt-5">
<div class="row">
<div class="col-lg-3 col-md-6 col-sm-12 pl-0">
<div class="recent_img ">
<img src="/theme_zen_dark/static/src/img/recent/3.jpg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="recent_content">
<p class="top">
COMMERCIAL
</p>
<h3>
Bushwick selfies <br/>
pork belly lyft<br/>
brooklyn messeng
</h3>
<p class="text">
Narwhal pop-up intelligentsia tbh pinterest, microdosing tilde 8-bit. Austin fam chia cold-pressed raw
denim. Glossier
drinking vinegar portland lo-fi, polaroid bespoke lomo. Banjo art party XOXO, fashion axe sustainable
retro ethical gentrify.
</p>
<a href="#" class="btn btn-recent">READ MORE <i class="arrow right"></i></a>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 pr-0">
<div class="recent_img">
<img src="/theme_zen_dark/static/src/img/recent/4.jpg" alt=""/>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12">
<div class="recent_content">
<p class="top">
Web Design
</p>
<h3>
Bacon ipsum dolor<br/> amet brisket <br/>
Bushwick selfies
</h3>
<p class="text">
Hong Kong Phooey, number one super guy. Hong Kong Phooey, quicker
than the human eye. He’s got style, a groovy style, and a car that
just won’t stop. When the going gets tough, he’s really rough, with a Hong Kong Phooey chop (Hi-Ya!).
Hong Kong Phooey,
</p>
<a href="#" class="btn btn-recent">READ MORE <i class="arrow right"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>