aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOxbian <got.dacs@slmail.me>2024-08-11 15:26:25 +0200
committerOxbian <got.dacs@slmail.me>2024-08-11 15:26:25 +0200
commita88ea63739ca07ec547277d1d586903df606af35 (patch)
tree05cd62006ff886b1f46b716a21cf3bbf538942b7
parentfcf549245665b2915e23692af580fd015bb4df8d (diff)
downloadArKa-Web-a88ea63739ca07ec547277d1d586903df606af35.tar.gz
ArKa-Web-a88ea63739ca07ec547277d1d586903df606af35.zip
REMOVE: Blockzone fonts, using courrier new instead, updating ascii art
-rw-r--r--assets/fonts/BlockZone.ttfbin76372 -> 0 bytes
-rw-r--r--assets/style/style.css8
-rw-r--r--index.html24
3 files changed, 13 insertions, 19 deletions
diff --git a/assets/fonts/BlockZone.ttf b/assets/fonts/BlockZone.ttf
deleted file mode 100644
index 0369147..0000000
--- a/assets/fonts/BlockZone.ttf
+++ /dev/null
Binary files differ
diff --git a/assets/style/style.css b/assets/style/style.css
index 8c9f506..f2f5dba 100644
--- a/assets/style/style.css
+++ b/assets/style/style.css
@@ -1,8 +1,3 @@
-@font-face {
- font-family: "BlockZone";
- src: url("../fonts/BlockZone.ttf") format("truetype");
-}
-
/* Root */
:root
{
@@ -37,7 +32,7 @@ body
border: 1px solid var(--link-bg-color);
font-size: calc(10px + 0.390625vw);
- font-family: "BlockZone";
+ font-family: "Courier New";
width: 90vw;
margin: 0 auto;
@@ -72,6 +67,7 @@ nav a, #contact a, #error a
margin: 0rem 0.3rem;
text-align: center;
+ font-weight: bold;
text-decoration: none;
text-transform: uppercase;
diff --git a/index.html b/index.html
index fe701b9..7c92807 100644
--- a/index.html
+++ b/index.html
@@ -25,15 +25,15 @@
<!-- ASCII ART -->
<pre>
- ▄████████ ▄████████ ▄█ ▄█▄ ▄████████
- ███ ███ ███ ███ ███ ▄███▀ ███ ███
- ███ ███ ███ ███ ███▐██▀ ███ ███
- ███ ███ ▄███▄▄▄▄██▀ ▄█████▀ ███ ███
-▀███████████ ▀▀███▀▀▀▀▀ ▀▀█████▄ ▀███████████
- ███ ███ ▀███████████ ███▐██▄ ███ ███
- ███ ███ ███ ███ ███ ▀███▄ ███ ███
- ███ █▀ ███ ███ ███ ▀█▀ ███ █▀
- ███ ███ ▀
+ ▄▄▄ ██▀███ ██ ▄█▀ ▄▄▄
+▒████▄ ▓██ ▒ ██▒ ██▄█▒ ▒████▄
+▒██ ▀█▄ ▓██ ░▄█ ▒▓███▄░ ▒██ ▀█▄
+░██▄▄▄▄██ ▒██▀▀█▄ ▓██ █▄ ░██▄▄▄▄██
+ ▓█ ▓██▒░██▓ ▒██▒▒██▒ █▄ ▓█ ▓██▒
+ ▒▒ ▓▒█░░ ▒▓ ░▒▓░▒ ▒▒ ▓▒ ▒▒ ▓▒█░
+ ▒ ▒▒ ░ ░▒ ░ ▒░░ ░▒ ▒░ ▒ ▒▒ ░
+ ░ ▒ ░░ ░ ░ ░░ ░ ░ ▒
+ ░ ░ ░ ░ ░ ░ ░
</pre>
<!-- Navbar -->
@@ -42,7 +42,6 @@
<li><a href="https://blog.arka.rocks">Blog</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://status.arka.rocks/status/arka">Status</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
@@ -58,11 +57,11 @@
<p><b>That’s 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’m 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>I’m 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>
<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>
<h2>Projects made for ArKa</h2>
@@ -90,7 +89,6 @@
<!-- 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>
ArKa projects. All rights to me, and your next child right arm.