placeholder in front matter, social media links, open source from github
This commit is contained in:
49
public/contact/index.html
Normal file
49
public/contact/index.html
Normal file
@@ -0,0 +1,49 @@
|
||||
<!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="Kontaktieren Sie mich direkt, wenn ich online bin, oder hinterlassen Sie mir eine Nachricht.">
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
<title>Admin Kontakt - 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>Admin Kontakt</h2>
|
||||
|
||||
<p>Ich möchte <code>Dino</code> ausprobieren.</p>
|
||||
|
||||
<h3>Social Media</h3>
|
||||
<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>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
</main><footer>
|
||||
<small>Copyright 2025 Me.</small>
|
||||
</footer></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user