From 110c4307c022b8b94cf761ff813ec8946050dc90 Mon Sep 17 00:00:00 2001 From: Thomas Sindt Date: Sun, 14 Jun 2026 00:54:42 +0200 Subject: [PATCH] Checkin --- northsidestudio/public/about/index.html | 5 ++++- northsidestudio/public/categories/index.html | 7 +++++-- northsidestudio/public/contact/index.html | 5 ++++- northsidestudio/public/css/style.css | 16 +++++++++++----- northsidestudio/public/index.html | 5 ++++- northsidestudio/public/posts/index.html | 7 +++++-- northsidestudio/public/posts/post-1/index.html | 7 +++++-- northsidestudio/public/posts/post-2/index.html | 7 +++++-- northsidestudio/public/posts/post-3/index.html | 7 +++++-- northsidestudio/public/tags/blue/index.html | 7 +++++-- northsidestudio/public/tags/green/index.html | 7 +++++-- northsidestudio/public/tags/index.html | 7 +++++-- northsidestudio/public/tags/red/index.html | 7 +++++-- northsidestudio/themes/basic/layouts/baseof.html | 2 ++ northsidestudio/themes/basic/layouts/index.html | 2 ++ .../themes/basic/static/css/style.css | 16 +++++++++++----- 16 files changed, 83 insertions(+), 31 deletions(-) diff --git a/northsidestudio/public/about/index.html b/northsidestudio/public/about/index.html index a3f3e4e..c9fbfa9 100644 --- a/northsidestudio/public/about/index.html +++ b/northsidestudio/public/about/index.html @@ -1,5 +1,6 @@ - + + @@ -9,6 +10,7 @@ +
@@ -50,5 +52,6 @@
+
diff --git a/northsidestudio/public/categories/index.html b/northsidestudio/public/categories/index.html index 34e03cc..de1fb21 100644 --- a/northsidestudio/public/categories/index.html +++ b/northsidestudio/public/categories/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Categories

diff --git a/northsidestudio/public/contact/index.html b/northsidestudio/public/contact/index.html index f37ef7f..0586d75 100644 --- a/northsidestudio/public/contact/index.html +++ b/northsidestudio/public/contact/index.html @@ -1,5 +1,6 @@ - + + @@ -9,6 +10,7 @@ +
@@ -50,5 +52,6 @@ Mail: Thomas.Sindt@gmx.de

