The Future of Automated Business Solutions
Lumina is a high-end, multi-page business ecosystem designed for modern agencies. It combines a conversion-optimized frontend with a heavily secured, feature-rich admin management system.
- Next-Gen UI: Professional design utilizing the 'Inter' typeface for maximum readability.
- Micro-Interactions: CSS3 and JavaScript-driven entry animations that provide a premium user experience.
- Glassmorphic Navigation: Interactive, blur-effect menu bar with full mobile responsiveness.
- Simulated Audit System: An engaging tool that provides instant (simulated) feedback to potential clients.
- Dynamic Progress Tracking: Real-time visual bars and status updates to boost user trust and conversion.
- Advanced Auth: Triple-tier authentication (Username, Password, and Secret Pass-Key).
- Dynamic UI Injection: The login form is rendered via JavaScript after page load, keeping the source code empty (
view-sourceprotection). - Session Persistence: State-aware authentication using LocalStorage to keep you logged in securely.
- SPA Architecture: Fast, hash-based routing between 10 specialized tabs.
- Customization Engine: Real-time Dark/Light mode toggle and font scaling with persistent memory.
- System Metrics: Built-in analytics visualization for monitoring business growth.
To keep the platform lightweight and secure without a complex SQL database, Lumina is integrated with Google Forms API:
- Client Lead Generation: All inquiries from the contact sections are automatically routed to a secure Google Sheet via Google Forms.
- Audit Reports: Data from the fake audit engine is logged for future follow-ups.
- Zero-Backend Dependency: Ensures 99.9% uptime as it doesn't rely on a custom server.
Lumina is built with a "Security-First" mindset to protect your intellectual property:
- Obfuscated Core: Main logic is hex-encoded to prevent reverse engineering.
- Anti-Hacker Shield: Fully disables Right-Click,
F12(Developer Tools),Ctrl+U(View Source), andCtrl+S. - Domain Locking: The script checks
window.location.hostnameand self-destructs if run on unauthorized domains. - Debugger Trap: Automatically pauses the browser if anyone attempts to inspect the code.
Follow these steps to deploy and configure Lumina Premium on your machine or live server.
- Download: Click the green Code button at the top of this repository.
- ZIP File: Select Download ZIP.
- Extract: Once downloaded, extract the
.zipfile to your preferred folder. - Open: Open the extracted folder using a code editor like VS Code.
- Clone the Repository:
git clone [https://github.com/anafibnshahibul/HTML-Business-Service-Website-Demo.git](https://github.com/anafibnshahibul/HTML-Business-Service-Website-Demo.git)
Lumina uses Google Forms to collect data without needing a complex backend database.
- Go to Google Forms and create a new form.
- Add fields matching the contact form (e.g., Name, Email, Message).
- Click the three dots (top-right) and select "Get pre-filled link".
- Type dummy text in each field and click Get Link.
- Copy the link and paste it into your browser.
- Look at the URL to find the Entry IDs (e.g.,
entry.12345678).
- Open
js/script.jsor your main logic file. - Find the Google Form submission section.
- Replace the placeholder Entry IDs with your actual IDs from Step 2.
- Update the Form Action URL:
https://docs.google.com/forms/d/e/YOUR_FORM_ID/formResponse.
- Admin Access: Ensure your credentials in
js/admin.jsxare correct. - URL Masking: If deploying on Netlify, ensure the
_redirectsfile is in the root folder for/adminto work. - Anti-Hacker: Remember, Right-Click and View-Source are disabled. Always edit via your local IDE.
Simply open index.html in your browser. For the best experience, use the Live Server extension in VS Code.
βββ index.html # Main Business Gateway
βββ about.html # Agency Mission & Vision
βββ blog.htm # Content Hub
βββ seo.htm # SEO Specialized Article
βββ future2026.html # Industry Predictions Blog
βββ sass.html # SaaS Strategy Guide
βββ hall-to-fame.html # Client Success Stories
βββ aud.html # The Interactive Audit Engine
βββ admin.html # The Secure Entry Point (Hidden Source)
βββ dashboard.html # Protected Management Command Center
βββ security-policy.html # Legal & Data Protection Guidelines
βββ career.html # Mission-driven Recruitment Page
βββ sitemap.xml # SEO Indexing with XSLT Styling
βββ sitemap-style.xls # Professional Sitemap Visualization
βββ robots.txt # Search Engine Instructions
βββ humans.txt # Credits & Developer Info
βββ pgp-key.txt # Encrypted Communication Key
βββ _redirects # Netlify URL Masking Rules
βββ action/
β βββ checkout.html # Premium Service Selection
β βββ thanks.html # Conversion Completion Page
βββ js/
β βββ admin.jsx # Secured Dashboard & Auth Logic
β βββ script.js # Global Interactions
β βββ to-top.js # Smooth Scroll Engine
β βββ dbs.jsx # Animation & Data Hooks
β βββ custom.html.jsx # Modular HTML Components
βββ css/
βββ style.css # Core Design System
βββ style.min.css # Audit System Optimization
βββ acc.css # Dashboard Specific Styling
βββ path/
βββ to/
βββ manifest.json # PWA Support (Web-to-App)
