Pi66

pi66.xyz
My personal website.
git clone https://git.pi66.xyz/pi66.xyz

md/index.md

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{% set page_title = "Pixel - Home" %}
{% set page_content %}

# >**Heyo :3** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]

Hey there! I'm [<span style="color:var(--color-heading-h3);"> Pi66</span>](/about), a developer with a passion for Rust, Linux,
and retro computing aesthetics.
[see more](/about)

# >**Skills** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]

<div class="table-wrapper" markdown="1">

| Languages | Technologies |
| --------- | ------------ |
| C         | Linux        |
| Rust      | X11          |
| Python    | Docker       |
| Lua       | Nginx        |

</div>

# >**Pinged Projects** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]

> [**Walrs**](https://git.pi66.xyz/walrs/log.html): colorscheme generator from wallpaper.<br>
> [**Merodi**](https://git.pi66.xyz/merodi/log.html): A markdown-based static site generator.<br>
> [**Sta**](https://git.pi66.xyz/sta/log.html): minimal & simple status monitoring app.<br>

# >**Contact** [.!text-xl .sm:!text-[1.6rem] .!leading(--text-3xl--line-height)]

> **Discord**: @pi66_ <br>
> [**GitHub**](https://github.com/pixel2175): [@pixel2175](https://github.com/pixel2175)<br>
> [**Codeberg**](https://codeberg.org/pi66): [@pi66](https://codeberg.org/pi66)<br>

#### // Loves Linux & Retro Themes <br> // Let's all love lain [.!text-gray-600 .p-0]

{% endset %}

{% include "base.html" %}