+
diff --git a/northsidestudio/public/css/style.css b/northsidestudio/public/css/style.css index ff8bb66..db8a447 100644 --- a/northsidestudio/public/css/style.css +++ b/northsidestudio/public/css/style.css @@ -14,20 +14,26 @@ font-style: normal; font-display: swap; unicode-range: U+0000-00FF; - src: url('/fonts/if.woff2') format('woff2'), - url('/fonts/if.woff') format('woff'); + src: url('/fonts/If.woff2') format('woff2'), + url('/fonts/If.woff') format('woff'); +} + +.all { + margin: auto; + width: 60% } .container { margin: 0, auto; - width: 80%; + width: 90%; font-family: "x-typewriter"; } .title { margin: 0, auto; - width: 80%; + width: 90%; font-family: "if"; + text-align: center; } nav, footer { @@ -46,7 +52,7 @@ nav > a { text-decoration: none; color: #fff; } @media only screen and (min-width: 768px) { - nav { flex-direction: row; + nav { flex-direction: row;} } } diff --git a/northsidestudio/public/index.html b/northsidestudio/public/index.html index ca8bf47..34d4e40 100644 --- a/northsidestudio/public/index.html +++ b/northsidestudio/public/index.html @@ -1,5 +1,6 @@ - + + @@ -10,6 +11,7 @@ +
@@ -87,5 +89,6 @@ Mail: Thomas.Sindt@gmx.de

+
diff --git a/northsidestudio/public/posts/index.html b/northsidestudio/public/posts/index.html index 8cae496..06ece89 100644 --- a/northsidestudio/public/posts/index.html +++ b/northsidestudio/public/posts/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Posts

diff --git a/northsidestudio/public/posts/post-1/index.html b/northsidestudio/public/posts/post-1/index.html index 8e8adc4..c749701 100644 --- a/northsidestudio/public/posts/post-1/index.html +++ b/northsidestudio/public/posts/post-1/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Post 1

diff --git a/northsidestudio/public/posts/post-2/index.html b/northsidestudio/public/posts/post-2/index.html index 70fcb68..1bda5b7 100644 --- a/northsidestudio/public/posts/post-2/index.html +++ b/northsidestudio/public/posts/post-2/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Post 2

diff --git a/northsidestudio/public/posts/post-3/index.html b/northsidestudio/public/posts/post-3/index.html index 781c10d..c61980a 100644 --- a/northsidestudio/public/posts/post-3/index.html +++ b/northsidestudio/public/posts/post-3/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Post 3

diff --git a/northsidestudio/public/tags/blue/index.html b/northsidestudio/public/tags/blue/index.html index a35f877..9c959fa 100644 --- a/northsidestudio/public/tags/blue/index.html +++ b/northsidestudio/public/tags/blue/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Blue

diff --git a/northsidestudio/public/tags/green/index.html b/northsidestudio/public/tags/green/index.html index 6067b26..a5b8fb3 100644 --- a/northsidestudio/public/tags/green/index.html +++ b/northsidestudio/public/tags/green/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Green

diff --git a/northsidestudio/public/tags/index.html b/northsidestudio/public/tags/index.html index 81ced08..3fda91a 100644 --- a/northsidestudio/public/tags/index.html +++ b/northsidestudio/public/tags/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Tags

diff --git a/northsidestudio/public/tags/red/index.html b/northsidestudio/public/tags/red/index.html index 8962b6c..2ba4d85 100644 --- a/northsidestudio/public/tags/red/index.html +++ b/northsidestudio/public/tags/red/index.html @@ -1,5 +1,6 @@ - + + @@ -9,7 +10,7 @@ -
+

The Northside Studio Achim

@@ -23,6 +24,8 @@
+
+

Red

diff --git a/northsidestudio/themes/basic/layouts/baseof.html b/northsidestudio/themes/basic/layouts/baseof.html index 9c36ffd..2f65407 100644 --- a/northsidestudio/themes/basic/layouts/baseof.html +++ b/northsidestudio/themes/basic/layouts/baseof.html @@ -5,6 +5,7 @@ {{ partial "head.html" . }} +
{{ partial "header.html" . }} @@ -18,5 +19,6 @@ {{ partial "footer.html" . }}
+
diff --git a/northsidestudio/themes/basic/layouts/index.html b/northsidestudio/themes/basic/layouts/index.html index 0f40d75..d3b9f5f 100644 --- a/northsidestudio/themes/basic/layouts/index.html +++ b/northsidestudio/themes/basic/layouts/index.html @@ -1,4 +1,6 @@ {{define "main"}} + {{ $image := resources.Get "/NSS_middle.png" }} + {{.Content}} {{end}} diff --git a/northsidestudio/themes/basic/static/css/style.css b/northsidestudio/themes/basic/static/css/style.css index ff8bb66..db8a447 100644 --- a/northsidestudio/themes/basic/static/css/style.css +++ b/northsidestudio/themes/basic/static/css/style.css @@ -14,20 +14,26 @@ font-style: normal; font-display: swap; unicode-range: U+0000-00FF; - src: url('/fonts/if.woff2') format('woff2'), - url('/fonts/if.woff') format('woff'); + src: url('/fonts/If.woff2') format('woff2'), + url('/fonts/If.woff') format('woff'); +} + +.all { + margin: auto; + width: 60% } .container { margin: 0, auto; - width: 80%; + width: 90%; font-family: "x-typewriter"; } .title { margin: 0, auto; - width: 80%; + width: 90%; font-family: "if"; + text-align: center; } nav, footer { @@ -46,7 +52,7 @@ nav > a { text-decoration: none; color: #fff; } @media only screen and (min-width: 768px) { - nav { flex-direction: row; + nav { flex-direction: row;} } }