all repos — breadsite @ 1ede74ee8d51dcd8afc0e2ac4d0cd8aeeda651a9

Unnamed repository; edit this file 'description' to name the repository.

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
<!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>
        </table>
    </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>
</body>
</html>