2022-06-11 10:31:47 +00:00
|
|
|
<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/About/"</INJECT>
|
2022-05-14 13:18:22 +00:00
|
|
|
|
|
|
|
<h1>
|
|
|
|
About
|
|
|
|
</h1>
|
|
|
|
<p>
|
|
|
|
<a href="#website">Website</a>
|
|
|
|
<a href="#me">Me</a>
|
|
|
|
</p>
|
|
|
|
<div>
|
|
|
|
<h2 id="website">Website</h2>
|
|
|
|
<p>
|
|
|
|
This is my personal website, I shall post here random pages about random stuff,
|
|
|
|
mostly about gamedev, coding(mostly in Rust, and maybe in C)
|
|
|
|
and probably some politics and morality(or immorality in our world).
|
|
|
|
<br><br>
|
|
|
|
Thoughts are usually my own(unless noted otherwise),
|
|
|
|
and as of the date(if present) on the relevant page.
|
|
|
|
<br>
|
|
|
|
I do not garuntee my thoughts and ideas won't change with time,
|
|
|
|
since as <i>(sadly)</i> only a human being,
|
|
|
|
I shall grow and change <i>(hopefully for the better)</i> as time progress.
|
|
|
|
<br><br>
|
|
|
|
<i>
|
|
|
|
Also, if no date was provided you can check the last edit
|
|
|
|
of said page in the gitea repository.
|
|
|
|
</i>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
<h2 id="me">Me</h2>
|
|
|
|
<p>
|
|
|
|
My name is Aviv, but I got by the name Rusty(Striker(TheFirst)) online,
|
|
|
|
I like the Rust programming language, have shitty takes,
|
|
|
|
and know the world I was given is broken and immoral(hopefully we could change it one day)
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
I thought I will have more to write here(as of 14/5/22)...
|
|
|
|
</p>
|
|
|
|
|
2022-06-11 10:31:47 +00:00
|
|
|
<INJECT>cat $HOME/template/footer.html</INJECT>
|