hs-mortality: done enough!?
This commit is contained in:
parent
f5981c7966
commit
d2002c0e5f
2 changed files with 3 additions and 5 deletions
|
@ -18,6 +18,7 @@ import { Main, render_and_copy, static_url } from "./common.tsx";
|
||||||
render_and_copy(
|
render_and_copy(
|
||||||
<div
|
<div
|
||||||
style={{
|
style={{
|
||||||
|
background: `url(${static_url("incipisphere-thingie.png")}) fixed`,
|
||||||
display: "grid",
|
display: "grid",
|
||||||
overflow: "hidden",
|
overflow: "hidden",
|
||||||
gridTemplateRows: "1fr",
|
gridTemplateRows: "1fr",
|
||||||
|
@ -26,11 +27,8 @@ render_and_copy(
|
||||||
<img
|
<img
|
||||||
id="panel"
|
id="panel"
|
||||||
src={static_url("homestuck-3853-transparent-egbertless.png")}
|
src={static_url("homestuck-3853-transparent-egbertless.png")}
|
||||||
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
|
alt="part of page 3853 of homestuck. rose lalonde, wearing a black dress with a pinkish-purple sash and a green communicator on her head, is lying incapicitated on the grey ground. a pool of blood is collecting, with an incisphereish thingie showing through it. there is a blue, partially sloppily clone-stamped void with a dark purple horizon above it."
|
||||||
style={{
|
style={{
|
||||||
background: `url(${static_url(
|
|
||||||
"incipisphere-thingie.png"
|
|
||||||
)}) fixed;`,
|
|
||||||
gridArea: "1/1",
|
gridArea: "1/1",
|
||||||
margin: 0,
|
margin: 0,
|
||||||
aspectRatio: 1,
|
aspectRatio: 1,
|
||||||
|
@ -39,7 +37,7 @@ render_and_copy(
|
||||||
<img
|
<img
|
||||||
id="egbert"
|
id="egbert"
|
||||||
src={static_url("homestuck-3853-egbertful.png")}
|
src={static_url("homestuck-3853-egbertful.png")}
|
||||||
alt="TODO TODO TODO TODO TODO TODO TODO TODO TODO TODO"
|
alt="part of page 3853 of homestuck. egbert's silhouette with colorful tendrils all around it and a patch of blood that also shows the incipisphereish thingie."
|
||||||
style={{
|
style={{
|
||||||
gridArea: "1/1",
|
gridArea: "1/1",
|
||||||
margin: 0,
|
margin: 0,
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 568 KiB After Width: | Height: | Size: 721 KiB |
Loading…
Reference in a new issue