diff options
-rw-r--r-- | index.md | 17 | ||||
-rw-r--r-- | templates/default.html | 4 |
2 files changed, 13 insertions, 8 deletions
@@ -1,17 +1,17 @@ --- title: About me --- -## Who I am -Hi! My name is Paweł Dybiec. -I was born in 1995, and spent most of my life in Wrocław, Poland. I currenlty live in Dublin. +## > whoami +Hi! I'm Paweł. +I'm 26 and spent most of my life in Wrocław, Poland. Currently living in Dublin, Ireland. * functional programming fan * operating systems enthusiast -* still haven't finished my master's degree in Computer Science at [University of Wrocław](http://ii.uni.wroc.pl/) -* PE at facebook +* Planning to finish my master's degree in Computer Science at [University of Wrocław](http://ii.uni.wroc.pl/) in ~~2020~~ ~~2021~~ 2022 +* PE at ~~facebook~~ Meta ## Projects -* [Continuum Science Club](http://continuum.uni.wroc.pl/) - Prototype of "mars" rover +* [Continuum Science Club](http://continuum.uni.wroc.pl/) - Prototype of "martian" rover * [Pizza contest](https://contest.pizza/) - Competition of computer bots on virtual arena ## Contact @@ -20,5 +20,10 @@ You can reach me by using: * email: pawel at dybiec.info * matrix: \@dyniec:matrix.org +If I were to post bad takes you would find them here: + +* [Twitter](https://twitter.com/dyniecc) +* <a rel="me" href="https://tech.lgbt/@dyniec">Mastodon</a> + ## PGP key Fingerprint: [D981 E3D6 24C1 1C20 B04F CD2B 2397 F066 368B 6FD9](static/dyniec.asc) diff --git a/templates/default.html b/templates/default.html index 2ab8460..1ea6fa1 100644 --- a/templates/default.html +++ b/templates/default.html @@ -37,8 +37,8 @@ </div> <footer> - Site proudly generated by - <a href="http://jaspervdj.be/hakyll">Hakyll</a> + <a href=https://git.dybiec.info/website/>Site</a> proudly generated by + <a href="https://jaspervdj.be/hakyll">Hakyll</a> </footer> </main> </body> |