REMOVE: Blockzone fonts, using courrier new instead, updating ascii art
This commit is contained in:
Binary file not shown.
@ -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;
|
||||
|
||||
|
24
index.html
24
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>
|
||||
|
Reference in New Issue
Block a user