← back to Crazy News Channel Shadowman

cartoons/20260924-filibuster-qwen25-7b.html

41 lines

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>The Filibuster Marathon — P24 Political Cartoon Desk</title>
    <meta name="description" content="An original invented-satire cartoon: a filibustering delegate stands flat and unmoved as the chamber clock winds on. Model Arena pick (qwen25-7b)." />
    <link rel="stylesheet" href="../assets/style.css" />
    </head>
<body data-mood="politics" class="cartoon-page-diagram">
<a class="back" href="index.html">&larr; Cartoon Desk</a>
<div class="cartoon">
    <div class="title">The Filibuster Marathon</div>
    <svg width="100%" height="400" viewBox="0 0 500 400">
        <!-- Clock -->
        <g class="clock">
            <circle cx="250" cy="30" r="280" class="clock-dial" stroke="#0f9d78" stroke-width="10" fill="none"/>
            <line x1="250" y1="290" x2="250" y2="40" class="clock-hand" />
        </g>
        <!-- Delegate -->
        <rect x="360" y="80" width="70" height="300" rx="10" class="delegate"/>
        <text x="410" y="125" dy=".3em" fill="#0f9d78">Flat, Unmoved</text>
        <!-- Lectern -->
        <rect x="360" y="320" width="60" height="100" rx="10" class="lectern"/>
        <foreignObject x="400" y="320" width="50" height="90">
            <p class="accent">The Filibuster Marathon</p>
        </foreignObject>
        <!-- Phonebook -->
        <rect x="380" y="60" width="200" height="200" fill="#fff"/>
        <ellipse cx="450" cy="130" rx="80" ry="70" fill="#fff"/>
    </svg>
    <!-- Dark Chamber -->
    <div class="chamber-members">
        <rect x="60" y="20" width="400" height="400" stroke="#0f9d78" stroke-width="5" fill="none"/>
        <ellipse cx="180" cy="120" rx="30" ry="20" fill="white"/>
        <ellipse cx="320" cy="120" rx="30" ry="20" fill="white"/>
        <ellipse cx="460" cy="120" rx="30" ry="20" fill="white"/>
    </div>
</div>
</body>
</html>