Spaces:
Sleeping
Sleeping
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Enterprise Services | LS Technologies</title> | |
| <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> | |
| <link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> | |
| <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css') }}"> | |
| </head> | |
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script> | |
| <body> | |
| <nav class="navbar navbar-expand-lg fixed-top premium-nav bg-navy shadow-sm"> | |
| <div class="container"> | |
| <a class="navbar-brand d-flex align-items-center" | |
| href="{{ url_for('home') }}"> | |
| <img src="{{ url_for('static', filename='images/logo.png') }}" | |
| class="company-logo me-3"> | |
| <span class="company-name"> | |
| Technologies | |
| </span> | |
| </a> | |
| <div class="collapse navbar-collapse" id="navbarNav"> | |
| <ul class="navbar-nav ms-auto"> | |
| <li><a class="nav-link active" href="{{ url_for('home') }}">Home</a></li> | |
| <li><a class="nav-link" href="{{ url_for('about') }}">About & Team</a></li> | |
| <li><a class="nav-link" href="{{ url_for('services') }}">Services</a></li> | |
| <li><a class="nav-link" href="{{ url_for('contact') }}">Contact</a></li> | |
| </ul> | |
| <a href="https://ministerchief-nielit-asset-qr-system.hf.space" class="btn btn-premium-sm ms-lg-3">Launch Scanner</a> | |
| </div> | |
| </div> | |
| </nav> | |
| <section class="hero-section"> | |
| <div class="animated-bg"></div> | |
| <div class="container text-center"> | |
| <h1 class="display-2 fw-bold text-gradient mt-4"> | |
| Enterprise Capabilities Matrix | |
| </h1> | |
| <p class="text-muted-light fs-5 mt-4"> | |
| Asset Management, QR Systems, | |
| Inventory Automation and SaaS Solutions. | |
| </p> | |
| </div> | |
| </section> | |
| <section class="py-5 page-dark"> | |
| <div class="container py-4 text-center"> | |
| <span class="text-primary fw-bold">SaaS & Scale</span> | |
| <h1 class="fw-bold text-navy mt-2">Enterprise Capabilities Matrix</h1> | |
| <p class="text-muted mx-auto" style="max-width: 600px;">Our specialized suites unify deep industrial automation with real-time operational dashboard visibility matrices.</p> | |
| </div> | |
| </section> | |
| <section class="py-5 page-dark"> | |
| <div class="container"> | |
| <div class="row g-4"> | |
| <div class="col-md-4"> | |
| <div class="glass-card p-4 h-100 transition-up"> | |
| <div class="text-primary mb-3"><i class="fas fa-boxes fa-2x"></i></div> | |
| <h5 class="fw-bold text-navy">Enterprise Asset Management</h5> | |
| <p class="text-muted small">Centralized logging arrays designed to handle heavy hardware setups seamlessly.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-4"> | |
| <div class="glass-card p-4 h-100 transition-up"> | |
| <div class="text-primary mb-3"><i class="fas fa-qrcode fa-2x"></i></div> | |
| <h5 class="fw-bold text-navy">QR Code Solutions</h5> | |
| <p class="text-muted small">High-speed creation vectors engineered for printing on weatherproof labels.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-4"> | |
| <div class="glass-card p-4 h-100 transition-up"> | |
| <div class="text-primary mb-3"><i class="fas fa-robot fa-2x"></i></div> | |
| <h5 class="fw-bold text-navy">Inventory Automation</h5> | |
| <p class="text-muted small">Smart processing pipelines that auto-trigger stock updates instantly without human delay.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-4"> | |
| <div class="glass-card p-4 h-100 transition-up"> | |
| <div class="text-primary mb-3"><i class="fas fa-check-double fa-2x"></i></div> | |
| <h5 class="fw-bold text-navy">Smart Inspection Systems</h5> | |
| <p class="text-muted small">Dynamic checklist tools equipped with required photo uploads and location tracking.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-4"> | |
| <div class="glass-card p-4 h-100 transition-up"> | |
| <div class="text-primary mb-3"><i class="fas fa-cloud fa-2x"></i></div> | |
| <h5 class="fw-bold text-navy">SaaS Solutions & Integration</h5> | |
| <p class="text-muted small">Cloud platforms built to link effortlessly with legacy systems via secure REST APIs.</p> | |
| </div> | |
| </div> | |
| <div class="col-md-4"> | |
| <div class="glass-card p-4 h-100 transition-up"> | |
| <div class="text-primary mb-3"><i class="fas fa-laptop-code fa-2x"></i></div> | |
| <h5 class="fw-bold text-navy">Software Engineering</h5> | |
| <p class="text-muted small">Tailor-made software built on secure frameworks for private setups and internal servers.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <footer class="footer-section py-5"> | |
| <div class="row g-4"> | |
| <!-- Company --> | |
| <div class="col-lg-4 col-md-6"> | |
| <div class="footer-card h-100"> | |
| <h4 class="fw-bold mb-3"> | |
| <span class="text-gradient">LS</span> Technologies | |
| </h4> | |
| <p class="footer-text"> | |
| Architecting scalable modern ecosystems for tracking | |
| hardware, logistics, vehicles and enterprise assets | |
| through intelligent QR-based technology. | |
| </p> | |
| </div> | |
| </div> | |
| <!-- Quick Links --> | |
| <div class="col-lg-4 col-md-6"> | |
| <div class="footer-card h-100"> | |
| <h5 class="fw-bold mb-3"> | |
| Quick Structural Anchors | |
| </h5> | |
| <ul class="footer-links list-unstyled"> | |
| <li><a href="{{ url_for('home') }}"><i class="fas fa-angle-right"></i> Home Dashboard Portal</a></li> | |
| <li><a href="{{ url_for('about') }}"><i class="fas fa-angle-right"></i> Corporate Identity Structure</a></li> | |
| <li><a href="{{ url_for('services') }}"><i class="fas fa-angle-right"></i> Solutions Matrix</a></li> | |
| <li><a href="{{ url_for('contact') }}"><i class="fas fa-angle-right"></i> Contact Integration Node</a></li> | |
| </ul> | |
| </div> | |
| </div> | |
| <!-- Social --> | |
| <div class="col-lg-4 col-md-12"> | |
| <div class="footer-card h-100"> | |
| <h5 class="fw-bold mb-3"> | |
| Follow Matrix | |
| </h5> | |
| <div class="social-icons"> | |
| <a href="https://www.linkedin.com/in/ls-technologies-62aa5541b/" class="social-icon"><i class="fab fa-linkedin-in"></i></a> | |
| <a href="https://x.com/LSTechnologies2" class="social-icon"><i class="fab fa-x-twitter"></i></a> | |
| <a href="https://www.instagram.com/lstechnologies786/" class="social-icon"><i class="fab fa-instagram"></i></a> | |
| <a href="https://www.facebook.com/profile.php?id=61591528025543" class="social-icon"><i class="fab fa-facebook-f"></i></a> | |
| <a href="https://github.com/lstechnologies786" class="social-icon"><i class="fab fa-github"></i></a> | |
| </div> | |
| <div class="mt-4"> | |
| <p><i class="fas fa-phone me-2"></i> +91 7082645917</p> | |
| <p><i class="fas fa-envelope me-2"></i> lstechnologies786@gmail.com</p> | |
| <p class="mb-0"> | |
| <i class="fas fa-globe me-2"></i> | |
| <a href="https://ministerchief-ls-technologies.hf.space"> | |
| LS Technologies Website | |
| </a> | |
| </p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="container"> | |
| <!-- Paste the NEW row g-4 code here --> | |
| <hr class="my-4"> | |
| <div class="text-center"> | |
| <p class="mb-1"> | |
| © 2026 <strong>LS Technologies</strong>. All Rights Reserved. | |
| </p> | |
| <small> | |
| AssetQR 360 • Smart QR-Based Asset Management Platform | |
| </small> | |
| </div> | |
| </div> | |
| </footer> | |
| <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/dist/js/bootstrap.bundle.min.js"></script> | |
| </body> | |
| </html> |