www.unturf.com/growing-systems-of-permanence/index.html

117 lines
3.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>grow food not lawn &#8212; unturf.</title>
<!-- this makes mobile pretty... -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#5871ad">
<meta charset="utf-8">
<!-- unturf. logo! -->
<link rel="stylesheet" href="/css/chunkfive/stylesheet.css" type="text/css" charset="utf-8" />
<!-- a choice permacomputer CSS stylesheet to-end-all stylesheets, pico.classless.min.css ! woot -->
<!-- you should steal this stylesheet. -->
<!-- <link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css "> -->
<link rel="stylesheet" href="/css/pico.classless.min.css">
</head>
<body>
<div class="container-fluid">
<div class="row">
<div class="text-white bg-dark" style="align-items: center; justify-content: center;">
<center>
<a href="/" class="text-white text-decoration-none">
<span class="fs-1" style="font-family: 'chunkfiveregular';" >unturf.</span>
</a>
</center>
</div>
<div>
<br>
<center>
<b class="navbar-brand">grow food not lawn</b>
</center>
</div>
<div class="col-lg-3 mx-auto p-3 py-md-5">
<div>
<p>hello</p>
<main>
<div class="row g-5">
<!-- Remarkbox - Your readers want to communicate with you -->
<div id="remarkbox-div">
<noscript>
<iframe id=remarkbox-iframe src="https://my.remarkbox.com/embed?nojs=true" style="height:600px;width:100%;border:none!important" tabindex=0></iframe>
</noscript>
</div>
<script src="https://my.remarkbox.com/static/js/iframe-resizer/iframeResizer.min.js"></script>
<script>
var rb_owner_key = "a9d9b717-3aa9-11ec-9e21-040140774501";
var thread_uri = window.location.href;
var thread_title = window.document.title;
var thread_fragment = window.location.hash;
// rb owner was here.
var mode_param = "&mode=dark";
var rb_src = "https://my.remarkbox.com/embed" +
"?rb_owner_key=" + rb_owner_key +
"&thread_title=" + encodeURI(thread_title) +
"&thread_uri=" + encodeURIComponent(thread_uri) +
mode_param +
thread_fragment;
function create_remarkbox_iframe() {
var ifrm = document.createElement("iframe");
ifrm.setAttribute("id", "remarkbox-iframe");
ifrm.setAttribute("scrolling", "no");
ifrm.setAttribute("src", rb_src);
ifrm.setAttribute("frameborder", "0");
ifrm.setAttribute("tabindex", "0");
ifrm.setAttribute("title", "Remarkbox");
ifrm.style.width = "100%";
document.getElementById("remarkbox-div").appendChild(ifrm);
}
create_remarkbox_iframe();
iFrameResize(
{
checkOrigin: ["https://my.remarkbox.com"],
inPageLinks: true,
initCallback: function(e) {e.iFrameResizer.moveToAnchor(thread_fragment)}
},
document.getElementById("remarkbox-iframe")
);
</script>
</div>
</div>
</main>
<footer class="pt-5 my-5 text-muted border-top">
<center>
Russell Ballestrini | <span style="font-family: 'chunkfiveregular';">unturf.</span> &middot; &copy; 2021
</center>
</footer>
</div>
<!-- end of row -->
</div>
<!-- end of container -->
</div>
<!-- Bootstrap JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
</body>
</html>