first commit
This commit is contained in:
@@ -0,0 +1,377 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Kleen App</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- Mobile Specific Meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<!-- Google Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400,600,700" rel="stylesheet">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/animate.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/owl.theme.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/default.css">
|
||||
<link rel="stylesheet" href="/assets/css/typography.css">
|
||||
<link rel="stylesheet" href="/assets/css/style.blue.css">
|
||||
<link rel="stylesheet" href="/assets/css/responsive-blue.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" type="image/png" href="/assets/img/logo-sm.png">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond./assets/js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#scroll-menu" data-offset="120" class="blue">
|
||||
<!-- Preloader Starts -->
|
||||
<div class="preloader-area">
|
||||
<div class="preloader-inner">
|
||||
<div class="preloader">
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader Ends -->
|
||||
<!-- Header Area Starts -->
|
||||
<header id="home">
|
||||
<div class="navbar-area">
|
||||
<nav class="navbar navbar-default navbar-fixed-top wow fadeInDown" data-wow-delay="0.2s" id="scroll-menu">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/"><img src="/assets/img/logo.png" alt="MobileApp"></a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="active"><a href="#home" class="smoothscroll">HOME</a></li>
|
||||
<li><a href="#feature" class="smoothscroll">FEATURE</a></li>
|
||||
<li><a href="#pricing" class="smoothscroll">PRICING</a></li>
|
||||
<li><a href="#download" class="smoothscroll">DOWNLOAD</a></li>
|
||||
<li><a href="#contact" class="smoothscroll">CONTACT</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header Area Ends -->
|
||||
|
||||
<!-- Hero Area Starts -->
|
||||
<div class="hero-area" style="background-image: url('/assets/img/sweeping.jpg'); background-size: cover; width: : 100%; ">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-3">
|
||||
<div class="hero-caption">
|
||||
<div class="hero-caption-inner">
|
||||
<p class="sublead wow fadeInDown" data-wow-delay="1s">Kleen</p>
|
||||
<h1 class="lead"></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-9">
|
||||
<div class="tab-carousel-area">
|
||||
<div class="tab-carousel-inner">
|
||||
<div class="tab-carousel-box">
|
||||
<div class="tab-carousel-caption">
|
||||
<div class="app-icon"><img src="/assets/img/app-icon.png" alt="App Icon"></div>
|
||||
<h2 class="caption-title">KLEEN</h2>
|
||||
<p class="caption-subtitle">CLEANING APP</p>
|
||||
<p class="carousel-text">On demand cleaning app for various cleaning services.</p>
|
||||
<div class="store-icon">
|
||||
<a href="#"><img src="/assets/img/app-store.png" alt="Apple"></a>
|
||||
<a target="blank" href="https://play.google.com/store/apps/details?id=app.chiefsoft.kleenapp"><img src="/assets/img/google-store.png" alt="Google Play"></a>
|
||||
</div>
|
||||
</div>
|
||||
<div id="tab-slide" class="owl-carousel owl-theme tab-slide wow fadeIn" data-wow-delay="0.2s">
|
||||
<div class="item"><img src="/assets/img/tab-slide-1.png" alt="Tab Slide"></div>
|
||||
<div class="item"><img src="/assets/img/tab-slide-2.png" alt="Tab Slide"></div>
|
||||
<div class="item"><img src="/assets/img/tab-slide-3.png" alt="Tab Slide"></div>
|
||||
<div class="item"><img src="/assets/img/tab-slide-4.png" alt="Tab Slide"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Hero Area Ends -->
|
||||
|
||||
<!-- Apps Feature Area Starts -->
|
||||
<div id="feature" class="feature-area inner-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="section-title text-center wow fadeInDown">
|
||||
<span>KLEENAPP</span>
|
||||
<h2>Easy Cleaning App</h2>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<div data-value="tab-1" class="single-feature-item text-right active wow fadeInUp">
|
||||
<h4>CONVENIENT</h4>
|
||||
<p>Easy to use: Takes the cleaning load off your hands.</p>
|
||||
</div>
|
||||
<div data-value="tab-2" class="single-feature-item text-right wow fadeInUp">
|
||||
<h4>ALWAYS ON</h4>
|
||||
<p>Schedule pick up at the tap of finger.</p>
|
||||
</div>
|
||||
<div data-value="tab-3" class="single-feature-item text-right wow fadeInUp">
|
||||
<h4>TIME SAVING</h4>
|
||||
<p>Frees you up to do other meaningful things.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<div class="single-feature-slide">
|
||||
<img id="tab-1" class="tab-img active" src="/assets/img/mobile-slide-1.png" alt="Feature Slide">
|
||||
<img id="tab-2" class="tab-img" src="/assets/img/mobile-slide-2.png" alt="Feature Slide">
|
||||
<img id="tab-3" class="tab-img" src="/assets/img/mobile-slide-3.png" alt="Feature Slide">
|
||||
<img id="tab-4" class="tab-img" src="/assets/img/mobile-slide-4.png" alt="Feature Slide">
|
||||
<img id="tab-5" class="tab-img" src="/assets/img/mobile-slide-5.png" alt="Feature Slide">
|
||||
<img id="tab-6" class="tab-img" src="/assets/img/mobile-slide-6.png" alt="Feature Slide">
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-4">
|
||||
<div data-value="tab-4" class="single-feature-item wow fadeInUp">
|
||||
<h4>Quality Guarantee</h4>
|
||||
<p>We strive to put Quality guarantee on our work.</p>
|
||||
</div>
|
||||
<div data-value="tab-5" class="single-feature-item wow fadeInUp">
|
||||
<h4>Pick and Delivery</h4>
|
||||
<p>No driving around or waiting at laundry. We come to you..</p>
|
||||
</div>
|
||||
<div data-value="tab-6" class="single-feature-item wow fadeInUp">
|
||||
<h4>AFFORDABLE</h4>
|
||||
<p>We provide clear and affordable pricing.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Apps Feature Area Ends -->
|
||||
|
||||
<!-- Pricing Area Starts -->
|
||||
<!--div id="pricing" class="pricing-area inner-padding bg-light">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-5">
|
||||
<div class="section-title title-left wow fadeInDown">
|
||||
<span class="small">GREAT PRICING PLAN</span>
|
||||
<h2>Reiable best and what you need</h2>
|
||||
</div>
|
||||
<div class="pricing-content">
|
||||
<p class="pill-title">You Are</p>
|
||||
<ul class="pricing-pill wow fadeIn">
|
||||
<li class="active" data-value="individual"><span>Individual</span></li>
|
||||
<li data-value="company"><span>Company</span></li>
|
||||
</ul>
|
||||
<p class="wow fadeIn">Thus much I thought proper to tell you in relation to yourself, and to the trust I reposed in you.</p>
|
||||
<p class="fade-text wow fadeIn">Have a bigger team? <a href="#">Let‘s talk</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-md-7">
|
||||
<ul class="pricing-table wow slideInRight">
|
||||
<li id="individual" class="active">
|
||||
<h2 class="lead">Starter</h2>
|
||||
<span class="price-tag">Free</span>
|
||||
<h4 class="sublead">Build your schedule <br> every day</h4>
|
||||
<ul class="pricing-list">
|
||||
<li><p>Unlimeted events</p></li>
|
||||
<li><p>Connect Dropbox & Evernote</p></li>
|
||||
<li><p>Personal Assistant</p></li>
|
||||
</ul>
|
||||
<a href="#" class="btn btn-default btn-outline-blue">Get Started</a>
|
||||
</li>
|
||||
<li id="company">
|
||||
<h2 class="lead">Pro</h2>
|
||||
<span class="price-tag">$4.99</span>
|
||||
<h4 class="sublead">Make your life <br> better</h4>
|
||||
<ul class="pricing-list">
|
||||
<li><p>Unlimeted events</p></li>
|
||||
<li><p>Connect Dropbox & Evernote</p></li>
|
||||
<li><p>Personal Assistant</p></li>
|
||||
</ul>
|
||||
<a href="#" class="btn btn-default btn-outline-blue">Make me a Pro</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div-->
|
||||
<!-- Pricing Area Ends -->
|
||||
|
||||
<!-- Subscribe Area Starts -->
|
||||
<div class="subscribe-area inner-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-6 col-sm-offset-3 text-center wow fadeInUp">
|
||||
<h4>30000+ people now using KleenApp</h4>
|
||||
<form action="#">
|
||||
<p><input type="email" class="form-control form-subscribe" name="email" placeholder="Email to subscribe"></p>
|
||||
<button class="btn btn-default btn-fill-blue">Subscribe</button>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Subscribe Area Ends -->
|
||||
|
||||
<!-- Download App Area Starts -->
|
||||
<div id="download" class="download-area inner-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="section-title-2 wow fadeInDown">
|
||||
<h2>Get KleenApp</h2>
|
||||
<span>Tap . Clean . Deliver</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 text-center">
|
||||
<div class="store-icon wow fadeIn">
|
||||
<a href="#"><img src="/assets/img/app-store.png" alt="Apple"></a>
|
||||
<a href="https://play.google.com/store/apps/details?id=app.chiefsoft.kleenapp"><img src="/assets/img/google-store.png" alt="Google Play"></a>
|
||||
<!-- a href="#"><img src="/assets/img/windows-store.png" alt="Windows"></a>
|
||||
<a href="#"><img src="/assets/img/amazon-store.png" alt="Amazon"></a -->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="download-app text-center wow fadeIn">
|
||||
<img src="/assets/img/mobile-slide-2.png" alt="Mobile Slide">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Download App Area Ends -->
|
||||
|
||||
<!-- Footer Area Starts -->
|
||||
<footer>
|
||||
<div id="contact" class="footer-area">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="footer-logo">
|
||||
<h2>KLEEN<span class="thin">APP</span></h2>
|
||||
<p>ON DEMAND CLEANING APP FOR VARIOUS CLEANING SERVICES</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-5">
|
||||
<div class="footer-box">
|
||||
<h2>KLEENAPP</h2>
|
||||
<p>Kleenapp provides a convenient way to schedule pick up and pay for your cleaning services.
|
||||
Through our network, we pick up, clean and deliver at your convenience creating extra time for you to enjoy the things that matter. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-1 hidden-xs hidden-sm"></div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-2">
|
||||
<div class="footer-box">
|
||||
<h4>Learn More</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">How it works?</a></li>
|
||||
<!--li><a href="#">Meeting tools</a></li>
|
||||
<li><a href="#">Live striming</a></li>
|
||||
<li><a href="#">Contact method</a></li-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-2">
|
||||
<div class="footer-box">
|
||||
<h4>About Us</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">About us</a></li>
|
||||
<li><a href="#">Features</a></li>
|
||||
<li><a href="/privacy">Privacy policy</a></li>
|
||||
<li><a href="#">Terms & Conditions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-2">
|
||||
<div class="footer-box">
|
||||
<h4>Support</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">F.A.Q.</a></li>
|
||||
<li><a href="#">Contact us</a></li>
|
||||
<li><a href="#">Live chat</a></li>
|
||||
<li><a href="#">Phone call</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-5">
|
||||
<div class="download-link">
|
||||
<p><a href="#" class="btn btn-default btn-fill-blue">Download Now</a></p>
|
||||
<span>Available in:</span>
|
||||
<a href="#"><i class="fa fa-android fa-2x"></i></a>
|
||||
<a href="#"><i class="fa fa-apple fa-2x"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-3 hidden-xs"></div>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<div class="contact-content">
|
||||
<div class="vr-title-area">
|
||||
<h4>Contact Us</h4>
|
||||
</div>
|
||||
<h3>KleenApp <span class="thin">Company</span></h3>
|
||||
<p>Email :support@kleenapp.co</p>
|
||||
<p>Phone : +1 404 966 6778</p>
|
||||
<ul class="social-icon">
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Behance"><i class="fa fa-behance"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="YouTube"><i class="fa fa-youtube"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright-area">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-md-offset-6">
|
||||
<span>Copyright ©2018. All right reserved to BJTech</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- Footer Area Ends -->
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/assets/js/jquery-1.11.3.min.js"></script>
|
||||
<script src="/assets/js/wow.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/owl.carousel.min.js"></script>
|
||||
<script src="/assets/js/typed.min.js"></script>
|
||||
<script src="/assets/js/theme.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,273 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Kleen App</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- Mobile Specific Meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<!-- Google Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400,600,700" rel="stylesheet">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/animate.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/owl.theme.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/default.css">
|
||||
<link rel="stylesheet" href="/assets/css/typography.css">
|
||||
<link rel="stylesheet" href="/assets/css/style.blue.css">
|
||||
<link rel="stylesheet" href="/assets/css/responsive-blue.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" type="image/png" href="/assets/img/logo-sm.png">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond./assets/js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#scroll-menu" data-offset="120" class="blue">
|
||||
<!-- Preloader Starts -->
|
||||
<div class="preloader-area">
|
||||
<div class="preloader-inner">
|
||||
<div class="preloader">
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader Ends -->
|
||||
<!-- Header Area Starts -->
|
||||
<header id="home">
|
||||
<div class="navbar-area">
|
||||
<nav class="navbar navbar-default navbar-fixed-top wow fadeInDown" data-wow-delay="0.2s" id="scroll-menu">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/"><img src="/assets/img/logo.png" alt="MobileApp"></a>
|
||||
</div>
|
||||
<div id="navbar" class="navbar-collapse collapse">
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li class="active"><a href="/" class="smoothscroll">HOME</a></li>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header Area Ends -->
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-12">
|
||||
|
||||
|
||||
Privacy Policy
|
||||
<div>("we" or "us" or "our") is committed to protecting and respecting the privacy of its customers and contacts.
|
||||
<br> This policy sets out the basis on which any personal data we collect from you, or that you provide to us, will be processed by us when you visit the website at www.kleenapp.co ("Site") or use the Kleenapp App ("App") or when you use the Kleenapp service ("Service").
|
||||
<br>Please read the following carefully to understand our views and practices regarding your personal data and how we will treat it. </div>
|
||||
<hr size="1">
|
||||
Information we may collect about or from you
|
||||
We may collect and process the following data about you:
|
||||
Information you give us. You may give us information about you by filling in forms on our Site, by using the App, by participating in our competitions or promotions or by corresponding with us by phone, e-mail or otherwise. The information you give us may include your name, address, e-mail address and phone number.
|
||||
Information we collect about you. Each time you visit the Site or use the App we may automatically collect the following information: technical information, including the Internet protocol (IP) address used to connect your computer to the Internet, your login information, browser type and version, time zone setting, browser plug-in types and versions, operating system and platform;
|
||||
information about your visit, including the full Uniform Resource Locators (URL) clickstream to, through and from the Site or the App (including date and time); products you viewed or searched for; page response times, download errors, length of visits to certain pages, page interaction information (such as scrolling, clicks, and mouse-overs) and methods used to browse away from the page and any phone number used to call our customer service number.
|
||||
Information we receive from other sources. We may receive information about you if you use any of the other websites we operate or the other services we provide. We also work closely with third parties (including, for example, business partners, sub-contractors in technical, payment and delivery services, advertising networks, analytics providers, search information providers, credit reference agencies) and we may receive information about you from them.
|
||||
Cookies
|
||||
The Site uses cookies to distinguish you from other users of the Site. This helps us to provide you with a good experience when you browse the Site and also allows us to improve the Site. For detailed information on the cookies we use and the purposes for which we use them see our Cookie policy at www.Kleenapp.com/cookies.
|
||||
Uses made of the information
|
||||
We use information held about you in the following ways:
|
||||
Information you give to us. We will use this information:
|
||||
to register you as a new customer, on the basis that it is necessary for us to do so to provide the Service to you;
|
||||
to carry out our obligations to you and to provide you with the information, products and services that you request from us, on the basis that it is necessary for our performance of the contract we have with you;
|
||||
to notify you about changes to our Service, on the basis that it is necessary for the performance of our contract with you and necessary for our legitimate interest in promoting and marketing our goods and services, managing our Site and/or providing a better service for our customers;
|
||||
to provide you with information about other goods and services we offer that are similar to those that you have already purchased or enquired about, on the basis that it is necessary for our legitimate interests in promoting and marketing our Service:
|
||||
to notify you of changes to our privacy policy and/or ask you to take part in any review or survey relating to our Service, on the basis that it is necessary for our legitimate interest in keeping you informed of matters which are relevant to you and/or in providing a better service for our customers;
|
||||
to provide you with information about goods or services we feel may interest you, on the basis that it is necessary for our legitimate interests in promoting and marketing our Service;
|
||||
to deliver relevant website content and advertisements to you and measure or understand the effectiveness of advertising we serve to you, on the basis that it is necessary for our legitimate interests in promoting and marketing our Service and growing our business;
|
||||
to use your name and photograph in publicity related to any of our competitions or promotions if you are a winner, on the basis that it is necessary for our legitimate interests in promoting and marketing our Service and growing our business but only if you have expressly consented to our doing so and you can withdraw your consent at any time by emailing us.
|
||||
You can always opt-out of receiving marketing or promotional emails from us, and all future marketing and promotional communications will also contain a simple way to opt out of receiving such further communications from us.
|
||||
Information we collect about you. We will use this information:
|
||||
to provide the Service in accordance with our contract with you;
|
||||
to administer the Site and manage the App and for internal operations, including troubleshooting, data analysis, testing, research, statistical and survey purposes;
|
||||
to improve the Site and/or the App and to ensure that the content is presented in the most effective manner for you and your computer;
|
||||
to allow you to participate in interactive features of our Service, when you choose to do so;
|
||||
as part of our efforts to keep our Site and the App safe and secure;
|
||||
to measure or understand the effectiveness of advertising we serve to you and others and to deliver relevant advertising to you on the Site or the App;
|
||||
to make suggestions and recommendations to you and other users of the Site and the App about goods or services that may interest you or them.
|
||||
to publicise your participation in our competitions or promotions by using your name and photograph in any media, but only if we have your express consent to do so which you can withdraw at any time by emailing us.
|
||||
In each case, we will do so on the basis that it is necessary for our performance of the contract we have with you and for our legitimate interests in improving the Site, the App and/or the Service and for our legitimate interests in promoting the Service and/or our business.
|
||||
Information we receive from other sources. We may combine this information with information you give to us and information we collect about you. We may use this information and the combined information for the purposes and on the basis set out above (depending on the types of information we receive).
|
||||
|
||||
Security
|
||||
All information you provide to us is stored on our secure servers or those of our trusted providers. Where we have given you (or where you have chosen) a password which enables you to access certain parts of the Site or the App, you are responsible for keeping this password confidential. We ask you not to share a password with anyone.
|
||||
Unfortunately, the transmission of information via the internet is not completely secure. Although we will do our best to protect your personal data, we cannot guarantee the security of your data transmitted to the Site or the App; any transmission is at your own risk. Once we have received your information, we will use strict procedures and security features to try to prevent unauthorised access.
|
||||
How long do we retain personal data
|
||||
If you contact us through the Site or the App but do not enter into a contract with us, we will normally delete your personal data after 2 years.
|
||||
If you become a customer of ours, we normally retain contract information (including personal data) for six years after the end of the relevant contract, or for longer where we need to do so for the establishment, exercise or defence of legal claims, or where we are required by law to retain it for a longer period.
|
||||
In certain case, it may not be physically possible to delete certain data (for instance, where it is stored on a secure external server), in which case we will take appropriate steps to ensure that it is not available for re-use or disclosure to third parties.
|
||||
Your rights
|
||||
As a data subject you have certain legal rights subject to certain exceptions under the applicable Data Protection legislation including:
|
||||
the right to access the personal data held about you;
|
||||
the right to ask us not to process your personal data for marketing purposes;
|
||||
the right to withdraw at any time any consent you have given to receive marketing material from us, or in any other case where we process your personal data on the basis of a consent that you have given (and not on some other legal basis);
|
||||
the right to ask us to rectify inaccurate personal data about you;
|
||||
the right to ask for the restriction of personal data concerning yourself that is inaccurate, unlawfully processed or no longer required;
|
||||
the right to ask for the transfer of your personal data in a structured, commonly used and machine readable format where the processing is based on your consent;
|
||||
the right to ask for the erasure of personal data concerning yourself where processing is no longer necessary or the legitimate interests we have in processing your personal data are overridden by your interests, rights and freedoms as the data subject; and
|
||||
the right to withdraw your consent at any time to your name or image being used in connection with any of our competitions or promotions for publicity purposes.
|
||||
You can exercise any of your rights at any time by contacting us at info@Kleenapp.com.
|
||||
|
||||
Links to other websites
|
||||
The Site or the App may, from time to time, contain links to and from the websites of our partner networks, advertisers and affiliates. If you follow a link to any of these websites, please note that these websites have their own privacy policies and that we do not accept any responsibility or liability for these policies. Please check these policies before you submit any personal data to these websites.
|
||||
Changes to our privacy policy
|
||||
Any changes we may make to our privacy policy in the future will be posted on this page and, where appropriate, notified to you by e-mail. Please check back frequently to see any updates or changes to our privacy policy.
|
||||
Contact
|
||||
Questions, comments and requests regarding this privacy policy are welcomed and should be addressed to info@Kleenapp.com or write to us at the following address: The Data Protection Manager, Kleenapp, 3235 Satellite Blvd, Duluth, GA 30096, USA..
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Footer Area Starts -->
|
||||
<footer>
|
||||
<div id="contact" class="footer-area">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="footer-logo">
|
||||
<h2>KLEEN<span class="thin">APP</span></h2>
|
||||
<p>ON DEMAND CLEANING APP FOR VARIOUS CLEANING SERVICES</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-5">
|
||||
<div class="footer-box">
|
||||
<h2>KLEENAPP</h2>
|
||||
<p>Kleenapp provides a convenient way to schedule pick up and pay for your cleaning services.
|
||||
Through our network, we pick up, clean and deliver at your convenience creating extra time for you to enjoy the things that matter. </p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-1 hidden-xs hidden-sm"></div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-2">
|
||||
<div class="footer-box">
|
||||
<h4>Learn More</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">How it works?</a></li>
|
||||
<!--li><a href="#">Meeting tools</a></li>
|
||||
<li><a href="#">Live striming</a></li>
|
||||
<li><a href="#">Contact method</a></li-->
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-2">
|
||||
<div class="footer-box">
|
||||
<h4>About Us</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">About us</a></li>
|
||||
<li><a href="#">Features</a></li>
|
||||
<li><a href="/privacy">Privacy policy</a></li>
|
||||
<li><a href="#">Terms & Conditions</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-4 col-md-2">
|
||||
<div class="footer-box">
|
||||
<h4>Support</h4>
|
||||
<ul class="footer-menu">
|
||||
<li><a href="#">F.A.Q.</a></li>
|
||||
<li><a href="#">Contact us</a></li>
|
||||
<li><a href="#">Live chat</a></li>
|
||||
<li><a href="#">Phone call</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-5">
|
||||
<div class="download-link">
|
||||
<p><a href="#" class="btn btn-default btn-fill-blue">Download Now</a></p>
|
||||
<span>Available in:</span>
|
||||
<a href="#"><i class="fa fa-android fa-2x"></i></a>
|
||||
<a href="#"><i class="fa fa-apple fa-2x"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-3 hidden-xs"></div>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<div class="contact-content">
|
||||
<div class="vr-title-area">
|
||||
<h4>Contact Us</h4>
|
||||
</div>
|
||||
<h3>KleenApp <span class="thin">Company</span></h3>
|
||||
<p>Email :support@kleenapp.co</p>
|
||||
<p>Phone : +1 404 966 6778</p>
|
||||
<ul class="social-icon">
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Behance"><i class="fa fa-behance"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="YouTube"><i class="fa fa-youtube"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright-area">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-md-offset-6">
|
||||
<span>Copyright ©2018. All right reserved to BJTech</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- Footer Area Ends -->
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/assets/js/jquery-1.11.3.min.js"></script>
|
||||
<script src="/assets/js/wow.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/owl.carousel.min.js"></script>
|
||||
<script src="/assets/js/typed.min.js"></script>
|
||||
<script src="/assets/js/theme.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
echo "\nERROR: ",
|
||||
$heading,
|
||||
"\n\n",
|
||||
$message,
|
||||
"\n\n";
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
echo "\nDatabase error: ",
|
||||
$heading,
|
||||
"\n\n",
|
||||
$message,
|
||||
"\n\n";
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
|
||||
|
||||
An uncaught Exception was encountered
|
||||
|
||||
Type: <?php echo get_class($exception), "\n"; ?>
|
||||
Message: <?php echo $message, "\n"; ?>
|
||||
Filename: <?php echo $exception->getFile(), "\n"; ?>
|
||||
Line Number: <?php echo $exception->getLine(); ?>
|
||||
|
||||
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>
|
||||
|
||||
Backtrace:
|
||||
<?php foreach ($exception->getTrace() as $error): ?>
|
||||
<?php if (isset($error['file']) && strpos($error['file'], realpath(BASEPATH)) !== 0): ?>
|
||||
File: <?php echo $error['file'], "\n"; ?>
|
||||
Line: <?php echo $error['line'], "\n"; ?>
|
||||
Function: <?php echo $error['function'], "\n\n"; ?>
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php endif ?>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
|
||||
echo "\nERROR: ",
|
||||
$heading,
|
||||
"\n\n",
|
||||
$message,
|
||||
"\n\n";
|
||||
@@ -0,0 +1,21 @@
|
||||
<?php defined('BASEPATH') OR exit('No direct script access allowed'); ?>
|
||||
|
||||
A PHP Error was encountered
|
||||
|
||||
Severity: <?php echo $severity, "\n"; ?>
|
||||
Message: <?php echo $message, "\n"; ?>
|
||||
Filename: <?php echo $filepath, "\n"; ?>
|
||||
Line Number: <?php echo $line; ?>
|
||||
|
||||
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>
|
||||
|
||||
Backtrace:
|
||||
<?php foreach (debug_backtrace() as $error): ?>
|
||||
<?php if (isset($error['file']) && strpos($error['file'], realpath(BASEPATH)) !== 0): ?>
|
||||
File: <?php echo $error['file'], "\n"; ?>
|
||||
Line: <?php echo $error['line'], "\n"; ?>
|
||||
Function: <?php echo $error['function'], "\n\n"; ?>
|
||||
<?php endif ?>
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php endif ?>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>404 Page Not Found</title>
|
||||
<style type="text/css">
|
||||
|
||||
::selection { background-color: #E13300; color: white; }
|
||||
::-moz-selection { background-color: #E13300; color: white; }
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
margin: 40px;
|
||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||
color: #4F5155;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #003399;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #D0D0D0;
|
||||
font-size: 19px;
|
||||
font-weight: normal;
|
||||
margin: 0 0 14px 0;
|
||||
padding: 14px 15px 10px 15px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||
font-size: 12px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #D0D0D0;
|
||||
color: #002166;
|
||||
display: block;
|
||||
margin: 14px 0 14px 0;
|
||||
padding: 12px 10px 12px 10px;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 10px;
|
||||
border: 1px solid #D0D0D0;
|
||||
box-shadow: 0 0 8px #D0D0D0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 12px 15px 12px 15px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<h1><?php echo $heading; ?></h1>
|
||||
<?php echo $message; ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Database Error</title>
|
||||
<style type="text/css">
|
||||
|
||||
::selection { background-color: #E13300; color: white; }
|
||||
::-moz-selection { background-color: #E13300; color: white; }
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
margin: 40px;
|
||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||
color: #4F5155;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #003399;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #D0D0D0;
|
||||
font-size: 19px;
|
||||
font-weight: normal;
|
||||
margin: 0 0 14px 0;
|
||||
padding: 14px 15px 10px 15px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||
font-size: 12px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #D0D0D0;
|
||||
color: #002166;
|
||||
display: block;
|
||||
margin: 14px 0 14px 0;
|
||||
padding: 12px 10px 12px 10px;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 10px;
|
||||
border: 1px solid #D0D0D0;
|
||||
box-shadow: 0 0 8px #D0D0D0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 12px 15px 12px 15px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<h1><?php echo $heading; ?></h1>
|
||||
<?php echo $message; ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,32 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?>
|
||||
|
||||
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
|
||||
|
||||
<h4>An uncaught Exception was encountered</h4>
|
||||
|
||||
<p>Type: <?php echo get_class($exception); ?></p>
|
||||
<p>Message: <?php echo $message; ?></p>
|
||||
<p>Filename: <?php echo $exception->getFile(); ?></p>
|
||||
<p>Line Number: <?php echo $exception->getLine(); ?></p>
|
||||
|
||||
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>
|
||||
|
||||
<p>Backtrace:</p>
|
||||
<?php foreach ($exception->getTrace() as $error): ?>
|
||||
|
||||
<?php if (isset($error['file']) && strpos($error['file'], realpath(BASEPATH)) !== 0): ?>
|
||||
|
||||
<p style="margin-left:10px">
|
||||
File: <?php echo $error['file']; ?><br />
|
||||
Line: <?php echo $error['line']; ?><br />
|
||||
Function: <?php echo $error['function']; ?>
|
||||
</p>
|
||||
<?php endif ?>
|
||||
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php endif ?>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,64 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?><!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Error</title>
|
||||
<style type="text/css">
|
||||
|
||||
::selection { background-color: #E13300; color: white; }
|
||||
::-moz-selection { background-color: #E13300; color: white; }
|
||||
|
||||
body {
|
||||
background-color: #fff;
|
||||
margin: 40px;
|
||||
font: 13px/20px normal Helvetica, Arial, sans-serif;
|
||||
color: #4F5155;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #003399;
|
||||
background-color: transparent;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #444;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid #D0D0D0;
|
||||
font-size: 19px;
|
||||
font-weight: normal;
|
||||
margin: 0 0 14px 0;
|
||||
padding: 14px 15px 10px 15px;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: Consolas, Monaco, Courier New, Courier, monospace;
|
||||
font-size: 12px;
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #D0D0D0;
|
||||
color: #002166;
|
||||
display: block;
|
||||
margin: 14px 0 14px 0;
|
||||
padding: 12px 10px 12px 10px;
|
||||
}
|
||||
|
||||
#container {
|
||||
margin: 10px;
|
||||
border: 1px solid #D0D0D0;
|
||||
box-shadow: 0 0 8px #D0D0D0;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 12px 15px 12px 15px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="container">
|
||||
<h1><?php echo $heading; ?></h1>
|
||||
<?php echo $message; ?>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,33 @@
|
||||
<?php
|
||||
defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
?>
|
||||
|
||||
<div style="border:1px solid #990000;padding-left:20px;margin:0 0 10px 0;">
|
||||
|
||||
<h4>A PHP Error was encountered</h4>
|
||||
|
||||
<p>Severity: <?php echo $severity; ?></p>
|
||||
<p>Message: <?php echo $message; ?></p>
|
||||
<p>Filename: <?php echo $filepath; ?></p>
|
||||
<p>Line Number: <?php echo $line; ?></p>
|
||||
|
||||
<?php if (defined('SHOW_DEBUG_BACKTRACE') && SHOW_DEBUG_BACKTRACE === TRUE): ?>
|
||||
|
||||
<p>Backtrace:</p>
|
||||
<?php foreach (debug_backtrace() as $error): ?>
|
||||
|
||||
<?php if (isset($error['file']) && strpos($error['file'], realpath(BASEPATH)) !== 0): ?>
|
||||
|
||||
<p style="margin-left:10px">
|
||||
File: <?php echo $error['file'] ?><br />
|
||||
Line: <?php echo $error['line'] ?><br />
|
||||
Function: <?php echo $error['function'] ?>
|
||||
</p>
|
||||
|
||||
<?php endif ?>
|
||||
|
||||
<?php endforeach ?>
|
||||
|
||||
<?php endif ?>
|
||||
|
||||
</div>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>403 Forbidden</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Directory access is forbidden.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,198 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<!--- Basic Page Needs -->
|
||||
<meta charset="utf-8">
|
||||
<title>Kleen App</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="author" content="">
|
||||
<meta name="keywords" content="">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
|
||||
<!-- Mobile Specific Meta -->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<!-- Google Fonts -->
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat|Raleway:300,400,600,700" rel="stylesheet">
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/assets/css/animate.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/owl.carousel.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/owl.theme.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="/assets/css/default.css">
|
||||
<link rel="stylesheet" href="/assets/css/typography.css">
|
||||
<link rel="stylesheet" href="/assets/css/style.blue.css">
|
||||
<link rel="stylesheet" href="/assets/css/responsive-blue.css">
|
||||
|
||||
<!-- Favicon -->
|
||||
<link rel="shortcut icon" type="image/png" href="/assets/img/logo-sm.png">
|
||||
|
||||
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||
<!--[if lt IE 9]>
|
||||
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
|
||||
<script src="https://oss.maxcdn.com/libs/respond./assets/js/1.4.2/respond.min.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body data-spy="scroll" data-target="#scroll-menu" data-offset="120" class="blue">
|
||||
<!-- Preloader Starts -->
|
||||
<div class="preloader-area">
|
||||
<div class="preloader-inner">
|
||||
<div class="preloader">
|
||||
<span></span>
|
||||
<span></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Preloader Ends -->
|
||||
<!-- Header Area Starts -->
|
||||
<header id="home">
|
||||
<div class="navbar-area">
|
||||
<nav class="navbar navbar-default navbar-fixed-top wow fadeInDown" data-wow-delay="0.2s" id="scroll-menu">
|
||||
<div class="container">
|
||||
<div class="navbar-header">
|
||||
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="/"><img src="/assets/img/logo.png" alt="MobileApp"></a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</nav>
|
||||
</div>
|
||||
</header>
|
||||
<!-- Header Area Ends -->
|
||||
|
||||
|
||||
|
||||
<!-- Apps Feature Area Starts -->
|
||||
<div id="feature" class="feature-area inner-padding">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="section-title text-center wow fadeInDown">
|
||||
<span>KLEENAPP</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
||||
<table class="table table-striped">
|
||||
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">Customer Name</th>
|
||||
<td><?= $firstname ?> <?= $lastname ?> [<?= $from_phone ?>]</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">Pick up Location</th>
|
||||
<td> <?= $from_street ?> , <?= $from_city ?>,<?= $from_state ?>, <?= $from_zipcode ?></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Pickup Date & Time</th>
|
||||
<td><?= $long_date ?></td>
|
||||
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">Quantity</th>
|
||||
<td><?= $quantity ?>Bag(s)</td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">Delivery Location</th>
|
||||
<td> <b><?= $agent_name ?></b><?= $to_phone ?> <br> <?= $to_street ?> , <?= $to_city ?>,<?= $to_state ?>, <?= $to_zipcode ?> </td>
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row">Action</th>
|
||||
<td><select class='btn' name = action>
|
||||
<option>Confirm Pick up Request</option>
|
||||
<option>Reject Pick up Request</option>
|
||||
</select><button class='btn btn-warning'>Set</button></td>
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Apps Feature Area Ends -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- Footer Area Starts -->
|
||||
<footer>
|
||||
<div id="contact" class="footer-area navbar-fixed-bottom">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<div class="footer-logo">
|
||||
<h2>KLEEN<span class="thin">APP</span></h2>
|
||||
<p>ON DEMAND CLEANING APP FOR VARIOUS CLEANING SERVICES</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-sm-5">
|
||||
<div class="download-link">
|
||||
<p><a href="#" class="btn btn-default btn-fill-blue">Download Now</a></p>
|
||||
<span>Available in:</span>
|
||||
<a href="#"><i class="fa fa-android fa-2x"></i></a>
|
||||
<a href="#"><i class="fa fa-apple fa-2x"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-xs-12 col-sm-3 hidden-xs"></div>
|
||||
<div class="col-xs-12 col-sm-4">
|
||||
<div class="contact-content">
|
||||
<div class="vr-title-area">
|
||||
<h4>Contact Us</h4>
|
||||
</div>
|
||||
<h3>APPS <span class="thin">VISSION</span></h3>
|
||||
<p>Email :support@kleenapp.co</p>
|
||||
<p>Phone : +1 404 966 6778</p>
|
||||
<ul class="social-icon">
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Facebook"><i class="fa fa-facebook"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Twitter"><i class="fa fa-twitter"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="Behance"><i class="fa fa-behance"></i></a></li>
|
||||
<li><a href="#" data-toggle="tooltip" data-placement="bottom" title="YouTube"><i class="fa fa-youtube"></i></a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="copyright-area">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-xs-12 col-md-6 col-md-offset-6">
|
||||
<span>Copyright ©2018. All right reserved to KleenTech</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!-- Footer Area Ends -->
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/assets/js/jquery-1.11.3.min.js"></script>
|
||||
<script src="/assets/js/wow.min.js"></script>
|
||||
<script src="/assets/js/bootstrap.min.js"></script>
|
||||
<script src="/assets/js/owl.carousel.min.js"></script>
|
||||
<script src="/assets/js/typed.min.js"></script>
|
||||
<script src="/assets/js/theme.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -0,0 +1,142 @@
|
||||
<!doctype html>
|
||||
<!--[if lt IE 7]> <html class="no-js ie ie6" lang="en"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js ie ie7" lang="en"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js ie ie8" lang="en"> <![endif]-->
|
||||
<!--[if IE 9]> <html class="no-js ie ie9" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 9]><!-->
|
||||
<html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> -->
|
||||
|
||||
<title>medTransGo - Coming Soon</title>
|
||||
<meta name="viewport" content="initial-scale=1, maximum-scale=1"/>
|
||||
|
||||
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,400,300,600' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="/res/fonts/font.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/res/style/plugins.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="/res/style/style.css"/>
|
||||
|
||||
<script type="text/javascript" src="/res/js/jquery.js"></script>
|
||||
<script type="text/javascript" src="/res/js/plugins.js"></script>
|
||||
<script type="text/javascript" src="/res/js/script.js"></script>
|
||||
<script type="text/javascript" src="/res/js/custom.js"></script>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script type="text/javascript" src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</head>
|
||||
<body id="container">
|
||||
|
||||
<!-- BEGIN HEADER SECTION -->
|
||||
<header class="header">
|
||||
<!-- h1 id="logo" class="align-left"><a href="/"><span>MedTransGo</span></a></h1 -->
|
||||
<div id="subscriber">
|
||||
<a href="#newsletter" class="popup-trigger">subscribe</a>
|
||||
<div id="newsletter" class="popup-form">
|
||||
<a class="close-popup" href="#">×</a>
|
||||
<form id="newsletter-form" action="subscribe.php">
|
||||
<div class="field-wrapper">
|
||||
<input type="email" class="textfield" name="email" placeholder="Email address" required />
|
||||
<input type="hidden" name="submit" value="1" />
|
||||
<button type="submit" class="btn">Subscribe</button>
|
||||
</div>
|
||||
<div class="message"></div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</header><!-- END HEADER SECTION -->
|
||||
|
||||
<!-- BEGIN MENU SECTION -->
|
||||
<nav class="nav">
|
||||
<div class="nav-wrap">
|
||||
<ul class="menu">
|
||||
<li><a href="#about">About</a></li>
|
||||
<li><a href="#contact-us">Contact Us</a></li>
|
||||
</ul>
|
||||
<a class="nav-trigger" href="#"></a>
|
||||
</div>
|
||||
</nav><!-- END MENU SECTION -->
|
||||
|
||||
<!-- BEGIN MAIN PAGE SECTION -->
|
||||
<section id="main-page" class="page">
|
||||
<div class="wrap">
|
||||
<h2 class="main-tagline">SOON</h2>
|
||||
<div id="countdown"></div>
|
||||
</div>
|
||||
</section><!-- END MAIN PAGE SECTION -->
|
||||
|
||||
<!-- BEGIN ABOUT PAGE SECTION -->
|
||||
<section id="about" class="page">
|
||||
<a class="close-this" href="#">×</a>
|
||||
<div class="page-container">
|
||||
<div class="wrap">
|
||||
<article>
|
||||
<h2 class="section-title">About Us</h2>
|
||||
<h5>-- Nam id sapien molestie, iaculis massa sit amet, iaculis nunc --</h5>
|
||||
<p>Phasellus quis nulla at orci bibendum tempor. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ornare mi et enim consequat facilisis. Nam id sapien molestie, iaculis massa sit amet, iaculis nunc. Morbi id lacinia dui, quis condimentum velit.</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ornare mi et enim consequat facilisis. Nam id sapien molestie, iaculis massa sit amet, iaculis nunc. Morbi id lacinia dui, quis condimentum velit.</p>
|
||||
<ul class="gear">
|
||||
<li>Consectetur adipiscing elit. Nunc ornare mi et enim</li>
|
||||
<li>Nunc ornare mi et enim consequat facilisis</li>
|
||||
<li>Nam id sapien molestie, iaculis massa sit amet, iaculis nunc</li>
|
||||
</ul>
|
||||
</article>
|
||||
<aside>
|
||||
<blockquote>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc ornare mi et enim consequat facilisis. Nam id sapien molestie, iaculis massa sit amet, iaculis nunc.</blockquote>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
</section><!-- END ABOUT PAGE SECTION -->
|
||||
|
||||
<!-- BEGIN CONTACT PAGE SECTION -->
|
||||
<section id="contact-us" class="page">
|
||||
<a class="close-this" href="#">×</a>
|
||||
<div class="page-container">
|
||||
<div class="wrap">
|
||||
<article>
|
||||
<h2 class="section-title">Contact Us</h2>
|
||||
<p>Please feel free to contact us on:<br/>
|
||||
<i class="home"></i> Jl. Sunset Road Near Carefour No. 3 Kuta Utara<br/>
|
||||
<i class="phone"></i> +62 8190 1234 567<br/>
|
||||
<i class="file"></i> +62 8190 1234 567<br/>
|
||||
<i class="mail"></i> <a href="mailto:example@domain.com">support@medtransgo.net</a></p>
|
||||
<form id="contact-form" action="contact.php">
|
||||
<div class="field-wrapper">
|
||||
<input type="text" class="textfield" name="name" placeholder="Your Name" required /><br/>
|
||||
<input type="email" class="textfield" name="email" placeholder="Your Email address" required /><br/>
|
||||
<textarea class="textarea" name="message" placeholder="Message" row="5" required ></textarea><br/>
|
||||
<input type="hidden" name="submit" value="1" />
|
||||
</div>
|
||||
<button type="submit" class="btn">Submit</button>
|
||||
<div class="message"></div>
|
||||
</form>
|
||||
</article>
|
||||
<aside>
|
||||
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d7887.816066791351!2d115.17451781744388!3d-8.700283457626265!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2dd246cbb03c6125%3A0xb16c7dc5d9237394!2sJalan+Sunset+Road%2C+Badung%2C+Bali%2C+Indonesia!5e0!3m2!1sen!2s!4v1386527019253" width="800" height="600" frameborder="0" style="border:0"></iframe>
|
||||
</aside>
|
||||
</div>
|
||||
</div>
|
||||
</section><!-- END CONTACT PAGE SECTION -->
|
||||
|
||||
<!-- BEGIN FOOTER SECTION -->
|
||||
<footer>
|
||||
<ul class="social-links">
|
||||
<li><a class="icon facebook" href="#" target="_blank"></a></li>
|
||||
<li><a class="icon twitter" href="#" target="_blank"></a></li>
|
||||
<li><a class="icon dribbble" href="#" target="_blank"></a></li>
|
||||
<li><a class="icon pinterest" href="#" target="_blank"></a></li>
|
||||
<li><a class="icon youtube" href="#" target="_blank"></a></li>
|
||||
<li><a class="icon vimeo" href="#" target="_blank"></a></li>
|
||||
</ul>
|
||||
</footer><!-- END FOOTER SECTION -->
|
||||
|
||||
<!-- BEGIN BACKGROUND -->
|
||||
<div id="background">
|
||||
<img src="/res/images/medical1.jpg" width="1371" height="818" />
|
||||
<img src="/res/images/medical2.jpg" width="1371" height="818" />
|
||||
</div><!-- END BACKGROUND -->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user