This commit is contained in:
Roman Pyrih
2025-05-06 10:51:07 +02:00
parent 1a47893680
commit 2b0b882e8f
4 changed files with 189 additions and 128 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -229,6 +229,7 @@ p {
background-repeat: no-repeat;
background-size: cover;
padding: 86px 0 90px;
margin-bottom: 100px;
@include respond-below(sm) {
padding: 50px 0 90px;
@@ -236,12 +237,85 @@ p {
._row {
&-1 {
margin-bottom: 50px;
margin-bottom: 80px;
._col {
&-1 {
display: flex;
flex-direction: row;
column-gap: 70px;
align-items: flex-end;
@include respond-below(md) {
flex-direction: column;
align-items: center;
gap: 15px;
}
._col-img {
img {
width: 100%;
max-width: 200px;
}
}
._col-data {
padding-left: 40px;
padding-top: 20px;
padding-bottom: 15px;
border-left: 2px solid #181c1d;
@include respond-below(md) {
text-align: center;
}
p {
color: $cTxtBlack;
font-family: $font3;
font-size: 20px;
font-weight: 500;
letter-spacing: 2px;
line-height: 1;
text-transform: uppercase;
margin-bottom: 15px;
@include respond-below(md) {
font-size: 18px;
}
}
h3 {
color: $cTxtBlack;
font-size: 32px;
font-family: $font3;
font-weight: 400;
letter-spacing: 2px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
display: inline-block;
strong {
font-weight: 700;
}
@include respond-below(md) {
font-size: 24px;
line-height: 1.3;
}
@include respond-below(sm) {
font-size: 18px;
}
}
}
}
}
}
&-2 {
margin-bottom: 80px;
._col {
&-1 {
width: 100%;
max-width: 850px;
max-width: 763px;
p {
color: $cTxtBlack;
@@ -263,91 +337,9 @@ p {
}
}
}
&-2 {
}
}
}
&-2 {
._col {
&-1 {
display: flex;
flex-direction: row;
column-gap: 70px;
align-items: flex-end;
@include respond-above(md) {
margin-left: 70px;
}
@include respond-below(md) {
flex-direction: column;
align-items: center;
gap: 15px;
}
._col-img {
}
._col-data {
@include respond-below(md) {
text-align: center;
}
p {
color: $cTxtBlack;
font-family: $font3;
font-size: 20px;
font-weight: 600;
letter-spacing: 2px;
line-height: 1;
text-transform: uppercase;
margin-bottom: 10px;
@include respond-above(md) {
margin-left: 44px;
}
@include respond-below(md) {
font-size: 18px;
}
}
h3 {
color: $cWhite;
font-size: 32px;
font-family: $font3;
font-weight: 700;
letter-spacing: 2px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
display: inline-block;
padding: 16px 44px 9px;
border-radius: 50px;
background: rgba(#2e2d2c, 0.8);
@include respond-below(md) {
font-size: 24px;
line-height: 1.3;
}
@include respond-below(sm) {
font-size: 18px;
}
}
}
}
}
}
}
}
.box-3 {
margin-top: -50px;
margin-bottom: 130px;
@include respond-below(sm) {
margin-bottom: 100px;
}
._row {
&-1 {
&-3 {
._col {
&-1 {
ol {
@@ -1414,44 +1406,103 @@ p {
&-1 {
._col {
&-1 {
h2 {
color: #1d1d1e;
font-family: $font3;
font-weight: 300;
font-size: 34px;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
margin-bottom: 35px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: -180px;
position: relative;
@include respond-below(xs) {
font-size: 28px;
.blur-text {
text-align: center;
padding: 64px 115px;
border-radius: 100px;
box-shadow: 0px 0px 7px 5px rgba(0, 0, 0, 0.25);
max-width: fit-content;
backdrop-filter: blur(15px);
h3 {
color: $cTxtBlack;
font-size: 43px;
font-family: $font3;
font-weight: 400;
letter-spacing: 5px;
line-height: 1;
margin-bottom: 5px;
text-transform: uppercase;
}
h4 {
position: relative;
display: inline-block;
padding: 0 50px;
color: $cTxtBlack;
font-size: 27px;
font-family: $font3;
font-weight: 400;
letter-spacing: 4px;
line-height: 1;
margin-bottom: 0;
text-transform: uppercase;
&::before,
&::after {
content: '';
position: absolute;
top: 50%;
width: 34px;
height: 1px;
background: $cBlack;
transform: translateY(-50%);
}
&::before {
left: 0;
}
&::after {
right: 0;
}
}
}
}
}
}
&-2 {
display: flex;
flex-direction: row;
column-gap: 140px;
align-items: flex-end;
p {
color: #1d1d1e;
._col {
&-1 {
}
&-2 {
margin-bottom: 50px;
h3 {
color: $cTxtBlack;
font-size: 34px;
font-family: $font3;
font-weight: 300;
font-size: 20px;
letter-spacing: 2px;
text-align: center;
line-height: 1.4;
margin-bottom: 40px;
text-transform: uppercase;
margin-bottom: 35px;
@include respond-below(xs) {
font-size: 18px;
}
}
p {
color: $cTxtBlack;
font-size: 16px;
font-family: $font3;
font-weight: 300;
line-height: 1.4;
}
ul {
list-style: none;
padding: 0;
margin: 0;
margin: 40px 0 0 0;
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 14px;
flex-wrap: wrap;
@@ -1474,7 +1525,6 @@ p {
font-size: 14px;
letter-spacing: 1px;
padding: 20px 36px 16px;
border-radius: 5px;
line-height: 1;
text-transform: uppercase;

View File

@@ -33,29 +33,23 @@
<div class="box-2">
<div class="container">
<div class="_row _row-1">
<div class="_col _col-1">
<p>Jesteśmy producentem <strong>wysokiej jakości okien i drzwi</strong>, które łączą precyzję wykonania, nowoczesne technologie oraz estetykę. Kompleksowo wspieramy naszych Klientów <strong>od projektu po profesjonalny montaż</strong>, zapewniając indywidualne podejście zgodne z aktualnymi trendami i normami budowlanymi.</p>
<p>Stale współpracujemy z <strong>renomowanymi europejskimi dostawcami</strong>, dbając o ciągły rozwój i najwyższą jakość naszych produktów. Naszym celem jest tworzenie rozwiązań, które inspirują oraz zapewniają <strong>komfort i piękno w domach na całym świecie</strong>.</p>
</div>
</div>
<div class="_row _row-2">
<div class="_col _col-1">
<div class="_col-img">
<img src="/upload/filemanager/icon/VIDOK-logo_OK.png" alt="">
</div>
<div class="_col-data">
<p>MIEJSCE gdzie</p>
<h3>nowoczesność spotyka się z tradycją</h3>
<p>MIEJSCE GDZIE</p>
<h3><strong>nowoczesność</strong> spotyka się z <strong>tradycją</strong></h3>
</div>
</div>
</div>
</div>
</div>
<div class="container">
<div class="box-3">
<div class="_row _row-1">
<div class="_row _row-2">
<div class="_col _col-1">
<p>Jesteśmy producentem <strong>wysokiej jakości okien i drzwi</strong>, które łączą precyzję wykonania, nowoczesne technologie oraz estetykę. Kompleksowo wspieramy naszych Klientów <strong>od projektu po profesjonalny montaż</strong>, zapewniając indywidualne podejście zgodne z aktualnymi trendami i normami budowlanymi.</p>
<p>Stale współpracujemy z <strong>renomowanymi europejskimi dostawcami</strong>, dbając o ciągły rozwój i najwyższą jakość naszych produktów. Naszym celem jest tworzenie rozwiązań, które inspirują oraz zapewniają <strong>komfort i piękno w domach na całym świecie</strong>.</p>
</div>
</div>
<div class="_row _row-3">
<div class="_col _col-1">
<ol>
<li>
@@ -82,7 +76,9 @@
</div>
</div>
</div>
</div>
<div class="container">
<div class="box-4">
<?php include 'templates_user/components/historia-firmy.php'; ?>
</div>
@@ -618,12 +614,27 @@
<div class="box-15">
<div class="_row _row-1">
<div class="_col _col-1">
<h2>Jesteś zainteresowany naszymi produktami?</h2>
<p>Skorzystaj z darmowej wyceny na podstawie projektu lub znajdź salon.</p>
<div class="blur-text">
<h3>Fachowe</h3>
<h4>Doradztwo</h4>
</div>
</div>
</div>
<div class="_row _row-2">
<div class="_col _col-1">
<div class="_col-wrapper">
<img src="/upload/filemanager/global/Rectangle-50.jpg" alt="">
</div>
</div>
<div class="_col _col-2">
<h3>Potrzebujesz porady? Dobierzemy i przygotujemy kompleksową wycenę</h3>
<p>Nasi specjaliści mają wieloletnie doświadczenie związane ze stolarką okienną</p>
<p>Przygotujemy bezpłatną wycenę, dostosowaną pod konkretną inwestycję</p>
<ul>
<li>
<a href="#">
<a href="/kontakt">
Gdzie kupić
<img src="/upload/filemanager/icon/Arrow-1-yellow.svg" alt="">
</a>