More husky
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 1.3 MiB |
+1
-1
@@ -27,7 +27,7 @@
|
|||||||
<!-- Hero -->
|
<!-- Hero -->
|
||||||
<section class="hero">
|
<section class="hero">
|
||||||
<div class="hero-graphic reveal r1">
|
<div class="hero-graphic reveal r1">
|
||||||
<img src="husky.svg" alt="" class="hero-husky">
|
<img src="husky.png" alt="" class="hero-husky">
|
||||||
</div>
|
</div>
|
||||||
<p class="hero-kicker reveal r1">Story-driven development</p>
|
<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>
|
<h1 class="reveal r2">AI agents are huskies,<br>not <span class="glow">labradors.</span></h1>
|
||||||
|
|||||||
+3
-3
@@ -108,9 +108,9 @@ header nav a:hover { color: var(--text); opacity: 1; }
|
|||||||
}
|
}
|
||||||
|
|
||||||
.hero-husky {
|
.hero-husky {
|
||||||
width: 120px;
|
width: 320px;
|
||||||
height: 120px;
|
height: auto;
|
||||||
filter: drop-shadow(0 0 20px rgba(34, 211, 238, 0.1));
|
filter: drop-shadow(0 0 40px rgba(34, 211, 238, 0.2));
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero-kicker {
|
.hero-kicker {
|
||||||
|
|||||||
Reference in New Issue
Block a user