Skip to content

Commit 6c6e58c

Browse files
Revelationxlclaude
andcommitted
Fix parallax logo animation for GitHub Pages deployment
- Add missing Vertical.svg file to repository - Fix SVG path to use relative URL for GitHub Pages compatibility - Ensure logo animations work on hosted version 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent b2e5ae2 commit 6c6e58c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

assets/css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ body {
3838

3939
.parallax-logo {
4040
position: absolute;
41-
background-image: url('/assets/images/Vertical.svg');
41+
background-image: url('../images/Vertical.svg');
4242
background-repeat: no-repeat;
4343
background-size: contain;
4444
filter: invert(1) opacity(0.15);

assets/images/Vertical.svg

Lines changed: 29 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)