new listings and workaround for bad URL
This commit is contained in:
@ -2,8 +2,15 @@
|
|||||||
<h3>{{ listing.data.title }}</h3>
|
<h3>{{ listing.data.title }}</h3>
|
||||||
<p class="blurb">
|
<p class="blurb">
|
||||||
<strong>
|
<strong>
|
||||||
|
{% if listing.data.url %}
|
||||||
<a href="https://{{ listing.data.url }}"
|
<a href="https://{{ listing.data.url }}"
|
||||||
target="_blank">{{ listing.data.handle }}</a>
|
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 }}
|
offers:</strong> {{ listing.data.blurb }}
|
||||||
</p>
|
</p>
|
||||||
{% if listing.data.rate %}
|
{% if listing.data.rate %}
|
||||||
|
|||||||
@ -118,3 +118,7 @@ main li {
|
|||||||
iframe {
|
iframe {
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.teal {
|
||||||
|
color: var(--color-cyan);
|
||||||
|
}
|
||||||
|
|||||||
8
src/offers/business/jbot-cathode-church.md
Normal file
8
src/offers/business/jbot-cathode-church.md
Normal 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 you’d like? There are ways to handle all these situations! I can give guidance on how to handle them, along with debriefing sessions after you’ve 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
|
||||||
|
---
|
||||||
8
src/offers/technology/ireneista-adhd-irenes-space.md
Normal file
8
src/offers/technology/ireneista-adhd-irenes-space.md
Normal 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
|
||||||
|
---
|
||||||
Reference in New Issue
Block a user