new listings and workaround for bad URL

This commit is contained in:
2026-05-08 16:50:18 -07:00
parent ce99862505
commit 7b578d46f5
4 changed files with 27 additions and 0 deletions

View File

@ -2,8 +2,15 @@
<h3>{{ listing.data.title }}</h3>
<p class="blurb">
<strong>
{% if listing.data.url %}
<a href="https://{{ listing.data.url }}"
target="_blank">{{ listing.data.handle }}</a>
{% else %}
{{ listing.data.handle }}</strong> <span class="teal">(Ed. note: copy-paste
handle into your fedi search bar. Server issues when opening as standalone
page.)</span>
<strong>
{% endif %}
offers:</strong> {{ listing.data.blurb }}
</p>
{% if listing.data.rate %}

View File

@ -118,3 +118,7 @@ main li {
iframe {
margin: 2rem 0;
}
.teal {
color: var(--color-cyan);
}

View File

@ -0,0 +1,8 @@
---
title: "Make meetings and workshops less boring"
handle: "@jbot@cathode.church"
url: "cathode.church/@jbot"
blurb: "Need to plan a meeting or workshop? I can help you build a format that is less boring and more engaging. Are people going off topic in your meetings? Is there one person taking up all the space? Or are people not contributing as much as youd like? There are ways to handle all these situations! I can give guidance on how to handle them, along with debriefing sessions after youve run a meeting or workshop to help you improve. Save time and energy, finish your meeting on time, and make your participants day."
rate: "for-profit business: $100 USD/hr; non-profit or personal: pay what you can; willing to trade skills"
date: 2026-05-08
---

View File

@ -0,0 +1,8 @@
---
title: "privacy review for your community project"
handle: "@ireneista@adhd.irenes.space"
url:
blurb: "we're an information privacy expert eager to help make sure community-focused projects are up to the highest standard of protecting the people who use them. we're happy to offer advice or review design docs at any phase of your project's lifecycle. we also have experience in various kinds of activism and organizing, especially around gender, brains, and labor, and in non-profit governance, and are happy to help with strategic stuff for any of that. please don't be shy about reaching out!"
rate: "free as long as your purpose is non-commercial"
date: 2026-05-08
---