WebNav Hub 🚀 | 中文
A minimalist navigation website with UI design inspired by Pornhub's black and orange color scheme.
- 🎨 Classic black and orange color scheme
- 📱 Fully responsive design for all devices
- 🌙 Dark mode first
- ⚡ Pure static website, fast loading
- 🎯 Clear navigation system
- 💡 Intuitive card layout
- 🔍 Multiple useful categories:
- AI Search Tools
- Social Media
- Utility Tools
- Tech News
- Cloud Storage
- Email Services
- GitHub Pages:
https://g.186404.xyz/pornhubNav
- Cloudflare Pages:
https://pornhubnav.pages.dev
- Fork this repository
- Go to repository Settings > Pages
- Select main branch as Source
- Save and wait for deployment
- Login to Cloudflare Dashboard
- Go to Pages section
- Create new project and connect repository
- Deploy settings:
- Build command: leave empty
- Build output directory: leave empty
- Save and deploy
# Clone repository
git clone https://github.com/your-username/webnav-hub.git
# Enter project directory
cd webnav-hub
# Run with any HTTP server
# For example, Python's HTTP server
python -m http.server 8080
-
Modify website links and categories in
index.html
-
Adjust CSS variables to change the color scheme:
:root { --primary-bg: #000000; /* Primary background */ --secondary-bg: #1b1b1b; /* Secondary background */ --hover-bg: #272727; /* Hover background */ --text-color: #ffffff; /* Text color */ --accent-color: #ff9000; /* Accent color (orange) */ }
Issues and Pull Requests are welcome to improve this project!
MIT License - See LICENSE file for details
- Font Awesome - Icon library
- All website listings are collected from the internet
This project is for learning and communication purposes only. Please comply with local laws and regulations.