Skip to content

Deploy dev preview & UI improvements#6

Merged
kvnloo merged 3 commits intomainfrom
dev
Nov 20, 2025
Merged

Deploy dev preview & UI improvements#6
kvnloo merged 3 commits intomainfrom
dev

Conversation

@kvnloo
Copy link
Owner

@kvnloo kvnloo commented Nov 20, 2025

Summary

This PR includes several improvements and sets up dual deployment for main and dev branches:

GitHub Pages Deployment

UI/UX Improvements

  • ✨ Improved intro screen exit animation with multi-layered effects
    • Background fades with scale and blur
    • Logo scales up while fading
    • Text slides up with staggered timing
    • Smooth 1.2s transition

Water Animation Updates

  • 💧 Reversed water flow direction in Beam B (now flows positive X)
  • 💧 Reversed waterfall flow direction (now flows upward)

Testing

After merge, verify both URLs are accessible and working correctly.

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

kvnloo and others added 3 commits November 19, 2025 23:17
- Beam B: Changed flow from negative X to positive X ([1, 0])
- Waterfall: Reversed vertical flow (now flows upward)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Updated workflow to build and deploy both branches:
- Production (main): https://kvnloo.github.io/monument/
- Development (dev): https://kvnloo.github.io/monument/dev/

The workflow now:
1. Checks out both main and dev branches
2. Builds each with appropriate base paths
3. Combines them into a single deployment (main at root, dev at /dev/)
4. Deploys whenever either branch is pushed

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@kvnloo kvnloo merged commit 2a5e7a1 into main Nov 20, 2025
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant