Compare commits
2 Commits
73c195cab2
...
4987b37fe6
| Author | SHA1 | Date | |
|---|---|---|---|
| 4987b37fe6 | |||
| dd415df862 |
@ -6,12 +6,12 @@
|
||||
<li>
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns"
|
||||
target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
@ -2,9 +2,14 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a id="skip" href="#main">skip to content</a></li>
|
||||
<li><a href="/" {% if page.url === "/" %}aria-current="page"{% endif %}>home page</a></li>
|
||||
<li><a href="/about/" {% if page.url === "/about/" %}aria-current="page"{% endif %}>about this site</a></li>
|
||||
<li><a href="/submit/" {% if page.url === "/submit/" %}aria-current="page"{% endif %}>submit a listing</a></li>
|
||||
<li><a href="/" {% if page.url == "/" %}aria-current="page"{% endif %}
|
||||
>home page</a></li>
|
||||
<li><a href="/about/" {% if page.url == "/about/" %}aria-current="page"{% endif %}
|
||||
>about this site</a></li>
|
||||
<li><a href="/submit/" {% if page.url == "/submit/" %}aria-current="page"{% endif %}
|
||||
>submit a listing</a></li>
|
||||
<li><a href="/requests/" {% if page.url == "/requests/" %}aria-current="page"{% endif %}
|
||||
>requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
@ -208,6 +208,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -229,15 +230,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/404.html` was built on 2026-05-06T15:59:49.569Z -->
|
||||
<!-- This page `/404.html` was built on 2026-05-06T16:27:30.262Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -208,6 +208,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/" aria-current="page">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -282,15 +283,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/about/` was built on 2026-05-06T15:59:49.569Z -->
|
||||
<!-- This page `/about/` was built on 2026-05-06T16:27:30.262Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -647,15 +673,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-04-29/` was built on 2026-05-06T15:59:49.564Z -->
|
||||
<!-- This page `/daily/2026-04-29/` was built on 2026-05-06T16:27:30.257Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -747,15 +773,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-01/` was built on 2026-05-06T15:59:49.564Z -->
|
||||
<!-- This page `/daily/2026-05-01/` was built on 2026-05-06T16:27:30.257Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -745,15 +771,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-02/` was built on 2026-05-06T15:59:49.564Z -->
|
||||
<!-- This page `/daily/2026-05-02/` was built on 2026-05-06T16:27:30.257Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -683,15 +709,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-03/` was built on 2026-05-06T15:59:49.564Z -->
|
||||
<!-- This page `/daily/2026-05-03/` was built on 2026-05-06T16:27:30.257Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -709,15 +735,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T15:59:49.564Z -->
|
||||
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T16:27:30.258Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -657,15 +683,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-05/` was built on 2026-05-06T15:59:49.565Z -->
|
||||
<!-- This page `/daily/2026-05-05/` was built on 2026-05-06T16:27:30.258Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
@ -324,6 +349,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -687,15 +713,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T15:59:49.565Z -->
|
||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T16:27:30.258Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -212,6 +212,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -265,15 +266,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/daily/` was built on 2026-05-06T15:59:49.569Z -->
|
||||
<!-- This page `/daily/` was built on 2026-05-06T16:27:30.262Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -118,11 +118,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -134,6 +136,29 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
@ -318,6 +343,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/" aria-current="page">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -1007,15 +1033,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/` was built on 2026-05-06T15:59:49.569Z -->
|
||||
<!-- This page `/` was built on 2026-05-06T16:27:30.262Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
385
_site/requests/index.html
Normal file
385
_site/requests/index.html
Normal file
@ -0,0 +1,385 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
|
||||
|
||||
|
||||
|
||||
<title>Requests for Help | FediLearns</title>
|
||||
<meta name="description" content="Learning together, by and for the fediverse">
|
||||
|
||||
<meta property="og:title" content="Requests for Help | FediLearns">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:description" content="Learning together, by and for the fediverse">
|
||||
<meta property="og:site_name" content="FediLearns">
|
||||
<meta property="og:image" content="/favicon.ico">
|
||||
<meta property="og:image:alt" content="a newspaper icon with the fediverse logo, an interconnected rainbow pentagon, superimposed.">
|
||||
|
||||
<meta name="generator" content="Eleventy v3.1.5">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<style>.listings {
|
||||
columns: 3;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
.listings {
|
||||
columns: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
.listings {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
||||
|
||||
/* jump links */
|
||||
#jump-links {
|
||||
padding-bottom: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
border-bottom: solid var(--color-pink);
|
||||
}
|
||||
|
||||
#jump-links h2,
|
||||
#jump-links li {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.3rem;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
#jump-links * {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
#jump-links a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#jump-links li {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#jump-links li:not(:last-child)::after {
|
||||
content: "..." / "";
|
||||
}
|
||||
|
||||
/* categories */
|
||||
|
||||
.category {
|
||||
break-inside: avoid;
|
||||
}
|
||||
|
||||
.category-title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
/* references highlighting */
|
||||
/* drawn from https://aarontgrogg.com/blog/2012/05/18/pure-css-highlight-for-link-target/ */
|
||||
.category-title:has(h2:target) {
|
||||
animation: hilite 2.5s;
|
||||
}
|
||||
|
||||
@keyframes hilite {
|
||||
0% {background-color: var(--color-gray);}
|
||||
10% {background-color: var(--color-cyan-flipped);}
|
||||
100% {background-color: var(--color-gray);}
|
||||
}
|
||||
|
||||
/* remove animation for reduced motion viewers */
|
||||
@media (prefers-reduced-motion: reduce) {
|
||||
.category-title:has(h2:target) {
|
||||
animation: none;
|
||||
color: var(--color-cyan);
|
||||
}
|
||||
}
|
||||
|
||||
.category-title h2 {
|
||||
text-align: left;
|
||||
scroll-margin-top: 4rem;
|
||||
font-family: "Bebas Neue";
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.category-title p {
|
||||
text-align: right;
|
||||
font-weight: bold;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.blurb {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
.listed-on {
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
|
||||
--color-dark: #2e303e;
|
||||
--color-dark-alt: #3c3f52;
|
||||
--color-light: #ebeeef;
|
||||
--color-light-alt: #dbe1e3;
|
||||
--color-cyan-dark: #18737b;
|
||||
--color-cyan-light: #25b0bc;
|
||||
--color-pink-dark: #94195d;
|
||||
--color-pink-light: #ee9fcb;
|
||||
|
||||
--color-text: light-dark(var(--color-dark), var(--color-light));
|
||||
--color-bg: light-dark(var(--color-light), var(--color-dark));
|
||||
--color-gray: light-dark(var(--color-light-alt), var(--color-dark-alt));
|
||||
--color-cyan: light-dark(var(--color-cyan-dark), var(--color-cyan-light));
|
||||
--color-cyan-flipped: light-dark(var(--color-cyan-light), var(--color-cyan-dark));
|
||||
--color-pink: light-dark(var(--color-pink-dark), var(--color-pink-light));
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--color-text);
|
||||
background-color: var(--color-bg);
|
||||
width: 65%;
|
||||
max-width: 1400px;
|
||||
margin: 0 auto;
|
||||
font-family: "Fraunces", serif;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
main {
|
||||
padding-bottom: 2rem;
|
||||
}
|
||||
|
||||
@media (max-width: 1050px) {
|
||||
body {
|
||||
width: 85%
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
body {
|
||||
width: 92%;
|
||||
}
|
||||
}
|
||||
|
||||
h1, h2, h3 {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
font-size: 3rem;
|
||||
margin: 3rem auto;
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
h1 {
|
||||
font-size: 2.4rem;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
h3 {
|
||||
text-transform: capitalize;
|
||||
margin-bottom: .5rem;
|
||||
}
|
||||
|
||||
p {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
a {
|
||||
color: var(--color-cyan);
|
||||
text-decoration-thickness: .1rem;
|
||||
transition: text-decoration-thickness .5s;
|
||||
border-radius: .05rem;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: var(--color-pink);
|
||||
}
|
||||
|
||||
@media (any-hover: hover) {
|
||||
a:hover {
|
||||
text-decoration-thickness: .2rem;
|
||||
}
|
||||
}
|
||||
|
||||
a:focus-visible {
|
||||
outline: solid var(--color-pink);
|
||||
}
|
||||
|
||||
a:visited:focus-visible {
|
||||
outline-color: var(--color-cyan);
|
||||
}
|
||||
|
||||
main ul {
|
||||
margin-left: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
main li {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
||||
/* iframe is on submission page */
|
||||
iframe {
|
||||
margin: 2rem 0;
|
||||
}
|
||||
nav {
|
||||
padding: .25rem 0 1rem;
|
||||
}
|
||||
|
||||
footer {
|
||||
padding: 1rem 0;
|
||||
}
|
||||
|
||||
nav ul,
|
||||
footer ul {
|
||||
list-style: none;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
text-align: center;
|
||||
gap: .2rem;
|
||||
}
|
||||
|
||||
header,
|
||||
nav li,
|
||||
footer li {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.3rem;
|
||||
}
|
||||
|
||||
header {
|
||||
border-bottom: solid var(--color-pink);
|
||||
}
|
||||
|
||||
footer {
|
||||
border-top: solid var(--color-pink);
|
||||
}
|
||||
|
||||
a[aria-current="page"] {
|
||||
text-decoration: line-through;
|
||||
color: rgb(from var(--color-pink) r g b / 65%);
|
||||
}
|
||||
|
||||
/* Skip link */
|
||||
#skip {
|
||||
-webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
|
||||
clip-path: polygon(0 0, 0 0, 0 0, 0 0);
|
||||
}
|
||||
|
||||
#skip:focus-visible {
|
||||
-webkit-clip-path: none;
|
||||
clip-path: none;
|
||||
}</style>
|
||||
|
||||
|
||||
<script type="module"></script>
|
||||
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Fraunces:opsz,wght@9..144,100..900&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a id="skip" href="#main">skip to content</a></li>
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/">submit a listing</a></li>
|
||||
<li><a href="/requests/" aria-current="page">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
|
||||
|
||||
<main id="main">
|
||||
<h1 id="requests-for-help">Requests for Help</h1>
|
||||
|
||||
|
||||
|
||||
|
||||
<p>There's nothing here yet. <a href="/submit/">Submit your own</a>.</p>
|
||||
|
||||
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
<ul>
|
||||
<li>
|
||||
maintained by <a href="https://leecat.art" target="_blank">lee</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/requests/` was built on 2026-05-06T16:27:30.262Z -->
|
||||
</body>
|
||||
</html>
|
||||
@ -219,6 +219,7 @@ a[aria-current="page"] {
|
||||
<li><a href="/">home page</a></li>
|
||||
<li><a href="/about/">about this site</a></li>
|
||||
<li><a href="/submit/" aria-current="page">submit a listing</a></li>
|
||||
<li><a href="/requests/">requests for help</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
@ -352,15 +353,15 @@ a[aria-current="page"] {
|
||||
<a href="/daily/">Listings by day</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://heckin.technology/inherentlee/fedilearns" target="_blank">source code</a>
|
||||
<a href="/feed.xml">RSS</a>
|
||||
</li>
|
||||
</ul>
|
||||
</footer>
|
||||
|
||||
|
||||
<!-- This page `/submit/` was built on 2026-05-06T15:59:49.569Z -->
|
||||
<!-- This page `/submit/` was built on 2026-05-06T16:27:30.262Z -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -92,11 +92,13 @@
|
||||
|
||||
/* individual listings */
|
||||
|
||||
.listing {
|
||||
.listing,
|
||||
.request {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
.listing strong {
|
||||
.listing strong,
|
||||
.request strong {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@ -108,3 +110,26 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
/* Requests page */
|
||||
.title {
|
||||
background-color: var(--color-gray);
|
||||
padding: .25rem;
|
||||
margin-bottom: .5rem;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.title h2 {
|
||||
text-transform: capitalize;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.title p {
|
||||
font-family: "Bebas Neue", sans-serif;
|
||||
font-size: 1.5rem;
|
||||
margin: 0;
|
||||
text-align: right;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
31
src/requests.njk
Normal file
31
src/requests.njk
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
title: Requests for Help
|
||||
---
|
||||
{% css %}{% include "css/listings.css" %}{% endcss %}
|
||||
|
||||
{% if collections.requests | length == 0 %}
|
||||
<p>There's nothing here yet. <a href="/submit/">Submit your own</a>.</p>
|
||||
{% endif %}
|
||||
|
||||
{% for listing in collections.requests | reverse %}
|
||||
{% set tag = listing.data.tags | removeCoreTags %}
|
||||
<div class="request">
|
||||
<div class="title">
|
||||
<h2>{{ listing.data.title }}</h2>
|
||||
<p>{{ tag }}</p>
|
||||
</div>
|
||||
<p class="blurb">
|
||||
<strong>
|
||||
<a href="https://{{ listing.data.url }}"
|
||||
target="_blank">{{ listing.data.handle }}</a>
|
||||
asks:</strong> {{ listing.data.blurb }}
|
||||
</p>
|
||||
{% if listing.data.rate %}
|
||||
<p><strong>Suggested rate:</strong> {{ listing.data.rate }}</p>
|
||||
{% endif %}
|
||||
<p class="listed-on">
|
||||
listed on <time datetime="{{ listing.date | htmlDateString }}"
|
||||
>{{ listing.date | readableDate() }}</time>
|
||||
</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
Reference in New Issue
Block a user