A sleek, hacker-themed documentation website for DTEmpire services featuring interactive terminal, matrix rain effects, and comprehensive service documentation.
https://docs.ankitgupta.com.np
βββ index.html # Main HTML structure
βββ styles.css # CSS styles with hacker theme
βββ script.js # Interactive JavaScript functionality
βββ server.js # Node.js server (if applicable)
βββ image/ # Favicon and image assets
βββ favicon.ico
βββ favicon-16x16.png
βββ favicon-32x32.png
βββ apple-touch-icon.png
βββ site.webmanifest
- Hacker/Matrix Theme: Neon green on black background
- Matrix Rain Effect: Animated background with falling characters
- Glow Effects: Interactive hover animations with glow
- Responsive Design: Mobile-friendly layout
- Terminal Interface: Interactive system terminal
- Particle System: Animated floating particles
- Dynamic Content Loading: Single-page application style
- Real-time Server Status: Live server time display
- Typewriter Animations: Code and text typing effects
- Copy-to-Clipboard: For code snippets and configuration
- Scroll Animations: Elements fade in on scroll
- Theme Toggle: Light/Dark mode support
- Home - Overview and quick stats
- Live Status - Service monitoring dashboard
- Discord - Community links and bot invites
- Lavalink v4 - Free Lavalink server documentation
- Music Bot - Discord music bot features and commands
- Image Generation API - AI image generation service
- Game Servers - Minecraft server information
- Websites - Web services and applications
- API Documentation - Complete API references
- GitHub - Open source projects and contributions
- HTML5 - Semantic markup
- CSS3 - Custom styles with CSS variables
- JavaScript (ES6+) - Interactive functionality
- Font Awesome - Icon library
- Google Fonts - Orbitron, Share Tech Mono, Roboto Mono
- Intersection Observer API for scroll animations
- Canvas API for matrix rain effect
- Clipboard API for copy functionality
- CSS Grid & Flexbox for layouts
- CSS Animations & Transitions
- Responsive Design with media queries
- Clone the repository:
git clone https://github.com/yourusername/dtempire-docs.git
cd dtempire-docs- Open in browser:
# Using Python
python -m http.server 8000
# Using Node.js
npx serve .- Visit
http://localhost:8000in your browser
The site is static and can be deployed to any web hosting service:
- GitHub Pages: Push to
gh-pagesbranch - Netlify: Drag and drop the folder
- Vercel: Import GitHub repository
- Traditional Hosting: Upload files via FTP
Edit CSS variables in styles.css:
:root {
--primary: #00ff41; /* Neon green */
--primary-dark: #008f11; /* Dark green */
--secondary: #003b00; /* Deep green background */
--bg-dark: #0a0a0a; /* Dark background */
--text-code: #00ff9d; /* Code text color */
}- Add navigation link in
index.html:
<li><a href="#new-page" id="nav-new-page">
<i class="fas fa-icon"></i> Page Name
</a></li>- Create page function in
script.js:
function loadNewPage() {
const contentBody = ensureContentBody();
contentBody.innerHTML = `
<div class="home-content">
<!-- Your page content here -->
</div>
`;
setActiveNav('new-page');
}- Add to navigation setup:
const navLinks = {
'nav-new-page': loadNewPage,
// ... other pages
};- Chrome 60+
- Firefox 55+
- Safari 12+
- Edge 79+
- Opera 47+
- Lightweight: No external frameworks
- Fast Loading: Minimal HTTP requests
- Optimized: Compressed assets
- Cached: Efficient browser caching
Contributions are welcome! Here's how you can help:
- Fork the repository
- Create a feature branch:
git checkout -b feature/amazing-feature - Commit changes:
git commit -m 'Add amazing feature' - Push to branch:
git push origin feature/amazing-feature - Open a Pull Request
- π Bug fixes
- π Documentation improvements
- π¨ UI/UX enhancements
- π± Responsive design fixes
- β‘ Performance optimizations
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by hacker/matrix aesthetics
- Font Awesome for icons
- Google Fonts for typography
- All DTEmpire service users and contributors
Developer: Ankit Gupta
GitHub: @hyperdargo
Discord: DTEmpire Server
Website: https://ankitgupta.com.np