deploy: 8650a4d221
This commit is contained in:
parent
2ba2e3e9a7
commit
5c2938ae0e
4
404.html
4
404.html
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Digital Garden</title>
|
||||
<meta name="description" content="A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="container tc">
|
||||
@ -26,6 +26,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
31
README.md
31
README.md
@ -1,12 +1,35 @@
|
||||
# digitalgarden
|
||||
# Digital Garden
|
||||
|
||||
[![HTMLProofer](https://github.com/hyphacoop/digitalgarden/actions/workflows/main.yml/badge.svg)](https://github.com/hyphacoop/digitalgarden/actions/workflows/main.yml)
|
||||
[![GitHub Pages Deploy](https://github.com/hyphacoop/digitalgarden/actions/workflows/deploy.yml/badge.svg)](https://github.com/hyphacoop/digitalgarden/actions/workflows/deploy.yml)
|
||||
|
||||
A public notebook / digital garden for The Bentway’s Digital and/as Public Space Micro-Residency.
|
||||
A public notebook / digital garden for The Bentway’s [Digital and/as Public Space Micro-Residency](https://www.thebentway.ca/stories/the-bentway-announces-eight-micro-residencies-as-part-of-the-digital-and-as-public-space-initiative/).
|
||||
|
||||
[Visit the garden](https://digitalgarden.hypha.coop)
|
||||
|
||||
## Adding and connecting notes
|
||||
- [Notes](./_notes) in the Digital Garden are stored in the `./_notes` folder as markdown files (`*.md`) files.
|
||||
- Connecting notes is done through a double-bracket notation: `[[text to link]]`. View the [The Statement of Intent](./notes/statement-of-intent.md) note as an example.
|
||||
- A link without a corresponding markdown file will be highlighted and left unlinked until a file is created.
|
||||
|
||||
## Technologies used
|
||||
- [Jekyll](https://jekyllrb.com/), a static website generator written in Ruby
|
||||
+ Initial template is based on the [Digital garden Jekyll template](https://github.com/maximevaillancourt/digital-garden-jekyll-template) by Maxime Vaillancourt
|
||||
- [Tachyons](https://tachyons.io/), a functional CSS library that allows us to quickly grow the garden
|
||||
- [D3.js](https://d3js.org/), a JavaScript library for visualizing data
|
||||
+ Initial knowledge graph implementation from the [Digital garden Jekyll template](https://github.com/maximevaillancourt/digital-garden-jekyll-template)
|
||||
- [GitHub Actions](https://github.com/hyphacoop/digitalgarden/actions) for testing, building, and deploying the site.
|
||||
+ [GitHub Actions for GitHub Pages](https://github.com/peaceiris/actions-gh-pages) is used to deploy the site to the [`gh-pages`](https://github.com/hyphacoop/digitalgarden/tree/gh-pages) branch
|
||||
- [Jekyll Feed plugin](https://github.com/hyphacoop/jekyll-feed), a plugin for Jekyll to generate an RSS feed
|
||||
|
||||
## Development
|
||||
1. Clone repository: `git clone git@github.com:hyphacoop/digitalgarden.git`
|
||||
2. Install Bundler gem: `gem install bundler`
|
||||
3. Install dependencies: `bundle install`
|
||||
4. Run locally: `bundle exec jekyll serve` or `rake watch`
|
||||
5. Visit your `localhost` on port `4000`: http://localhost:4000 or http://127.0.0.1:4000
|
||||
|
||||
## License
|
||||
|
||||
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Digital Garden</span> content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
|
||||
|
||||
All code at <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/hyphacoop/digitalgarden/" property="cc:attributionName" rel="cc:attributionURL">github.com/hyphacoop/digitalgarden/</a> is licensed under a <a rel="license" href="https://www.gnu.org/licenses/gpl.html">GNU General Public License v3.0</a>, the text of which is included in the repository [here](https://github.com/hyphacoop/digitalgarden/blob/master/LICENSE).
|
||||
All code at <a xmlns:cc="http://creativecommons.org/ns#" href="https://github.com/hyphacoop/digitalgarden/" property="cc:attributionName" rel="cc:attributionURL">github.com/hyphacoop/digitalgarden/</a> is licensed under a <a rel="license" href="https://www.gnu.org/licenses/gpl.html">GNU General Public License v3.0</a>, the text of which is included in the repository [here](https://github.com/hyphacoop/digitalgarden/blob/main/LICENSE).
|
||||
|
@ -5,7 +5,7 @@
|
||||
<title>Bentway 🌱 Digital Garden</title>
|
||||
<meta name="description" content="The Bentway re-imagines how we build, experience, activate, and value public space
|
||||
public space together. With From Later, they are hosting an initiative from March 1 to May 31 called Digital...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -19,8 +19,8 @@
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -77,6 +77,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Colophon 🌱 Digital Garden</title>
|
||||
<meta name="description" content="A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<article class="measure-wide ml3">
|
||||
@ -54,6 +54,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Dawn Walker 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Dawn Walker is a design researcher and PhD Candidate at the Faculty of Information, University of Toronto. Her research focuses on the possibilities for social transformation through the design of ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -18,8 +18,8 @@
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -70,6 +70,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -10,7 +10,7 @@ https://maggieappleton.com/garden-history
|
||||
Hypertext Gardens: Delightful Vistas
|
||||
Mark Bernstein, Eastgate Systems, Inc.
|
||||
http://www.e...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -19,8 +19,8 @@ http://www.e...">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -83,6 +83,6 @@ Mark Bernstein, Eastgate Systems, Inc.
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -5,7 +5,7 @@
|
||||
<title>Garry Ing 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Garry Ing is a designer and researcher residing in Toronto. He is a member of Hypha
|
||||
Hypha Worker Co-operative and sessional faculty at OCAD University teaching interactive media. Previous wor...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -14,8 +14,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -66,6 +66,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypercore 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Hypercore Protocol is a peer-to-peer data network built on the Hypercore logs. Hypercores are signed, append-only logs. They’re like lightweight blockchains without the consensus algorithm. As with...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -79,6 +79,6 @@ TBD
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypertext Transfer Protocol 🌱 Digital Garden</title>
|
||||
<meta name="description" content="The Hypertext Transfer Protocol (HTTP) is an application layer protocol for distributed, collaborative, hypermedia information systems. HTTP is the foundation of data communication for the World Wi...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -73,6 +73,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Hypertext 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Hypertext is text displayed on a computer display or other electronic devices with references (hyperlinks) to other text that the reader can immediately access. Hypertext documents are interconnect...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -81,6 +81,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -8,7 +8,7 @@
|
||||
We cultivate collective growth and meaningful livelihoods through learning and building technologies together.
|
||||
|
||||
We are a team of technologists, designers, and community organize...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -17,8 +17,8 @@ We are a team of technologists, designers, and community organize...">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -110,6 +110,6 @@ We are a team of technologists, designers, and community organize...">
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Digital Garden</title>
|
||||
<meta name="description" content="A digital garden or public notebook for The Bentway’s Digital and/as Public Space Micro-Residency.">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="ma3 anthony">
|
||||
@ -27,6 +27,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Infrastructure 🌱 Digital Garden</title>
|
||||
<meta name="description" content="TBD">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -87,6 +87,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -16,7 +16,7 @@
|
||||
|
||||
|
||||
...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -30,8 +30,8 @@
|
||||
|
||||
</time>
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -104,6 +104,6 @@ Economy as a form a expression</p>
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>IPFS 🌱 Digital Garden</title>
|
||||
<meta name="description" content="The InterPlanetary File System (IPFS) is a protocol and peer-to-peer network for storing and sharing data in a distributed file system. IPFS uses content-addressing to uniquely identify each file i...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -79,6 +79,6 @@ TBD
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -8,7 +8,7 @@
|
||||
|
||||
|
||||
TBD">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -17,8 +17,8 @@ TBD">
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -88,6 +88,6 @@ TBD">
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Protocol 🌱 Digital Garden</title>
|
||||
<meta name="description" content="A communication protocol is a system of rules that allows two or more entities of a communications system to transmit information via any kind of variation of a physical quantity. The protocol defi...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -92,6 +92,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Public Space 🌱 Digital Garden</title>
|
||||
<meta name="description" content="TBD">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -87,6 +87,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Publishing 🌱 Digital Garden</title>
|
||||
<meta name="description" content="">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -87,6 +87,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
8
rss.html
8
rss.html
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>RSS 🌱 Digital Garden</title>
|
||||
<meta name="description" content="RSS (RDF Site Summary or Really Simple Syndication) is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format. These feeds can, for ...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -81,6 +81,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Statement of Intent 🌱 Digital Garden</title>
|
||||
<meta name="description" content="Hypha’s practice is situated across many topics that are present in the theme of Adaptive Reuse & Creative Misuse. Drawing from our collective experiences, histories, and methodologies, our goa...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -65,6 +65,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Web Browser 🌱 Digital Garden</title>
|
||||
<meta name="description" content="A web browser (commonly referred to as a browser) is a software application for accessing the World Wide Web. When a user requests a web page from a particular website, the web browser retrieves th...">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -73,6 +73,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
@ -4,7 +4,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>World Wide Web 🌱 Digital Garden</title>
|
||||
<meta name="description" content="TBD">
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1617495920618209225"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<link rel="stylesheet" href="/assets/css/style.css?1618150341180253559"><link type="application/atom+xml" rel="alternate" href="/feed.xml" /></head><body class="dark-green sans-serif bg-washed-green"><header id="header" class="f5 pa3 flex bb b--dark-green bg-washed-green justify-between sticky top-0 w-100 items-baseline z-3"><a class="no-underline f4 dark-green anthony" rel="author" href="/">Digital Garden</a><nav class="f7 code"><a class="no-underline dark-green underline-hover" href="/colophon/">Colophon</a><a class="no-underline dark-green ml3 underline-hover" href="/feed.xml">RSS Feed</a>
|
||||
<a class="no-underline dark-green ml3 underline-hover" href="https://github.com/hyphacoop/digitalgarden">View Garden Source</a>
|
||||
</nav></header><main class="links-dark-green" aria-label="Content">
|
||||
<div class="flex">
|
||||
@ -13,8 +13,8 @@
|
||||
<header>
|
||||
<div class="note-meta flex justify-between">
|
||||
|
||||
<time class="code dib f7 pb2" datetime="2021-04-04T00:24:54+00:00">
|
||||
Last updated on April 4, 2021
|
||||
<time class="code dib f7 pb2" datetime="2021-04-11T14:10:19+00:00">
|
||||
Last updated on April 11, 2021
|
||||
|
||||
</time>
|
||||
</div>
|
||||
@ -87,6 +87,6 @@
|
||||
</div>
|
||||
|
||||
<script src="/assets/js/d3.v6.min.js"></script>
|
||||
<script src="/assets/js/scripts.js?1617495920618209225"></script>
|
||||
<script src="/assets/js/scripts.js?1618150341180253559"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue
Block a user