Some interlude pages

This commit is contained in:
Charles Magahern
2025-09-07 18:39:15 -07:00
parent dc8ab1a0a7
commit 08354c8905
12 changed files with 133 additions and 0 deletions

18
pages/javaguy.html Normal file
View File

@@ -0,0 +1,18 @@
<style>
#javaguy::before {
background-image: url("assets/img/javaguy.jpg");
}
#javaguy-caption {
position: absolute;
top: 5%;
left: 5%;
}
</style>
<div id="javaguy" class="page-base interlude">
<div class="interlude-caption" id="javaguy-caption">
i'm living in the real world<br/>
and he's living in a <em>virtual machine...</em><br/>
</div>
</div>