HEX
Server: Apache/2.4.41 (Amazon) OpenSSL/1.0.2k-fips PHP/5.6.40
System: Linux ip-172-31-40-18 4.14.146-93.123.amzn1.x86_64 #1 SMP Tue Sep 24 00:45:23 UTC 2019 x86_64
User: apache (48)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: //var/www/html/qcr24/wp-content/wp-content/themes/syscentric/footer.php
<!--================================= footer-->
<footer class="footer">
	<div class="pattern-layer-three" style="background-image: url(<?php bloginfo('template_url'); ?>/images/bg/pattern-14.png)"></div>
	<div class="pattern-layer-four" style="background-image: url(<?php bloginfo('template_url'); ?>/images/bg/pattern-15.png)"></div>
	<div class="footer-top">
		<div class="container">
		<div class="row align-items-center">
			<div class="col-sm-6">
				<a href="<?php bloginfo('url'); ?>"><img src="<?php echo get_field('logo', 'option'); ?>" width="256" class="bg-white rounded p-2"></a>
			</div>
			<div class="col-sm-6 text-sm-right mt-4 mt-sm-0">
			<ul class="list-unstyled mb-0 social-icon">
				<?php if(get_field('facebook', 'option')){ ?>
					<li><a href="<?php echo get_field('facebook', 'option'); ?>" target="_blank"><i class="fab fa-facebook-f"></i></a></li>
				<?php } ?>
				<?php if(get_field('instagram', 'option')){ ?>
					<li><a href="<?php echo get_field('instagram', 'option'); ?>" target="_blank"><i class="fab fa-instagram"></i></a></li>
				<?php } ?>
				<?php if(get_field('linkedin', 'option')){ ?>
					<li><a href="<?php echo get_field('linkedin', 'option'); ?>" target="_blank"><i class="fab fa-linkedin-in"></i></a></li>
				<?php } ?>
				<?php if(get_field('google', 'option')){ ?>
					<li><a href="<?php echo get_field('google', 'option'); ?>" target="_blank"><i class="fab fa-google"></i></a></li>                  
				<?php } ?>
			</ul>
			</div>
		</div>
		<hr class="my-4 pb-0">
		</div>
	</div>
	<div class="container">
		<div class="row">
		<div class="col-sm-6 col-lg-4">
			<div class="footer-contact-info">
			<h5 class="text-primary mb-3">About Syscentric</h5>
			<div class="contact-address">
				<div class="contact-item">
				<p><?php echo get_field('about_content', 'option'); ?></p>
				</div>
				<div class="contact-item">
				<!-- <label>Address:</label> -->
				<p><?php echo get_field('address', 'option'); ?></p>
				</div>
				<div class="contact-item">
				<!-- <label>Phone:</label> -->
				<h4 class="mb-0 font-weight-bold"><a href="tel:<?php echo get_field('phone_number', 'option'); ?>" class="text-white"><?php echo get_field('phone_number', 'option'); ?></a></h4>
				</div>
				<div class="contact-item">
				<!-- <label>Email:</label> -->
				<a class="text-white" href="mailto:<?php echo get_field('email', 'option'); ?>"><?php echo get_field('email', 'option'); ?></a>
				</div>
			</div>
			</div>
		</div>
		<div class="col-sm-6 col-lg-4 mb-4 mb-lg-0">
			<h5 class="text-primary mb-3">Services</h5>
			<div class="footer-link">
			<!--<ul class="list-unstyled mb-0">
				<li><a href="web-development.html">Web development</a></li>
				<li><a href="software-development.html">Software application</a></li>
				<li><a href="mobile-apps-development.html">Mobile Apps</a></li>
				<li><a href="database-management.html">Database</a></li>
				<li><a href="#.">Resource Augmentation</a></li>
			</ul>
			<ul class="list-unstyled mb-0">
				<li><a href="#.">Creative Design</a></li>
				<li><a href="social-media-marketing-services.html">Digital Marketing</a></li>
				<li><a href="content-marketing-services.html">Content Creation</a></li>
				<li><a href="seo-services.html">SEO</a></li>
				<li><a href="ppc-management-services.html">Adwords and PPC</a></li>
			</ul>-->
				<?php
					$menuServiceleft = array(	
						'theme_location'  => 'service_left',	
						'menu_class'      => 'list-unstyled mb-0', // the manu element class	
						//'add_a_class'     => 'nav-link',
						'container'       => false,	
						'fallback_cb'     => false,	
						'items_wrap' => '<ul class="%2$s">%3$s</ul>',	
						);

					wp_nav_menu( $menuServiceleft ); // Defining the menu with attributes

				?>

				<?php
					$menuServiceright = array(	
						'theme_location'  => 'service_right',	
						'menu_class'      => 'list-unstyled mb-0', // the manu element class	
						//'add_a_class'     => 'nav-link',
						'container'       => false,	
						'fallback_cb'     => false,	
						'items_wrap' => '<ul class="%2$s">%3$s</ul>',	
						);

					wp_nav_menu( $menuServiceright ); // Defining the menu with attributes

				?>

			</div>
		</div>
		<div class="col-sm-6 col-lg-2 mb-4 mb-lg-0">
			<h5 class="text-primary mb-3">Company</h5>
			<div class="footer-link">
				<?php
					$menuFooter = array(	
						'theme_location'  => 'footer',	
						'menu_class'      => 'list-unstyled mb-0', // the manu element class	
						//'add_a_class'     => 'nav-link',
						'container'       => false,	
						'fallback_cb'     => false,	
						'items_wrap' => '<ul class="%2$s">%3$s</ul>',	
						);

					wp_nav_menu( $menuFooter ); // Defining the menu with attributes

				?>
			</div>
		</div>
		<div class="col-sm-6 col-lg-2 mb-4 mb-sm-0">
			<h5 class="text-primary mb-3">Support</h5>
			<div class="footer-link">
				<?php
					$menuSupport = array(	
						'theme_location'  => 'support',	
						'menu_class'      => 'list-unstyled mb-0', // the manu element class	
						//'add_a_class'     => 'nav-link',
						'container'       => false,	
						'fallback_cb'     => false,	
						'items_wrap' => '<ul class="%2$s">%3$s</ul>',	
						);

					wp_nav_menu( $menuSupport ); // Defining the menu with attributes

				?>
			</div>
		</div>
		</div>
	</div>
	<div class="footer-bottom py-sm-5 py-4">
		<div class="container">
		<div class="row">
			<div class="col-lg-12 text-center">
			<p class="mb-0 text-white">©Copyright 2021 <a href="<?php bloginfo('url'); ?>">syscentrictech.com</a> All Rights Reserved!</p>
			</div>
		</div>
		</div>
	</div>
