initial commit

This commit is contained in:
2026-04-27 19:17:22 +02:00
commit b22bfcf15b
65 changed files with 2758 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="/projects/demos/portfolio-v1/assets/stylesheets/components/footer.css">
</head>
<body>
<footer>
<img alt="Nicht verfügbar" src="/projects/demos/portfolio-v1/assets/img/favicon.png" class="footerLogoLeft">
<nav>
<a href="/projects/demos/portfolio-v1/lang/de/pages/legal/impress.php">Impressum</a>
<a href="/projects/demos/portfolio-v1/lang/de/pages/legal/sources.php">Quellenangaben (WIP)</a>
<a href="/projects/demos/portfolio-v1/lang/de/pages/legal/faq.php">FAQ (WIP)</a>
<p class="copyright">&#169 2024 Andreas Reimann</p>
</nav>
<img alt="Nicht verfügbar" src="/projects/demos/portfolio-v1/assets/img/favicon.png" class="footerLogoRight">
</footer>
</body>
</html>