More husky

This commit is contained in:
Timmy
2026-04-03 21:13:13 +01:00
parent 1bbb2dc128
commit 0770da6c30
3 changed files with 4 additions and 4 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

+1 -1
View File
@@ -27,7 +27,7 @@
<!-- Hero -->
<section class="hero">
<div class="hero-graphic reveal r1">
<img src="husky.svg" alt="" class="hero-husky">
<img src="husky.png" alt="" class="hero-husky">
</div>
<p class="hero-kicker reveal r1">Story-driven development</p>
<h1 class="reveal r2">AI agents are huskies,<br>not <span class="glow">labradors.</span></h1>
+3 -3
View File
@@ -108,9 +108,9 @@ header nav a:hover { color: var(--text); opacity: 1; }
}
.hero-husky {
width: 120px;
height: 120px;
filter: drop-shadow(0 0 20px rgba(34, 211, 238, 0.1));
width: 320px;
height: auto;
filter: drop-shadow(0 0 40px rgba(34, 211, 238, 0.2));
}
.hero-kicker {