new file: growing-systems-of-permanence/index.html modified: index.html new file: let-us-define-a-permacomputer/index.html
112 lines
3.3 KiB
HTML
112 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<title>grow food not lawn — 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" />
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
|
|
|
|
</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 rb_src = "https://my.remarkbox.com/embed" +
|
|
"?rb_owner_key=" + rb_owner_key +
|
|
"&thread_title=" + encodeURI(thread_title) +
|
|
"&thread_uri=" + encodeURIComponent(thread_uri) +
|
|
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 | unturf · © 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>
|
|
|
|
</body>
|
|
</html>
|