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 @@ +
+
+
+
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 @@ -
+
+
+
{{ 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;}
}
}