stillgreenmossdotnet/posts/presentation-dot-sh/index.html
maren 33ac5dc9e7 improve header and footer, add favicon
w3c html checker is very happy now
2024-05-01 19:18:08 -04:00

41 lines
1.6 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css">
<link href="/favicon.ico" type="image/x-icon" rel="icon"><link href="/favicon.ico" type="image/x-icon" rel="shortcut icon">
<title>still, green moss</title>
</head>
<body>
<div class="head">
<h1>thiss <a href="https://en.wikipedia.org/wiki/Moss">moss</a> iss <a href="https://en.wikipedia.org/wiki/Silence">still</a> <a href="https://en.wikipedia.org/wiki/Green">greenn</a></h1>
<p><a href="/">home</a> | <a href="/blog">blog</a> | <a href="/links">links</a> | <a href="/feed.atom">feed</a></p>
<div class="row">
<div class="column">
<img src="/venus.jpg" alt="venus flytraps and moss" style="width:100%">
</div>
<div class="column">
<img src="/forest.jpg" alt="a coastal pine savannah forest" style="width:100%">
</div>
<div class="column">
<img src="/pitcher.jpg" alt="a cluster of pitcher plants" style="width:100%">
</div>
</div>
</div>
<h2>presentation.sh</h2>
<p><em>february 18th 2024</em></p>
<p>one thing that's possible to do, if you'd like, is to use a shell script instead of slides to give a presentation</p>
<p>i did this for something recently and it was really fun. i put some example code in git <a href="https://git.bunk.computer/maren/presentationdotsh">which you can look at here</a></p>
<div class="foot">
<p>see ya later</p>
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p>
</div>
</body>
</html>