git.zerozero.pl
Repositories
Back to zerozero.pl
portfolio-website
Code
Commits
Branches
Tags
Search
Tree:
58c56f1
Branches
Tags
main
portfolio-website
public
index.html
Rearrange footer sections into multiple columns
Krzysztof Andrzej Sikorski
commited
58c56f1
at 2022-05-14 16:59:49
index.html
Blame
History
Raw
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Portfolio: Krzysztof Andrzej Sikorski</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/combined.css" rel="stylesheet"> </head> <body> <header> <h1>Portfolio</h1> <p>Hello,</p> <p>My name is <em class="name">Krzysztof Andrzej Sikorski</em>, and this is my portfolio.</p> <p> I registered this domain in my youth, I intended it to be a not quite serious reference to James Bond's code number. I was even planning to put some kind of Easter Egg on <code>seven.zerozero.pl</code> subdomain, but ultimately the domain has just ended up as a forgotten placeholder. </p> <p>Now, years later, I have decided to reuse it to host my programming portfolio, because why not.</p> <p> You can browse source code of my projects at <a href="https://git.zerozero.pl">git.zerozero.pl</a> subdomain, most of them is also mirrored to various code-sharing portals for ease of use and as a redundant backup. </p> </header> <main> <h1>Projects</h1> <section> <article> <h1>Portfolio</h1> <p>This exact website. A simple static page, with stylesheet built in Tailwind CSS.</p> <p> <a href="https://git.zerozero.pl/portfolio-website">Source code</a>, <a href="https://gitlab.com/krzysztof-sikorski/portfolio-website" rel="external">Gitlab mirror</a>, <a href="https://github.com/krzysztof-sikorski/portfolio-website" rel="external">GitHub mirror</a>. </p> </article> <article> <h1>Nexus Archive</h1> <p>The "Nexus Archive" website, based on Symfony framework.</p> <p> <a href="https://git.zerozero.pl/nexus-archive">Source code</a>, <a href="https://gitlab.com/krzysztof-sikorski/nexus-archive" rel="external">Gitlab mirror</a>, <a href="https://github.com/krzysztof-sikorski/nexus-archive" rel="external">GitHub mirror</a>, <a href="https://git.launchpad.net/nexus-archive" rel="external">Launchpad mirror</a>. </p> </article> <article> <h1>Nexus Archive Browser Extension</h1> <p>A simple browser extension to submit network traffic to the "Nexus Archive" website.</p> <p> <a href="https://git.zerozero.pl/nexus-archive-browser-extension">Source code</a>, <a href="https://gitlab.com/krzysztof-sikorski/nexus-archive-browser-extension" rel="external">Gitlab mirror</a>, <a href="https://github.com/krzysztof-sikorski/nexus-archive-browser-extension" rel="external">GitHub mirror</a>, <a href="https://git.launchpad.net/nexus-archive-browser-extension" rel="external">Launchpad mirror</a>. </p> </article> <article> <h1>Daemon 2</h1> <p> An old remake of a friend's <abbr>PBBG</abbr> (persistent browser-based game), created when I was just an IT student on my first full-time programing job. </p> <p> <a href="https://git.zerozero.pl/daemon-old">Source code</a>, <a href="https://gitlab.com/krzysztof-sikorski/daemon-old" rel="external">Gitlab mirror</a>. </p> </article> </section> </main> <footer> <h1>Contact information</h1> <article> <h2>Basic information</h2> <ul> <li> Primary email: start with <code>krzysztof</code>, then add <code>@</code> character and this domain's name. </li> <li> Legacy email: start with <code>dreamer.pl</code>, then add <code>@</code> character and Gmail's domain name. </li> <li>If you know my phone number, you can also try SMS or Signal.</li> </ul> </article> <section> <article> <h2>Programming</h2> <ul> <li><a href="https://gitlab.com/krzysztof-sikorski" rel="external">Gitlab</a></li> <li><a href="https://github.com/krzysztof-sikorski" rel="external">GitHub</a></li> <li><a href="https://launchpad.net/~krzysztof-sikorski" rel="external">Launchpad</a></li> </ul> </article> <article> <h2>Social media</h2> <ul> <li><a href="https://www.linkedin.com/in/krzysztof-andrzej-sikorski/" rel="external">LinkedIn</a></li> <li><a href="https://www.goldenline.pl/krzysztof-andrzej-sikorski/" rel="external">GoldenLine</a></li> <li><a href="https://www.facebook.com/rodekaru.dorameru/" rel="external">Facebook</a></li> </ul> </article> <article> <h2>Chat and gaming</h2> <ul> <li>Discord username: <code>That Crazy Old Badziew#1362</code></li> <li><a href="https://discord.gg/zBVwzD3f8v" rel="external"><q>House of Badziew</q> personal Discord server</a></li> <li><a href="https://steamcommunity.com/id/pomniejszybadziew" rel="external">Steam profile</a></li> <li><a href="https://www.nexusclash.com/memberlist.php?mode=viewprofile&u=108" rel="external">Nexus Clash forum profile</a></li> </ul> </article> </section> </footer> </body> </html>