[
MAINHACK
]
Mail Test
BC
Config Scan
HOME
Create...
New File
New Folder
Viewing / Editing File: med-spa-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>Medical 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> Med Spa 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>Grow your Business with a Med Spa Software that has it all</h3> <p>Simplify your med spa business by adopting a comprehensive software solution that manages all aspects of your operations. Thesalonfriend provides an all-in-one platform that effortlessly handles everything, from convenient appointment scheduling to automated reminders and notifications. Give your patients an unparalleled seamless experience, free from any complexities.</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>Effortless inventory management and control</h4> <p>Streamline your spa operations and ensure efficient stock management with the help of med spa software. Automate essential tasks and maintain optimal stock levels effortlessly. With an inventory management feature that facilitates smart retailing and warehousing, you can effectively track and manage product usage. Additionally, stay on top of your inventory with instant notifications whenever stock levels run low.</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>Your online reputation managed and maintained</h4> <p> With TheSalonFriend, a med spa software solution, you can easily monitor online conversations about your business. Stay informed with instant notifications whenever negative ratings are posted on social media platforms and Google. Utilize this valuable data to promptly respond to online comments, all from a single, user-friendly dashboard. This enables you to effectively manage and uphold your brand's reputation throughout the year..</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: 60.09 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