| Server IP : 10.200.247.200 / Your IP : 216.73.217.19 Web Server : Apache System : Linux synergy-usa-sites 6.8.0-138-generic #138-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 31 22:41:49 UTC 2026 x86_64 User : jeremy ( 1001) PHP Version : 8.4.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/hans_sites/phonelesswork.com/ |
Upload File : |
<?php
session_start();
if(empty($_SESSION['company_db'])) {
$body = "Your session expired. Reload your QR code to log back in.";
}
?>
<!DOCTYPE html>
<html>
<head>
<title>Phoneless</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css?v=<?= time();?>" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="phoneless.js?ts=2024_04_16"></script>
<?php if(empty($_SESSION['company_db'])) { ?>
<link rel="stylesheet" type="text/css" href="fullview.css" />
<script type="text/javascript" src="fullview.js"></script>
<script type="text/javascript">
$(document).ready(function () {
$("#fullview").fullView();
});
</script>
<?php } ?>
</head>
<body>
<?php if(empty($_SESSION['company_db'])) { ?>
<div id="fullview">
<div class="section blue-section">
<div class="section_container">
<center style="margin-top:40vh;"><img src="/images/logo_white_small.png" style="width:100%;" /></center>
</div>
</div>
<div class="section white-section">
<div class="section_container">
<div style="margin-top:30vh;">
<center>
<h3 style="font-size:34px;margin:30px 0px;">Mission Statement</h3>
<p style="font-size:24px;margin:20px 0px;">At PhoneLess we believe that employees have the right to Tweet or Snap whatever they want...</p>
<p style="font-size:24px;">but <span style="font-size:34px;">"Not On Your Dime"</span></p>
<div><button class="blue-button" onclick="$('#fv-dots').find('li:last').find('a').click(); return false;">Contact Us</button></div>
</center>
</div>
</div>
</div>
<div class="section blue-section">
<div class="section_container">
<div style="margin-top:12vh;font-size:24px;">
<center>
<h3 style="font-size:34px;margin:30px 0px;">"56 Minutes /Employee /Day"</h3>
<p style="font-size:24px;margin:20px 0px;">A study from The Staffing Firm revealed that mobile devices are the biggest distraction during the workday. Specifically, workers waste an average of 56 minutes per day, or nearly 5 hours a week, using their mobile devices for non-work activities.</p>
<p>Per Year / Per Employee</p>
<center style="font-size:16px;margin-top:10px;">
<div class="rib vtop" style="margin:0px 30px;">
<div><u>$10</u></div>
<div>$2,427</div>
</div>
<div class="rib vtop" style="margin:0px 30px;">
<div><u>$15</u></div>
<div>$3,640</div>
</div>
<div class="rib vtop" style="margin:0px 30px;">
<div><u>$20</u></div>
<div>$4,854</div>
</div>
</center>
<div><button class="white-button" onclick="$('#fv-dots').find('li:last').find('a').click(); return false;">Contact Us</button></div>
</center>
</div>
</div>
</div>
<div class="section white-section">
<div class="section_container">
<div class="main_header_image">
<img src="/images/logo_blue_small.png" />
</div>
<div class="main_form">
<form method="post" action="#" onsubmit="send_contact_form(this); return false;">
<div>Full Name</div>
<div><input type="text" name="full_name" value="" required /></div>
<div>Email</div>
<div><input type="text" name="email" value="" required /></div>
<div>Cell Phone #</div>
<div><input type="text" name="cell_phone" value="" required /></div>
<div style="margin:10px 0px;"><textarea name="notes" placeholder="Type here" style="height:200px;" required></textarea></div>
<div id="save_button_container"><input type="submit" name="submit" value="Send" class="blue-button" /></div>
</form>
</div>
</div>
</div>
</div>
<?php } else { ?>
<div id="main_container">
<div class="main_header_image">
<a href="/main_menu.php"><img src="/images/logo_white_small.png" /></a>
</div>
<div class="main_form">
<?= $body;?>
</div>
</div>
<?php } ?>
</body>
</html>