Project Overview
CryptMeme is an HTML5 website template designed for Meme coin ICOs and cryptocurrency projects, featuring three homepage variants (Crypto Trading, Token Marketplace, ICO Token Launch) and complete inner pages (About Us, Team, Services, Pricing, FAQ, Contact, etc.). The template supports both LTR and RTL text directions and works directly in a browser without any build tools.
Tech Stack
- Bootstrap 5 (responsive layout framework)
- Font Awesome 6 (icon library)
- Tabler Icons (supplementary icons)
- AOS (scroll animations)
- Nice Select (dropdown styling)
- Odometer (number animations)
- Swiper Slider (carousel component)
- Static HTML + CSS + vanilla JavaScript
Project Structure
cryptmemehtml-10/
├── cryptmeme/
│ ├── ltr/ # Left-to-right version
│ │ ├── index.html # Homepage - Crypto Trading
│ │ ├── index-two.html # Homepage - Token Marketplace
│ │ ├── index-three.html # Homepage - ICO & Token Launch
│ │ ├── about-us.html
│ │ ├── our-team.html
│ │ ├── our-services.html
│ │ ├── pricing.html
│ │ ├── faq.html
│ │ ├── token-sale.html
│ │ ├── road-map.html
│ │ ├── news.html
│ │ ├── contact-us.html
│ │ ├── sign-up.html / sign-in.html
│ │ ├── privacy-policy.html / terms-conditions.html
│ │ └── assets/css/main.css
│ └── rtl/ # Right-to-left version (same structure as ltr)
└── documentation/ # Official documentation
Key Files
cryptmeme/ltr/index.html— Crypto Trading homepage entrycryptmeme/ltr/index-two.html— Token Marketplace homepage variantcryptmeme/ltr/index-three.html— ICO Token Launch homepage variantassets/css/main.css— Main theme stylesheetassets/css/rtl-version.css— RTL version style overrides (used in rtl directory)documentation/index.html— Official usage documentation
Quick Start
Pure static template, no dependencies required. Simply open cryptmeme/ltr/index.html in your browser to preview. For a local server (to resolve certain resource path issues), run:
npx serve cryptmeme/ltr
# or
python -m http.server 8080
Usage Tips
- Use a local server during development to avoid CORS or resource path issues
- The three homepage variants correspond to different business scenarios; modify the relevant file as needed
- The RTL version directory structure is identical to LTR; be careful to use the correct version
