website/about.html

41 lines
1.4 KiB
HTML

<INJECT>cat $HOME/template/header.html | sed "s/__PAGE TITLE__/About/"</INJECT>
<h1>
About
</h1>
<p>
<INJECT>grep 'h[1-3] id="' $CURRENT/$FILE | awk -F \" '{ print $2 }' | python $HOME/bscripts/internal_links.py</INJECT>
</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>
<hr>
<h2 id="me">Me</h2>
<p>
My name is Aviv, but I go 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>
<INJECT>cat $HOME/template/footer.html</INJECT>