[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: salon-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>Salon 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/hair2.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>Hair Salon Software <br/> is an entirely software to manage your business. </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>TheSalonFriend gives you Peace of Mind and your clients Good Hair Days</h3> <p>TheSalonFriend is an all-in-one hair salon software. No matter which stage you're at in your beauty business, the software offers custom solutions to support your journey. Help your clients' book appointments easily while you grow your hair salon effortlessly</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>One Solution = Limitless Features</h4> <p>Leave all the messy admin work to your hair salon software. As a salon owner, all you should focus on is business growth. From organising client data to managing stuff and shifts, or even selling products, TheSalonFriend does it all in one place.</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>Find your loyal clients and keep them coming back</h4> <p>TheSalonFriend's customer segmentation feature gives you deep insights on who your active customers are. Stay in touch with these clients by inviting them to launches and events, and sending them discount coupons on their birthday and anniversary. Doing this will ensure you get more business opportunities from them.</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>Integrated point of sale system</h4> <p>Our hair salon software has an integrated POS system. It makes the checkout process faster and ensures your clients can leave your premises with a smile on their face. Go completely paperless by sending them the invoices and receipts via email. The POS system can also be used for discount coupons and gift card redemption.</p> </div> <!-- End Col --> </div> <!-- End Row --> <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.71 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