Ebook-8 add new box
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -660,6 +660,70 @@ header {
|
||||
}
|
||||
}
|
||||
|
||||
.box-05 {
|
||||
background-color: #ffcb21;
|
||||
background-image: url('/upload/filemanager/new-2024/box-bottom-bg.jpg');
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
.container {
|
||||
> .row {
|
||||
min-height: 378px;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: $cBlackText;
|
||||
font-size: 40px;
|
||||
font-weight: 800;
|
||||
font-family: $font-5;
|
||||
margin: 0 0 30px 0;
|
||||
|
||||
max-width: 700px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
font-size: 26px;
|
||||
}
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: $cBlackText;
|
||||
font-size: 24px;
|
||||
font-weight: 800;
|
||||
font-family: $font-5;
|
||||
margin: 0 0 18px 0;
|
||||
|
||||
max-width: 700px;
|
||||
|
||||
@include respond-below(sm) {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
@include respond-below(xs) {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 12px;
|
||||
padding: 22px 28px;
|
||||
border-radius: 12px;
|
||||
background: $cGreen;
|
||||
|
||||
color: $cWhite;
|
||||
font-size: 14px;
|
||||
font-weight: 700;
|
||||
font-family: $font-5;
|
||||
}
|
||||
}
|
||||
.footer {
|
||||
background: $cVioletDarkBg;
|
||||
background-image: url('/upload/filemanager/images/footer-bg.png');
|
||||
|
||||
@@ -51,14 +51,14 @@
|
||||
<div class="right">
|
||||
|
||||
<div class="right-data">
|
||||
<h2>Pobierz raport <span>za darmo!</span></h2>
|
||||
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/embed/v2.js"></script>
|
||||
<h2>Pobierz <span>ebook bezpłatnie</span></h2>
|
||||
<script charset="utf-8" type="text/javascript" src="//js-eu1.hsforms.net/forms/embed/v2.js"></script>
|
||||
<script>
|
||||
hbspt.forms.create({
|
||||
hbspt.forms.create({
|
||||
portalId: "7094950",
|
||||
formId: "019b55ca-a83e-41e5-9bcb-4d4675f6a434",
|
||||
region: "na1"
|
||||
});
|
||||
formId: "7546d25c-4119-491d-aa02-aa3386b6bcb3",
|
||||
region: "eu1"
|
||||
});
|
||||
</script>
|
||||
<img src="/layout/checklista/star.svg" class="star-1" alt="">
|
||||
<img src="/layout/checklista/d-star.svg" class="star-2" alt="">
|
||||
@@ -126,6 +126,20 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="box-05">
|
||||
<div class="box-05--wrapper">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<h3>Porozmawiaj z nami, aby dowiedzieć się jak</h3>
|
||||
|
||||
<h2>Zaufane.pl poprawi Twoje wskaźniki marketingowe i sprzedażowe.</h2>
|
||||
<a href="/kontakt"><img alt="" data-src="/upload/filemanager/new-2024/assets/fi-sr-calendar.svg" class=" lozad" src="/upload/filemanager/new-2024/assets/fi-sr-calendar.svg" data-loaded="true"> Umów spotkanie</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="footer">
|
||||
<div class="container">
|
||||
<?= \front\view\Scontainers::scontainer( 9 ); ?>
|
||||
|
||||
Reference in New Issue
Block a user