A professional, modern cryptocurrency website with neon theme and bilingual support (English/Arabic).
- Modern Neon Design: Futuristic FDML style with neon gradients and glowing effects
- Bilingual Support: English (default) and Arabic language switching
- Responsive Design: Works perfectly on desktop, tablet, and mobile devices
- Interactive Elements: Animated charts, scroll effects, and smooth transitions
- Professional Sections: Hero, About, Whitepaper, Tokenomics, Roadmap, Team, Contact
/
├── index.html # Main HTML file
├── styles.css # All styling and responsive design
├── script.js # JavaScript functionality
├── logo.png # Custom logo image (needs to be added)
└── README.md # This file
- Save your custom logo image as
logo.pngin the root directory - Recommended dimensions: 200x200 pixels (will be automatically resized)
- The logo should have a transparent background for best results
- Supported formats: PNG, JPG, JPEG, SVG
Option 1: Python Server (Recommended)
python -m http.server 8000Then open http://localhost:8000 in your browser.
Option 2: Live Server (VS Code Extension)
- Install the "Live Server" extension in VS Code
- Right-click on
index.htmland select "Open with Live Server"
Option 3: Direct File Opening
Simply double-click index.html to open in your browser (some features may not work)
- Click the language switcher in the top-right corner to toggle between English and Arabic
- All content is translated and direction changes automatically for Arabic (RTL)
- Tokenomics Chart: Interactive doughnut chart showing token distribution
- Animated Roadmap: Timeline with hover effects and progress indicators
- Contact Form: Functional form with validation and notifications
- Whitepaper Download: Click to download the whitepaper
- Smooth Scrolling: Navigation links scroll smoothly to sections
- Mobile-first approach
- Hamburger menu for mobile navigation
- Optimized layouts for all screen sizes
- Touch-friendly buttons and interactions
The neon color scheme can be customized in styles.css by modifying the CSS custom properties:
:root {
--neon-purple: #a855f7;
--neon-blue: #3b82f6;
--neon-cyan: #06b6d4;
--neon-green: #10b981;
--neon-pink: #ec4899;
}All text content can be modified in both index.html and the language objects in script.js.
Scroll animations and effects can be adjusted in the CSS file.
- Chrome (recommended)
- Firefox
- Safari
- Edge
- Mobile browsers
- Optimized CSS with efficient animations
- Responsive images and layouts
- Minimal JavaScript for fast loading
- Modern web standards for better performance
For issues or questions:
- Check browser console for errors
- Ensure all files are in the same directory
- Verify logo.png exists for custom logo
- Test in different browsers if issues persist
Created with ❤️ for CBCD - Central Blockchain Digital Coin