diff --git a/404.html b/404.html index 2ea2b27..2115ffd 100644 --- a/404.html +++ b/404.html @@ -4,7 +4,7 @@ - + @@ -47,7 +47,7 @@
-

╓───── Page not found ─────╖

+

╓───── Error ─────╖

This page doesn't exist, go back to the main page:

Main page diff --git a/assets/style/style.css b/assets/style/style.css index ee7964a..9c4c752 100644 --- a/assets/style/style.css +++ b/assets/style/style.css @@ -5,7 +5,7 @@ body color: var(--text-color); border: 1px solid var(--link-bg-color); - font-size: calc(10px + 0.390625vw); + font-size: calc(12px + 0.390625vw); font-family: "Courier New"; width: 90vw; @@ -108,7 +108,8 @@ h1 { margin: 0 auto; text-align: center; - border: 1px solid var(--title-color); + text-transform: uppercase; + font-size: calc(34px + 0.390625vw); } main div.h1-content { @@ -121,12 +122,27 @@ main div.h1-content { margin-bottom: 2vh; } -@media screen and (max-width: 700px) +@media screen and (min-width: 1000px) +{ + div#content + { + max-width: 850px; + margin-left: auto; + margin-right: auto; + } +} + +@media screen and (max-width: 720px) { body { - font-size: 10px; + font-size: calc(10px + 0.390625vw); } + + h1 + { + font-size: calc(24px + 0.390625vw); + } } @media screen and (max-width: 600px) @@ -136,4 +152,9 @@ main div.h1-content { flex-direction: column; gap: 0.5rem; } + h1 + { + font-size: calc(14px + 0.390625vw); + } + } diff --git a/index.html b/index.html index a26e28a..8471576 100644 --- a/index.html +++ b/index.html @@ -51,34 +51,28 @@
-

╓───── About ─────╖

+

╓───── About Me ─────╖

-

Hello, I’m Oxbian, a geek who loves free software, technology ethics and the Unix philosophy. I’m fascinated by everything related to computers, and I value privacy and security very highly.

-

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 for security reason), and your security is my top priority.


+

Hey,

+

I’m Oxbian, a geek who loves a lot of things. So I'll be quick, I’m fascinated by everything related to computers, not JavaScript framework or new "idea" but real innovations.

+

I value privacy and security very highly. My goals are to improve the state of cybersecurity and to help develop more environmental friendly solutions (not just for tech).

+

Moreover, I’m always eager to learn new things and share my knowledge, which you can find on the blog.

+ +
+

╟─────── ArKa ───────╢

+ +
+

ArKa, is a small portion of the web where I show my projects and what I do on my free time.

+ +

Services

+

On this small portion of the web, I selfhost some services which are read-only (this website, my blog, a git server), and others for everyone to use (an encrypted bin).

+ +

Projects & philosophy

+

A list of project made for ArKa are available on this repository.

+ +

I want to create tools and solutions which are simple, efficient and have a low impact on energy and resources. They also need to collect no or just necessary data, and to be secured by default for the end user. Simplicity and efficiency is not new is the IT world, so for this reason I will prefer to use Unix and POSIX tools as possible.

-

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.

-

I’m always eager to learn new things and share my knowledge, which you can find on the blog.

-

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.

- -

ArKa services

-

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 blog, git server.

-

There is also some services you can use like an encrypted bin 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.

- -

Projects made for ArKa

-

For the needs of ArKa, I made some tools, and software, all are available on the ArKa organization on the git server.

-
    -
  • A blog generator, it take markdown files and generate webpages. Fully customisable thanks to the template system. BlogGenerator
  • -
  • A script to send message to someone via Matrix. Matrix sender
  • -
  • Some scripts which sends notifications of logwatch, fail2ban to an user via Matrix. Matrix monitoring
  • -
- -

ArKa philosophy

-

ArKa aims to create tools and solutions that are simple, efficient, secure and have a low impact on energy and resources.

-

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.

-
-

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).

-

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