2025-11-16 18:50:41 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html><head>
|
|
|
|
|
<meta name="generator" content="Hugo 0.94.2" />
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2025-11-22 18:50:09 +01:00
|
|
|
<meta lang="de">
|
2025-11-16 18:50:41 +01:00
|
|
|
<meta name="author" content="Franz Klotsche">
|
2025-11-22 18:50:09 +01:00
|
|
|
<meta name="keywords" content="WWW, Was, Wie, und Warum">
|
2025-11-16 18:50:41 +01:00
|
|
|
<meta name="description" content="Eine Lern-Website mit der ich zeigen will, woran ich im IT-Sektor gearbeitet habe.">
|
2025-11-22 18:50:09 +01:00
|
|
|
<link rel="stylesheet" href="/css/syntax.css">
|
2025-11-16 18:50:41 +01:00
|
|
|
<link rel="stylesheet" href="/css/style.css">
|
2025-11-22 18:50:09 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
<link rel="alternate" type="application/rss+xml" href="https://kurrrioo.neocities.org/index.xml" title="Fransz Portfolio">
|
2025-11-16 18:50:41 +01:00
|
|
|
<title>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');
|
2025-11-22 18:50:09 +01:00
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
var remark_config = {
|
|
|
|
|
|
|
|
|
|
host: 'https://remark42hugo-neocities-org.up.railway.app',
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
site_id: 'neocities',
|
|
|
|
|
|
|
|
|
|
locale: 'de',
|
|
|
|
|
allowAnon: true,
|
|
|
|
|
url: 'https:\/\/kurrrioo.neocities.org\/',
|
|
|
|
|
theme: 'light'
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(function(c) {
|
|
|
|
|
for(var i = 0; i < c.length; i++) {
|
|
|
|
|
var d = document, s = d.createElement('script');
|
|
|
|
|
s.src = c[i];
|
|
|
|
|
(d.head || d.body).appendChild(s);
|
|
|
|
|
}
|
|
|
|
|
})(['https://remark42hugo-neocities-org.up.railway.app/web/config.js',
|
|
|
|
|
'https://remark42hugo-neocities-org.up.railway.app/web/embed.js']);
|
2025-11-16 18:50:41 +01:00
|
|
|
</script><body>
|
|
|
|
|
<div class="container"><header>
|
|
|
|
|
<h1>Fransz Portfolio</h1>
|
|
|
|
|
</header><nav>
|
2025-11-22 18:50:09 +01:00
|
|
|
<a href="/">Start</a>
|
|
|
|
|
<a href="/about">Über mich</a>
|
|
|
|
|
<a href="/posts">Blog</a>
|
|
|
|
|
<a href="/projects">Projekte</a>
|
|
|
|
|
<a href="/presentations">Konzepte</a>
|
|
|
|
|
<a href="/resume">Lebenslauf</a>
|
|
|
|
|
<a href="/contact">Kontakt</a>
|
2025-11-16 18:50:41 +01:00
|
|
|
</nav><main>
|
2025-11-22 18:50:09 +01:00
|
|
|
<h2>November Blog-Posts</h2>
|
|
|
|
|
<p>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="/posts/2025/11/twentytwentyfive/">Twentytwentyfive</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="/posts/2025/11/tribute-von/">Tribute Von</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
|
<li><a href="/posts/2025/11/css-zen-garden/">CSS Zen garden</a></li>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
<h2 id="einführung">Einführung</h2>
|
|
|
|
|
<p>Das soll irgendwann mal eine ordentliche Portfolio Seite werden.</p>
|
|
|
|
|
<p>Anfangs wird hier Folgendes zu finden sein:</p>
|
2025-11-16 18:50:41 +01:00
|
|
|
<h3 id="persönliche-vorstellung">Persönliche Vorstellung</h3>
|
|
|
|
|
<p>Wie es mir ergangen ist, wo ich jetzt stehe und wo ich mich in einigen Jahren sehe.</p>
|
|
|
|
|
<h3 id="projekte">Projekte</h3>
|
2025-11-22 18:50:09 +01:00
|
|
|
<p>Gitea, Linkace und ein (zweiter früherer) Blog (extern)</p>
|
2025-11-16 18:50:41 +01:00
|
|
|
<h3 id="mein-lebenslauf">Mein Lebenslauf</h3>
|
|
|
|
|
<p>Tabelarisch mit Kontaktformular?</p>
|
|
|
|
|
|
2025-11-22 18:50:09 +01:00
|
|
|
<h3>Projekt</h3>
|
|
|
|
|
<p>Das letzte Projekt was aktualisiert wurde:
|
|
|
|
|
|
|
|
|
|
<a href="/projects/commenting/">Kommentar-Funktion mit hugo</a>
|
|
|
|
|
|
|
|
|
|
</p>
|
2025-11-16 18:50:41 +01:00
|
|
|
|
|
|
|
|
</main><footer>
|
2025-11-22 18:50:09 +01:00
|
|
|
<small>Copyright 2025 Franz Klotsche -
|
|
|
|
|
Find me on:<ul>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://x.com/mirror1089">X</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://www.tumblr.com/redesignart">Tumblr</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://de.linkedin.com/in/franz-klotsche-84461858">LinkedIn</a></li>
|
|
|
|
|
|
|
|
|
|
<li><a href="https://github.com/kurrrioo/">GitHub</a></li>
|
|
|
|
|
|
|
|
|
|
</ul></small>
|
2025-11-16 18:50:41 +01:00
|
|
|
</footer></div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|