Update
This commit is contained in:
parent
35afe64ecb
commit
31231d0c65
1 changed files with 3 additions and 4 deletions
|
@ -18,14 +18,13 @@ import Layout from "../layouts/Layout.astro";
|
|||
<section class="section">
|
||||
<h2 class="section__header">About me</h2>
|
||||
<ul class="section__content about par-space">
|
||||
<li>I do mainly web development. While I do so, I try to stay as close to the web platform as possible,
|
||||
without the hype and complexity of JavaScript tooling. Instead, I’m an advocate of <a class="link" href="https://hypermedia.systems/">hypermedia-driven applications</a>.
|
||||
<li>I mostly make web apps. I try to stay close to the web platform and I prefer <a class="link" href="https://hypermedia.systems/">hypermedia driven applications</a> to SPAs.
|
||||
<li>I like a good typography and hate repetitive work. That’s why I experiment with computational typesetting and <a class="link" href="https://docs.racket-lang.org/pollen">Pollen</a> for my school theses.
|
||||
<li>I contribute to open-source projects at <a class="link" href="https://nolog.cz">nolog.cz</a>, activist IT collective
|
||||
which provides privacy-focused infrastructure to social movements (You should consider <a class="link" href="https://nolog.cz/support/">supporting them</a>).
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
|
||||
<nav class="section par-space">
|
||||
<h2 class="section__header">Work</h2>
|
||||
<div class="section__content nav">
|
||||
|
@ -106,4 +105,4 @@ import Layout from "../layouts/Layout.astro";
|
|||
.par-space {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue