mirror of
https://github.com/xtzws/isaac.run.git
synced 2025-12-16 13:00:32 +01:00
Compare commits
2 commits
03de156dd2
...
ee56264ad6
| Author | SHA1 | Date | |
|---|---|---|---|
| ee56264ad6 | |||
| ece65ffdea |
5 changed files with 47 additions and 22 deletions
15
20250915.css
15
20250915.css
|
|
@ -1,15 +0,0 @@
|
|||
@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;
|
||||
}
|
||||
36
20251015.css
Normal file
36
20251015.css
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
@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";
|
||||
}
|
||||
Binary file not shown.
18
index.html
18
index.html
|
|
@ -1,17 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en-US" dir="ltr">
|
||||
<head>
|
||||
<title>Roscoe Hamilton 2013-2025</title>
|
||||
<link rel="stylesheet" href="https://cdn.isaac.run/brand/css/roscoe.css">
|
||||
<title>The Tiger - Nael</title>
|
||||
<link rel="stylesheet" href="/20251015.css">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="logo.png">
|
||||
<script defer data-domain="isaac.run" src="https://plausible.isaac.run/js/script.outbound-links.js" integrity="sha512-P6pA99trHkg8qamw+QZ+qVihPF5m4k7R9RSj+YljYVHt04+eYV1ELtZkhDEikEhBROqURMezBUBpw4LpSD0iAQ==" crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<img src="https://cdn.isaac.run/media/foto/roscoe.jpg" alt="A photo of Roscoe and Lewis Hamilton">
|
||||
<p><b>In memory of Roscoe Hamilton, 2013-2025</b></p>
|
||||
<p>Roscoe passed away at the age of 12 on September 28 following hospitalization from pneumonia.</p>
|
||||
<p><a href="https://www.instagram.com/p/DPLzOwRDHqk/">Announcement</a> | <a href="https://www.nytimes.com/athletic/6665232/2025/09/29/roscoe-obituary-lewis-hamilton-dog/">Obituary</a></p>
|
||||
<body>
|
||||
<h1>The Tiger</h1>
|
||||
<p>By Nael, age 6</p>
|
||||
<hr>
|
||||
<p>The tiger</p>
|
||||
<p>He destroyed his cage</p>
|
||||
<p>Yes</p>
|
||||
<p>YES</p>
|
||||
<p>The tiger is out</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
BIN
tiger.png
Normal file
BIN
tiger.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 321 KiB |
Loading…
Add table
Add a link
Reference in a new issue