This is the source code for the "Sacred Space" animated landing page for VALYRIA.
index.html: Main structure with social meta tags and canvas.style.css: Deep-space visual theme and GPU-accelerated animations.particles.js: Lightweight nebula dust animation script.og-image.jpg: High-quality social sharing preview.deploy.bat: Automated deployment script for Windows.
- Create a New Repository on GitHub (do not initialize with README/license).
- Run
deploy.batby double-clicking it. - Paste your GitHub Repository URL when prompted.
- The script will handle
git init,add,commit, andpush.
Once the script finishes:
- Go to your repository on GitHub.
- Click Settings (top tab).
- Click Pages (left sidebar).
- Under Build and deployment > Branch, select
mainand/ (root). - Click Save.
Your site will be live at https://<your-username>.github.io/<repo-name>/ in a few minutes.