HEX
Server: Apache
System: Linux nc-ph-0707-26.instaforreviews.com 3.10.0-1160.119.1.el7.tuxcare.els13.x86_64 #1 SMP Fri Nov 22 06:29:45 UTC 2024 x86_64
User: qirgxuo4hkuv (1004)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: /home/qirgxuo4hkuv/public_html/shovago.com/wp-content/themes/shovago/shovago-contents/steps.php
<?php
	$Shovago__Steps_1 = get_template_directory_uri().'/shovago-assets/images/Shovago__steps_1.png';
	$Shovago__Steps_2 = get_template_directory_uri().'/shovago-assets/images/Shovago__steps_2.png';
	$Shovago__Steps_3 = get_template_directory_uri().'/shovago-assets/images/Shovago__steps_3.png';
?>
<div class='Shovago__Steps' data-aos="fade-up">
	<div class="Shovago__Content--Size">
		<?php if (!is_home()) { ?>
			<div class="Shovago__Steps--Title">
				<h1><?php echo get_option( 'Shovago__Options_Trans__how' ); ?></h1>
			</div>
		<?php }  ?>
		<div class='Shovago__Steps--Cards row' data-aos="fade-up">
			<div class='col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12'>
				<div class="Shovago__Steps--Card">
				  <div class="Shovago__Steps--Card_Icn">
						<img src="<?php echo $Shovago__Steps_1; ?>" alt="Shovago">
						<strong>1</strong>
				  </div>
				  <div class="Shovago__Steps--Card_Info">
						<h1><?php echo get_option( 'Shovago__Options_Trans__how1_title' ); ?></h1>
				  </div>
				</div>
			</div>
			<div class='col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12'>
				<div class="Shovago__Steps--Card">
					<div class="Shovago__Steps--Card_Icn Center">
						<img src="<?php echo $Shovago__Steps_2; ?>" alt="Shovago">
						<strong>2</strong>
				  </div>
				  <div class="Shovago__Steps--Card_Info">
						<h1><?php echo get_option( 'Shovago__Options_Trans__how2_title' ); ?></h1>
				  </div>
				</div>
			</div>
			<div class='col-xl-4 col-lg-4 col-md-12 col-sm-12 col-12'>
				<div class="Shovago__Steps--Card">
					<div class="Shovago__Steps--Card_Icn">
						<img src="<?php echo $Shovago__Steps_3; ?>" alt="Shovago">
						<strong>3</strong>
				  </div>
				  <div class="Shovago__Steps--Card_Info">
						<h1><?php echo get_option( 'Shovago__Options_Trans__how3_title' ); ?></h1>
				  </div>
				</div>
			</div>
		</div>
	</div>
</div>