Browse Source

Jan 22 [UPDT] : Updated 'cts_theme_rozz'

pull/313/head
AjmalCybro 2 years ago
parent
commit
8f94498d8f
  1. 2
      cts_theme_rozz/__init__.py
  2. 2
      cts_theme_rozz/__manifest__.py
  3. 2
      cts_theme_rozz/doc/RELEASE_NOTES.md
  4. 110
      cts_theme_rozz/static/src/css/style.css
  5. 8
      cts_theme_rozz/views/snippets/about_us.xml
  6. 3
      cts_theme_rozz/views/snippets/portfolio_details.xml
  7. 9
      cts_theme_rozz/views/snippets/portfolio_page.xml
  8. 9
      cts_theme_rozz/views/snippets/rozz_aboutus.xml
  9. 7
      cts_theme_rozz/views/snippets/rozz_banner.xml

2
cts_theme_rozz/__init__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions,(odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
cts_theme_rozz/__manifest__.py

@ -3,7 +3,7 @@
#
# Cybrosys Technologies Pvt. Ltd.
#
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Copyright (C) 2023-TODAY Cybrosys Technologies(<https://www.cybrosys.com>)
# Author: Cybrosys Techno Solutions,(odoo@cybrosys.com)
#
# You can modify it under the terms of the GNU LESSER

2
cts_theme_rozz/doc/RELEASE_NOTES.md

@ -1,6 +1,6 @@
## Module <cts_theme_rozz>
#### 05.01.2024
#### 27.12.2023
#### Version 17.0.1.0.0
##### ADD
- Initial commit for Theme Rozz

110
cts_theme_rozz/static/src/css/style.css

@ -469,12 +469,27 @@ nav.nav {
}
}
.banner{
background-image: url(../images/banner.jpg);
position: relative;
height: 100vh;
background-repeat: no-repeat;
display: flex;
align-items: center;
background: black;
}
.hero-banner{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
opacity: 0.4;
top: 0;
left: 0;
z-index: 0;
}
.banner .o_colored_level{
position: absolute;
top: 50%;
transform: translateY(-50%);
z-index: 1
}
.banner h1{
font-size: 72px;
margin-bottom: 10px;
@ -493,6 +508,15 @@ a.btn-quote {
padding: 14px 40px;
color: #000000;
}
.btn-hero{
display: inline-block;
font-weight: 300;
color: #fff;
background-color: #fdb139;
border-radius: 5px;
padding: 12px 25px;
}
}
/*-- Counter CSS --*/
.counter-area {
position: relative;
@ -650,10 +674,10 @@ a.btn-quote {
text-align: left;
}
.about-area .about-img {
background-image: url("../images/about.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
opacity:0.4;
width: 100%;
height: 100%;
position: relative;
@ -925,15 +949,25 @@ section.footer {
/*-- End Footer CSS --*/
/*----- About CSS -----*/
.page-title-area {
background-image: url(../images/page-title-bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
position: relative;
height: 500px;
display: flex;
justify-content: center;
align-items: center;
display:flex;
align-items:center;
justify-content:center;
}
.page-title-area .page-title-area-hero{
position: absolute;
top: 50%;
left: 50%;
width: 100%;
height: 100%;
transform: translate(-50%, -50%);
z-index: 1;
opacity:0.4;
}
.page-title-area .d-table{
position: relative;
z-index: 2;
}
.page-title-area:before {
position: absolute;
@ -989,14 +1023,20 @@ section.footer {
max-width: 100%;
}
.watch-area .watch-item {
height: 500px;
position: relative;
background-image: url("../images/watch-bg.jpg");
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
background: black;
}
.hero-about-us{
width: 100%;
height: 100%;
object-fit: cover;
position: absolute;
opacity: 0.4;
top: 0;
left: 0;
z-index: 0;
}
.watch-area .watch-item:before {
/*.watch-area .watch-item:before {
position: absolute;
content: '';
width: 100%;
@ -1005,7 +1045,7 @@ section.footer {
left: 0;
background-color: #fdb139;
opacity: .70;
}
}*/
.watch-area .watch-item .d-table-cell {
vertical-align: bottom;
}
@ -1016,7 +1056,8 @@ section.footer {
color: #fff;
}
.watch-area .watch-item .watch-content {
position: relative;
position: absolute;
bottom:0px;
padding-left: 40px;
padding-bottom: 32px;
max-width: 325px;
@ -1193,15 +1234,24 @@ section.footer {
/*-- End Subscribe CSS --*/
/*-- Projects CSS --*/
.Portfolio {
background-image: url(../images/portfolio-bg.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
position: relative;
position-relative
height: 500px;
display: flex;
justify-content: center;
align-items: center;
background: #000;
}
.portfolio-hero{
width: 100%;
height: 100%;
object-fit: cover;
opacity: 0.5;
position: absolute;
left: 0;
top: 0;
z-index: 1
}
.Portfolio .d-table {
position: relative;
z-index: 2;
}
.project-area {
position: relative;

8
cts_theme_rozz/views/snippets/about_us.xml

@ -13,6 +13,7 @@
<!-- Template for the About page, including page title, choose area, and video section -->
<section>
<div class="page-title-area">
<img src="/cts_theme_rozz/static/src/images/page-title-bg.jpg" class="page-title-area-hero"/>
<div class="d-table">
<div class="d-table-cell">
<div class="container">
@ -91,13 +92,12 @@
<h2>Watch The Full Video To Know More About Us</h2>
</div>
<div class="watch-item">
<div class="d-flex watch-display">
<img src="/cts_theme_rozz/static/src/images/watch-bg.jpg" style="width:100%; opacity:0.5;"/>
<div class="d-flex">
<div class="d-table-cell">
<div class="video-wrap">
<a href="https://www.youtube.com/watch?v=FqTdilLFn5E"
class="popup-youtube">
<i class='bx bx-play'/>
</a>
class="popup-youtube"/>
</div>
<div class="watch-content">
<h3>We Love The Work</h3>

3
cts_theme_rozz/views/snippets/portfolio_details.xml

@ -15,6 +15,7 @@
showcasing portfolio projects. -->
<section>
<div class="page-title-area Portfolio">
<img src="/cts_theme_rozz/static/src/images/portfolio-bg.jpg" class="portfolio-hero"/>
<div class="d-table">
<div class="d-table-cell">
<div class="container">
@ -180,7 +181,7 @@
<ul class="align-items-center">
<li>
<img src="/cts_theme_rozz/static/src/images/portfolio/here for-you.jpg"
alt="Details"/>
alt="Details" />
</li>
<li>
<a href="#">Car detailing</a>

9
cts_theme_rozz/views/snippets/portfolio_page.xml

@ -15,6 +15,7 @@
and organized presentation of the portfolio items. -->
<section>
<div class="page-title-area Portfolio">
<img src="/cts_theme_rozz/static/src/images/portfolio-bg.jpg" class="portfolio-hero"/>
<div class="d-table">
<div class="d-table-cell">
<div class="container">
@ -22,13 +23,7 @@
<h2>Portfolio</h2>
<ul>
<li>
<a href="/?">Home</a>
</li>
<li>
<i class='bx bx-chevrons-right'/>
</li>
<li>
<span>Portfolio</span>
<a href="/">Home</a>
</li>
</ul>
</div>

9
cts_theme_rozz/views/snippets/rozz_aboutus.xml

@ -31,14 +31,9 @@
</div>
</div>
<div class="col-lg-6">
<div class="about-img">
<div>
<img src="/cts_theme_rozz/static/src/images/about.jpg"
alt="About" style="width:100%;"/>
<div class="video-wrap">
<a href="" class="popup-youtube">
<i class='bx bx-play'/>
</a>
</div>
alt="About" style="width:100%;" class="about-img"/>
</div>
</div>
</div>

7
cts_theme_rozz/views/snippets/rozz_banner.xml

@ -18,12 +18,17 @@
<section>
<div class="container-fluid banner">
<div class="container">
<img
src="/cts_theme_rozz/static/src/images/banner.jpg" class="hero-banner"/>
<div class="row">
<div class="col-7 col-sm-9 col-md-9">
<h1>
Best <span>Car Service</span> Agency In the Town
</h1>
<a href="" class="btn-quote">Get a Quote</a>
<div class="btn-hero">
<a href="/blog" >Get a Quote</a>
</div>
</div>
<div class="col-5">
</div>

Loading…
Cancel
Save