Images
This commit is contained in:
44
northsidestudio/public/categories/index.html
Normal file
44
northsidestudio/public/categories/index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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>The Northside Studio Achim</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/pages/about">About</a>
|
||||
<a href="/pages/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<h1>Categories</h1>
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
11
northsidestudio/public/categories/index.xml
Normal file
11
northsidestudio/public/categories/index.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Categories on The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/categories/</link>
|
||||
<description>Recent content in Categories on The Northside Studio Achim</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="http://localhost:1313/categories/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
58
northsidestudio/public/css/style.css
Normal file
58
northsidestudio/public/css/style.css
Normal file
@@ -0,0 +1,58 @@
|
||||
@font-face {
|
||||
font-family: 'x-typewriter';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
unicode-range: U+0000-00FF;
|
||||
src: url('/fonts/x-typewriter.regular.woff2') format('woff2'),
|
||||
url('/fonts/x-typewriter.regular.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'if';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-display: swap;
|
||||
unicode-range: U+0000-00FF;
|
||||
src: url('/fonts/If.woff2') format('woff2'),
|
||||
url('/fonts/If.woff') format('woff');
|
||||
}
|
||||
|
||||
.all {
|
||||
margin: auto;
|
||||
width: 60%
|
||||
}
|
||||
|
||||
.container {
|
||||
margin: 0, auto;
|
||||
width: 90%;
|
||||
font-family: "x-typewriter";
|
||||
}
|
||||
|
||||
.title {
|
||||
margin: 0, auto;
|
||||
width: 90%;
|
||||
font-family: "if";
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav, footer {
|
||||
background-color: #333;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
nav > a {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
color: #fff; }
|
||||
@media only screen and (min-width: 768px) {
|
||||
nav { flex-direction: row;}
|
||||
}
|
||||
}
|
||||
|
||||
BIN
northsidestudio/public/favicon.ico
Normal file
BIN
northsidestudio/public/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
northsidestudio/public/fonts/If.woff
Normal file
BIN
northsidestudio/public/fonts/If.woff
Normal file
Binary file not shown.
BIN
northsidestudio/public/fonts/If.woff2
Normal file
BIN
northsidestudio/public/fonts/If.woff2
Normal file
Binary file not shown.
BIN
northsidestudio/public/fonts/x-typewriter.regular.woff
Normal file
BIN
northsidestudio/public/fonts/x-typewriter.regular.woff
Normal file
Binary file not shown.
BIN
northsidestudio/public/fonts/x-typewriter.regular.woff2
Normal file
BIN
northsidestudio/public/fonts/x-typewriter.regular.woff2
Normal file
Binary file not shown.
BIN
northsidestudio/public/images/NSS_middle.png
Normal file
BIN
northsidestudio/public/images/NSS_middle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 775 KiB |
47
northsidestudio/public/index.html
Normal file
47
northsidestudio/public/index.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.161.1"><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>The Northside Studio Achim</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
</header>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/pages/about">About</a>
|
||||
<a href="/pages/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<p><img src="/images/NSS_middle.png" alt="The Nothside Studio"></p>
|
||||
<p>If you want real content from real people, look her!
|
||||
We don’t use AI for content creation. Imperfection to the perfect. We love the imperfect.
|
||||
The Northside Studio stands for Audio/Music projects on Tape, vinyl or CD (maybe mp3). No streaming. Real media for real people, who buy media to own them.</p>
|
||||
|
||||
|
||||
</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>
|
||||
26
northsidestudio/public/index.xml
Normal file
26
northsidestudio/public/index.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/</link>
|
||||
<description>Recent content on The Northside Studio Achim</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 11 Jun 2026 23:47:15 +0200</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Contact</title>
|
||||
<link>http://localhost:1313/pages/contact/</link>
|
||||
<pubDate>Thu, 11 Jun 2026 23:47:15 +0200</pubDate>
|
||||
<guid>http://localhost:1313/pages/contact/</guid>
|
||||
<description><h3 id="northside-studio-impressum-and-contact">Northside Studio Impressum and Contact</h3>
<p>Dr. Thomas Sindt
Auf dem Born 7
28832 Achim
Mail: <a href="mailto:Thomas.Sindt@gmx.de">Thomas.Sindt@gmx.de</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>http://localhost:1313/pages/about/</link>
|
||||
<pubDate>Thu, 11 Jun 2026 23:35:16 +0200</pubDate>
|
||||
<guid>http://localhost:1313/pages/about/</guid>
|
||||
<description><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></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
55
northsidestudio/public/pages/about/index.html
Normal file
55
northsidestudio/public/pages/about/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>The Northside Studio Achim</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/pages/about">About</a>
|
||||
<a href="/pages/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<h1>About</h1>
|
||||
|
||||
|
||||
|
||||
<time datetime="2026-06-11T23:35:16+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 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>
|
||||
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
55
northsidestudio/public/pages/contact/index.html
Normal file
55
northsidestudio/public/pages/contact/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>The Northside Studio Achim</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/pages/about">About</a>
|
||||
<a href="/pages/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<h1>Contact</h1>
|
||||
|
||||
|
||||
|
||||
<time datetime="2026-06-11T23:47:15+02:00">June 11, 2026</time>
|
||||
|
||||
<h3 id="northside-studio-impressum-and-contact">Northside Studio Impressum and Contact</h3>
|
||||
<p>Dr. Thomas Sindt
|
||||
Auf dem Born 7
|
||||
28832 Achim
|
||||
Mail: <a href="mailto:Thomas.Sindt@gmx.de">Thomas.Sindt@gmx.de</a></p>
|
||||
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
62
northsidestudio/public/pages/index.html
Normal file
62
northsidestudio/public/pages/index.html
Normal file
@@ -0,0 +1,62 @@
|
||||
<!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>The Northside Studio Achim</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/pages/about">About</a>
|
||||
<a href="/pages/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<h1>Pages</h1>
|
||||
|
||||
|
||||
<section>
|
||||
<h2><a href="/pages/contact/">Contact</a></h2>
|
||||
<h3 id="northside-studio-impressum-and-contact">Northside Studio Impressum and Contact</h3>
|
||||
<p>Dr. Thomas Sindt
|
||||
Auf dem Born 7
|
||||
28832 Achim
|
||||
Mail: <a href="mailto:Thomas.Sindt@gmx.de">Thomas.Sindt@gmx.de</a></p>
|
||||
</section>
|
||||
|
||||
<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>
|
||||
26
northsidestudio/public/pages/index.xml
Normal file
26
northsidestudio/public/pages/index.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Pages on The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/pages/</link>
|
||||
<description>Recent content in Pages on The Northside Studio Achim</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 11 Jun 2026 23:47:15 +0200</lastBuildDate>
|
||||
<atom:link href="http://localhost:1313/pages/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Contact</title>
|
||||
<link>http://localhost:1313/pages/contact/</link>
|
||||
<pubDate>Thu, 11 Jun 2026 23:47:15 +0200</pubDate>
|
||||
<guid>http://localhost:1313/pages/contact/</guid>
|
||||
<description><h3 id="northside-studio-impressum-and-contact">Northside Studio Impressum and Contact</h3>
<p>Dr. Thomas Sindt
Auf dem Born 7
28832 Achim
Mail: <a href="mailto:Thomas.Sindt@gmx.de">Thomas.Sindt@gmx.de</a></p></description>
|
||||
</item>
|
||||
<item>
|
||||
<title>About</title>
|
||||
<link>http://localhost:1313/pages/about/</link>
|
||||
<pubDate>Thu, 11 Jun 2026 23:35:16 +0200</pubDate>
|
||||
<guid>http://localhost:1313/pages/about/</guid>
|
||||
<description><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></description>
|
||||
</item>
|
||||
</channel>
|
||||
</rss>
|
||||
21
northsidestudio/public/sitemap.xml
Normal file
21
northsidestudio/public/sitemap.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
|
||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>http://localhost:1313/</loc>
|
||||
<lastmod>2026-06-11T23:47:15+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/contact/</loc>
|
||||
<lastmod>2026-06-11T23:47:15+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/</loc>
|
||||
<lastmod>2026-06-11T23:47:15+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/pages/about/</loc>
|
||||
<lastmod>2026-06-11T23:35:16+02:00</lastmod>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/categories/</loc>
|
||||
</url><url>
|
||||
<loc>http://localhost:1313/tags/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
44
northsidestudio/public/tags/index.html
Normal file
44
northsidestudio/public/tags/index.html
Normal file
@@ -0,0 +1,44 @@
|
||||
<!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>The Northside Studio Achim</title>
|
||||
<link rel="stylesheet" href="/css/style.css">
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div class = "all">
|
||||
<div class = "title">
|
||||
<header>
|
||||
<h1>The Northside Studio Achim</h1>
|
||||
|
||||
<nav>
|
||||
<a href="/">Home</a>
|
||||
<a href="/pages/about">About</a>
|
||||
<a href="/pages/contact">Contact</a>
|
||||
</nav>
|
||||
|
||||
|
||||
</header>
|
||||
</div>
|
||||
<div class = "container">
|
||||
<main>
|
||||
|
||||
<h1>Tags</h1>
|
||||
|
||||
|
||||
|
||||
</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>
|
||||
11
northsidestudio/public/tags/index.xml
Normal file
11
northsidestudio/public/tags/index.xml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
||||
<channel>
|
||||
<title>Tags on The Northside Studio Achim</title>
|
||||
<link>http://localhost:1313/tags/</link>
|
||||
<description>Recent content in Tags on The Northside Studio Achim</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en-us</language>
|
||||
<atom:link href="http://localhost:1313/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||
</channel>
|
||||
</rss>
|
||||
Reference in New Issue
Block a user