website/public/index.html

135 lines
5.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<title>irth's wobsite</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css">
<h1>irth's wobsite</h1>
<p>I'm Wojtek (<i>he/him</i>), usually ~irth on the internet.</p>
<p>
I like to make stuff (<i>funny&gt;useful</i>, but I'd like my projects to be
both, ideally).
</p>
<p>
I've been tinkering with computers ever since I was a kid, and I love seeing an idea come to life.
</p>
<p>
I test this website with Links btw.
</p>
<p><b>And who are you?</b></p>
I am: <br>
<input type="radio" name="viewer" id="viewer-friend" value="friend">
<label for="viewer-friend">a friend</label><br>
<input type="radio" name="viewer" id="viewer-cat" value="cat">
<label for="viewer-cat">a cat</label><br>
<input type="radio" name="viewer" id="viewer-recruiter" value="recruiter">
<label for="viewer-recruiter">a recruiter</label><br>
<input type="radio" name="viewer" id="viewer-australian" value="australian">
<label for="viewer-australian">Australian</label><br>
<input type="radio" name="viewer" id="viewer-curious" value="curious" checked>
<label for="viewer-curious">just curious</label>.<br>
<p id="nocss">
(This picker requires CSS to work, unfortunately.)
</p>
<div id="for-cats"></div>
<div id="switcharoo">
<div id="links">
<h3>A bunch of links</h3>
<ul class="no-a-visited">
<li><a href="https://blog.irth.pl">My blag</a></li>
<li><a href="https://github.com/irth">Github</a> (@irth)</li>
<li><a href="https://hackrc.dev/@irth">Fedi</a> (@irth@hackrc.dev)</li>
<li><a href="https://twitter.com/irth7">Twitter</a> (@irth7)</li>
<li><a href="mailto:wojciech@kwolek.io">Email</a> (wojciech@kwolek.io)</li>
</ul>
</div>
<div id="current-projects">
<h3>Current projects</h3>
<ul class="no-a-visited">
<li>
<a href="https://github.com/irth/opencanvas-go">OpenCanvas</a>
- a HTML renderer for
<a href="https://obsidian.md">Obsidian</a>'s <a href="https://jsoncanvas.org">JSON Canvas</a>
files.<br>
Very much work in progress.
</li>
</ul>
</div>
<div id="past-projects">
<h3>Past projects</h3>
<ul class="no-a-visited">
<li><a href="https://doneth.at">DoneTh.at</a> a Flask app for tracking your productivity by giving you
points for doing stuff. (<a href="https://github.com/irth/doneth.at">repo</a>)</li>
<li><a href="https://github.com/irth/blag">Blag</a> a static site generator written in Go.</li>
<li><a href="https://github.com/irth/gophernews">GopherNews</a> a proxy that allows you to browse
Hacker
News using your favourite Gopher client, written in Go.</li>
<li><a href="https://github.com/irth/together">Together for Spotify</a> a web app that allows two Spotify
users to log in and find the cross section of their music libraries.</li>
</ul>
</div>
<div id="shitposts">
<h3>Shitposts</h3>
<ul class="no-a-visited">
<li><a href="https://catsp.in">catsp.in</a></li>
<li><a href="https://worldrecord.irth.pl">worldrecord.irth.pl</a></li>
<li><a href="https://karaoke.pi-wo.pl">karaoke.pi-wo.pl</a></li>
<li><a href="https://ovmfer.pi-wo.pl">ovmfer.pi-wo.pl</a> &middot; <a href="https://gist.github.com/irth/e588c081003d9655af277a63cb64dd5a">gist describing what happens there</a></li>
</ul>
</div>
<div id="friends">
<h3>Friends</h3>
<ul class="no-a-visited">
<li id="onlyfriends"><b>you!</b></li>
<li><a href="https://krafal.eu">BluRaf</a></li>
<li><a href="https://asie.pl">cbrzeszczot</a></li>
<li><a href="https://dragonic.eu">Dragoon Aethis</a></li>
<li><a href="https://grzesiekkkkk.eu">grzesiekkkkk</a></li>
<li><a href="https://tarnowski.io">Juliusz</a></li>
<li><a href="https://millie.systems">milliectl</a></li>
<li><a href="https://naruciakk.eu">Robert von Oliva</a> (naruciakk)</li>
<li><a href="https://sdomi.pl">sdomi</a></li>
<li><a href="https://hardcoded.info">Szymon</a></li>
<li><a href="https://tadeustad.psifactor.pl">TadeusTaD</a></li>
</ul>
</div>
<div id="experience">
<h3>Work experience</h3>
<p>I have almost 5 years of commercial experience in IT (DevOps, Software Engineering).</p>
<p>Some of the stuff I used at work:</p>
<ul>
<li><b>Golang</b>, <b>Python</b>, <b>Rust</b>, <b>Bash</b></li>
<li>HTML/CSS/JS, Vue/React</li>
<li><b>Docker</b></li>
<li><b>Git/GitLab</b>, <b>GitLab CI</b>/Jenkins</li>
<li>
Cloud stuff (AWS):
<ul>
<li>Lambda, API Gateway, EventBridge</li>
<li>S3, CloudFront</li>
<li>DynamoDB</li>
<li>Security Hub, Config, Inspector</li>
<li>IAM, Cognito</li>
</ul>
</li>
</ul>
<p>And more. Usually I can figure out the missing parts as I go.</p>
<p>
Feel free to
<a
href="mailto:wojciech@kwolek.io?subject=hi%20can%20u%20work%20for%20me%20pls&body=Hiiii%20:3%0A%0Ado%20u%20want%20to%20work%20for%20me%3F%0A%0Asalary%20range:%20%0Acontract%20type:%0Ajob%20description:%0A">hire
me.</a>
</p>
</div>
</div>