mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit e028179e4ce44e0424c3b51fdc5028c501ebe2d4
parent 248b44405034691a8a4f004bce84d2348c65539c
Author: Szymon Mikulicz <szymon.mikulicz@posteo.net>
Date:   Fri, 26 Jun 2020 02:16:27 +0200

Home page done

Diffstat:
M.gitignore | 2+-
Mcontent/1-home/page.md | 34++++++++++++++++++++++++++++------
Amedia/images/Mikulicz_paszp3_alp.png | 0
3 files changed, 29 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1,2 +1,2 @@ .DS_Store -*.min.css +*.min.* diff --git a/content/1-home/page.md b/content/1-home/page.md @@ -1,9 +1,32 @@ --- -Title: Home +Title: Hi --- -Your website works! -[edit - You can edit this page] or use your text editor. +<img style="float: right;" width="150" src="media/images/Mikulicz_paszp3_alp.png"> +my name is Szymon Mikulicz. + +I am an open source maniac and an all-around self-diagnosed weirdo. Currently +I am doing a Phd in mechanical engineering on the AGH UST and work at Nokia as +a software engineer. My research is centered around signal processing and audio +in general. + +I enjoy creating and analyzing complicated software. The kind that makes you +look and wonder "I don't know how it works, I don't know why it works and I +don't even imagine why would any sane person write this. This is insane and I love it!" + +<span class="latex">L<sup>A</sup>T<sub>E</sub>X</span> is the greatest example +of a language that is designed for evil. Nothing is simple when you +typeset, everything can be just a tiny bit better by spending additional hours +to perfect it. It feeds on perfectionism and eats away your time. You are +rewarded for your time when you look at the space that you've been working on +for the whole night, the difference between the current version and the version +from a few hours ago is barely perceptible, but you know deep inside that it's +just as wide as it should be. Perfectly. + +Checkout what I do except typesetting: design, program, listen. +I also play music, bake bread and read, these may or may not appear here +someday. Hope you like what you see :) + +Want to contact me? Direct your mail to szymon.mikulicz at posteo.net + -You can install more features and themes. -[Learn more](https://datenstrom.se/yellow/help/). -\ No newline at end of file diff --git a/media/images/Mikulicz_paszp3_alp.png b/media/images/Mikulicz_paszp3_alp.png Binary files differ.