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.
 
 
 
 
 

241 lines
14 KiB

<?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<template id="rozzz_portfolio_details" inherit_id="website.snippets"
name="Portfolio">
<xpath expr="//div[@id='snippet_structure']/div[hasclass('o_panel_body')]"
position="inside">
<t t-snippet="cts_theme_rozz.s_rozz_portfolio_details"
t-thumbnail="/cts_theme_rozz/static/src/images/snippets/Rozz-portfolio-details-block.jpg"/>
</xpath>
</template>
<template id="s_rozz_portfolio_details" name="Portfolio details">
<section>
<div class="page-title-area Portfolio">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="title-item">
<h2>Portfolio Details</h2>
<ul>
<li>
<a href="/?">Home</a>
</li>
<li>
<i class='bx bx-chevrons-right'></i>
</li>
<li>
<span>Portfolio Details</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section>
<div class="project-details-area ptb-100">
<div class="container">
<div class="row">
<div class="col-lg-9">
<div class="details-item">
<div class="details-img">
<img src="/cts_theme_rozz/static/src/images/portfolio/4755.jpg"
alt="Details"/>
<h3>Get Description Of Your Portfolio</h3>
<p>It is a long established fact that a
reader will be distracted by the
readable content of a page when looking
at its layout. The point of using Lorem
Ipsum is that it has a more-or-less
normal distribution of letters, as
opposed to using 'Content here, content
here', making it look like readable
English. Many desktop publishing
packages and web page editors now use
Lorem Ipsum as their default model text,
and a search for 'lorem ipsum' will
uncover many web sites still in their
infancy. Various versions have evolved
over the years, sometimes by accident,
sometimes on purpose
</p>
<div class="row align-items-center">
<div class="col-lg-6">
<img src="/cts_theme_rozz/static/src/images/portfolio/14233.jpg"
alt="Details"/>
</div>
<div class="col-lg-6">
<div class="details-img-right">
<ul>
<li>
<i class='bx bx-check-double'></i>
We have over 10 years
experience
</li>
<li>
<i class='bx bx-check-double'></i>
We always give best
services to clients
</li>
<li>
<i class='bx bx-check-double'></i>
We are always responsive
to do work
</li>
<li>
<i class='bx bx-check-double'></i>
We have professional
workers
</li>
<li>
<i class='bx bx-check-double'></i>
We provide life time
support
</li>
</ul>
</div>
</div>
</div>
<h3>Get More Advise About Services</h3>
<p class="one-p">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.
</p>
<p>Lorem ipsum dolor sit amet consectetur
adipisicing elit. Repudiandae recusandae
quae, quidem ab qui tempore voluptates
quo sint tempora aperiam aliquam eaque
nemo, nam ad maiores, atque quis ex
perferendis!
</p>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="widget-area">
<div class="information widget-item">
<h3>Portfolio Information</h3>
<ul>
<li>
<span>Date:</span>
20 June, 2020
</li>
<li>
<span>Duration:</span>
7 Days
</li>
<li>
<span>Amount:</span>
$2,000
</li>
<li>
<span>Client:</span>
Tom Henry
</li>
<li>
<span>Location:</span>
6th Floor, Barbosa, Sidney
</li>
</ul>
</div>
<div class="related widget-item">
<h3>Related Post</h3>
<div class="related-inner">
<ul class="align-items-center">
<li>
<img src="/cts_theme_rozz/static/src/images/portfolio/here for-you.jpg"
alt="Details"/>
</li>
<li>
<a href="#">Car spa</a>
<span>20 July</span>
</li>
</ul>
</div>
<div class="related-inner">
<ul class="align-items-center">
<li>
<img src="/cts_theme_rozz/static/src/images/portfolio/here for-you.jpg"
alt="Details"/>
</li>
<li>
<a href="#">Full service</a>
<span>21 July</span>
</li>
</ul>
</div>
<div class="related-inner">
<ul class="align-items-center">
<li>
<img src="/cts_theme_rozz/static/src/images/portfolio/here for-you.jpg"
alt="Details"/>
</li>
<li>
<a href="#">Car detailing</a>
<span>22 July</span>
</li>
</ul>
</div>
</div>
<div class="newsletter widget-item">
<h3>Newsletter</h3>
<form>
<input type="email" class="form-control"
placeholder="Enter your email"/>
<button type="submit"
class="cmn-btn">Subscribe
</button>
</form>
</div>
<div class="tags widget-item">
<h3>Tags</h3>
<ul>
<li>
<a href="#">Mechanic</a>
</li>
<li>
<a href="#">Service center</a>
</li>
<li>
<a href="#">Garage</a>
</li>
<li>
<a href="#">Spare parts</a>
</li>
<li>
<a href="#">Interior</a>
</li>
<li>
<a href="#">Painting</a>
</li>
<li>
<a href="#">Oil</a>
</li>
</ul>
</div>
<div class="call widget-item">
<h3>Call Now</h3>
<a href="tel:+0123456789">+0123-456-789</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
</template>
</odoo>