Homepage (site/index.html): integration-v14 promoted, Writings section integrated with 33 pieces clustered by type (stories/essays/miscellany), Writings welcome lightbox, content frame at 98% opacity. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
190 lines
5.9 KiB
HTML
Executable File
190 lines
5.9 KiB
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Lyme Disease Haiku</title>
|
|
<style>
|
|
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
body {
|
|
font-family: 'Courier New', monospace;
|
|
background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
|
|
min-height: 100vh;
|
|
padding: 40px 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
h1 {
|
|
color: white;
|
|
text-align: center;
|
|
font-size: 2.5em;
|
|
margin-bottom: 10px;
|
|
text-shadow: 3px 3px 6px rgba(0,0,0,0.3);
|
|
animation: pulse 2s ease-in-out infinite;
|
|
}
|
|
|
|
.subtitle {
|
|
color: #f0f0f0;
|
|
text-align: center;
|
|
font-size: 1.1em;
|
|
margin-bottom: 40px;
|
|
font-style: italic;
|
|
}
|
|
|
|
.haiku-container {
|
|
max-width: 800px;
|
|
width: 100%;
|
|
}
|
|
|
|
.haiku {
|
|
background: white;
|
|
border-radius: 20px;
|
|
padding: 30px;
|
|
margin-bottom: 25px;
|
|
box-shadow: 0 10px 30px rgba(0,0,0,0.3);
|
|
transform: translateY(0);
|
|
transition: transform 0.3s ease, box-shadow 0.3s ease;
|
|
}
|
|
|
|
.haiku:hover {
|
|
transform: translateY(-5px);
|
|
box-shadow: 0 15px 40px rgba(0,0,0,0.4);
|
|
}
|
|
|
|
.haiku-title {
|
|
font-weight: bold;
|
|
font-size: 1.3em;
|
|
margin-bottom: 15px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 1px;
|
|
}
|
|
|
|
.haiku-text {
|
|
font-size: 1.2em;
|
|
line-height: 1.8;
|
|
white-space: pre-line;
|
|
}
|
|
|
|
/* Rainbow progression */
|
|
.haiku:nth-child(1) .haiku-title { color: #FF0000; }
|
|
.haiku:nth-child(1) { border-left: 8px solid #FF0000; }
|
|
|
|
.haiku:nth-child(2) .haiku-title { color: #FF7F00; }
|
|
.haiku:nth-child(2) { border-left: 8px solid #FF7F00; }
|
|
|
|
.haiku:nth-child(3) .haiku-title { color: #FFFF00; }
|
|
.haiku:nth-child(3) { border-left: 8px solid #FFFF00; }
|
|
|
|
.haiku:nth-child(4) .haiku-title { color: #00FF00; }
|
|
.haiku:nth-child(4) { border-left: 8px solid #00FF00; }
|
|
|
|
.haiku:nth-child(5) .haiku-title { color: #0000FF; }
|
|
.haiku:nth-child(5) { border-left: 8px solid #0000FF; }
|
|
|
|
.haiku:nth-child(6) .haiku-title {
|
|
background: linear-gradient(90deg, #4B0082, #9400D3);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
}
|
|
.haiku:nth-child(6) { border-left: 8px solid #4B0082; }
|
|
|
|
.haiku:nth-child(7) .haiku-title {
|
|
background: linear-gradient(90deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #9400D3);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
animation: rainbow-shift 3s linear infinite;
|
|
background-size: 200% 100%;
|
|
}
|
|
.haiku:nth-child(7) {
|
|
border-left: 8px solid transparent;
|
|
border-image: linear-gradient(180deg, #FF0000, #FF7F00, #FFFF00, #00FF00, #0000FF, #4B0082, #9400D3);
|
|
border-image-slice: 1;
|
|
}
|
|
|
|
@keyframes pulse {
|
|
0%, 100% { transform: scale(1); }
|
|
50% { transform: scale(1.05); }
|
|
}
|
|
|
|
@keyframes rainbow-shift {
|
|
0% { background-position: 0% 50%; }
|
|
100% { background-position: 200% 50%; }
|
|
}
|
|
|
|
.emoji {
|
|
font-size: 1.5em;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
@media (max-width: 600px) {
|
|
h1 { font-size: 1.8em; }
|
|
.haiku { padding: 20px; }
|
|
.haiku-text { font-size: 1em; }
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>🌈 LYME DISEASE HAIKU ADVENTURE 🌈</h1>
|
|
<p class="subtitle">A Progressively Fruity Medical Journey</p>
|
|
|
|
<div class="haiku-container">
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">🎯</span>I. The Diagnosis</div>
|
|
<div class="haiku-text">Bullseye on your thigh—
|
|
not from cave, but tick's love bite.
|
|
Lyme disease declares.</div>
|
|
</div>
|
|
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">🦟</span>II. The Culprit</div>
|
|
<div class="haiku-text">Tiny tick latched on
|
|
while you walked through woods above.
|
|
Underwater? Nope.</div>
|
|
</div>
|
|
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">💊</span>III. The Treatment</div>
|
|
<div class="haiku-text">Doxy twice daily—
|
|
one hundred milligrams please.
|
|
Ten days, done and dusted.</div>
|
|
</div>
|
|
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">🚨</span>IV. The Drama</div>
|
|
<div class="haiku-text">Face droop? Heart goes wonky?
|
|
Evacuate like your butt's
|
|
made of dynamite.</div>
|
|
</div>
|
|
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">💩</span>V. The Absurdity</div>
|
|
<div class="haiku-text">Cave has bat poop funk,
|
|
rat pee leptospiral soup—
|
|
but tick? Tick's the dick.</div>
|
|
</div>
|
|
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">🛒</span>VI. Maximum Fruitiness</div>
|
|
<div class="haiku-text">Your leg is Target,
|
|
bullseye screaming "SALE ON LYME!"
|
|
Doxycycline goes *brrrrr*.</div>
|
|
</div>
|
|
|
|
<div class="haiku">
|
|
<div class="haiku-title"><span class="emoji">🧛</span>VII. Transcendent Fruit</div>
|
|
<div class="haiku-text">Spelunking vampire
|
|
forgot the real bloodsucker
|
|
vibes outside the cave.</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |