Files
sumup/public/opensource/index.html

64 lines
1.9 KiB
HTML
Raw Normal View History

<!DOCTYPE html>
<html><head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="Franz Klotsche">
<meta name="description" content="Just another web-experiment">
<link rel="stylesheet" href="/css/style.css">
<title>Open Source - Fransz Portfolio</title>
</head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TT2JW5ZYFZ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TT2JW5ZYFZ');
</script><body>
<div class="container"><header>
<h1>Fransz Portfolio</h1>
</header><nav>
<a href="/">Home</a>
<a href="/about">About</a>
<a href="/projects">Projects</a>
<a href="/presentations">Presentations</a>
<a href="/resume">Résumé</a>
<a href="/contact">Contact</a>
</nav><main>
<h2>Open Source</h2>
<p>Ich nenne mich <em>kurrrioo</em> auf GitHub:</p>
<section class="oss">
<article>
<h3><a href="https://github.com/kurrrioo/Getting-Started-With-ACPI">Getting-Started-With-ACPI</a></h3>
<p>Repo for Getting Started With ACPI</p>
</article>
<article>
<h3><a href="https://github.com/kurrrioo/junit-example">junit-example</a></h3>
<p>https://github.com/junit-team/junit4/wiki/Getting-started---Ant</p>
</article>
<article>
<h3><a href="https://github.com/kurrrioo/Termux-Udocker">Termux-Udocker</a></h3>
<p>Run Docker images in Termux via Udocker. No root, no qemu-VM, much faster.</p>
</article>
<article>
<h3><a href="https://github.com/kurrrioo/twentytwo">twentytwo</a></h3>
<p>testing website</p>
</article>
</section>
</main><footer>
<small>Copyright 2025 Me.</small>
</footer></div>
</body>
</html>