- {% for ni in collections.page %}
- {{navItem(ni.data.title, ni.data.permalink, not loop.last )}}
- {% endfor %}
-
|
- {% for ni in nav %}
- {{navItem(ni.title, ni.url, not loop.last , '_blank')}}
- {% endfor %}
-
|
- {{navItem("RBLicht", "https://rblicht.nl", true, '_blank')}}
- {{navItem("RBSolutions", "https://rbsolutions.cc", false, '_blank')}}
+
+ Rik Berkelder
+
+
+ {% for ni in collections.page %}
+ {{navItem(ni.data.title, ni.data.permalink, not loop.last )}}
+ {% endfor %}
+
+
+ |
+ {% for ni in nav %}
+ {{navItem(ni.title, ni.url, not loop.last , '_blank')}}
+ {% endfor %}
+
+
+ |
+ {{navItem("RBLicht", "https://rblicht.nl", true, '_blank')}}
+ {{navItem("RBSolutions", "https://rbsolutions.cc", false, '_blank')}}
+
{{content | safe}}
diff --git a/content/style.scss b/content/style.scss
index 1d412f7..aa49841 100644
--- a/content/style.scss
+++ b/content/style.scss
@@ -59,13 +59,21 @@ body {
.nav {
width: 100%;
- padding-bottom: 0.6em;
+ padding-top: 0.2rem;
+ padding-bottom: 0.9em;
margin-bottom: 0.6em;
border-bottom: 1px $grey-dark solid;
+ a.main-logo {
+ font-weight: 700;
+ font-size: 1.2em;
+ text-decoration: none;
+ color: $text-default !important;
+ }
+
a,
a:visited {
- color: $primary !important;
+ color: $primary;
}
}
@@ -97,4 +105,8 @@ body {
padding: 0.1rem 0.4rem;
display: inline-block;
}
+}
+
+.d-inline-block {
+ display: inline-block;
}
\ No newline at end of file