work in rate stuff
This commit is contained in:
@ -28,20 +28,24 @@ title: About the Classifieds
|
|||||||
<h2>Is this paid?</h2>
|
<h2>Is this paid?</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
At current, the assumption is that these are free skillshares. If there's demand
|
Some listings may have a stated rate, whether that is monetary, skill swap, or free.
|
||||||
for listings for paid skillshares, I can add that field to the listings and
|
If there's no stated rate, free is assumed. Feel free to talk to the person/people
|
||||||
let folks specify rate/pro bono. Pretty up to y'all. Let me know.
|
you reach out to about compensation!
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>How do I let you know?</h2>
|
<h2>Who made this?</h2>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
You can find all my contact methods on the site linked to my name in the footer, or just
|
Hi, I'm Lee! I like to make silly little websites. You can find all my contact
|
||||||
|
methods on the site linked to my name in the footer, or just
|
||||||
<a href="https://flipping.rocks/@inherentlee" target="_blank">send me a message
|
<a href="https://flipping.rocks/@inherentlee" target="_blank">send me a message
|
||||||
on fedi</a>.
|
on fedi</a>.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h2>Colophon</h2>
|
<h2>Colophon</h2>
|
||||||
|
|
||||||
Built with <a href="https://11ty.dev" target="_blank">{{ eleventy.generator }}</a>.
|
<p>
|
||||||
Hosted on Codeberg Pages.
|
Built with <a href="https://11ty.dev" target="_blank">{{ eleventy.generator }}</a>,
|
||||||
|
and <a href="https://declare-ai.org/1.0.0/none.html" target="_blank">without the
|
||||||
|
aid of generative AI</a>. Hosted on Codeberg Pages.
|
||||||
|
</p>
|
||||||
|
|||||||
@ -3,5 +3,6 @@ title: introductory web development and terminal basics
|
|||||||
handle: "@inherentlee@flipping.rocks"
|
handle: "@inherentlee@flipping.rocks"
|
||||||
url: "flipping.rocks/@inherentlee"
|
url: "flipping.rocks/@inherentlee"
|
||||||
blurb: I'm happy to help you set up a personal or hobby site with HTML, CSS, and JS basics, or maybe a static site generator! Alternately, I'll talk about git and the terminal.
|
blurb: I'm happy to help you set up a personal or hobby site with HTML, CSS, and JS basics, or maybe a static site generator! Alternately, I'll talk about git and the terminal.
|
||||||
|
rate: free or skill swap
|
||||||
date: 2026-04-29
|
date: 2026-04-29
|
||||||
---
|
---
|
||||||
|
|||||||
@ -18,6 +18,7 @@ title: Submit a Listing
|
|||||||
<li>the <a href="#category-guide">most relevant category</a> for your listing</li>
|
<li>the <a href="#category-guide">most relevant category</a> for your listing</li>
|
||||||
<li>a title for your offering</li>
|
<li>a title for your offering</li>
|
||||||
<li>a short description</li>
|
<li>a short description</li>
|
||||||
|
<li>optionally, a suggested rate - if not provided, free is the assumption</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>See <a href="/">the home page</a> for inspiration.</p>
|
<p>See <a href="/">the home page</a> for inspiration.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user