pages-server
tcp/443
Open service 217.197.84.141:443 ยท curtisy.one
2026-01-21 17:41
HTTP/1.1 200 OK
Allow: GET, HEAD, OPTIONS
Cache-Control: public, max-age=600
Content-Length: 4042
Content-Type: text/html; charset=utf-8
Etag: "a6dfed5e6423174471721647fed1e21bf19ce157"
Last-Modified: Sun, 19 May 2024 20:45:27 GMT
Referrer-Policy: strict-origin-when-cross-origin
Server: pages-server
X-Pages-Cache: true
Date: Wed, 21 Jan 2026 17:41:18 GMT
Connection: close
Page title: Alex's Site
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link href="index.css" rel="stylesheet" />
<title>Alex's Site</title>
</head>
<body>
<input id="color-mode" type="checkbox" name="color-mode">
<div class="color-scheme-wrapper">
<header>
<nav class="center">
<a href="#home">Home</a>
<a href="#projects">Projects</a>
<label for="color-mode">
<span>Change color scheme</span>
</label>
</nav>
</header>
<main>
<section id="home">
<div class="center">
<h1>Hi! I'm Alex</h1>
<h2>Full-Stack Software Developer specialized in C# and Typescript</h2>
<h3>Born in September 1996, currently living in Berlin, Germany</h3>
<h4>Open Source enthusiast, maintainer and contributor</h4>
<h4>For an overview of projects I'm involved in, click <a href=#projects>here</a></h4>
<h5>
This page is intentionally kept simple. <br />
For something fancy, feel free to check my <a href=#projects>projects</a> or my <a href="cv.pdf"
target="_blank" download="CV_Alexander_Oberlaender.pdf">CV</a>
</h5>
</div>
</section>
<section id="projects">
<div class="center">
<h1>A list of notable projects I've worked on</h1>
<h2>C#</h2>
<ul>
<li><a href="https://github.com/curtisy1/Intl.Net" target="_blank"><abbr
title="A ResX Globalization alternative using JSON instead of bulky XML">Intl.Net
(Maintainer)</abbr></a>
</li>
<li><a href="https://github.com/curtisy1/SharperBunny" target="_blank"><abbr
title="Fluent-API RabbitMQ library for .NET">SharperBunny (Maintainer)</abbr></a>
</li>
<li><a href="https://github.com/curtisy1/BrowserVersions" target="_blank"><abbr
title="An api for fetching the latest browser versions">BrowserVersions
(Maintainer)</abbr></a></li>
</ul>
<h2>Typescript</h2>
<ul>
<li><a href="https://github.com/perliedman/leaflet-routing-machine" target="_blank"><abbr
title="Control for routing in Leaflet">Leaflet Routing Machine
(Maintainer)</abbr></a>
</li>
<li><a href="https://github.com/kimlimjustin/xplorer" target="_blank"><abbr
title="A customizable, modern file manager">Xplorer (Contributor/Project
Manager)</abbr></a></li>
<li><a href="https://github.com/esrlabs/chipmunk" target="_blank"><abbr
title="log analysis tool">chipmunk
(Contributor)</abbr></a></li>
</ul>
<h3>For more projects, visit my <a href="https://github.com/curtisy1/" target="_blank">GitHub</a>
</h3>
</div>
</section>
</main>
<footer class="center">
<span>For inquiries, you can contact me via curtisy [at] mailbox [dot] org</span>
<small>Please note that I have a few exclusion criteria, if you are an arms dealer or sell useless crypto or
AI fluff, chances are high that you won't get a reply</small>
</footer>
</div>
</body>
</html>