placeholder in front matter, social media links, open source from github

This commit is contained in:
Franz Klotsche
2025-11-16 18:50:41 +01:00
parent 610f30eadf
commit 1c9e04e308
42 changed files with 1105 additions and 67 deletions

View File

@@ -0,0 +1,66 @@
<!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="Verschiedene Themen, die ich als Computerfreak anschneide - externe Seite.">
<link rel="stylesheet" href="/css/style.css">
<title>ChyrpLite Blog - 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>
<div class="project-container">
<section class="project-list">
<h4>What else</h4>
<ul>
<li><a href="/projects/linkace/">Linkace</a></li>
<li><a href="/projects/gitea/">Gitea</a></li>
<li><a href="/projects/chyrp/">ChyrpLite Blog</a></li>
</ul>
</section>
<section class="project">
<h2>ChyrpLite Blog</h2>
<p>Gehosted wird auf profreehost.com</p>
<img alt="ChyrpLite screenshot" src="//placehold.co/640x150">
<h3>Tech used</h3>
<ul>
<li>JavaScript</li>
<li>CSS</li>
<li>HTML</li>
</ul>
</section>
</div>
</main><footer>
<small>Copyright 2025 Me.</small>
</footer></div>
</body>
</html>