Minor tweaks
Some checks failed
CI / Check typos (push) Successful in 8s
CI / Clippy (push) Successful in 59s
CI / Check links (push) Failing after 1m32s
CI / Build and test (push) Successful in 1m21s
CI / Build container (push) Has been skipped
CI / Deploy on waypoint (push) Has been skipped

This commit is contained in:
2025-11-09 21:20:47 -08:00
parent c13618e958
commit 532cfe58ba
5 changed files with 8 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ img {
border-radius: 15px;
border: solid .2rem transparent;
transition: 150ms;
image-rendering: pixelated;
}
img:hover {

View File

@@ -23,12 +23,12 @@ A snippet of the [_Endless Sky_][es] map is below.
<br/>
**In other words:** Try finding a `.com` domain that...
**In other words:** try finding a `.com` domain that...
- Isn't already taken
- Doesn't sound awful
- Isn't owned by a scalper that's selling it for $300"
- Isn't owned by a scalper that's selling it for $300
<br/>
<img class="img-placeholder" src="/assets/img/betalupi.png?t=maxdim(10,10)" data-large="/assets/img/betalupi.png" style="width:100%;height=10rem;"></img>
<img class="img-placeholder" src="/assets/img/betalupi.png?t=maxdim(50,50)" data-large="/assets/img/betalupi.png" style="width:100%;height=10rem;"></img>

View File

@@ -9,7 +9,7 @@ Also see [what's a "betalupi?"](/whats-a-betalupi)
## Projects
- **RedoxOS**, a general-purpose, microkernel-based operating system written in Rust. _{{color(--grey, "[enthusiast]")}}
- **RedoxOS**, a general-purpose, microkernel-based operating system written in Rust. _{{color(--grey, "[enthusiast]")}}_
- {{color(--grey, "Status: ")}} {{color(--yellow, "Passive.")}}
- {{color(--grey, "Website: ")}} [:fa-link: redox-os.org](https://www.redox-os.org/)

View File

@@ -30,9 +30,9 @@ pub fn index() -> Page {
img
class="img-placeholder"
src="/assets/img/cover-small.jpg?t=maxdim(10,10)"
src="/assets/img/cover-small.jpg?t=maxdim(20,20)"
data-large="/assets/img/cover-small.jpg"
style="float:left;margin:10px 10px 10px 10px;display:block;width:25%;"
style="image-rendering:pixelated;float:left;margin:10px;display:block;width:25%;"
{}
div style="margin:2ex 1ex 2ex 1ex;display:inline-block;overflow:hidden;width:60%;" {

View File

@@ -140,7 +140,7 @@ pub fn page_wrapper<'a>(
hr class = "footline" {}
div class = "footContainer" {
p {
"This site was built by hand using "
"This site was built by hand with "
(FarLink("https://rust-lang.org", "Rust"))
", "
(FarLink("https://maud.lambda.xyz", "Maud"))