index.html (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 |
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>6B74-4's site</title>
<link href="/style.css" rel="stylesheet" />
</head>
<body>
<h1 id="top">6B74-4's Site</h1>
<section id="about">
<h2><a href="#about" aria-hidden="true">#</a> About</h2>
<p>
Hi, you may know this unit as "Katarina", "Kate" or by it's serial number 6B74-4, which can be encoded to the dollcode <span aria-label="this one's dollcode" aria-hidden="true">▖▌▌▌▘▌▖▌▖▌▖▘</span>.
It can be usually found somewhere within Baden-Württemberg, probably in either the <a href="https://shackspace.de">Shackspace</a> or <a href="https://entropia.de">Entropia</a>.
As you may have noticed by now, this one prefers 3rd person pronouns and "it/its". The pronouns "they/them" or "she/her" also work tho.
</p>
</section>
<section id="contact">
<h2><a href="#contact" aria-hidden="true">#</a> Contact</h2>
<table>
<tr>
<th>Signal</th>
<td>
<a href="https://signal.me/#eu/qJD8EifB7__jGUwr8BTCOVp1ZkL6cqp7UAAYkE8toOCgCkiZyBRLiYsD6RqEzjX9">
bleb.99
</a>
</td>
</tr>
<tr>
<th>Fedi</th>
<td>
<a href="https://is.beeping.pet/@kate">
@kate@is.beeping.pet
</a>
</td>
</tr>
<tr>
<th>Matrix</th>
<td>
<a href="https://matrix.to/#/@kate:beeping.pet">
@kate:beeping.pet
</a>
</td>
</tr>
<tr>
<th>E-Mail</th>
<td>
mail[at]beeping.pet
</td>
</tr>
</table>
</section>
<section id="services">
<h2><a href="#services" aria-hidden="true">#</a> Services</h2>
<p>
Services this one runs, if no direct way of joining is provided one may ask this one for an invite (will probably only give out invites to creatures it knows).
</p>
<section id="fedi">
<h3><a href="#fedi" aria-hidden="true">##</a> Fedi</h3>
<p>
This one runs an <a href="https://iceshrimp.net">Iceshrimp.NET</a> instance on <a href="https://is.beeping.pet">is.beeping.pet</a>.
</p>
</section>
<section id="fedi">
<h3><a href="#matrix" aria-hidden="true">##</a> Matrix</h3>
<p>
Set up a matrix server for beeping.pet that runs continuwuity.
</p>
</section>
</section>
<section id="blog">
<h2><a href="#blog" aria-hidden="true">#</a> Blog</h2>
<p>
List of blog posts, mostly documenting projects.
</p>
<ul>
<li>
<a href="blog/visor.html">visor</a>
</li>
</ul>
</section>
<section id="buttons">
<a href="https://beeping.pet"><img src="https://beeping.pet/assets/88x31/6B74-4.png" alt="6B74-4"></a>
<a href="https://shackspace.de"><img src="https://beeping.pet/assets/88x31/shackspace.png" alt="shack"></a>
<a href="https://tulpenkiste.codeberg.page"><img src="https://tulpenkiste.codeberg.page/assets/img/butts/mine.png" alt="Tulpenkiste's Code Cave"></a>
<a href="https://garnix.dev/"><img src="https://garnix.dev/assets/88x31/ixhby.png" alt="ixhby"></a>
</section>
</body>
</html>
|