From 4fe450b4d892164413521e944fd9f4e522920cbf Mon Sep 17 00:00:00 2001 From: Rik Berkelder Date: Tue, 11 Feb 2025 20:48:28 +0100 Subject: [PATCH] flesh out homepage --- content/pages/contact.html | 7 ------ content/pages/index.njk | 45 +++++++++++++++++++++++++++++++++++++- content/style.scss | 12 +++++++++- 3 files changed, 55 insertions(+), 9 deletions(-) delete mode 100644 content/pages/contact.html 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

+ + +

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