2024-02-19 00:57:12 +00:00
<!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" >
2024-05-01 23:18:08 +00:00
< 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" >
2024-02-19 00:57:12 +00:00
< title > still, green moss< / title >
< / head >
< body >
2024-05-01 23:18:08 +00:00
< div class = "head" >
2024-02-19 00:57:12 +00:00
< 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 >
2024-05-09 03:00:47 +00:00
< p > < a href = "/" > home< / a > | < a href = "/blog" > blog< / a > | < a href = "/links" > links< / a > | < a href = "/now" > now< / a > | < a href = "/feed.atom" > feed< / a > < / p >
2024-02-19 00:57:12 +00:00
< 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 >
2024-05-01 23:18:08 +00:00
< / div >
2024-02-19 00:57:12 +00:00
< 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 >
2024-05-01 23:18:08 +00:00
< div class = "foot" >
< p > see ya later< / p >
2024-05-10 00:01:15 +00:00
< p > < a href = "https://creativecommons.org/publicdomain/zero/1.0/" > cc0< / a > < / p >
2024-05-01 23:18:08 +00:00
< / div >
2024-02-19 00:57:12 +00:00
< / body >
< / html >
2024-05-01 23:18:08 +00:00