Official marketing website for El Tor - High Bandwidth Tor Network with Bitcoin Lightning Incentives.
🌐 Live Site: https://eltor.app
This repository contains the static website for El Tor, featuring:
- Quick install via curl command
- Platform-specific downloads (macOS, Linux, Windows)
- Installation tutorial video
- Relay operator information
- Dark theme matching the El Tor app
To run locally:
# Clone the repository
git clone https://github.com/el-tor/eltor-website.git
cd eltor-website
# Open in browser (or use a local server)
open index.html
# Or with Python
python3 -m http.server 8000
# Or with Node.js
npx serveVisit http://localhost:8000 in your browser.
To set up the custom domain eltor.app with GitHub Pages:
Add the following DNS records in your domain registrar (e.g., Namecheap, Cloudflare, Route53):
Point your apex domain to GitHub Pages servers:
Type: A
Name: @
Value: 185.199.108.153
Type: A
Name: @
Value: 185.199.109.153
Type: A
Name: @
Value: 185.199.110.153
Type: A
Name: @
Value: 185.199.111.153
Type: CNAME
Name: www
Value: el-tor.github.io
- Go to repository Settings → Pages
- Under "Source", select the
mainbranch and root/folder - Under "Custom domain", enter
eltor.app - Wait for DNS check to complete (can take up to 24 hours)
- Enable "Enforce HTTPS" once DNS is verified
- Check DNS propagation:
dig eltor.app - Verify CNAME file exists in repository root
- Confirm GitHub Pages is serving from custom domain
# Check A records
dig eltor.app +short
# Check CNAME propagation
dig www.eltor.app +short
# Full DNS info
nslookup eltor.appExpected output should show the GitHub Pages IP addresses.
eltor-website/
├── index.html # Main landing page
├── styles.css # Dark theme styles
├── script.js # Interactive features
├── install.sh # Curl installer script
├── CNAME # Custom domain configuration
├── .nojekyll # Disable Jekyll processing
├── robots.txt # SEO configuration
└── README.md # This file
- Pure HTML5, CSS3, JavaScript (no frameworks)
- Dark theme using El Tor brand colors
- Glassmorphism effects
- Responsive design
- Platform detection
- YouTube embed
- GitHub Pages hosting
This is a static marketing site. For issues or improvements:
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
- eltor-app - Desktop application
- eltord - Daemon for relay operators
- eltor - Core Tor fork
- eltor-store - Umbrel app store
MIT License - see LICENSE file for details
- 🐛 Report bugs: GitHub Issues
- 💬 Discussions: GitHub Discussions
- 📖 Documentation: Technical Specs
Built with 💜 by the El Tor community