diff --git a/content/pages/contact.html b/content/pages/contact.html
new file mode 100644
index 0000000..ff4ac6d
--- /dev/null
+++ b/content/pages/contact.html
@@ -0,0 +1,7 @@
+---
+title: Contact
+permalink: "/contact/"
+---
+
+
E-mail
+mail@riksolo.com
\ No newline at end of file
diff --git a/content/pages/index.njk b/content/pages/index.njk
index ddbcbde..4e6d7ba 100644
--- a/content/pages/index.njk
+++ b/content/pages/index.njk
@@ -3,48 +3,4 @@ title: Home
permalink: "/"
---
-Rik Berkelder
-Lighting Design | Software Development
-
-Skills
-
-
-
-
Lighting & AV
-
- - GrandMA2/3, Avolites, Hog4, Obsidian Onyx
- - Capture, Vectorworks
- - ATEM, Resolume, VMix, OBS
- - Timecode, Remote Production, System Integration
-
-
-
-
Software
-
- - Typescript, GraphQL
- - React (Native), Angular, NodeJS, Electron
- - Git, Docker, Gitlab CI, GitHub Actions, DroneCI
- - Sass/SCSS, Tailwind, Bootstrap
-
-
-
-
-Highlighted Projects/Clients
-
- - Sowulo - Lighting design & touring since 2023
- - Aitum - React & Electron development
- - MrGregles - Fully remote, real-time live show lighting control
- - RN7 - Custom digital signage with radio playout data integration
- - Doornroosje / TivoliVredenburg / Luxor Live - House LD
-
-
-Contact
-mail@riksolo.com / rik@rblicht.nl
-
-Find me elsewhere
-
\ No newline at end of file
+{{title}}
\ No newline at end of file
diff --git a/content/style.scss b/content/style.scss
index 5bc0522..610a55b 100644
--- a/content/style.scss
+++ b/content/style.scss
@@ -60,13 +60,9 @@ body {
ol:not(ol *, ul *),
ul:not(ol *, ul *) {
margin-left: 0rem;
- margin-top: 0rem;
- margin-bottom: 1rem;
- padding-left: 0.5rem;
- margin-right: 2rem;
+ margin-bottom: 3rem;
}
-
ol p,
ul p {
margin: 0.3rem 0rem;
@@ -179,10 +175,4 @@ img {
ul.list-dash>li::before {
content: "- "
-}
-
-.flex {
- display: flex;
- flex-shrink: 0;
- flex-wrap: wrap;
}
\ No newline at end of file