This commit is contained in:
2026-06-19 23:21:54 +02:00
parent 29f2af5d30
commit 627fbf1b8d
10 changed files with 32 additions and 39 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 KiB

View File

@@ -1,4 +1,8 @@
![Northside Studio](/images/NSS_middle.png)
---
title: "Northside Studio"
---
{{< figure src="/images/NSS_middle.png" width="600" alt="Northside Studio" title="Morthside Studio" >}}
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.

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 123 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 149 KiB

View File

@@ -1,4 +0,0 @@
footer {
border-top: 1px solid #222;
margin-top: 1rem;
}

View File

@@ -1,4 +0,0 @@
header {
border-bottom: 1px solid #222;
margin-bottom: 1rem;
}

View File

@@ -1,15 +0,0 @@
@import "components/header.css";
@import "components/footer.css";
body {
color: #222;
font-family: sans-serif;
line-height: 1.5;
margin: 1rem;
max-width: 768px;
}
a {
color: #00e;
text-decoration: none;
}

View File

@@ -18,41 +18,53 @@
url('/fonts/If.woff') format('woff');
}
body {
background-color: #f5efe4;
}
figure img {
max-width: 30%;
height: auto;
justify-content: center;
}
.all {
margin: auto;
width: 60%
width: 75%;
background-color: #f5efe4;
}
.container {
margin: 0, auto;
width: 90%;
width: 100%;
font-family: "x-typewriter";
}
.title {
margin: 0, auto;
width: 90%;
width: 100%;
font-family: "if";
text-align: center;
}
nav, footer {
background-color: #333;
color: #fff;
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;}
nav {
display: flex;
flex-direction: row;
}
nav > a {
flex: 1;
text-align: center;
text-decoration: none;
color: #fff;
@media only screen and (max-width: 768px) {
nav { flex-direction: column;}
}
}