HEX
Server: Apache
System: Linux v38079.2is.nl 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: democfellows (10015)
PHP: 8.1.34
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/creativefellows.nl/geomil.creativefellows.nl/views/inc/get-in-touch.php
<?php
	
	$html = '<div class="grid-container">';
		$html .= '<div class="grid-x grid-padding-x align-middle text-center medium-text-left">';
		
			$html .= '<div class="small-12 medium-9 cell">';
				$html .= '<h4>Feel free to contact us to discuss the possibilities in detail or to request a customized quotation.</h4>';
			$html .= '</div>';
		
			$html .= '<div class="small-12 medium-3 cell">';
				$html .= '<p><a href="'. $data["config"]->getSiteUrl() .'Contact" class="button secondary expanded">Get in Touch</a></p>';
			$html .= '</div>';
		
		$html .= '</div>';
	$html .= '</div>';

	// output
	echo $data["config"]->wrapAsSection($html,"","get-in-touch");


?>