2021-03-15 19:49:29 +00:00
<!doctype html>
< html lang = "en" > < head >
< meta charset = "utf-8" >
< 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." >
2021-03-28 16:30:54 +00:00
< link rel = "stylesheet" href = "/assets/css/style.css" > < 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-1" > < a class = "no-underline f4 dark-green anthony" rel = "author" href = "/" > Digital Garden< / a > < nav class = "f7" > < 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" >
2021-03-15 19:49:29 +00:00
< article class = "measure-wide" >
< header >
2021-03-19 01:22:28 +00:00
< h1 class = "f-6 normal anthony" > Colophon< / h1 >
2021-03-15 19:49:29 +00:00
< / header >
< div class = "lh-copy f5" >
2021-03-19 01:11:02 +00:00
< p > This micro-site is part of < a href = "/bentway" > Bentway’ s< / a > < em > Digital and/as Public Space< / em > initiative exploring the new reality of hybrid realms that blend digital and physical spaces.< / p >
< p > < a href = "/hypha" > Hypha< / a > is a worker co-operative based in Toronto which helps organizations and communities redesign their relationships with digital technology.< / p >
< p > < a href = "http://velvetyne.fr/fonts/anthony/" > Anthony< / a > is a typeface designed by < a href = "https://www.sunyoungoh.com/" > Sun Young Oh< / a > and inspired from artworks by British sculptor Anthony Caro. The form of this typeface comes from his sculptures that are leaning against each other.< / p >
2021-03-15 19:49:29 +00:00
< / div >
< / article >
< / main > < footer >
< / footer > <!-- That file is not particularly elegant. This will need a refactor at some point. -->
2021-03-25 02:18:36 +00:00
< div class = "hide-child links-dark-green" >
2021-03-28 16:30:54 +00:00
< div id = 'tooltip-wrapper' class = "bg-white br4 shadow-solid-accent lh-copy dn o-0 pa3 w6 f6 absolute child" >
2021-03-28 18:36:37 +00:00
< div id = 'tooltip-content' class = "relative overflow-hidden note-contents" >
2021-03-15 22:26:51 +00:00
< / div >
2021-03-28 16:30:54 +00:00
< div id = "tooltip-source" class = "f7 light-silver" > < / div >
2021-03-15 19:49:29 +00:00
< / div >
< / div >
2021-03-19 01:14:38 +00:00
< script src = "/assets/js/d3.v6.min.js" > < / script >
< script src = "/assets/js/scripts.js" > < / script >
2021-03-15 19:49:29 +00:00
< / body >
< / html >