OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
CreatePage
/
pages
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/19/2025 10:07:15 AM
rwxrwxrwx
📄
1739940576758-knobly.html
376.26 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740028952102-shreyas.html
6.43 KB
02/24/2025 12:20:58 PM
rw-r--r--
📄
1740037730291-shreyas.html
3.6 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740037747836-shreyas.html
2.99 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740037828398-shreyas.html
2.99 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740037891806-shreyas.html
2.99 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740037953606-shreyas.html
2.99 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740038078686-shreyas.html
6.06 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740040348035-shreyas.html
6.44 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740040518994-shreyas.html
2.99 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740057351667-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740113944881-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740113969938-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740114017639-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740114345707-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740114509996-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740114539954-shreyas.html
3 KB
02/24/2025 12:20:59 PM
rw-r--r--
📄
1740400917050-arv.html
141.76 KB
02/24/2025 12:41:58 PM
rw-r--r--
📄
1740483940674-landed1.html
11.71 KB
02/25/2025 11:45:40 AM
rw-r--r--
📄
1740717759987-knobly.html
229.85 KB
02/28/2025 04:42:41 AM
rw-r--r--
📄
1740720793333-xpress.html
4.46 MB
02/28/2025 05:33:15 AM
rw-r--r--
Editing: 1740038078686-shreyas.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title></title> <!-- <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet"> <link href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/css/bootstrap.min.css" rel="stylesheet"> --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <link href="style.css" rel="stylesheet"> <style> .content-section { position: relative; } .image-container { position: relative; max-width: 100%; height: auto; } .save-bar { position: relative; bottom: 0; left: 0; right: 0; background: #fff; padding: 10px; box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1); display: flex; justify-content: center; z-index: 1000; } .checkbox-container { display: flex; flex-wrap: wrap; gap: 10px; margin: 20px 0; padding: 20px; background: #f8f9fa; border-radius: 8px; } .form-field { opacity: 0; transform: translateY(20px); transition: all 0.3s ease; } .hero { padding: 20px 0; } .form-field.visible { opacity: 1; transform: translateY(0); } header { background-color: black; } .imgTextSection { display: flex; gap: 20px; } .content-section { margin: 0px; } footer { background-color: black; color: #f8f9fa; } #footerCopy{ text-align: center; } @media (max-width: 768px) { .imgTextSection { flex-direction: column; } #header-logo { width: auto; height: 40px; } } </style> </head> <body class="index-page preview-mode"> <!-- Header Section --> <header id="header" class="header d-flex align-items-center sticky-top "> <div class="container-fluid container-xl d-flex align-items-center"> <a href="index.html" class="logo d-flex align-items-center me-auto"> <img id="header-logo" src="assets/logo_new.png" width="200" height="77" alt="Logo"> </a> </div> </header> <main class="main"> <!-- Hero Section --> <section id="hero" class="hero section content-section"> <div id="hero-carousel" class="carousel slide"> <img id="hero-image" src="assets/hero-carousel-1.jpg" alt="Hero Image"> </div> </section> <!-- Form Section --> <section id="form-section" class="section content-section"> <div class="container"> <div class="content-section"> <h2 id="form-title">Register Now</h2> </div> <!-- Field Selection --> <form id="frmLead" class="contact-form" onsubmit="return chkLead()"> <div id="formFields"> <div class="form-group form-field visible" data-field="name"> <label for="Name">Name *</label> <input type="text" id="Name" name="Name" required=""> </div> <div class="form-group form-field visible" data-field="email"> <label for="Email">Email *</label> <input type="email" id="Email" name="Email" required=""> </div> <div class="form-group form-field visible" data-field="phone"> <label for="Mobile">Phone Number *</label> <input type="tel" id="Mobile" name="Mobile" required=""> </div> </div> <div id="panelStatus" class="status-panel"></div> <div align="center"> <button type="submit" id="btnSubmit" class="submit-button">Submit</button> <div id="contentLoader" style="display: none;">Processing...</div> </div> </form> </div> </section> <!-- Products Section --> <section id="portfolio" class="portfolio section content-section"> <div class="container"> <div class="content-section"> <h2 id="products-title">Our Products</h2> </div> <div class="image-section"> <div class="content-section imgTextSection"> <img id="product-image" src="assets/pro_1.jpg" alt="Product"> <div class="text-section content-section"> <div> <h2 id="product-heading1">THE CUTTING EDGE TECHNOLOGY TO REBALANCE YOUR SCALP</h2> <h3 id="product-heading2">Discover Our SUPERFOOD COMPLEX</h3> <p id="product-description">A blend of superfood and skincare actives that help rebalance the scalp.</p> </div> </div> </div> </div> </div> </section> </main> <!-- Footer --> <footer id="footer" class="footer"> <div class="container footer-top"> <div class=""> <div class=""> <strong id="footerAddHead">Address:</strong> <span id="footerAddress"> 172A, First Floor, J P House, Lane 2, Saidulajab, Saket Behind Saket Metro Station New Delhi India </span> <p class="mt-3"><strong>Phone:</strong> <span id="footerPhone">+91 96255 59438</span> <br> <strong>Email:</strong> <span id="footerEmail">info@evolvere.in</span> </p> </div> <div class="col-lg-4 col-md-12 footer-newsletter"> <h4 id="footerAboutH">About Us</h4> <p id="footerAboutus">One-stop problem-fixer for both the Salon owners and hair & beauty consumers </p> </div> </div> </div> <p id="footerCopy">© Copyright 2025 All Rights Reserved </p> </footer> <!-- Control Bar --> <!-- Image Upload Modal --> <!-- Preview Control Bar --> <!-- Scripts --> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/5.3.0/js/bootstrap.bundle.min.js"></script> <script src="script.js"></script> </body> </html>