2024-07-26 07:28:48 -07:00
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<style>
|
|
|
|
$[cat style.css]
|
|
|
|
</style>
|
|
|
|
<title>Natalie sightings</title>
|
2024-07-27 12:31:33 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2024-07-26 07:28:48 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-07-28 11:12:01 -07:00
|
|
|
$[include html/header.html]
|
2024-07-27 12:31:33 -07:00
|
|
|
<main>
|
|
|
|
<section>
|
|
|
|
<h1>Natalie Sightings</h1>
|
|
|
|
<p>They are reasonably rare. <br>These photographs are uneditted, my various cameras are just fucked up. Ignore the annoying aspect ratio.</p>
|
|
|
|
</section>
|
|
|
|
<section>
|
2024-07-27 15:15:57 -07:00
|
|
|
<flex-grid>$[for file in files/natalie-sightings/*; do echo "<flex-grid-item>$(img-caption "/$file")</flex-grid-item>"; done]</flex-grid>
|
2024-07-27 12:31:33 -07:00
|
|
|
</section>
|
2024-07-28 11:12:01 -07:00
|
|
|
</main>
|
|
|
|
$[include html/footer.html]
|
2024-07-26 07:28:48 -07:00
|
|
|
</body>
|
|
|
|
</html>
|