aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 798cc0a46160137e1a0c747c42a7759f5ad7ca3a (plain)
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
<!DOCTYPE html>
<html lang="fr">
<head>
    <!-- Metadata -->
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="ArKa">
    <meta property="og:title" content="ArKa">
    <meta property="og:url" content="https://arka.rocks">
    <meta property="og:type" content="website">
    <meta property="og:description" content="ArKa">
    <!-- Style -->
    <link rel="stylesheet" href="assets/style/style.css">
    <link rel="shortcut icon" href="assets/favicon/favicon.ico" type="image/x-icon">
    
    <title>ArKa</title>
</head>

<body>
    <!-- Header -->
    <header>
        <!-- Main box top border -->
        <div class="top"></div>

        <!-- ASCII ART -->
        <pre>
█████╗ ██████╗ ██╗  ██╗ █████╗ 
██╔══██╗██╔══██╗██║ ██╔╝██╔══██╗
███████║██████╔╝█████╔╝ ███████║
██╔══██║██╔══██╗██╔═██╗ ██╔══██║
██║  ██║██║  ██║██║  ██╗██║  ██║
╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝╚═╝  ╚═╝
        </pre>
        
        <!-- Navbar -->
        <nav>
            <ul>
                <li><a href="https://blog.arka.rocks">Blog</a></li>
		<li><a href="https://git.arka.rocks">Gitea</a></li>
		<li><a href="https://status.arka.rocks/status/arka">Status</a></li>
                <li><a href="#contact">Contact</a></li>
            </ul>
        </nav>
    </header>

    <!-- Main content -->
    <main>
        <div id="content">
            <h1>ArKa</h1>
	    <p>ArKA is the name of the infrastructure created and maintained by me, Oxbian.
	    <p>You will find a blog, a git serveur (gitea), a privatebin instance, and a tool to encrypt / decrypt your files.</p>
	    <p>The git server contains my projects, some could may be usefull, some not. </p>
	    <p>The blog contains some good practices articles about privacy, cybersecurity.. And sometimes I made articles explaining my point of view on some problematics. </p>
	    <h2>Project made for ArKa</h2>
            <ul>
		<li>A blog generator, it take markdown files and generate webpages. Fully customisable thanks to the template system. <a href="https://git.arka.rocks/Oxbian/BlogGenerator">BlogGenerator</a></li>
		<li>A script to send message to someone via Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-sender">Matrix sender</a></li>
		<li>Some scripts which sends notifications of logwatch, fail2ban to an user via Matrix. <a href="https://git.arka.rocks/Oxbian/matrix-monitoring">Matrix monitoring</a></li>
            </ul>
        </div>
    </main>
    <hr>

    <!-- Footer -->
    <footer>
	<p>Contact me for any questions, in general I answer quite fast.</p>

        <!-- Contact -->
        <div id="contact">
            <ul>
                <li><a href="https://matrix.to/#/@oxbian:matrix.org">Matrix</a></li>
                <li><a rel="me" href="https://social.linux.pizza/@Oxbian">Mastodon</a></li>
                <li><a href="mailto:oxbian.noch@simplelogin.com">Mail</a></li>
            </ul>
        </div>
    </footer>
</body>
</html>
ArKa projects. All rights to me, and your next child right arm.