<?php
require_once __DIR__ . '/includes/bootstrap.php';
 
include('header.php');
?>
<html lang="en">

<header id="fh5co-header" class="fh5co-cover" role="banner" style="background-image:url(images/img_bg_wel.jpg);" data-stellar-background-ratio="0.5">
	<div class="overlay"></div>
		<div class="container">
			<div class="row">
				<div class="col-md-8 col-md-offset-2 text-center">
					<div class="display-t">
						<div class="display-t animate-box" data-animate-effect="fadeIn">
							<h1 style="color:aqua;">Welcome to<br> Next Generation <br>Digital Safety Induction Program</h1>
							<h2 style="color:orange;">vSafe provides you a seamless experience and make your access to our premises easy </h2>
				    	</div>
			        </div>
	            </div>
    	    </div>
	    </div> 
</header>

	<div id="fh5co-started" style="background-image:url(images/img_bg_2.jpg);">
		<div class="overlay"></div>
		<div class="container">
			<div class="row animate-box">
				<div class="col-md-8 col-md-offset-2 text-center fh5co-heading">
					<h2>Let's Get Started</h2>
					<p>An Online Web Based Safety Induction System to Conduct & Report Safety Induction Activities. </p>
				</div>
			</div>
			
			<div class="row bs-wizard animate-box" style="border-bottom:0;">
                
				<div class="col-xs-3 bs-wizard-step active">
					<div class="text-center bs-wizard-stepnum"><h4 style="color:white">Step 1</h4></div>
					<div class="progress"><div class="progress-bar"></div></div>
					<a href="https://demo.vsafe.cloud/induction.php" class="bs-wizard-dot"></a>
					<div class="bs-wizard-info text-center"><p>Start the Safety Induction</p></div>
				</div>

				<div class="col-xs-3 bs-wizard-step active"><!-- complete -->
					<div class="text-center bs-wizard-stepnum"><h4 style="color:white">Step 2</h4></div>
					<div class="progress"><div class="progress-bar"></div></div>
					<a href="https://demo.vsafe.cloud/induction.php" class="bs-wizard-dot"></a>
					<div class="bs-wizard-info text-center"><p>Attend the Questionaire</p></div>
				</div>

				<div class="col-xs-3 bs-wizard-step active"><!-- complete -->
					<div class="text-center bs-wizard-stepnum"><h4 style="color:white">Step 3</h4></div>
					<div class="progress"><div class="progress-bar"></div></div>
					<a href="https://demo.vsafe.cloud/certificate.php" class="bs-wizard-dot"></a>
					<div class="bs-wizard-info text-center"><p>Get Certificate</p></div>
				</div>

				<div class="col-xs-3 bs-wizard-step complete"><!-- active -->
					<div class="text-center bs-wizard-stepnum"><h4 style="color:white">Step 4</h4></div>
					<div class="progress"><div class="progress-bar"></div></div>
					<a href="#" class="bs-wizard-dot"></a>
					<div class="bs-wizard-info text-center"><p>Visit Us</p></div>
				</div>
			</div>
		
			<div class="row animate-box">
				<div class="col-md-8 col-md-offset-2 text-center">
					<p><a href="https://demo.vsafe.cloud/induction.php" class="btn btn-default btn-lg"><b>Safety Induction</b></a></p>
				</div>
			</div>
		</div>
	</div>
		
</html>
	<?php include('footer.php');?>
	

