aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: c67504672f447aaa9c541734aa6b8b799f38fc94 (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
    <head>
	<title>personal_web</title>
	<link rel="stylesheet" href="style.css">
	<meta charset="UTF-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
    </head>

    <body>
	<div class="header">
	    <h1>
		<span class="color_orange">/</span>
		personal_web
		<span class="color_orange">/</span></h1>
	    <p>Managed an owned by: <a href="/Anser">Anser</a></p>
	    <h2>Welcome Comrade!</h2>
            <p class="p_right"><a href="/Manifest">The_Manifesto</a></p>
            <h4>WIP last update: <span class="color_orange">18.07.27</span></h4>
	</div>

	<h2 id="projects"><a href="#projects">~</a> projects</h2>

	<section class="block">

                <h3><a href="https://cgit.<well>">~ cgit</a></h3>
                <p>> My personal git instance, powered by cgit</p>

        </section>

        <h2 id="open_source"><a href="#open_source">~</a> open_source</h2>

        <section class="block">

                <h3>recommended open_source projects</h3>
                <p>> best to check out while they're fresh</p>
                <section class="block">
                        <h3><a href="https://incognet.io">incognet.io</a></h3>
                </section>

                <section class="block">
                        <h3><a href="https://i2p.net">i2p.net</a></h3>
                </section>

                <section class="block">
                        <h3><a href="https://gentoo.org">gentoo.org</a></h3>
                </section>

                <section class="block">
                        <h3><a href="https://yggdrasil-network.github.io/">yggdrasil</a></h3>
                </section>

                <section class="block">
                        <h3><a href="https://xmpp.org/">XMPP</a></h3>
                </section>

                <section class="block">
                        <h3><a href="https://git.zx2c4.com/cgit/about/">cgit</a></h3>
                        <p>> U already know it ;)</p>
                </section>

                <section class="block">
                        <h3><a href="https://www.departuremono.com/">DepartureMono</a></h3>
                </section>
        </section>

        <h2 id="the_other_sides"><a href="#the_other_sides">~</a> the_other_side[s]</h2>
        <section class="block">
                <h3>dacctal</h3>
                <h4><a href="https://symlinx.net/">symlinx.net</a></h4>

                <h3>landChad.net</h3>
                <h4><a href="https://landchad.net/">landchad.net</a></h4>
        </section>

    </body>
</html>