diff --git a/content/pages/contact.html b/content/pages/contact.html
deleted file mode 100644
index ff4ac6d..0000000
--- a/content/pages/contact.html
+++ /dev/null
@@ -1,7 +0,0 @@
----
-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 4e6d7ba..77ed92f 100644
--- a/content/pages/index.njk
+++ b/content/pages/index.njk
@@ -3,4 +3,47 @@ title: Home
permalink: "/"
---
-{{title}}
\ No newline at end of file
+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
+
+
+Contact
+mail@riksolo.com / rik@rblicht.nl
+
+Find Me Elsewhere
+
\ No newline at end of file
diff --git a/content/style.scss b/content/style.scss
index 610a55b..5bc0522 100644
--- a/content/style.scss
+++ b/content/style.scss
@@ -60,9 +60,13 @@ body {
ol:not(ol *, ul *),
ul:not(ol *, ul *) {
margin-left: 0rem;
- margin-bottom: 3rem;
+ margin-top: 0rem;
+ margin-bottom: 1rem;
+ padding-left: 0.5rem;
+ margin-right: 2rem;
}
+
ol p,
ul p {
margin: 0.3rem 0rem;
@@ -175,4 +179,10 @@ img {
ul.list-dash>li::before {
content: "- "
+}
+
+.flex {
+ display: flex;
+ flex-shrink: 0;
+ flex-wrap: wrap;
}
\ No newline at end of file