HEX
Server: Apache/2.4.46 (Ubuntu)
System: Linux localhost 5.11.0-49-generic #55-Ubuntu SMP Wed Jan 12 17:36:34 UTC 2022 x86_64
User: root (0)
PHP: 7.4.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/html/urbanlights/index.html
<!doctype html>
<html lang="en">

<head>
    <!-- Required meta tags -->
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="icon" type="image/x-icon" href="img/favicon.ico">

    <!-- Bootstrap CSS -->
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <link rel="stylesheet" href="css/owl.carousel.min.css">
    <link rel="stylesheet" href="css/owl.theme.default.min.css">
    <link href='https://unpkg.com/boxicons@2.1.1/css/boxicons.min.css' rel='stylesheet'>
    <link rel="stylesheet" href="css/style.css">

    <!-- Swiper CSS -->
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css">

    <title>Urban Lights - Premium Lighting Solutions</title>
</head>

<body data-bs-spy="scroll" data-bs-target=".navbar" data-bs-offset="70">

    <!-- TOP NAV -->
    <div class="top-nav" id="home">
        <div class="container">
            <div class="row justify-content-between">
                <div class="col-auto">
                    <p> <i class='bx bxs-envelope'></i> info@urbanlights.com</p>
                    <p> <i class='bx bxs-phone-call'></i> 1-800-URBAN-LIGHT</p>
                </div>
                <div class="col-auto social-icons">
                    <a href="#"><i class='bx bxl-facebook'></i></a>
                    <a href="#"><i class='bx bxl-twitter'></i></a>
                    <a href="#"><i class='bx bxl-instagram'></i></a>
                    <a href="#"><i class='bx bxl-linkedin'></i></a>
                </div>
            </div>
        </div>
    </div>

    <!-- BOTTOM NAV -->
    <nav class="navbar navbar-expand-lg navbar-light bg-white sticky-top">
        <div class="container">
            <a class="navbar-brand" href="#">
                <a class="navbar-brand" href="#"> <img class="navbar-brand-img" src="img/logo.png" alt=""></a>
                <!-- <h2 class="navbar-brand-text">URBAN LIGHTS</h2> -->
            </a>
            <button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
                <span class="navbar-toggler-icon"></span>
            </button>
            <div class="collapse navbar-collapse" id="navbarNav">
                <ul class="navbar-nav ms-auto">
                    <li class="nav-item">
                        <a class="nav-link" href="#home">Home</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#about">About</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#products">Products</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#projects">Projects</a>
                    </li>
                    <li class="nav-item">
                        <a class="nav-link" href="#solutions">Solutions</a>
                    </li>
                </ul>
                <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal" class="btn btn-brand ms-lg-3">Get Quote</a>
            </div>
        </div>
    </nav>

    <!-- Video Hero Slider -->
    <div class="swiper video-hero-slider">
        <div class="swiper-wrapper">
            <!-- Slide 1 with Video -->
            <div class="swiper-slide video-slide">
                <!-- Video Background -->
                <video class="video-background" autoplay muted loop playsinline>
                    <source src="videos/video1.mp4" type="video/mp4">
                    Your browser does not support the video tag.
                </video>

                <!-- Content Overlay -->
                <div class="video-overlay"></div>

                <!-- Content -->
                <div class="container content-container">
                    <div class="row">
                        <div class="col-12 text-center text-white">
                            <h6 class="text-white text-uppercase">Illuminate Your World</h6>
                            <h1 class="display-3 my-4">Premium Lighting<br />Solutions</h1>
                            <p class="lead mb-4">Smart, Sustainable, and Stylish Lighting for Modern Spaces</p>
                            <a href="#products" class="btn btn-brand">Explore Products</a>
                            <a href="#solutions" class="btn btn-outline-light ms-3">Our Solutions</a>
                        </div>
                    </div>
                </div>
            </div>

            <!-- Slide 2 with Video -->
            <div class="swiper-slide video-slide">
                <!-- Video Background -->
                <video class="video-background" autoplay muted loop playsinline>
                    <source src="videos/video3.mp4" type="video/mp4">
                    Your browser does not support the video tag.
                </video>

                <!-- Content Overlay -->
                <div class="video-overlay"></div>

                <!-- Content -->
                <div class="container content-container">
                    <div class="row">
                        <div class="col-12 col-lg-10 offset-lg-1 text-white text-center">
                            <h6 class="text-white text-uppercase">Smart Lighting Technology</h6>
                            <h1 class="display-3 my-4">Energy Efficient<br />Smart Lighting</h1>
                            <p class="lead mb-4">Save up to 80% on energy costs with our IoT-enabled lighting solutions</p>
                            <a href="#solutions" class="btn btn-brand">Learn More</a>
                            <a href="#" data-bs-toggle="modal" data-bs-target="#exampleModal" class="btn btn-outline-light ms-3">Get Consultation</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>

        <!-- Navigation Arrows -->
        <div class="swiper-button-next"></div>
        <div class="swiper-button-prev"></div>

        <!-- Pagination Dots -->
        <div class="swiper-pagination"></div>
    </div>

    <!-- ABOUT -->
    <section id="about">
        <div class="container">
            <div class="row justify-content-center align-items-center">
                <div class="col-lg-5 py-5">
                    <div class="row">
                        <div class="col-12">
                            <div class="info-box">
                                <img src="img/icon-energy.png" alt="Energy Efficient">
                                <div class="ms-4">
                                    <h5>Energy Efficient</h5>
                                    <p>Our LED lighting solutions reduce energy consumption by up to 80% compared to traditional lighting systems</p>
                                </div>
                            </div>
                        </div>
                        <div class="col-12 mt-4">
                            <div class="info-box">
                                <img src="img/icon-smart.png" alt="Smart Control">
                                <div class="ms-4">
                                    <h5>Smart Control</h5>
                                    <p>IoT-enabled lighting systems with remote control, scheduling, and automation capabilities</p>
                                </div>
                            </div>
                        </div>
                        <div class="col-12 mt-4">
                            <div class="info-box">
                                <img src="img/icon-sustainable.png" alt="Sustainable">
                                <div class="ms-4">
                                    <h5>Sustainable Design</h5>
                                    <p>Eco-friendly materials and designs that minimize environmental impact while maximizing performance</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-lg-5">
                    <div class="intro">
                        <h6>About Urban Lights</h6>
                        <h1>Leading Lighting Innovation Since 2025</h1>
                        <p>Urban Lights specializes in premium commercial, residential, and industrial lighting solutions. We combine cutting-edge technology with elegant design to create lighting systems that enhance spaces while reducing energy costs.</p>
                        <p>Our team of lighting experts works closely with architects, interior designers, and contractors to deliver customized lighting solutions for every project.</p>
                        <a href="#solutions" class="btn btn-brand mt-3">Our Solutions</a>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- MILESTONE -->
    <section id="milestone">
        <div class="container">
            <div class="row text-center justify-content-center gy-4">
                <div class="col-lg-3 col-sm-6">
                    <h1 class="display-4">5000+</h1>
                    <p class="mb-0">Projects Completed</p>
                </div>
                <div class="col-lg-3 col-sm-6">
                    <h1 class="display-4">15+</h1>
                    <p class="mb-0">Years Experience</p>
                </div>
                <div class="col-lg-3 col-sm-6">
                    <h1 class="display-4">85%</h1>
                    <p class="mb-0">Energy Savings</p>
                </div>
                <div class="col-lg-3 col-sm-6">
                    <h1 class="display-4">50+</h1>
                    <p class="mb-0">Countries Served</p>
                </div>
            </div>
        </div>
    </section>

    <!-- PRODUCTS -->
    <section id="products" class="text-center">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <div class="intro">
                        <h6>Our Products</h6>
                        <h1>Lighting Solutions for Every Space</h1>
                        <p class="mx-auto">From commercial complexes to residential spaces, we offer comprehensive lighting solutions that combine aesthetics with functionality</p>
                    </div>
                </div>
            </div>
            <div class="row g-4">
                <div class="col-lg-4 col-md-6">
                    <div class="service">
                        <img src="img/commercial-lighting.png" alt="Commercial Lighting">
                        <h5>Commercial Lighting</h5>
                        <p>High-efficiency LED solutions for offices, retail spaces, hotels, and commercial complexes with smart control systems</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6">
                    <div class="service">
                        <img src="img/residential-lighting.png" alt="Residential Lighting">
                        <h5>Residential Lighting</h5>
                        <p>Stylish and functional lighting for homes, apartments, and villas with customizable designs and smart home integration</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6">
                    <div class="service">
                        <img src="img/industrial-lighting.png" alt="Industrial Lighting">
                        <h5>Industrial Lighting</h5>
                        <p>Robust and energy-efficient lighting solutions for factories, warehouses, and industrial facilities</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6">
                    <div class="service">
                        <img src="img/outdoor-lighting.png" alt="Outdoor Lighting">
                        <h5>Outdoor & Landscape</h5>
                        <p>Weather-resistant outdoor lighting for streets, parks, gardens, and architectural illumination</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6">
                    <div class="service">
                        <img src="img/smart-lighting.png" alt="Smart Lighting">
                        <h5>Smart Lighting Systems</h5>
                        <p>IoT-enabled lighting with remote control, automation, and energy monitoring capabilities</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-6">
                    <div class="service">
                        <img src="img/emergency-lighting.png" alt="Emergency Lighting">
                        <h5>Emergency Lighting</h5>
                        <p>Reliable emergency and safety lighting systems compliant with all safety regulations</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- PROJECTS -->
    <section class="bg-light" id="projects">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <div class="intro">
                        <h6>Our Work</h6>
                        <h1>Successfully Completed Projects</h1>
                        <p class="mx-auto">Explore our portfolio of innovative lighting solutions implemented across various sectors</p>
                    </div>
                </div>
            </div>
        </div>
        <div id="projects-slider" class="owl-theme owl-carousel">
            <div class="project">
                <div class="overlay"></div>
                <img src="img/commercial-project.jpg" alt="Commercial Complex">
                <div class="content">
                    <h2>Skyline Business Tower</h2>
                    <h6>Commercial LED Lighting</h6>
                </div>
            </div>
            <div class="project">
                <div class="overlay"></div>
                <img src="img/residential-project.jpg" alt="Residential Project">
                <div class="content">
                    <h2>Luxury Villa Complex</h2>
                    <h6>Smart Home Lighting</h6>
                </div>
            </div>
            <div class="project">
                <div class="overlay"></div>
                <img src="img/hotel-project.jpg" alt="Hotel Lighting">
                <div class="content">
                    <h2>Grand Hotel & Resort</h2>
                    <h6>Hospitality Lighting</h6>
                </div>
            </div>
            <div class="project">
                <div class="overlay"></div>
                <img src="img/industrial-project.jpg" alt="Industrial Facility">
                <div class="content">
                    <h2>Manufacturing Facility</h2>
                    <h6>Industrial LED Lighting</h6>
                </div>
            </div>
            <div class="project">
                <div class="overlay"></div>
                <img src="img/landscape-project.jpg" alt="Landscape Lighting">
                <div class="content">
                    <h2>City Central Park</h2>
                    <h6>Landscape Lighting</h6>
                </div>
            </div>
        </div>
    </section>

    <!-- SOLUTIONS -->
    <section id="solutions">
        <div class="container">
            <div class="row">
                <div class="col-12">
                    <div class="intro">
                        <h6>Our Solutions</h6>
                        <h1>Comprehensive Lighting Services</h1>
                        <p class="mx-auto">End-to-end lighting solutions from design to installation and maintenance</p>
                    </div>
                </div>
            </div>
            <div class="row justify-content-center">
                <div class="col-lg-4 col-md-8">
                    <div class="team-member">
                        <div class="image">
                            <img src="img/consultation.jpg" alt="Lighting Consultation">
                            <div class="overlay"></div>
                        </div>
                        <h5>Lighting Consultation</h5>
                        <p>Expert advice on lighting design, energy efficiency, and smart lighting solutions</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-8">
                    <div class="team-member">
                        <div class="image">
                            <img src="img/design.jpg" alt="Custom Design">
                            <div class="overlay"></div>
                        </div>
                        <h5>Custom Design</h5>
                        <p>Tailored lighting designs that match your architectural and functional requirements</p>
                    </div>
                </div>
                <div class="col-lg-4 col-md-8">
                    <div class="team-member">
                        <div class="image">
                            <img src="img/installation.jpg" alt="Professional Installation">
                            <div class="overlay"></div>
                        </div>
                        <h5>Professional Installation</h5>
                        <p>Certified technicians ensuring perfect installation and system integration</p>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!-- TESTIMONIALS -->
    <section class="bg-light" id="reviews">
        <div class="owl-theme owl-carousel reviews-slider container">
            <div class="review">
                <div class="person">
                    <img src="img/client1.jpg" alt="Client">
                    <h5>Prakash Lights</h5>
                    <small>Project Manager, Prakash lights</small>
                </div>
                <h3>"Urban Lights transformed our commercial complex with their energy-efficient LED solutions. The lighting design enhanced our building's aesthetics while reducing our energy costs by 75%."</h3>
                <div class="stars">
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                </div>
                <i class='bx bxs-quote-alt-left'></i>
            </div>
            <div class="review">
                <div class="person">
                    <img src="img/client2.jpg" alt="Client">
                    <h5>Spark Lights</h5>
                    <small>CEO, Spark Lights Group</small>
                </div>
                <h3>"The smart lighting system from Urban Lights has revolutionized our hotel operations. Our guests love the ambiance, and we've seen significant savings in our energy bills."</h3>
                <div class="stars">
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class="bx bxs-star-half"></i>
                </div>
                <i class='bx bxs-quote-alt-left'></i>
            </div>
            <div class="review">
                <div class="person">
                    <img src="img/client3.jpg" alt="Client">
                    <h5>Deep Lights</h5>
                    <small>Facilities Manager, Deep Lights</small>
                </div>
                <h3>"The industrial lighting solution provided by Urban Lights has improved visibility and safety in our factory while cutting our lighting energy consumption by 80%."</h3>
                <div class="stars">
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                    <i class='bx bxs-star'></i>
                </div>
                <i class='bx bxs-quote-alt-left'></i>
            </div>
        </div>
    </section>

    <footer>
        <div class="footer-top text-center">
            <div class="container">
                <div class="row justify-content-center">
                    <div class="col-lg-6 text-center">
                        <h2 class="navbar-brand-text"><span class="brand-logo">URBAN</span> LIGHTS</h2>
                        <p>Illuminating spaces with innovative, energy-efficient lighting solutions since 2025. We're committed to sustainable lighting that enhances environments while reducing energy consumption.</p>
                        <div class="col-auto social-icons">
                            <a href="#"><i class='bx bxl-facebook'></i></a>
                            <a href="#"><i class='bx bxl-twitter'></i></a>
                            <a href="#"><i class='bx bxl-instagram'></i></a>
                            <a href="#"><i class='bx bxl-linkedin'></i></a>
                        </div>
                        <div class="col-auto conditions-section">
                            <a href="#">Privacy Policy</a>
                            <a href="#">Terms of Service</a>
                            <a href="#">Warranty</a>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        <div class="footer-bottom text-center">
            <p class="mb-0">Copyright © <span data-year="2024"></span> Urban Lights. All rights Reserved</p>

        </div>
    </footer>

    <!-- Modal -->
    <div class="modal fade" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
        <div class="modal-dialog modal-dialog-centered modal-xl">
            <div class="modal-content">
                <div class="modal-body p-0">
                    <div class="container-fluid">
                        <div class="row gy-4">
                            <div class="col-lg-4 col-sm-12 bg-cover" style="background-image: url(img/lighting-consultation.jpg); min-height:300px;">
                                <div class="modal-bg-overlay">
                                    <h3 class="text-white">Lighting Consultation</h3>
                                    <p class="text-white">Get expert advice on your lighting needs</p>
                                </div>
                            </div>
                            <div class="col-lg-8">
                                <form class="p-lg-5 col-12 row g-3">
                                    <div>
                                        <h1>Get Lighting Consultation</h1>
                                        <p>Fill out the form below and our lighting experts will contact you within 24 hours</p>
                                    </div>
                                    <div class="col-lg-6">
                                        <label for="firstName" class="form-label">First name</label>
                                        <input type="text" class="form-control" placeholder="John" id="firstName" required>
                                    </div>
                                    <div class="col-lg-6">
                                        <label for="lastName" class="form-label">Last name</label>
                                        <input type="text" class="form-control" placeholder="Doe" id="lastName" required>
                                    </div>
                                    <div class="col-12">
                                        <label for="email" class="form-label">Email address</label>
                                        <input type="email" class="form-control" placeholder="john@example.com" id="email" required>
                                    </div>
                                    <div class="col-12">
                                        <label for="phone" class="form-label">Phone Number</label>
                                        <input type="tel" class="form-control" placeholder="+1 (555) 123-4567" id="phone">
                                    </div>
                                    <div class="col-12">
                                        <label for="projectType" class="form-label">Project Type</label>
                                        <select class="form-select" id="projectType">
                                            <option selected>Select project type</option>
                                            <option value="commercial">Commercial</option>
                                            <option value="residential">Residential</option>
                                            <option value="industrial">Industrial</option>
                                            <option value="outdoor">Outdoor/Landscape</option>
                                            <option value="other">Other</option>
                                        </select>
                                    </div>
                                    <div class="col-12">
                                        <label for="message" class="form-label">Project Details</label>
                                        <textarea name="message" placeholder="Tell us about your lighting project..." class="form-control" id="message" rows="4"></textarea>
                                    </div>

                                    <div class="col-12">
                                        <button type="submit" class="btn btn-brand">Request Consultation</button>
                                    </div>
                                </form>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </div>

    <!-- JavaScript Files -->
    <script src="js/jquery.min.js"></script>
    <script src="js/bootstrap.bundle.min.js"></script>
    <script src="js/owl.carousel.min.js"></script>

    <!-- Swiper JS -->
    <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script>

    <script src="js/app.js"></script>

    <script>
        document.addEventListener('DOMContentLoaded', function() {
            // Update all elements with data-year attribute
            document.querySelectorAll('[data-year]').forEach(function(element) {
                const startYear = element.getAttribute('data-year');
                const currentYear = new Date().getFullYear();

                if (currentYear > startYear) {
                    element.textContent = `${currentYear}`;
                } else {
                    element.textContent = currentYear;
                }
            });
        });
    </script>

    <script>
        // Initialize Video Hero Slider
        document.addEventListener('DOMContentLoaded', function() {
            const videoSlider = new Swiper('.video-hero-slider', {
                direction: 'horizontal',
                loop: true,
                speed: 1000,
                autoplay: {
                    delay: 5000,
                    disableOnInteraction: false,
                },
                navigation: {
                    nextEl: '.swiper-button-next',
                    prevEl: '.swiper-button-prev',
                },
                pagination: {
                    el: '.swiper-pagination',
                    clickable: true,
                },
                effect: 'fade',
                fadeEffect: {
                    crossFade: true
                },
                breakpoints: {
                    320: {
                        slidesPerView: 1,
                        spaceBetween: 0
                    },
                    768: {
                        slidesPerView: 1,
                        spaceBetween: 0
                    },
                    1024: {
                        slidesPerView: 1,
                        spaceBetween: 0
                    }
                }
            });

            // Pause video when slide changes
            videoSlider.on('slideChange', function() {
                const currentSlide = videoSlider.slides[videoSlider.activeIndex];
                const videos = currentSlide.querySelectorAll('video');
                videos.forEach(video => {
                    video.play().catch(e => console.log('Video autoplay prevented:', e));
                });
            });

            // Initialize Owl Carousel for projects
            $('#projects-slider').owlCarousel({
                items: 3,
                loop: true,
                margin: 20,
                autoplay: true,
                autoplayTimeout: 4000,
                autoplayHoverPause: true,
                responsive: {
                    0: {
                        items: 1
                    },
                    768: {
                        items: 2
                    },
                    992: {
                        items: 3
                    }
                }
            });

            // Initialize Owl Carousel for testimonials
            $('.reviews-slider').owlCarousel({
                items: 1,
                loop: true,
                margin: 20,
                autoplay: true,
                autoplayTimeout: 5000,
                autoplayHoverPause: true
            });
        });
    </script>
</body>

</html>