[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: tanning-software.php
<!DOCTYPE html> <html lang="en"> <head> <!-- Required Meta Tags Always Come First --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Title --> <title>Tanning Spa Software | The Salon Friend</title> <link rel="shortcut icon" href="assets/icon.png" type="image/x-icon"> <link rel="icon" href="assets/icon.png" type="image/x-icon"> <!-- Font --> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap" rel="stylesheet"> <!-- CSS Implementing Plugins --> <link rel="stylesheet" href="assets/vendor/bootstrap-icons/font/bootstrap-icons.css"> <link rel="stylesheet" href="assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.css"> <!-- CSS Unify Template --> <link rel="stylesheet" href="assets/css/theme.min.css"> </head> <body> <!-- ========== HEADER ========== --> <?php include("includes/header.php");?> <br /><br /> <br /><br /> <br /> <!-- ========== END HEADER ========== --> <!-- ========== MAIN CONTENT ========== --> <main id="content" role="main"> <!-- Hero --> <div class="container"> <div class="row position-relative"> <div class="position-md-absolute top-0 col-md-8 offset-md-4 h-100"> <div class="bg-img-center h-100" style="background-image: url(assets/msap.jpeg); min-height: 20rem;"></div> </div> <!-- End Col --> <div class="col-10 col-md-7 col-lg-6 offset-1 offset-md-0 content-space-md-1"> <div class="position-relative bg-white rounded-3 zi-1 py-6 pe-6"> <div class="mb-5"> <h1> Revolutionize Your Tanning <br/> Salon with Tanning Salon Software. </h1> </div> </div> </div> <!-- End Col --> </div> <!-- End Row --> </div> <!-- End Hero --> <!-- Description --> <div class="container content-space-t-md-2 content-space-b-2"> <div id="listOfSocialLinks" class="position-relative"> <div class="row mb-3"> <div class="col-10 col-md-7 col-lg-6 offset-1 offset-md-4"> <h3>Go paperless with electronic client records</h3> <p>Embrace the era of the paperless office with TheSalonFriend. Say farewell to appointment registers, physical forms, and more. Store all your appointments, emails, payment details, and consultation forms securely in an online platform. Your data remains safe and accessible at any time, revolutionizing the way you manage your salon or spa</p> </div> <!-- End Col --> </div> <!-- End Row --> <div class="row mb-3"> <div class="col-10 col-md-7 col-lg-6 offset-1 offset-md-4"> <h4>Simple and efficient inventory management</h4> <p>Simplify inventory management with our tanning salon software. Seamlessly stay informed with instant notifications when stock levels are low and receive alerts for products nearing expiration. With all your products readily available to your technicians, you can ensure they never have to disappoint clients with the phrase 'we're out of stock'</p> </div> <!-- End Col --> </div> <div class="row mb-3"> <div class="col-10 col-md-7 col-lg-6 offset-1 offset-md-4"> <h4>Round-the-clock Marketing</h4> <p> TheSalonFriend's comprehensive suite of marketing tools is always by your side. With effortless ease, you can run targeted promotions and engage with your customers anytime, anywhere. From our tanning salon software, you can offer enticing features such as gift cards, loyalty points, discounts, and membership packages to your valued clients. Additionally, our software enables you to track campaign performance and analyze return on investment (ROI) for a data-driven approach to marketing</p> </div> <!-- End Col --> </div> <div id="stickyBlockStartPoint"> <!-- Socials --> <div class="js-sticky-block col-md-3 col-lg-4" data-hs-sticky-block-options='{ "parentSelector": "#stickyBlockStartPoint", "targetSelector": "#header", "breakpoint": "md", "startPoint": "#listOfSocialLinks", "endPoint": "#stickyBlockEndPoint", "stickyOffsetTop": 20 }'> <ul class="list-unstyled list-py-1 position-md-absolute top-0 start-0 mt-5 mt-md-0"> <li><a class="link link-secondary" href="#"> <div class="d-flex"> <div class="flex-shrink-0"> <i class="bi-facebook"></i> </div> <div class="flex-grow-1 ms-2"> <span>Facebook</span> </div> </div> </a></li> <li><a class="link link-secondary" href="#"> <div class="d-flex"> <div class="flex-shrink-0"> <i class="bi-linkedin"></i> </div> <div class="flex-grow-1 ms-2"> <span>Linkedin</span> </div> </div> </a></li> <li><a class="link link-secondary" href="#"> <div class="d-flex"> <div class="flex-shrink-0"> <i class="bi-twitter"></i> </div> <div class="flex-grow-1 ms-2"> <span>Twitter</span> </div> </div> </a></li> </ul> </div> <!-- End Socials --> </div> </div> <!-- End Sticky End Point --> <div id="stickyBlockEndPoint"></div> </div> <!-- End Description --> </main> <!-- ========== END MAIN CONTENT ========== --> <!-- ========== FOOTER ========== --> <?php include("includes/footer.php");?> <!-- ========== END FOOTER ========== --> <!-- ========== SECONDARY CONTENTS ========== --> <!-- Go To --> <a class="js-go-to go-to position-fixed" href="javascript:;" style="visibility: hidden;" data-hs-go-to-options='{ "offsetTop": 700, "position": { "init": { "right": "2rem" }, "show": { "bottom": "2rem" }, "hide": { "bottom": "-2rem" } } }'> <i class="bi-chevron-up"></i> </a> <!-- ========== END SECONDARY CONTENTS ========== --> <!-- JS Global Compulsory --> <script src="assets/vendor/bootstrap/dist/js/bootstrap.bundle.min.js"></script> <!-- JS Implementing Plugins --> <script src="assets/vendor/hs-header/dist/hs-header.min.js"></script> <script src="assets/vendor/hs-mega-menu/dist/hs-mega-menu.min.js"></script> <script src="assets/vendor/hs-go-to/dist/hs-go-to.min.js"></script> <script src="assets/vendor/hs-sticky-block/dist/hs-sticky-block.min.js"></script> <!-- JS Unify --> <script src="assets/js/theme.min.js"></script> <!-- JS Plugins Init. --> <script> (function() { // INITIALIZATION OF NAVBAR // ======================================================= new HSHeader('#header').init() // INITIALIZATION OF MEGA MENU // ======================================================= const megaMenu = new HSMegaMenu('.js-mega-menu', { desktop: { position: 'left' } }) // INITIALIZATION OF STICKY BLOCKS // ======================================================= new HSStickyBlock('.js-sticky-block', { targetSelector: document.getElementById('header').classList.contains('navbar-fixed') ? '#header' : null }) // INITIALIZATION OF GO TO // ======================================================= new HSGoTo('.js-go-to') })() </script> </body> </html>
Save Changes
Cancel / Back
Close ×
Server Info
Hostname: server1.winmanyltd.com
Server IP: 203.161.60.52
PHP Version: 8.3.27
Server Software: Apache
System: Linux server1.winmanyltd.com 4.18.0-553.22.1.el8_10.x86_64 #1 SMP Tue Sep 24 05:16:59 EDT 2024 x86_64
HDD Total: 117.98 GB
HDD Free: 59.81 GB
Domains on IP: N/A (Requires external lookup)
System Features
Safe Mode:
Off
disable_functions:
None
allow_url_fopen:
On
allow_url_include:
Off
magic_quotes_gpc:
Off
register_globals:
Off
open_basedir:
None
cURL:
Enabled
ZipArchive:
Enabled
MySQLi:
Enabled
PDO:
Enabled
wget:
Yes
curl (cmd):
Yes
perl:
Yes
python:
Yes (py3)
gcc:
Yes
pkexec:
Yes
git:
Yes
User Info
Username: eliosofonline
User ID (UID): 1002
Group ID (GID): 1003
Script Owner UID: 1002
Current Dir Owner: 1002