diff --git a/assets/images/me.png b/assets/images/me.png new file mode 100644 index 0000000..ce5accc Binary files /dev/null and b/assets/images/me.png differ diff --git a/assets/sass/main.sass b/assets/sass/main.sass index a2e3e31..b11edca 100644 --- a/assets/sass/main.sass +++ b/assets/sass/main.sass @@ -29,7 +29,15 @@ h3 #website-title font-size: 4.5em + margin-top: 30px + margin-left: 30px font-family: $website-title-font-stack font-weight: bold color: $color-white +.beige-content-block + background: $color-beige + +.brown-content-block + background: $color-light-brown + diff --git a/layouts/index.html b/layouts/index.html index d86b002..5b4ec89 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@ {{ partial "script.html" . }} -
+

Florian Schrofner

@@ -13,15 +13,20 @@
-
+ {{ $picture := resources.Get "images/me.png"}} + +
+ +
+
{{ with .Site.GetPage "/intro" }} {{.Content}} {{ end }}
-
-
+
+
{{ with .Site.GetPage "/section" }} {{.Content}} {{ end }}