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

@@ -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>