ivis site
This commit is contained in:
55
ivi/public/pages/index.html
Normal file
55
ivi/public/pages/index.html
Normal file
@@ -0,0 +1,55 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head><script src="/livereload.js?mindelay=10&v=2&port=1313&path=livereload" data-no-instant defer></script>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Ivis Platz</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<header>
|
||||
<h1>Ivis Platz</h1>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/about">About</a>
|
||||
<a href="/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<h1>Pages</h1>
|
||||
|
||||
|
||||
<section>
|
||||
<h2><a href="/pages/about/">About</a></h2>
|
||||
<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 don’t 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>
|
||||
</section>
|
||||
|
||||
|
||||
</main>
|
||||
<footer>
|
||||
<p>Copyright 2026. All rights reserved.</p>
|
||||
<p>Impressum: Thomas Sindt * Auf dem Born 7 * 28832 Achim</p>
|
||||
|
||||
|
||||
</footer>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user