build
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user