| Server IP : 65.1.209.187 / Your IP : 216.73.216.144 Web Server : nginx/1.24.0 System : Linux ip-172-31-5-206 6.14.0-1015-aws #15~24.04.1-Ubuntu SMP Tue Sep 23 22:44:48 UTC 2025 x86_64 User : ( 1001) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/ttc_wordpress/wp-content/themes/ttc/ |
Upload File : |
<!-- Single Widget -->
<div class="single-widget services-list-widget">
<h4 class="widget-title"><?php echo bloginfo( 'name' ); ?></h4>
<div class="content">
<?php
wp_nav_menu(array
(
'menu' => 'main-menu',
'container' => '',
'menu_class' => ''
));
?>
</div>
</div>
<!-- End Single Widget -->
<div class="single-widget bg-dark quick-contact-widget text-light" style="background-image: url(assets/img/shape/53.png);">
<div class="content">
<h3>Need Help?</h3>
<p>
Ready to take the next step in your career? Reach out to us today! Our team is here to provide guidance and answer any questions you may have.
</p>
<h2><a href="tel:<?php echo get_field('phone', 'option'); ?>"><?php echo get_field('phone', 'option'); ?></a></h2>
<h4><a href="mailto:<?php echo get_field('email', 'option'); ?>"><?php echo get_field('email', 'option'); ?></a></h4>
<a class="btn mt-30 circle btn-sm btn-theme" href="<?php echo get_permalink(173);?>">Contact Us</a>
</div>
</div>
<!-- Single Widget -->
<div class="single-widget widget-brochure">
<h4 class="widget-title">Brochure</h4>
<ul>
<li><a href="<?php echo get_field('brochure', 'option'); ?>"><i class="fas fa-file-pdf"></i> Download Brochure </a></li>
</ul>
</div>
<!-- End Single Widget -->