Spaces:
Running
Running
evalstate commited on
Commit ·
a1dc1f6
1
Parent(s): 014c62d
Update newspaper homepage with new cat diorama headlines
Browse files
news.html
CHANGED
|
@@ -3,181 +3,203 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
-
<title>The Daily
|
| 7 |
<style>
|
| 8 |
:root {
|
| 9 |
-
--paper: #
|
| 10 |
-
--ink: #
|
| 11 |
-
--muted: #
|
| 12 |
-
--rule: #
|
| 13 |
-
--accent: #
|
| 14 |
}
|
| 15 |
* { box-sizing: border-box; }
|
| 16 |
body {
|
| 17 |
margin: 0;
|
| 18 |
-
background: #d8c8ad;
|
| 19 |
-
color: var(--ink);
|
| 20 |
font-family: Georgia, "Times New Roman", serif;
|
|
|
|
|
|
|
| 21 |
line-height: 1.45;
|
| 22 |
}
|
| 23 |
.paper {
|
| 24 |
max-width: 1100px;
|
| 25 |
margin: 20px auto;
|
| 26 |
-
padding: 20px 24px 30px;
|
| 27 |
background: var(--paper);
|
| 28 |
-
border: 1px solid #
|
| 29 |
-
box-shadow: 0
|
|
|
|
| 30 |
}
|
| 31 |
.masthead {
|
| 32 |
text-align: center;
|
| 33 |
-
border-top: 4px double var(--
|
| 34 |
-
border-bottom: 4px double var(--
|
| 35 |
-
padding: 10px 0;
|
| 36 |
margin-bottom: 14px;
|
| 37 |
}
|
| 38 |
.masthead h1 {
|
|
|
|
| 39 |
margin: 0;
|
| 40 |
-
|
| 41 |
-
letter-spacing: .05em;
|
| 42 |
text-transform: uppercase;
|
| 43 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
.meta {
|
| 45 |
display: flex;
|
| 46 |
justify-content: space-between;
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
border-bottom: 1px solid
|
| 50 |
-
|
| 51 |
-
font-size: .95rem;
|
| 52 |
-
padding-bottom: 10px;
|
| 53 |
margin-bottom: 12px;
|
| 54 |
}
|
| 55 |
.lead {
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 61 |
}
|
| 62 |
.grid {
|
| 63 |
display: grid;
|
| 64 |
-
grid-template-columns: repeat(
|
| 65 |
-
gap:
|
| 66 |
}
|
| 67 |
article {
|
| 68 |
-
border: 1px solid
|
| 69 |
-
background: #
|
|
|
|
| 70 |
display: flex;
|
| 71 |
flex-direction: column;
|
|
|
|
| 72 |
}
|
| 73 |
-
article
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
border-bottom: 1px solid var(--rule);
|
| 78 |
-
}
|
| 79 |
-
.story {
|
| 80 |
-
padding: 12px;
|
| 81 |
}
|
| 82 |
.kicker {
|
| 83 |
color: var(--accent);
|
| 84 |
-
|
| 85 |
-
letter-spacing: .07em;
|
| 86 |
-
font-size: .75rem;
|
| 87 |
-
margin-bottom: 6px;
|
| 88 |
font-weight: bold;
|
|
|
|
|
|
|
| 89 |
}
|
| 90 |
-
|
| 91 |
-
margin: 0
|
| 92 |
-
|
| 93 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
}
|
| 95 |
-
.
|
| 96 |
-
font-size: .
|
| 97 |
color: var(--muted);
|
| 98 |
-
|
| 99 |
-
|
| 100 |
-
margin-top: 8px;
|
| 101 |
}
|
| 102 |
.source {
|
| 103 |
-
margin-top:
|
| 104 |
-
font-size: .
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
|
| 109 |
-
|
|
|
|
|
|
|
| 110 |
padding-top: 10px;
|
|
|
|
| 111 |
color: var(--muted);
|
| 112 |
-
|
| 113 |
-
|
|
|
|
|
|
|
| 114 |
}
|
| 115 |
</style>
|
| 116 |
</head>
|
| 117 |
<body>
|
| 118 |
<main class="paper">
|
| 119 |
<header class="masthead">
|
| 120 |
-
<h1>The Daily
|
|
|
|
| 121 |
</header>
|
| 122 |
|
| 123 |
-
<
|
| 124 |
-
<
|
| 125 |
-
<
|
| 126 |
-
<
|
| 127 |
-
</
|
| 128 |
|
| 129 |
<section class="lead">
|
| 130 |
-
<
|
| 131 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 132 |
</section>
|
| 133 |
|
| 134 |
<section class="grid">
|
| 135 |
<article>
|
| 136 |
-
<
|
| 137 |
-
<
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
</
|
| 144 |
-
|
| 145 |
-
<p class="source">Source: <a href="https://www.nasa.gov/news-release/nasas-spacex-crew-12-launches-to-international-space-station/" target="_blank" rel="noopener noreferrer">NASA</a></p>
|
| 146 |
-
</div>
|
| 147 |
</article>
|
| 148 |
|
| 149 |
<article>
|
| 150 |
-
<
|
| 151 |
-
<
|
| 152 |
-
|
| 153 |
-
|
| 154 |
-
|
| 155 |
-
|
| 156 |
-
|
| 157 |
-
</
|
| 158 |
-
|
| 159 |
-
<p class="source">Source: <a href="https://www.esa.int/Newsroom/Press_Releases/More_boosters_more_power_Ariane_6_lifts_off_with_four_boosters_for_the_first_time" target="_blank" rel="noopener noreferrer">European Space Agency (ESA)</a></p>
|
| 160 |
-
</div>
|
| 161 |
</article>
|
| 162 |
|
| 163 |
<article>
|
| 164 |
-
<
|
| 165 |
-
<
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
|
| 171 |
-
</
|
| 172 |
-
|
| 173 |
-
<p class="source">Source: <a href="https://apnews.com/" target="_blank" rel="noopener noreferrer">AP News</a></p>
|
| 174 |
-
</div>
|
| 175 |
</article>
|
| 176 |
</section>
|
| 177 |
|
| 178 |
-
<
|
| 179 |
-
|
| 180 |
-
</
|
| 181 |
</main>
|
| 182 |
</body>
|
| 183 |
</html>
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8" />
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
| 6 |
+
<title>The Daily Purrspective</title>
|
| 7 |
<style>
|
| 8 |
:root {
|
| 9 |
+
--paper: #f7f2e8;
|
| 10 |
+
--ink: #1b1b1b;
|
| 11 |
+
--muted: #5c5c5c;
|
| 12 |
+
--rule: #2e2e2e;
|
| 13 |
+
--accent: #7a2f1b;
|
| 14 |
}
|
| 15 |
* { box-sizing: border-box; }
|
| 16 |
body {
|
| 17 |
margin: 0;
|
|
|
|
|
|
|
| 18 |
font-family: Georgia, "Times New Roman", serif;
|
| 19 |
+
background: #d9d2c3;
|
| 20 |
+
color: var(--ink);
|
| 21 |
line-height: 1.45;
|
| 22 |
}
|
| 23 |
.paper {
|
| 24 |
max-width: 1100px;
|
| 25 |
margin: 20px auto;
|
|
|
|
| 26 |
background: var(--paper);
|
| 27 |
+
border: 1px solid #b8b1a2;
|
| 28 |
+
box-shadow: 0 10px 30px rgba(0,0,0,.2);
|
| 29 |
+
padding: 18px 22px 30px;
|
| 30 |
}
|
| 31 |
.masthead {
|
| 32 |
text-align: center;
|
| 33 |
+
border-top: 4px double var(--rule);
|
| 34 |
+
border-bottom: 4px double var(--rule);
|
| 35 |
+
padding: 10px 0 12px;
|
| 36 |
margin-bottom: 14px;
|
| 37 |
}
|
| 38 |
.masthead h1 {
|
| 39 |
+
font-size: clamp(2rem, 6vw, 4rem);
|
| 40 |
margin: 0;
|
| 41 |
+
letter-spacing: 1px;
|
|
|
|
| 42 |
text-transform: uppercase;
|
| 43 |
}
|
| 44 |
+
.tagline {
|
| 45 |
+
margin-top: 4px;
|
| 46 |
+
font-size: 0.95rem;
|
| 47 |
+
color: var(--muted);
|
| 48 |
+
font-style: italic;
|
| 49 |
+
}
|
| 50 |
.meta {
|
| 51 |
display: flex;
|
| 52 |
justify-content: space-between;
|
| 53 |
+
gap: 10px;
|
| 54 |
+
font-size: 0.9rem;
|
| 55 |
+
border-bottom: 1px solid #b8b1a2;
|
| 56 |
+
padding-bottom: 8px;
|
|
|
|
|
|
|
| 57 |
margin-bottom: 12px;
|
| 58 |
}
|
| 59 |
.lead {
|
| 60 |
+
column-count: 2;
|
| 61 |
+
column-gap: 24px;
|
| 62 |
+
column-rule: 1px solid #c4bcac;
|
| 63 |
+
margin-bottom: 16px;
|
| 64 |
+
}
|
| 65 |
+
.lead h2 {
|
| 66 |
+
column-span: all;
|
| 67 |
+
margin: 0 0 8px;
|
| 68 |
+
font-size: 1.6rem;
|
| 69 |
+
line-height: 1.2;
|
| 70 |
+
border-bottom: 2px solid var(--rule);
|
| 71 |
+
padding-bottom: 6px;
|
| 72 |
}
|
| 73 |
.grid {
|
| 74 |
display: grid;
|
| 75 |
+
grid-template-columns: repeat(3, minmax(0,1fr));
|
| 76 |
+
gap: 14px;
|
| 77 |
}
|
| 78 |
article {
|
| 79 |
+
border: 1px solid #b8b1a2;
|
| 80 |
+
background: #fbf8f1;
|
| 81 |
+
padding: 10px;
|
| 82 |
display: flex;
|
| 83 |
flex-direction: column;
|
| 84 |
+
gap: 8px;
|
| 85 |
}
|
| 86 |
+
article h3 {
|
| 87 |
+
margin: 0;
|
| 88 |
+
font-size: 1.2rem;
|
| 89 |
+
line-height: 1.25;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 90 |
}
|
| 91 |
.kicker {
|
| 92 |
color: var(--accent);
|
| 93 |
+
font-size: 0.85rem;
|
|
|
|
|
|
|
|
|
|
| 94 |
font-weight: bold;
|
| 95 |
+
text-transform: uppercase;
|
| 96 |
+
letter-spacing: .5px;
|
| 97 |
}
|
| 98 |
+
.dek {
|
| 99 |
+
margin: 0;
|
| 100 |
+
color: var(--muted);
|
| 101 |
+
font-size: 0.95rem;
|
| 102 |
+
}
|
| 103 |
+
img {
|
| 104 |
+
width: 100%;
|
| 105 |
+
border: 1px solid #b7af9f;
|
| 106 |
+
display: block;
|
| 107 |
+
aspect-ratio: 4 / 3;
|
| 108 |
+
object-fit: cover;
|
| 109 |
}
|
| 110 |
+
.caption {
|
| 111 |
+
font-size: 0.85rem;
|
| 112 |
color: var(--muted);
|
| 113 |
+
font-style: italic;
|
| 114 |
+
margin: 0;
|
|
|
|
| 115 |
}
|
| 116 |
.source {
|
| 117 |
+
margin-top: auto;
|
| 118 |
+
font-size: 0.85rem;
|
| 119 |
+
border-top: 1px dashed #b8b1a2;
|
| 120 |
+
padding-top: 6px;
|
| 121 |
+
}
|
| 122 |
+
a { color: #102a61; }
|
| 123 |
+
footer {
|
| 124 |
+
margin-top: 16px;
|
| 125 |
+
border-top: 2px solid var(--rule);
|
| 126 |
padding-top: 10px;
|
| 127 |
+
font-size: 0.84rem;
|
| 128 |
color: var(--muted);
|
| 129 |
+
}
|
| 130 |
+
@media (max-width: 900px) {
|
| 131 |
+
.grid { grid-template-columns: 1fr; }
|
| 132 |
+
.lead { column-count: 1; }
|
| 133 |
}
|
| 134 |
</style>
|
| 135 |
</head>
|
| 136 |
<body>
|
| 137 |
<main class="paper">
|
| 138 |
<header class="masthead">
|
| 139 |
+
<h1>The Daily Purrspective</h1>
|
| 140 |
+
<div class="tagline">All the news that's fit to mew • Cat Diorama Special Edition</div>
|
| 141 |
</header>
|
| 142 |
|
| 143 |
+
<section class="meta">
|
| 144 |
+
<div><strong>Edition:</strong> Thursday, February 26, 2026</div>
|
| 145 |
+
<div><strong>Desk:</strong> Science, Space & Earth</div>
|
| 146 |
+
<div><strong>Mood:</strong> Pawsitive</div>
|
| 147 |
+
</section>
|
| 148 |
|
| 149 |
<section class="lead">
|
| 150 |
+
<h2>Top 3 Recent Non-Sensitive Headlines — with handcrafted cat diorama art</h2>
|
| 151 |
+
<p>
|
| 152 |
+
Welcome to our mini newsroom where the stories are real and the whiskers are editorial. Below are three recent,
|
| 153 |
+
non-sensitive headlines from reputable outlets, illustrated with custom cat-themed diorama images. Think of it as
|
| 154 |
+
journalism with a side of paws and perspective.
|
| 155 |
+
</p>
|
| 156 |
+
<p>
|
| 157 |
+
Today's cover concepts include skywatching kitties, launch-ready space cats, and globe-trotting feline scientists.
|
| 158 |
+
We call it <em>purr-iodical reporting</em>.
|
| 159 |
+
</p>
|
| 160 |
</section>
|
| 161 |
|
| 162 |
<section class="grid">
|
| 163 |
<article>
|
| 164 |
+
<div class="kicker">Sky Watch</div>
|
| 165 |
+
<h3>Planetary Parade Paws Into View</h3>
|
| 166 |
+
<p class="dek">AP reports six planets visible in late February skies — a cosmic catwalk, if you will.</p>
|
| 167 |
+
<img src="https://evalstate-flux1-schnell.hf.space/--replicas/pnlns/gradio_api/file=/tmp/gradio/f760903506924786d592277a638230286e9bef329bf99470dedefd6e2eee535e/image.webp" alt="Cats watching a miniature planetary parade diorama" />
|
| 168 |
+
<p class="caption">Illustration: "Purrlanetary alignment" in a shoebox observatory.</p>
|
| 169 |
+
<p class="source">
|
| 170 |
+
<strong>Headline source:</strong>
|
| 171 |
+
<a href="https://apnews.com/article/6-planets-parade-sky-venus-saturn-jupiter-mars-mercury-neptune-5ca2f31d65f5b4fda1540f4ec3f9f5f2" target="_blank" rel="noopener">Associated Press (Feb 23, 2026)</a>
|
| 172 |
+
</p>
|
|
|
|
|
|
|
| 173 |
</article>
|
| 174 |
|
| 175 |
<article>
|
| 176 |
+
<div class="kicker">Launch Desk</div>
|
| 177 |
+
<h3>NASA’s SpaceX Crew-12 Launches to ISS</h3>
|
| 178 |
+
<p class="dek">Crew-12 heads station-side as mission momentum continues. Liftoff? More like lift-<em>paw</em>.</p>
|
| 179 |
+
<img src="https://evalstate-flux1-schnell.hf.space/--replicas/pnlns/gradio_api/file=/tmp/gradio/9d978f55b45e11551aa14338835d4df4d65f9839bb2a791aa878fc9a0ff635a4/image.webp" alt="Cat astronauts beside a miniature rocket launch" />
|
| 180 |
+
<p class="caption">Illustration: Tiny suits, big mission energy.</p>
|
| 181 |
+
<p class="source">
|
| 182 |
+
<strong>Headline source:</strong>
|
| 183 |
+
<a href="https://www.nasa.gov/news-release/nasas-spacex-crew-12-launches-to-international-space-station/" target="_blank" rel="noopener">NASA (Feb 20, 2026)</a>
|
| 184 |
+
</p>
|
|
|
|
|
|
|
| 185 |
</article>
|
| 186 |
|
| 187 |
<article>
|
| 188 |
+
<div class="kicker">Earth Beat</div>
|
| 189 |
+
<h3>NASA Selects Two Earth System Explorer Missions</h3>
|
| 190 |
+
<p class="dek">Two missions chosen to deepen Earth-system science — a globe-spanning story with claws for curiosity.</p>
|
| 191 |
+
<img src="https://evalstate-flux1-schnell.hf.space/--replicas/pnlns/gradio_api/file=/tmp/gradio/aa542f592347ef9fd902816b002db624b9eef5a0e854b61994b12ee49ac191de/image.webp" alt="Cats studying globe and satellite diorama" />
|
| 192 |
+
<p class="caption">Illustration: Feline researchers monitor a tiny Earth from mission control.</p>
|
| 193 |
+
<p class="source">
|
| 194 |
+
<strong>Headline source:</strong>
|
| 195 |
+
<a href="https://www.nasa.gov/news-release/nasa-selects-two-earth-system-explorer-missions/" target="_blank" rel="noopener">NASA (Feb 12, 2026)</a>
|
| 196 |
+
</p>
|
|
|
|
|
|
|
| 197 |
</article>
|
| 198 |
</section>
|
| 199 |
|
| 200 |
+
<footer>
|
| 201 |
+
Built as a static newspaper-style homepage with generated cat-diorama visuals. Content intentionally avoids sensitive or offensive topics.
|
| 202 |
+
</footer>
|
| 203 |
</main>
|
| 204 |
</body>
|
| 205 |
</html>
|