diff --git a/20250915.css b/20250915.css new file mode 100644 index 0000000..ad02fbd --- /dev/null +++ b/20250915.css @@ -0,0 +1,15 @@ +@font-face { + font-family: "VT323"; + font-weight: normal; + font-style: normal; + src: url("./VT323-Regular.ttf") format("truetype"); +} + +* { + font-family: "VT323"; + color: lime; +} + +html { + background: black; +} diff --git a/20251015.css b/20251015.css deleted file mode 100644 index b004751..0000000 --- a/20251015.css +++ /dev/null @@ -1,36 +0,0 @@ -@font-face { - font-family: "Greenhouse-Saguaro"; - font-weight: normal; - font-style: normal; - src: url("https://cdn.isaac.run/brand/carattere/Greenhouse-Saguaro.woff2") format("woff2"); -} - -@font-face { - font-family: "OtherHand"; - font-weight: normal; - font-style: normal; - src: url("https://cdn.isaac.run/brand/carattere/OtherHand-Medium.woff2") format("woff2"); -} - -html { - font-family: "Greenhouse-Saguaro"; - font-size: 1.5em; - max-width: 600px; - -webkit-text-stroke: 1px #000; - background-image: linear-gradient(rgb(255 255 255 / 0.75)), url("/tiger.png"); - background-repeat: repeat; - background-position: left bottom; - background-size: 128px; -} - -h1 { - font-weight: normal; - font-size: 2.5em; -} - -h1 + p { - font-family: inherit; -} -p { - font-family: "OtherHand"; -} diff --git a/VT323-Regular.ttf b/VT323-Regular.ttf new file mode 100644 index 0000000..6aec599 Binary files /dev/null and b/VT323-Regular.ttf differ diff --git a/index.html b/index.html index bf5e9b4..9b76a36 100644 --- a/index.html +++ b/index.html @@ -1,21 +1,17 @@ - The Tiger - Nael - + Roscoe Hamilton 2013-2025 + - -

The Tiger

-

By Nael, age 6

-
-

The tiger

-

He destroyed his cage

-

Yes

-

YES

-

The tiger is out

+ + A photo of Roscoe and Lewis Hamilton +

In memory of Roscoe Hamilton, 2013-2025

+

Roscoe passed away at the age of 12 on September 28 following hospitalization from pneumonia.

+

Announcement | Obituary

diff --git a/tiger.png b/tiger.png deleted file mode 100644 index 2bf106d..0000000 Binary files a/tiger.png and /dev/null differ