OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
reader
/
mhd
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
03/04/2025 08:32:49 AM
rwxr-xr-x
📁
.vscode
-
03/03/2025 08:23:04 AM
rwxr-xr-x
📁
assets
-
03/03/2025 08:31:58 AM
rwxr-xr-x
📄
dashboard.html
17.82 KB
03/03/2025 08:18:51 AM
rw-r--r--
📄
dashboard.zip
3.39 KB
03/03/2025 08:18:51 AM
rw-r--r--
📁
forms
-
05/19/2025 10:07:13 AM
rwxr-xr-x
📄
index_test.html
15.16 KB
03/03/2025 08:18:51 AM
rw-r--r--
📄
login.html
1.39 KB
03/03/2025 08:18:51 AM
rw-r--r--
📁
services
-
03/03/2025 08:28:33 AM
rwxr-xr-x
📄
signup.html
2.12 KB
03/03/2025 08:18:51 AM
rw-r--r--
Editing: index_test.html
Close
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>MashiniHomeDesigns</title> <meta content="Empowering the informal entrepreneurial workforce in residential construction" name="description"> <meta content="MHD, Construction, Bangalore, Entrepreneurial Workforce" name="keywords"> <!-- Favicons --> <link href="https://example.com/your-image.png" rel="icon"> <link href="https://example.com/your-image.png" rel="apple-touch-icon"> <!-- Google Fonts --> <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet"> <!-- Vendor CSS Files --> <link href="assets/vendor/animate.css/animate.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <!-- Template Main CSS File --> <link href="assets/css/style.css" rel="stylesheet"> <!-- Additional CSS for specific styles --> <link rel="stylesheet" href="assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="assets/css/owl.theme.default.min.css"> <style> /* Custom styles */ .hero-container { display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; color: #fff; } .hero-content { text-align: center; } .btn-primary { background: #0f31a1; border: none; color: #fff; padding: 10px 20px; text-transform: uppercase; transition: background 0.3s; } .btn-primary:hover { background: #0b389a; } .section-title { margin-bottom: 30px; } .footer-top { background: #f8f9fa; padding: 20px 0; } .footer-links ul, .footer-contact p, .footer-info { margin-bottom: 20px; } .icon-box h3:hover{ color: #fff; } </style> </head> <body> <!-- ======= Header ======= --> <header id="header" class="d-flex align-items-center"> <div class="container d-flex justify-content-between align-items-center"> <div class="logo"> <h1><a href="#"><img src="https://example.com/your-image.png" width="217" height="58" alt="MHD Logo"></a></h1> </div> <nav id="navbar" class="navbar"> <ul> <li><a href="#">Home</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Services</a></li> <li><a href="#">Membership</a></li> <li><a href="#">Blog</a></li> <li><a href="#">Contact Us</a></li> <li><a href="#">FAQ</a></li> </ul> <ul> <!-- <li><a href="/login.html" class="btn btn-primary">Login</a></li> --> <li><a href="/signup.html" class="btn btn-primary">Sign In</a></li> </ul> <i class="bi bi-list mobile-nav-toggle"></i> </nav> </div> </header><!-- End Header --> <!-- ======= Hero Section ======= --> <section id="hero"> <div class="hero-container"> <div class="hero-content"> <img src="/assets/img/header.png" alt="Hero Image" style="width: 100%; margin-bottom: 20px;"> <h1>Empowering the Informal Entrepreneurial Workforce</h1> <p>Join today to transform the face of residential construction in Bangalore.</p> <a href="#" class="btn btn-primary">Become a Member</a> <a href="#" class="btn btn-primary">Explore Services</a> </div> </div> </section><!-- End Hero Section --> <main id="main"> <!-- ======= Featured Section ======= --> <section id="featured" class="featured"> <div class="container"> <div class="row"> <div class="col-lg-4"> <div class="icon-box"> <i class="bi bi-person"></i> <h3>Who We Are</h3> <p>Learn about our mission and vision to uplift informal sectors in Bangalore.</p> </div> </div> <div class="col-lg-4 mt-4 mt-lg-0"> <div class="icon-box"> <i class="bi bi-award"></i> <h3>Why Choose MHD</h3> <p>Enjoy benefits like ESI enrollment, skilled training, visibility, and legal support.</p> </div> </div> <div class="col-lg-4 mt-4 mt-lg-0"> <div class="icon-box"> <i class="bi bi-people"></i> <h3>Testimonials</h3> <p>Hear from our current members and their success stories.</p> </div> </div> </div> </div> </section><!-- End Featured Section --> <!-- ======= About Us Section ======= --> <section id="about" class="about"> <div class="container"> <div class="row"> <div class="col-md-12 text-center section-title"> <h2>About Us</h2> </div> <div class="col-lg-6"> <img src="https://wallpaperaccess.com/full/2484190.jpg" class="img-fluid" alt="About Us"> </div> <div class="col-lg-6 content"> <h3>Our Story</h3> <p>Discover the journey of MashiniHomeDesigns and our mission to revolutionize residential construction.</p> <h3>Mission & Vision</h3> <p>Learn about our goals and the impact we aim to achieve in Bangalore.</p> <h3>Our Team</h3> <p>Meet the management team, engineers, and architects behind MHD.</p> </div> </div> </div> </section><!-- End About Us Section --> <!-- ======= Services Section ======= --> <!-- <section id="services" class="services"> <div class="container"> <div class="row"> <div class="col-md-12 text-center section-title"> <h2>Our Services</h2> </div> <div class="col-md-12"> <div class="featured-carousel owl-carousel"> <div class="item"> <div class="work"> <a href="#"><img src="https://example.com/your-image.png" alt="Service 1"></a> </div> </div> <div class="item"> <div class="work"> <a href="#"><img src="https://example.com/your-image.png" alt="Service 2"></a> </div> </div> <div class="item"> <div class="work"> <a href="#"><img src="https://example.com/your-image.png" alt="Service 3"></a> </div> </div> </div> </div> </div> </div> </section> --> <section class="container my-5"> <div class="col-md-12 text-center section-title"> <h2>Our Services</h2> </div> <div class="row"> <div class="col-md-4"> <div class="card"> <img src="/assets/img/training.png" class="card-img-top" alt="Training"> <div class="card-body"> <h5 class="card-title">Skilled Training</h5> <p class="card-text">Paid skilled training program sponsored by the state.</p> </div> </div> </div> <div class="col-md-4"> <div class="card"> <img src="assets/img/insurance.png" class="card-img-top" alt="Insurance"> <div class="card-body"> <h5 class="card-title">Health Insurance</h5> <p class="card-text">Get enrolled into state ESI and health insurance schemes.</p> </div> </div> </div> <div class="col-md-4"> <div class="card"> <img src="assets/img/visibility.png" class="card-img-top" alt="Visibility"> <div class="card-body"> <h5 class="card-title">Vendor Visibility</h5> <p class="card-text">Become visible as a vendor or service provider to a large customer base.</p> </div> </div> </div> </div> </section> <!-- End Services Section --> <!-- ======= Membership Section ======= --> <section id="membership" class="membership"> <div class="container"> <div class="row"> <div class="col-md-12 text-center section-title"> <h2>Membership</h2> </div> <div class="col-lg-6"> <h3>Membership Tiers</h3> <p>Explore the different membership levels and their benefits.</p> </div> <div class="col-lg-6"> <h3>How to Join</h3> <p>Follow our step-by-step guide to become a member of MHD.</p> </div> <div class="col-md-12"> <h3>Success Stories</h3> <p>Read testimonials and success stories from our current members.</p> </div> </div> </div> </section><!-- End Membership Section --> <!-- ======= Blog Section ======= --> <section id="blog" class="blog"> <div class="container"> <div class="row"> <div class="col-md-12 text-center section-title"> <h2>Blog</h2> </div> <div class="col-lg-12"> <!-- Blog posts go here --> <div class="blog-post"> <h3>Latest Insights</h3> <p>Stay updated with our latest blog posts on industry trends and tips.</p> </div> </div> </div> </div> </section><!-- End Blog Section --> <!-- ======= Contact Us Section ======= --> <section id="contact" class="contact py-5"> <div class="container"> <!-- Section Title --> <div class="row text-center mb-4"> <div class="col-md-12 text-center section-title"> <h2>Contact Us</h2> </div> </div> <div class="row justify-content-center"> <!-- Contact Form --> <div class="col-md-6 col-lg-5"> <div class=" p-4 rounded "> <h3 class="h4 mb-3 text-center">Contact Form</h3> <form action="#" method="post"> <div class="form-group"> <label for="name">Name</label> <input type="text" id="name" name="name" class="form-control" required> </div> <div class="form-group"> <label for="email">Email</label> <input type="email" id="email" name="email" class="form-control" required> </div> <div class="form-group"> <label for="message">Message</label> <textarea id="message" name="message" class="form-control" rows="5" required></textarea> </div> <!-- Added space above the button --> <div class="text-center mt-4"> <button type="submit" class="btn btn-primary">Send Message</button> </div> </form> </div> </div> <!-- Address and Contact Info --> <div class="col-md-6 col-lg-5 mt-4 mt-md-0"> <div class=" p-4 rounded "> <h3 class="h4 mb-3 text-center">Our Address</h3> <address class="text-center"> <p class="mb-2">123 Main Street, Bangalore, India</p> <p class="mb-2">Phone: <a href="tel:+911234567890">+91 123 456 7890</a></p> <p>Email: <a href="mailto:info@mashinidesigns.com">info@mashinidesigns.com</a></p> </address> </div> </div> </div> </div> </section> <!-- End Contact Us Section --> </main><!-- End #main --> <!-- ======= Footer ======= --> <footer id="footer"> <div class="container "> <div class="row pt-4"> <div class="col-md-4 footer-info"> <h3><img src="https://example.com/your-image.png" alt="Footer Logo" style="width: 150px;"></h3> <p>Empowering the informal entrepreneurial workforce in residential construction.</p> </div> <div class="col-md-4 footer-links"> <h4>Quick Links</h4> <ul> <li><a style="color: #fff;" href="#">Home</a></li> <li><a style="color: #fff;" href="#">About Us</a></li> <li><a style="color: #fff;" href="#">Services</a></li> <li><a style="color: #fff;" href="#">Membership</a></li> <li><a style="color: #fff;" href="#">Blog</a></li> <li><a style="color: #fff;" href="#">Contact Us</a></li> <li><a style="color: #fff;" href="#">FAQ</a></li> </ul> </div> <div class="col-md-4 footer-contact"> <h4>Contact Us</h4> <p> 123 Main Street, Bangalore, India<br> Phone: +91 123 456 7890<br> Email: info@mashinidesigns.com<br> </p> </div> </div> </div> <div class="container"> <div class="copyright"> © 2024 MashiniHomeDesigns. All Rights Reserved. </div> </div> </footer><!-- End Footer --> <!-- Vendor JS Files --> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <script src="assets/vendor/php-email-form/validate.js"></script> <!-- Template Main JS File --> <script src="assets/js/main.js"></script> <script src="assets/js/owl.carousel.min.js"></script> <script> $(document).ready(function(){ $(".featured-carousel").owlCarousel({ loop: true, margin: 10, nav: true, dots: false, autoplay: true, autoplayTimeout: 3000, autoplayHoverPause: true, responsive: { 0: { items: 1 }, 600: { items: 3 }, 1000: { items: 5 } } }); }); </script> </body> </html>