Added bicorder and Kadallah
This commit is contained in:
@@ -15,3 +15,9 @@ title = "Protocol Oral History Project"
|
|||||||
description = "A collection of interviews with protocol artists—the skilled builders and stewards of the rules, standards, and norms that shape our lives in often invisible ways."
|
description = "A collection of interviews with protocol artists—the skilled builders and stewards of the rules, standards, and norms that shape our lives in often invisible ways."
|
||||||
url = "https://protocols.ecologies.info"
|
url = "https://protocols.ecologies.info"
|
||||||
logo = "protocol-logo.jpg"
|
logo = "protocol-logo.jpg"
|
||||||
|
|
||||||
|
[[project]]
|
||||||
|
title = "Protocol Bicorder"
|
||||||
|
description = "A web app for the study of protocols."
|
||||||
|
url = "https://medlab.host/bicorder"
|
||||||
|
logo = "bicorder.svg"
|
||||||
|
|||||||
@@ -14,10 +14,16 @@ url = "https://www.colorado.edu/lab/medlab/julia-martins-rodrigues"
|
|||||||
name = "Nathan Schneider"
|
name = "Nathan Schneider"
|
||||||
#photo = "maria-rodriguez.jpg"
|
#photo = "maria-rodriguez.jpg"
|
||||||
institution = "University of Colorado Boulder"
|
institution = "University of Colorado Boulder"
|
||||||
url = "https://www.colorado.edu/cmci/people/media-studies/nathan-schneider"
|
url = "https://www.colorado.edu/cmdi/people/media-studies/nathan-schneider"
|
||||||
|
|
||||||
[[member]]
|
[[member]]
|
||||||
name = "Riley Wong"
|
name = "Riley Wong"
|
||||||
#photo = "alex-chen.jpg"
|
#photo = "alex-chen.jpg"
|
||||||
institution = "Emergent Research"
|
institution = "Emergent Research"
|
||||||
url = "https://www.rileynwong.com/"
|
url = "https://www.rileynwong.com/"
|
||||||
|
|
||||||
|
[[member]]
|
||||||
|
name = "Kadallah Burrowes"
|
||||||
|
#photo = "alex-chen.jpg"
|
||||||
|
institution = "University of Colorado Boulder"
|
||||||
|
url = "https://www.colorado.edu/lab/medlab/kadallah-burrowes"
|
||||||
|
|||||||
@@ -1,2 +1,73 @@
|
|||||||
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Categories | Governance Ecologies</title>
|
<!DOCTYPE html>
|
||||||
<link rel=stylesheet href=/css/main.css></head><body><header><div class=container><div class=header-content><a href=/ class=logo-link><img src=/images/GovEco-removebg-preview.png alt="Governance Ecologies Logo" class=logo></a><nav class=main-nav><ul><li><a href=/>Home</a></li></ul></nav></div></div></header><main><section><div class=container><h1>Categories</h1><div class=cards></div></div></section></main><footer><div class=container><div class=footer-content><div class=footer-logo><img src=/images/GovEco-removebg-preview.png alt="Governance Ecologies Logo" class=footer-logo-img></div><div class=footer-nav><h3>Explore</h3><ul><li><a href=/>Home</a></li></ul></div><div class=footer-contact><h3>Connect</h3><p>Email: medlab@colorado.edu</p></div></div><div class=footer-bottom><p>© 2025 by the contributors</p></div></div></footer></body></html>
|
<html lang="en">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Categories | Governance Ecologies</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="header-content">
|
||||||
|
<a href="/" class="logo-link">
|
||||||
|
<img src="/images/GovEco-removebg-preview.png" alt="Governance Ecologies Logo" class="logo">
|
||||||
|
</a>
|
||||||
|
<nav class="main-nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Categories</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="cards">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="container">
|
||||||
|
<div class="footer-content">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<img src="/images/GovEco-removebg-preview.png" alt="Governance Ecologies Logo" class="footer-logo-img">
|
||||||
|
</div>
|
||||||
|
<div class="footer-nav">
|
||||||
|
<h3>Explore</h3>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-contact">
|
||||||
|
<h3>Connect</h3>
|
||||||
|
<p>Email: medlab@colorado.edu</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<p>© 2026 by the contributors</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on Governance Ecologies</title><link>/categories/</link><description>Recent content in Categories on Governance Ecologies</description><generator>Hugo</generator><language>en-us</language><atom:link href="/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Categories on Governance Ecologies</title>
|
||||||
|
<link>//localhost:1313/categories/</link>
|
||||||
|
<description>Recent content in Categories on Governance Ecologies</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="//localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
|
|||||||
@@ -150,13 +150,16 @@ header {
|
|||||||
|
|
||||||
/* Hero Section */
|
/* Hero Section */
|
||||||
.hero {
|
.hero {
|
||||||
min-height: 80vh;
|
height: calc(100vh - 80px); /* Subtract approximate header height */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: flex-start;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding: 4rem 0;
|
padding: 10vh 0 0 0;
|
||||||
|
margin: 0;
|
||||||
|
position: relative;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hero h1 {
|
.hero h1 {
|
||||||
@@ -175,6 +178,12 @@ section {
|
|||||||
padding: 4rem 0;
|
padding: 4rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#about {
|
||||||
|
position: relative;
|
||||||
|
margin-top: 0;
|
||||||
|
padding-top: 2rem;
|
||||||
|
}
|
||||||
|
|
||||||
.section-heading {
|
.section-heading {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -1 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Governance Ecologies</title><link>/</link><description>Recent content on Governance Ecologies</description><generator>Hugo</generator><language>en-us</language><lastBuildDate/><atom:link href="/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Governance Ecologies</title>
|
||||||
|
<link>//localhost:1313/</link>
|
||||||
|
<description>Recent content on Governance Ecologies</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<lastBuildDate></lastBuildDate>
|
||||||
|
<atom:link href="//localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
|
|||||||
@@ -1 +1,12 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml"><url><loc>/</loc><lastmod>2025-04-11T00:00:00+00:00</lastmod></url><url><loc>/categories/</loc></url><url><loc>/tags/</loc></url></urlset>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||||
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
|
<url>
|
||||||
|
<loc>//localhost:1313/</loc>
|
||||||
|
<lastmod>2025-04-11T00:00:00+00:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>//localhost:1313/categories/</loc>
|
||||||
|
</url><url>
|
||||||
|
<loc>//localhost:1313/tags/</loc>
|
||||||
|
</url>
|
||||||
|
</urlset>
|
||||||
|
|||||||
@@ -1,2 +1,73 @@
|
|||||||
<!doctype html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>Tags | Governance Ecologies</title>
|
<!DOCTYPE html>
|
||||||
<link rel=stylesheet href=/css/main.css></head><body><header><div class=container><div class=header-content><a href=/ class=logo-link><img src=/images/GovEco-removebg-preview.png alt="Governance Ecologies Logo" class=logo></a><nav class=main-nav><ul><li><a href=/>Home</a></li></ul></nav></div></div></header><main><section><div class=container><h1>Tags</h1><div class=cards></div></div></section></main><footer><div class=container><div class=footer-content><div class=footer-logo><img src=/images/GovEco-removebg-preview.png alt="Governance Ecologies Logo" class=footer-logo-img></div><div class=footer-nav><h3>Explore</h3><ul><li><a href=/>Home</a></li></ul></div><div class=footer-contact><h3>Connect</h3><p>Email: medlab@colorado.edu</p></div></div><div class=footer-bottom><p>© 2025 by the contributors</p></div></div></footer></body></html>
|
<html lang="en">
|
||||||
|
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Tags | Governance Ecologies</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
|
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<header>
|
||||||
|
<div class="container">
|
||||||
|
<div class="header-content">
|
||||||
|
<a href="/" class="logo-link">
|
||||||
|
<img src="/images/GovEco-removebg-preview.png" alt="Governance Ecologies Logo" class="logo">
|
||||||
|
</a>
|
||||||
|
<nav class="main-nav">
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</nav>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<main>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<div class="container">
|
||||||
|
<h1>Tags</h1>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="cards">
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
</main>
|
||||||
|
|
||||||
|
<footer>
|
||||||
|
<div class="container">
|
||||||
|
<div class="footer-content">
|
||||||
|
<div class="footer-logo">
|
||||||
|
<img src="/images/GovEco-removebg-preview.png" alt="Governance Ecologies Logo" class="footer-logo-img">
|
||||||
|
</div>
|
||||||
|
<div class="footer-nav">
|
||||||
|
<h3>Explore</h3>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><a href="/">Home</a></li>
|
||||||
|
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="footer-contact">
|
||||||
|
<h3>Connect</h3>
|
||||||
|
<p>Email: medlab@colorado.edu</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="footer-bottom">
|
||||||
|
<p>© 2026 by the contributors</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1 +1,11 @@
|
|||||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Tags on Governance Ecologies</title><link>/tags/</link><description>Recent content in Tags on Governance Ecologies</description><generator>Hugo</generator><language>en-us</language><atom:link href="/tags/index.xml" rel="self" type="application/rss+xml"/></channel></rss>
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||||
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||||
|
<channel>
|
||||||
|
<title>Tags on Governance Ecologies</title>
|
||||||
|
<link>//localhost:1313/tags/</link>
|
||||||
|
<description>Recent content in Tags on Governance Ecologies</description>
|
||||||
|
<generator>Hugo</generator>
|
||||||
|
<language>en-us</language>
|
||||||
|
<atom:link href="//localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
</channel>
|
||||||
|
</rss>
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||||
<link rel="stylesheet" href="/css/main.css">
|
<link rel="stylesheet" href="/css/main.css">
|
||||||
{{ block "head" . }}{{ end }}
|
{{ block "head" . }}{{ end }}
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user