build
This commit is contained in:
@ -24,18 +24,18 @@
|
||||
|
||||
|
||||
|
||||
<style>#listings {
|
||||
<style>.listings {
|
||||
columns: 3;
|
||||
}
|
||||
|
||||
@media (max-width: 1200px) {
|
||||
#listings {
|
||||
.listings {
|
||||
columns: 2;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 650px) {
|
||||
#listings {
|
||||
.listings {
|
||||
columns: 1;
|
||||
}
|
||||
}
|
||||
@ -134,6 +134,12 @@
|
||||
font-size: .85rem;
|
||||
text-align: right;
|
||||
}
|
||||
section > h2 {
|
||||
background-color: var(--color-gray);
|
||||
font-size: 2rem;
|
||||
text-align: center;
|
||||
margin: 5rem 0 1rem;
|
||||
}
|
||||
:root {
|
||||
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-title">
|
||||
@ -491,6 +501,150 @@ a[aria-current="page"] {
|
||||
|
||||
</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>
|
||||
|
||||
@ -512,6 +666,6 @@ a[aria-current="page"] {
|
||||
</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>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user