This commit is contained in:
2026-06-12 23:22:44 +02:00
parent dcf9e833eb
commit 9b230a08a9
59 changed files with 1272 additions and 50 deletions

View File

@@ -0,0 +1,58 @@
<!DOCTYPE html>
<html lang="en-us" dir="ltr">
<head><script src="/livereload.js?mindelay=10&amp;v=2&amp;port=1313&amp;path=livereload" data-no-instant defer></script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>About | The Northside Studio Achim</title>
<link rel="stylesheet" href="/css/main.css">
<script src="/js/main.js"></script>
</head>
<body>
<header>
<h1>The Northside Studio Achim</h1>
<nav>
<ul>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/posts/">Posts</a>
</li>
<li>
<a href="/tags/">Tags</a>
</li>
</ul>
</nav>
</header>
<main>
<h1>About</h1>
<time datetime="2026-06-11T23:35:16&#43;02:00">June 11, 2026</time>
<p>This is my About!</p>
<p>Statement!</p>
<p>The Northside Studio in Achim near Bremen in Germany stands for AI-free media creation!</p>
<p>We like the flaws and imperfections of analog and also digital gear and we are using computers if we want, but we dont use AI for content creation.</p>
<p>We think, creativity is a part of our human nature. We want to create media (photos, websites, music and so on) from humans for humans. Our media creation is intentional. Our artists wants to say something meaningfull!</p>
</main>
<footer>
<p>Copyright 2026. All rights reserved.</p>
</footer>
</body>
</html>