REMOVE: Blockzone fonts, using courrier new instead, updating ascii art

This commit is contained in:
2024-08-11 15:26:25 +02:00
parent fcf5492456
commit a88ea63739
3 changed files with 13 additions and 19 deletions

Binary file not shown.

View File

@ -1,8 +1,3 @@
@font-face {
font-family: "BlockZone";
src: url("../fonts/BlockZone.ttf") format("truetype");
}
/* Root */ /* Root */
:root :root
{ {
@ -37,7 +32,7 @@ body
border: 1px solid var(--link-bg-color); border: 1px solid var(--link-bg-color);
font-size: calc(10px + 0.390625vw); font-size: calc(10px + 0.390625vw);
font-family: "BlockZone"; font-family: "Courier New";
width: 90vw; width: 90vw;
margin: 0 auto; margin: 0 auto;
@ -72,6 +67,7 @@ nav a, #contact a, #error a
margin: 0rem 0.3rem; margin: 0rem 0.3rem;
text-align: center; text-align: center;
font-weight: bold;
text-decoration: none; text-decoration: none;
text-transform: uppercase; text-transform: uppercase;

View File

@ -25,15 +25,15 @@
<!-- ASCII ART --> <!-- ASCII ART -->
<pre> <pre>
▄████████ ████████ ▄█ ▄█▄ ▄████████ ▄▄▄ █████ ██ ▄█▀ ▄▄▄
███ ██ ███ ███ ███ ▄███▀ ███ ███ ▒████ ██ ██▒ ██▄█▒ ▒████▄
██ ██ ███ ███ ███▐██▀ ███ ███ ██ ▀█▄ ██ ░▄█ ▒▓███▄░ ▒██ ▀█▄
███ ███ ▄███▄▄▄▄██▀ ▄█████▀ ███ ███ ░██▄▄▄▄██ ▒██▀▀█▄ ▓██ █▄ ░██▄▄▄▄██
▀███████████ ▀▀███▀▀▀▀▀ ▀▀█████▄ ▀███████████ ▓█ ▓██▒░██▓ ▒██▒▒██▒ █▄ ▓█ ▓██▒
███ ███ ▀███████████ ███▐██▄ ███ ███ ▒▒ ▓▒█░░ ▒▓ ░▒▓░▒ ▒▒ ▓▒ ▒▒ ▓▒█░
███ ███ ███ ███ ███ ▀███▄ ███ ███ ▒ ▒▒ ░ ░▒ ░ ▒░░ ░▒ ▒░ ▒ ▒▒ ░
███ █▀ ███ ███ ███ ▀█▀ ███ █▀ ░ ▒ ░░ ░ ░ ░░ ░ ░ ▒
███ ███ ▀ ░ ░ ░ ░
</pre> </pre>
<!-- Navbar --> <!-- Navbar -->
@ -42,7 +42,6 @@
<li><a href="https://blog.arka.rocks">Blog</a></li> <li><a href="https://blog.arka.rocks">Blog</a></li>
<li><a href="https://git.arka.rocks">Git</a></li> <li><a href="https://git.arka.rocks">Git</a></li>
<li><a href="https://bin.arka.rocks">Encryped Bin</a></li> <li><a href="https://bin.arka.rocks">Encryped Bin</a></li>
<li><a href="https://status.arka.rocks/status/arka">Status</a></li>
<li><a href="#contact">Contact</a></li> <li><a href="#contact">Contact</a></li>
</ul> </ul>
</nav> </nav>
@ -58,11 +57,11 @@
<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), 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://wiki.arka.rocks">wiki</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>
<p>ArKa is the small portion of the web maintained by me, Oxbian. Services I offer are mainly read only (Git server, Wiki, Blog), but I also offer a privatebin instance for sharing data securely and privately.</p> <p>ArKa is the small portion of the web maintained by me, Oxbian. Services I offer are mainly read only (Git server, Wiki, Blog), but I also offer a privatebin instance for sharing data securely and privately.</p>
<h2> ArKa services </h2> <h2> ArKa services </h2>
<p>On this small portion of the web, called ArKa, you can find multiple services. Most of them are read only, for security reason, like my <a href="https://wiki.arka.rocks">wiki</a>, <a href="https://blog.arka.rocks">blog</a>, <a href="https://git.arka.rocks">git server</a>.</p> <p>On this small portion of the web, called ArKa, you can find multiple services. Most of them are read only, for security reason, like my <a href="https://blog.arka.rocks">blog</a>, <a href="https://git.arka.rocks">git server</a>.</p>
<p>There is also some services you can use like an <a href="https://bin.arka.rocks">encrypted bin</a> called privatebin. You can send text / files, they are encrypted, salt, and even myself can't read them. I also recommand you to setup a password for your bin to improve security.</p> <p>There is also some services you can use like an <a href="https://bin.arka.rocks">encrypted bin</a> called privatebin. You can send text / files, they are encrypted, salt, and even myself can't read them. I also recommand you to setup a password for your bin to improve security.</p>
<h2>Projects made for ArKa</h2> <h2>Projects made for ArKa</h2>
@ -90,7 +89,6 @@
<!-- Contact --> <!-- Contact -->
<div id="contact"> <div id="contact">
<ul> <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 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.noch@simplelogin.com">Mail</a></li>
</ul> </ul>