Project Overview
Bitrader is a professional static HTML template designed for cryptocurrency, forex, stock, and day trading business websites. The template features dark/light mode switching, multiple homepage demos (Stock Trading, Crypto Trading, Forex Trading, etc.), and a complete RTL (Arabic) version. It can be opened directly in a browser after download without any build tools.
Tech Stack
- Static HTML5 / CSS3
- Bootstrap 5 (Responsive Layout)
- Swiper Slider (Carousel Component)
- AOS (Scroll Animations)
- Font Awesome / Elagent Icon (Icon Libraries)
- Nice Select (Custom Dropdown Selector)
- jQuery + jQuery mCustomScrollbar (Scrollbar Enhancement)
Project Structure
bitraderhtml-10/bitrader-buyerfile/
├── bitrader/ # LTR Main Template (English)
│ ├── index.html # Homepage (Stock Trading)
│ ├── index-2.html # Crypto Trading Homepage
│ ├── index-3.html # Forex Trading Homepage
│ ├── index-4.html / index-5.html # Other Variants
│ ├── signin.html / signup.html # Login/Register Pages
│ ├── forgot-pass.html / forgot-pass-2.html
│ ├── about.html / contact.html / price.html
│ ├── services.html / team.html / blogs.html
│ ├── blog-sidebar.html / blog-details.html
│ ├── service-details.html / team-details.html
│ ├── team-2.html / 404.html
│ └── assets/ # CSS / JS / Images and Other Static Resources
├── bitrader-rtl/ # RTL Version (Arabic), same structure as bitrader
└── bitrader-doc/ # Official Documentation (HTML)
└── index.html
Key File Descriptions
bitrader/index.html— LTR English homepage entry, Stock Trading theme demobitrader/index-2.html— Crypto Trading theme homepagebitrader/assets/css/style.css— Main stylesheet containing all page layouts and component stylesbitrader/assets/css/rtl.css— RTL version specific styles (located in bitrader-rtl directory)bitrader/signin.html— User login pagebitrader/signup.html— User registration page
Quick Start
Simply open any of the following files in your browser to preview:
bitrader/index.html # English LTR Homepage
bitrader/index-2.html # Crypto Trading Variant
bitrader-rtl/index.html # RTL Arabic Homepage
Or start any local static server (e.g., VS Code Live Server, http-server, etc.) and access the above paths.
Usage Tips
- Replace logo image files in
assets/images/logo/to change brand identity; search forlogo.png/darkreferences for corresponding replacements. - Dark mode is triggered via URL parameter
?theme=dark, light mode via?theme=light. Adjust the switching logic in navigation or homepage as needed. - The bitrader-rtl directory contains a complete RTL layout. For an Arabic site, use this directory as a base for content replacement.
