Update contact section styles and content

- Removed top padding from sections_2_3 in contact.scss for improved layout.
- Adjusted padding in section_6 for better spacing.
- Added a new contact_alert class in contact.scss for displaying important notifications.
- Updated contact information in ContactMini.php, changing the contact person to Klaudia Mazurkiewicz.
- Removed phone number from ContactMini.php for privacy reasons.
- Created a new contact_alert.php file to inform users about the end of cooperation with Asten Manufacturing Inc.
This commit is contained in:
2025-05-07 23:09:39 +02:00
parent f53af04507
commit a34a2f1562
6 changed files with 67 additions and 24 deletions

View File

@@ -26,7 +26,7 @@
"autoload": {},
"b2b_users.csv": {
"type": "-",
"size": 845,
"size": 1791,
"lmtime": 0,
"modified": true
},
@@ -71,7 +71,7 @@
"index.php": {
"type": "-",
"size": 6561,
"lmtime": 0,
"lmtime": 1743149380835,
"modified": true
},
"layout": {
@@ -162,8 +162,8 @@
},
"style.scss": {
"type": "-",
"size": 43245,
"lmtime": 1741726328398,
"size": 43746,
"lmtime": 1741984616275,
"modified": false
},
"wooden-aluminium-windows.scss": {
@@ -326,14 +326,14 @@
},
"style.css": {
"type": "-",
"size": 40263,
"lmtime": 1741726328628,
"size": 40638,
"lmtime": 1741984616487,
"modified": false
},
"style.css.map": {
"type": "-",
"size": 71069,
"lmtime": 1741726328628,
"size": 71802,
"lmtime": 1741984616487,
"modified": false
},
"wooden-aluminium-windows.css": {
@@ -362,8 +362,25 @@
}
}
},
"libraries": {},
"plugins": {},
"libraries": {
"grid": {
"ajax.php": {
"type": "-",
"size": 3463,
"lmtime": 1741984280782,
"modified": false
}
}
},
"plugins": {
"CookieNoticePro": {},
"special-actions-middle.php": {
"type": "-",
"size": 14622,
"lmtime": 1743149429015,
"modified": false
}
},
"restore.php": {
"type": "-",
"size": 9255,
@@ -383,7 +400,16 @@
"modified": true
},
"temp": {},
"templates": {},
"templates": {
"articles": {
"password-view.php": {
"type": "-",
"size": 1541,
"lmtime": 1741983968295,
"modified": false
}
}
},
"templates_user": {
"components": {
"ContactForm.php": {
@@ -422,6 +448,14 @@
"lmtime": 0,
"modified": false
}
},
"articles": {
"password-view.php": {
"type": "-",
"size": 1685,
"lmtime": 1741983987004,
"modified": false
}
}
},
"upload": {}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -20,7 +20,6 @@
.sections_2_3 {
@include respond-above(md) {
position: relative;
padding-top: 260px;
padding-bottom: 100px;
background-color: #010101;
background-image: url('/upload/filemanager/Pages/Contact/contact-bg.png');
@@ -119,14 +118,14 @@
&.section_2 {
grid-area: s2;
text-align: right;
display: flex;
padding: 0 50px 90px 50px;
// @include respond-above(md) {
// background-color: $cBlack;
// }
justify-content: flex-end;
align-items: center;
gap: 20px;
img {
margin-bottom: 20px;
max-width: 40px;
@include respond-below(md) {
filter: invert(1);
@@ -290,7 +289,7 @@
&.section_6 {
grid-area: s6;
padding: 100px 50px 50px;
padding: 45px 50px 50px;
display: flex;
flex-direction: column;
justify-content: center;
@@ -389,4 +388,13 @@
bottom: 0;
}
}
}
.contact_alert {
margin-top: 25px;
border: 1px solid #FFF246;
background: #505050;
padding: 15px;
color: #FFF;
font-size: 15px;
}

View File

@@ -3,7 +3,7 @@
<div class="row">
<div class="col-lg-5 offset-lg-1 left_col">
<h2>CONTACT B2B</h2>
<p><strong>AGATA RADOMSKA</strong></p>
<p><strong>Klaudia Mazurkiewicz</strong></p>
<p>AREA SALES MANAGER</p>
<ul class="contact-social">
<li>
@@ -18,9 +18,6 @@
</li>
</ul>
<ul class="contact-data">
<li>
<a href="tel:+48882399733">+48 882 399 733</a>
</li>
<li>
<a href="mailto:enquiries@vidok.com">enquiries@vidok.com</a>
</li>

View File

@@ -0,0 +1,4 @@
<div class="contact_alert">
We hereby inform you that <strong>VIDOK Sp. z o.o. has ended its cooperation with Asten Manufacturing Inc</strong>. based in Calgary, and as of May 9, 2025, this entity is no longer our trading partner in Canada.<br><br>
We encourage you to contact us directly to present our offer via email <strong>sales@vidok.com</strong>
</div>