This commit is contained in:
2026-05-06 08:28:25 -07:00
parent c2ff13327c
commit 2615556003
13 changed files with 263 additions and 12 deletions

View File

@ -30,6 +30,11 @@
background-color: var(--color-gray);
padding: .25rem;
}
.requests-update {
padding: 1rem;
border: solid var(--color-cyan);
}
:root {
color-scheme: light dark;
@ -99,6 +104,10 @@ h1 {
}
}
h2 {
margin-bottom: .5rem;
}
h3 {
text-transform: capitalize;
margin-bottom: .5rem;
@ -221,10 +230,16 @@ a[aria-current="page"] {
<p class="requests-update">
<em>Hey! Listen!</em> I'm working on supporting requests as well as offers,
so don't be surprised to see that on the submission form. Coming soon to the site!
</p>
<p>To submit to the FediLearns Classifieds, you'll need:</p>
<ul>
<li>the link to your fediverse profile</li>
<li>whether your listing is an offer or a request for help</li>
<li>the <a href="#category-guide">most relevant category</a> for your listing</li>
<li>a title for your offering</li>
<li>a short description</li>
@ -346,6 +361,6 @@ a[aria-current="page"] {
</footer>
<!-- This page `/submit/` was built on 2026-05-06T14:42:25.369Z -->
<!-- This page `/submit/` was built on 2026-05-06T15:28:18.698Z -->
</body>
</html>