Checkin
This commit is contained in:
BIN
northsidestudio/assets/images/NSS_middle.png
Normal file
BIN
northsidestudio/assets/images/NSS_middle.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 775 KiB |
@@ -1,4 +1,8 @@
|
|||||||

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