From da6be987b800d80fd1b686014136f7422326a2bf Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Mon, 12 Jan 2026 08:01:28 +0700 Subject: [PATCH] Add professional README and MIT License --- LICENSE | 21 +++++++++++++++++++++ README.md | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 LICENSE create mode 100644 README.md diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..fe8a6af --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 dyzulk + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md new file mode 100644 index 0000000..3d8a752 --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Twinpath Hotspot Themes 🎨📶 + +Professional, modern, and multi-themed captive portal templates for MikroTik Hotspot. + +## ✨ Features +- **Dynamic Branching**: Every branch in this repository represents a different theme/variant. +- **Premium Aesthetics**: Dark modes, vibrant accents, and modern typography. +- **Multi-language Support**: Built-in Indonesian (ID) and English (EN) localization. +- **QR Code Connectivity**: Integrated QR scanner for quick login from vouchers. + +## 🚀 How to Use + +### 1. Choose Your Theme +Check out the available branches to find the theme that suits your brand: +- `theme/premium-gold` (Current active theme: Gold accents with dark background) + +### 2. Implementation +1. Clone the specific theme branch: + ```bash + git clone -b theme/premium-gold https://github.com/dyzulk/twinpath-hotspot-themes.git + ``` +2. Upload the contents of the folder to your MikroTik **`flash/hotspot`** directory. + +## 📁 Repository Structure +Each branch is self-contained. To switch themes in your local development: +```bash +git checkout theme/[branch-name] +``` + +## 🛠️ Customization +Edit `js/config.js` to change branding, URLs, and basic settings without touching the core HTML/CSS. + +--- +Developed with ❤️ by [dyzulk](https://github.com/dyzulk)