diff options
author | mms <michal@sapka.me> | 2024-04-28 19:41:51 +0200 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-04-28 19:41:51 +0200 |
commit | 4ddec44e9aaf64e63e65615a1f1f17d14edea928 (patch) | |
tree | d29d0631730d36f74d19ecedaa8201046ac3d158 /layouts/partials/homepage/nav.html | |
parent | 36b839da7070552549b63e07004c4011eb88e392 (diff) |
feat: top copy
Diffstat (limited to 'layouts/partials/homepage/nav.html')
-rw-r--r-- | layouts/partials/homepage/nav.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/layouts/partials/homepage/nav.html b/layouts/partials/homepage/nav.html index 272488a..8169566 100644 --- a/layouts/partials/homepage/nav.html +++ b/layouts/partials/homepage/nav.html @@ -6,12 +6,16 @@ <section style="display: flow-root"> <h2>About</h2> - - Hey! I'm Michał Sapka, a computer programmer living in Kraków, Poland. - This website is not dedicated to any particular one thing. - Instead, I write whatever interests me most at the moment. + Hey! I'm Michał Sapka and you've stumbled upon my personal website. + This marvel of modern engineering is modeled upon Web 1.0. + It's not dedicated to one thing, but rather it's about a few things that interest me. + Bellow you can find sections which I would describe as online books. + <a href="/brain-rot">Brain Rots</a> describe movies, books and games. + <a href="/bsd"/>BSD</a> and <a href="/emasc">Emacs</a> are quite self-explanatory. + I take special fondness of <a href="/star-trek">Star Trek</a> so it is a section of its own. + I also have a dedicated <a href="/blog">blog</a>, but this site is not a blog. <img - alt="Mihal" + alt="Michal" style="float: right; max-width: 20%;" src="{{ $img1x.Permalink }}" srcset=" @@ -21,8 +25,6 @@ width="{{ $img1x.Width }}" height="{{ $img1x.Height }}" > - No content here is auto-generated, so any bugs, problems, or controversies are entirely on me! - {{ partial "menu.html" (dict "menuID" "main-nav" "page" .) }} </section> |