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 + +
+
+ Software + +
+
+ +

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