parent
2673ba7d8c
commit
71c3d42e70
9 changed files with 26 additions and 9 deletions
@ -0,0 +1,3 @@ |
|||||||
|
+++ |
||||||
|
redirect_to = "home" |
||||||
|
+++ |
@ -1,3 +1,4 @@ |
|||||||
+++ |
+++ |
||||||
|
title = "Curriculum vitae" |
||||||
+++ |
+++ |
||||||
CV placeholder |
CV placeholder |
@ -1,7 +1,7 @@ |
|||||||
+++ |
+++ |
||||||
|
title = "About me" |
||||||
+++ |
+++ |
||||||
|
|
||||||
|
|
||||||
Are you an employer and looking for a Middle Rust Developer? Don't hesitate to check out my [CV](/about/cv) and [portfolio](/projects)! |
Are you an employer and looking for a Middle Rust Developer? Don't hesitate to check out my [CV](/about/cv) and [portfolio](/projects)! |
||||||
|
|
||||||
Not enough? You wanna dig into my mind [deeper](/about/mind)? |
Not enough? You wanna dig into my mind [deeper](/about/mind)? |
@ -0,0 +1,4 @@ |
|||||||
|
+++ |
||||||
|
title = "Welcome, stranger" |
||||||
|
+++ |
||||||
|
You're on ortem's website! Use top menu to navigate. |
@ -0,0 +1,4 @@ |
|||||||
|
+++ |
||||||
|
title = "Приветствую" |
||||||
|
+++ |
||||||
|
Вы находитесь на самом ортёмном сайте во всей сети. Используйте меню для навигации. |
@ -1,3 +0,0 @@ |
|||||||
+++ |
|
||||||
+++ |
|
||||||
You're on ortem's website! Use top menu to navigate. |
|
@ -1,17 +1,15 @@ |
|||||||
+++ |
+++ |
||||||
|
title = "My pet projects" |
||||||
+++ |
+++ |
||||||
|
|
||||||
* [Source code of ortem.xyz](https://git.ortem.xyz/root/ortem.xyz) |
* [Source code of ortem.xyz](https://git.ortem.xyz/root/ortem.xyz) |
||||||
|
|
||||||
|
|
||||||
* [Yet another one brainfuck interpreter](https://github.com/plazmoid/brainfuck-rust) |
* [Yet another one brainfuck interpreter](https://github.com/plazmoid/brainfuck-rust) |
||||||
|
|
||||||
|
|
||||||
* [unki](https://git.ortem.xyz/root/unki): cross-platform remote admin tool for not enough smart house |
* [unki](https://git.ortem.xyz/root/unki): cross-platform remote admin tool for not enough smart house |
||||||
|
|
||||||
|
|
||||||
* [sockser](https://git.ortem.xyz/root/sockser): small program to establish and maintain SOCKS5-tunnel via ssh client |
* [sockser](https://git.ortem.xyz/root/sockser): small program to establish and maintain SOCKS5-tunnel via ssh client |
||||||
|
|
||||||
* [Teeworlds](https://github.com/plazmoid/teeworlds): rough clone of original [game](https://www.teeworlds.com/) written in python+pygame |
* [teeworlds](https://github.com/plazmoid/teeworlds): rough clone of original [game](https://www.teeworlds.com/) written in python+pygame |
||||||
|
|
||||||
* [bind-it](https://github.com/plazmoid/bind_it): small nightly-rust crate that allows to write `let n: impl Trait = 1;` |
* [bind-it](https://github.com/plazmoid/bind_it): small nightly-rust crate that allows to write `let n: impl Trait = 1;` |
Loading…
Reference in new issue