UPDATE: mail adress and add GPG/PGP public key

This commit is contained in:
2024-09-10 22:10:18 -04:00
parent 2216ea6c3f
commit 1907a44d2f
3 changed files with 22 additions and 6 deletions

View File

@ -58,12 +58,13 @@
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Contact me for any questions, in general I answer quite fast.</p> <p>Contact me for any questions, in general I answer quite fast.</p>
<p><i>My PGP/GPG public key is available bellow, fingerprint: B377 7BB4 78C7 862B E696 576B 0E8F 319F D437 47E5<i></p>
<!-- Contact --> <!-- Contact -->
<div id="contact"> <div id="contact">
<ul> <ul>
<li><a rel="me" href="https://social.linux.pizza/@Oxbian">Mastodon</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> <li><a href="mailto:oxbian@mailbox.org">Mail</a></li>
<li><a href="ArKa-Web/B3777BB478C7862BE696576B0E8F319FD43747E5.asc">PGP</a></li>
</ul> </ul>
</div> </div>
</footer> </footer>

View File

@ -0,0 +1,13 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
mDMEZtZa/RYJKwYBBAHaRw8BAQdAvd2ShQ6X53jfMNK/5x55ejHAz0OJ9UawsnvC
pyFLpO+0G094YmlhbiA8b3hiaWFuQG1haWxib3gub3JnPoiUBBMWCgA8AhsDBQkB
4TOAAheAFiEEs3d7tHjHhivmlldrDo8xn9Q3R+UFAmbWYzMECwkIBwUVCgkICwQW
AgMBAh4FAAoJEA6PMZ/UN0flYIEBAKVCP4U35bJkS0m9atK0ajlBSgXJTTft8icy
b8DxD/WrAQD6M08ikuDVTalqWTstJjWd8dcXDzivCo53trOZD6YxB7g4BGbWWv0S
CisGAQQBl1UBBQEBB0A1c5sTTExAViDlQJtHWYYrhiEcRJROGl3ZE5+aVIhjZAMB
CAeIfgQYFgoAJhYhBLN3e7R4x4Yr5pZXaw6PMZ/UN0flBQJm1lr9AhsMBQkB4TOA
AAoJEA6PMZ/UN0flciUA/jWAHAm7RpQMUvhWqieEG3i6ewTMcJAv2OVTIj318poj
AQCutnEKD6zlfFCDREC8LjklGZn2Sq2WGaoKuWqL5CMMAQ==
=yUiN
-----END PGP PUBLIC KEY BLOCK-----

View File

@ -54,7 +54,7 @@
<div class="h1-content"> <div class="h1-content">
<p>Hello, Im Oxbian, a geek who loves free software, technology ethics and the Unix philosophy. Im fascinated by everything related to computers, and I value privacy and security very highly.</p> <p>Hello, Im Oxbian, a geek who loves free software, technology ethics and the Unix philosophy. Im fascinated by everything related to computers, and I value privacy and security very highly.</p>
<p><b>Thats why ArKa never collects any data about you, (except your IP address, which is logged automatically by my web server for one month), and your security is my top priority.</b></p><br> <p><b>Thats why ArKa never collects any data about you, (except your IP address, which is logged automatically by my web server for one month for security reason), and your security is my top priority.</b></p><br>
<p>I enjoy cyberpunk and dystopian media, because they show us the potential pitfalls of our society. But I also hope we can move towards a solarpunk future.</p> <p>I enjoy cyberpunk and dystopian media, because they show us the potential pitfalls of our society. But I also hope we can move towards a solarpunk future.</p>
<p>Im always eager to learn new things and share my knowledge, which you can find on the <a href"https://blog.arka.rocks">blog</a>.</p> <p>Im always eager to learn new things and share my knowledge, which you can find on the <a href"https://blog.arka.rocks">blog</a>.</p>
@ -76,7 +76,8 @@
<p>ArKa aims to create tools and solutions that are simple, efficient, secure and have a low impact on energy and resources.</p> <p>ArKa aims to create tools and solutions that are simple, efficient, secure and have a low impact on energy and resources.</p>
<p>ArKa tools need to be sustainable, with low maintenance, low resources usage, the fewer dependencies possible. For this reason we use UNIX and POSIX tools as possible.</p> <p>ArKa tools need to be sustainable, with low maintenance, low resources usage, the fewer dependencies possible. For this reason we use UNIX and POSIX tools as possible.</p>
<br> <br>
<p>ArKa ecosystem runs on a raspberrypi 4, the website is very lightweight, and tools are written in C to have a maximum of control and liberty, and once compiled they are very fast and energy efficient unlike other language like Javascript or Python. <p>ArKa ecosystem runs on a raspberrypi 4, the website is very lightweight, don't use any javascript, with a minimal CSS, which has light and dark theme (be kind to your eyes guys).</p>
<p>Tools are written in C to have a maximum of control and liberty, and once compiled they are very fast and energy efficient unlike other language like Javascript or Python which can't be compiled and use a lot of energy everytime there are used</p>
</div> </div>
</div> </div>
</main> </main>
@ -85,12 +86,13 @@
<!-- Footer --> <!-- Footer -->
<footer> <footer>
<p>Contact me for any questions, in general I answer quite fast.</p> <p>Contact me for any questions, in general I answer quite fast.</p>
<p><i>My PGP/GPG public key is available bellow, fingerprint: B377 7BB4 78C7 862B E696 576B 0E8F 319F D437 47E5<i></p>
<!-- Contact --> <!-- Contact -->
<div id="contact"> <div id="contact">
<ul> <ul>
<li><a rel="me" href="https://social.linux.pizza/@Oxbian">Mastodon</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> <li><a href="mailto:oxbian@mailbox.org">Mail</a></li>
<li><a href="B3777BB478C7862BE696576B0E8F319FD43747E5.asc">PGP</a></li>
</ul> </ul>
</div> </div>
</footer> </footer>