- 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.
32 lines
1.1 KiB
PHP
32 lines
1.1 KiB
PHP
<div id="contact-mini">
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-5 offset-lg-1 left_col">
|
|
<h2>CONTACT B2B</h2>
|
|
<p><strong>Klaudia Mazurkiewicz</strong></p>
|
|
<p>AREA SALES MANAGER</p>
|
|
<ul class="contact-social">
|
|
<li>
|
|
<a href="https://www.linkedin.com/company/100758751/admin/feed/posts/?feedType=following" target="_blank">
|
|
<img alt=""src="/upload/filemanager/Icons/icon-linkedin.svg">
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://youtube.com/@vidokwindowsanddoors8529?si=k_FbYXD8sz4QRebU" target="_blank">
|
|
<img alt="" src="/upload/filemanager/Icons/icon-yotube.svg">
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<ul class="contact-data">
|
|
<li>
|
|
<a href="mailto:enquiries@vidok.com">enquiries@vidok.com</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
<div class="col-lg-5 right_col">
|
|
<p>CONNECT WITH US TODAY</p>
|
|
<?php include 'templates_user/components/ContactForm.php'; ?>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|