placeholder in front matter, social media links, open source from github
This commit is contained in:
50
public/index.html
Normal file
50
public/index.html
Normal file
@@ -0,0 +1,50 @@
|
||||
<!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">
|
||||
<meta name="author" content="Franz Klotsche">
|
||||
<meta name="description" content="Eine Lern-Website mit der ich zeigen will, woran ich im IT-Sektor gearbeitet habe.">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<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');
|
||||
</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>
|
||||
<p>Das soll irgendwann mal eine ordentliche Portfolio Seite werden.</p>
|
||||
<p>Anfangs wird es hier Folgendes zu finden sein:</p>
|
||||
<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>
|
||||
<p>Gitea, Linkace und ein Blog</p>
|
||||
<h3 id="mein-lebenslauf">Mein Lebenslauf</h3>
|
||||
<p>Tabelarisch mit Kontaktformular?</p>
|
||||
|
||||
<h3>Projekt</h3>
|
||||
<p>Das letzte Projekt was aktualisiert wurde:
|
||||
|
||||
<a href="/projects/linkace/">Linkace</a>
|
||||
|
||||
</p>
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Me.</small>
|
||||
</footer></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user