home.wezm.net/templates/liza.html.j2

73 lines
3.3 KiB
Django/Jinja

{% from "footer.html.j2" import footer %}
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/1998/REC-html40-19980424/loose.dtd">
<html lang="en">
<head>
<title>Liza the Lizard: Wes' Retro Site</title>
<link rel="stylesheet" href="basics.css" type="text/css">
<link rel="preload" as="fetch" href="https://octothorp.es/?uri=https%3A%2F%2Fhome.wezm.net%2F~wmoore%2Fliza.html">
<meta name="viewport" content="width=640, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" >
</head>
<body bgcolor="#f9f9f9">
<basefont face="sans-serif" size="3">
<table width="640" align="center">
<tr valign="middle">
<td width="70%" height="75">
<h1>
<img src="lizard.gif" class="pixelate" alt="Mac icon" width="32" height="32">
Liza the Lizard
</h1>
</td>
{% include 'nav.html.j2' %}
</tr>
<tr>
<td colspan="3">
<p>
On Sat 21 Feb 2026 a juvenile
<a href="https://australian.museum/learn/animals/reptiles/water-dragon/">Australian Water Dragon</a>
showed up at our door.
</p>
<center>
<a href="images/liza/big/liza-at-door.jpg"><img src="images/liza/liza-at-door.jpg" alt="A small, gangly lizard with a very long tail sits on the bottom frame of a sliding door." width="480" height="360" border="0"></a>
<br><small>(click images for a larger version)</small>
</center>
<p>
We were heading out on a trip that weekend, but when we got back
we were pleased to see that the lizard was still around. It had
taken to spending each night clinging to one of the stems of our
elephant ear pot plant.
</p>
<center><a href="images/liza/big/liza-on-plant.jpg"><img src="images/liza/liza-on-plant.jpg" alt="A small light-brown lizard clings to the stem of an elephant ear plant. The stem drooped a little from the weight." width="480" height="320" border="0"></a></center>
<p>
Each time we would leave the house we'd check for the lizard. Or
peer out the kitchen window during the day to see if it was
there. After a couple of days we named her Liza (inspired in part
by
<a href="https://www.themoviedb.org/tv/62117-younger">a show we were watching</a>
where the main character was named Liza). We don't know for sure
that she is a she, but that's what we're going with.
</p>
<p>
During the day Liza likes to sit atop one of the wheels of our
wheelie bins (yes that's really what we call them in Australia).
</p>
<center><a href="images/liza/big/wheelie-bin.jpg"><img src="images/liza/wheelie-bin.jpg" alt="A small light-brown lizard sit atop a black plastic wheel, with its head raised." width="480" height="320" border="0"></a></center>
<p>
I'm not sure how long she will live with us, but while it lasts it's
fun to have a pet lizard named Liza.
</p>
{{ footer(generated, 0, ["lizard"]) }}
</td>
</tr>
</table>
</body>
</html>