</footer>
<!--================================= footer-->

<!--=================================
Back To Top-->
<div id="back-to-top" class="back-to-top">up</div>
<!--=================================
Back To Top-->

<input type="hidden" id="baseUrl" value="<?php echo bloginfo('url'); ?>" />
<input type="hidden" id="templateUrl" value="<?php echo bloginfo('template_url'); ?>" />

<?php wp_footer(); ?>

<script type="text/javascript">
		jQuery(document).ready(function ($) {
			jQuery('.stellarnav').stellarNav({
				theme: 'dark',
				breakpoint: 767,
				position: 'right',
				//phoneBtn: '18009997788',
				//locationBtn: 'https://www.google.com/maps'
			});
		});
	</script>
	<script>
		/*wow = new WOW(
			{
				animateClass: 'animated',
				offset: 100,
				mobile: false,
			}
		);
		wow.init();*/
	</script>
	<script>
		$(document).ready(function () {
			$(".btn-forsearch").click(function () {
				$(".full_search_area").toggle();
			});
		});
	</script>
	<script>
		$(document).ready(function(){
		  // Add smooth scrolling to all links
		  $(".stellarnav a").on('click', function(event) {
		
			// Make sure this.hash has a value before overriding default behavior
			if (this.hash !== "") {
			  // Prevent default anchor click behavior
			  event.preventDefault();
		
			  // Store hash
			  var hash = this.hash;
		
			  // Using jQuery's animate() method to add smooth page scroll
			  // The optional number (800) specifies the number of milliseconds it takes to scroll to the specified area
			  $('html, body').animate({
				scrollTop: $(hash).offset().top -40
			  }, 600, function(){
				
				// Add hash (#) to URL when done scrolling (default click behavior)
				//window.location.hash = hash;
			  });
			} // End if
		  });
		});
	</script>

</body>

</html>