Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.06 KB

File metadata and controls

30 lines (21 loc) · 1.06 KB

VALYRIA | The Intelligence Forge

This is the source code for the "Sacred Space" animated landing page for VALYRIA.

Project Structure

  • 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.

Deployment Instructions

  1. Create a New Repository on GitHub (do not initialize with README/license).
  2. Run deploy.bat by double-clicking it.
  3. Paste your GitHub Repository URL when prompted.
  4. The script will handle git init, add, commit, and push.

Activating GitHub Pages

Once the script finishes:

  1. Go to your repository on GitHub.
  2. Click Settings (top tab).
  3. Click Pages (left sidebar).
  4. Under Build and deployment > Branch, select main and / (root).
  5. Click Save.

Your site will be live at https://<your-username>.github.io/<repo-name>/ in a few minutes.