build
This commit is contained in:
@ -238,6 +238,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/404.html` was built on 2026-05-06T15:28:18.698Z -->
|
<!-- This page `/404.html` was built on 2026-05-06T15:59:49.569Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -291,6 +291,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/about/` was built on 2026-05-06T15:28:18.697Z -->
|
<!-- This page `/about/` was built on 2026-05-06T15:59:49.569Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -481,6 +491,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -502,6 +656,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-04-29/` was built on 2026-05-06T15:28:18.691Z -->
|
<!-- This page `/daily/2026-04-29/` was built on 2026-05-06T15:59:49.564Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -581,6 +591,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -602,6 +756,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-05-01/` was built on 2026-05-06T15:28:18.692Z -->
|
<!-- This page `/daily/2026-05-01/` was built on 2026-05-06T15:59:49.564Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -579,6 +589,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -600,6 +754,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-05-02/` was built on 2026-05-06T15:28:18.692Z -->
|
<!-- This page `/daily/2026-05-02/` was built on 2026-05-06T15:59:49.564Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -517,6 +527,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -538,6 +692,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-05-03/` was built on 2026-05-06T15:28:18.692Z -->
|
<!-- This page `/daily/2026-05-03/` was built on 2026-05-06T15:59:49.564Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -543,6 +553,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -564,6 +718,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T15:28:18.692Z -->
|
<!-- This page `/daily/2026-05-04/` was built on 2026-05-06T15:59:49.564Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -491,6 +501,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -512,6 +666,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-05-05/` was built on 2026-05-06T15:28:18.692Z -->
|
<!-- This page `/daily/2026-05-05/` was built on 2026-05-06T15:59:49.565Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -134,6 +134,12 @@
|
|||||||
font-size: .85rem;
|
font-size: .85rem;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
section > h2 {
|
||||||
|
background-color: var(--color-gray);
|
||||||
|
font-size: 2rem;
|
||||||
|
text-align: center;
|
||||||
|
margin: 5rem 0 1rem;
|
||||||
|
}
|
||||||
:root {
|
:root {
|
||||||
color-scheme: light dark;
|
color-scheme: light dark;
|
||||||
|
|
||||||
@ -331,7 +337,11 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="listings">
|
<section>
|
||||||
|
<h2 id="offers">Offers</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -521,6 +531,150 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<h2 id="requests">Requests</h2>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="animals-and-the-outdoors-2">animals and the outdoors</h2>
|
||||||
|
<p>touchin' grass</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="art-and-crafts-2">art and crafts</h2>
|
||||||
|
<p>makin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="beauty-and-health-2">beauty and health</h2>
|
||||||
|
<p>feelin' good</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="business-2">business</h2>
|
||||||
|
<p>makin' money</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="food-and-drink-2">food and drink</h2>
|
||||||
|
<p>good eatin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="history-science-and-languages-2">history science and languages</h2>
|
||||||
|
<p>book learnin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="interpersonal-and-life-2">interpersonal and life</h2>
|
||||||
|
<p>better livin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="miscellany-and-more-2">miscellany and more</h2>
|
||||||
|
<p>leaves me guessin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="repair-and-diy-2">repair and diy</h2>
|
||||||
|
<p>fixin' stuff</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="technology-2">technology</h2>
|
||||||
|
<p>computer touchin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="category">
|
||||||
|
<div class="category-title">
|
||||||
|
<h2 id="writing-editing-and-literature-2">writing editing and literature</h2>
|
||||||
|
<p>wordsmithin'</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p>No listings.</p>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
@ -542,6 +696,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T15:28:18.692Z -->
|
<!-- This page `/daily/2026-05-06/` was built on 2026-05-06T15:59:49.565Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -274,6 +274,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/daily/` was built on 2026-05-06T15:28:18.697Z -->
|
<!-- This page `/daily/` was built on 2026-05-06T15:59:49.569Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
1050
_site/feed.xml
1050
_site/feed.xml
File diff suppressed because it is too large
Load Diff
@ -24,18 +24,18 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
<style>#listings {
|
<style>.listings {
|
||||||
columns: 3;
|
columns: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1200px) {
|
@media (max-width: 1200px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 2;
|
columns: 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 650px) {
|
@media (max-width: 650px) {
|
||||||
#listings {
|
.listings {
|
||||||
columns: 1;
|
columns: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -381,8 +381,7 @@ a[aria-current="page"] {
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<div class="listings">
|
||||||
<div id="listings">
|
|
||||||
|
|
||||||
<div class="category">
|
<div class="category">
|
||||||
<div class="category-title">
|
<div class="category-title">
|
||||||
@ -1017,6 +1016,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/` was built on 2026-05-06T15:28:18.697Z -->
|
<!-- This page `/` was built on 2026-05-06T15:59:49.569Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -361,6 +361,6 @@ a[aria-current="page"] {
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
<!-- This page `/submit/` was built on 2026-05-06T15:28:18.698Z -->
|
<!-- This page `/submit/` was built on 2026-05-06T15:59:49.569Z -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Reference in New Issue
Block a user