index: add toys
This commit is contained in:
parent
f341a5c3ce
commit
7aac813598
1 changed files with 40 additions and 0 deletions
40
index.html
40
index.html
|
@ -128,6 +128,28 @@
|
|||
color: var(--c);
|
||||
}
|
||||
}
|
||||
|
||||
.cw {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
&::after {
|
||||
content: "";
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
background-color: #000;
|
||||
transition: all 0.2s ease-in-out;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&::after {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<main>
|
||||
<header>
|
||||
|
@ -212,6 +234,24 @@
|
|||
trauma-driven art therapy, wip)
|
||||
</li>
|
||||
</ul>
|
||||
<h3>toys</h3>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="/dollcode">/dollcode</a> - "dollcode" doll barcode
|
||||
encoder/decoder
|
||||
</li>
|
||||
<li>
|
||||
<a href="-~-/what the fuck is a lightrunner/-~-">B36 RGBA</a>
|
||||
- high precision color encoding in base36
|
||||
</li>
|
||||
<li>
|
||||
<a href="/if-it-dies-in-game-it-dies-in-real-life">iidigidirl</a>
|
||||
- ⚠️ cw: pain/electro play ⚠️
|
||||
<span class="cw"
|
||||
>planetside 2 events to shock collar commands via webbluetooth</span
|
||||
>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
<section>
|
||||
<h2>other creatures</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue