stillgreenmossdotnet/posts/presentation-dot-sh/index.html
2024-02-18 19:57:12 -05:00

38 lines
1.5 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" />
<title>still, green moss</title>
</head>
<body>
<section 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>
</section>
<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>
<p>i hope this inspires you to try new tools for giving presentations :)</p>
<section class="foot">
<p><a href="https://creativecommons.org/licenses/by-sa/4.0/">cc by-sa</a></p>
</section>
</body>
</html>