zaphyra's git: website

zaphyra's website

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 <!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">

        <title>projects - zaphyra.eu</title>

        <link href="style.css" rel="stylesheet">
    </head>
    <body>
        <article>
            <p><a href="./index.html">zaphyra.eu</a>› ./projects.html</p>
            <section>
                <h2 id="projects">Projects</h2>
                <p>Some projects of mine that you might <em>not</em> know.</p>
                <ul>
                    <li>
                        <h3 id="nixfiles"><a href="https://git.zaphyra.eu/nixfiles">nixfiles</a></h3>
                        Nix-configs i’ve written to deploy my servers/desktops
                    </li>
                    <li>
                        <h3 id="oeffisearch"><a href="https://git.zaphyra.eu/oeffisearch">oeffisearch</a></h3>
                        Fast and simple tripplanner
                    </li>
                    <li>
                        <h3 id="mqtt-webui"><a href="https://git.zaphyra.eu/mqtt-webui">mqtt-webui</a></h3>
                        A generic webui that can be used to display and control data on a websocket-exposed mqtt-broker
                    </li>
                    <li>
                        <h3 id="gallery"><a href="https://git.zaphyra.eu/gallery">gallery</a></h3>
                        A static-site generator that generates a nice looking photo-gallery
                    </li>
                    <li>
                        <h3 id="sdm2mqtt"><a href="https://git.zaphyra.eu/sdm2mqtt">sdm2mqtt</a></h3>
                        Expose data from SDM120M meters via MQTT
                    </li>
                    <li>
                        <h3 id="travelynx2fedi"><a href="https://git.zaphyra.eu/travelynx2fedi">travelynx2fedi</a></h3>
                        Automaticly post travelynx checkins on the fediverse
                    </li>
                </ul>
                <p>
                    There are some smaller projects to look at on my 
                    <a href="https://git.zaphyra.eu">stagit-instance</a>.
                </p>
            </section>
            <footer>
                <p><a href="imprint.html">./imprint.html</a></p>
            </footer>
        </article>

        <div class="flags">
            <div class="disability" title="disability flag"></div>
            <div class="trans" title="transgender flag"></div>
            <div class="sapphic" title="sapphic flag"></div>
        </div>
    </body>
</html>