From 27e28f57448ee22386c1ef7af46b686132ae6862 Mon Sep 17 00:00:00 2001 From: Ingar Almklov Date: Wed, 4 Dec 2019 20:18:39 +0100 Subject: [PATCH 1/2] Styling: increase line-height --- src/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.css b/src/main.css index 55f10bf..de0f1ed 100644 --- a/src/main.css +++ b/src/main.css @@ -23,6 +23,7 @@ body { box-sizing: border-box; font-size: 17px; + line-height: 1.4; color: var(--color-lightBlue); display: flex; From 860a786d050755a5c55d9c3b039298764fc358ad Mon Sep 17 00:00:00 2001 From: Ingar Almklov Date: Wed, 4 Dec 2019 20:18:52 +0100 Subject: [PATCH 2/2] Add link to CfP --- src/Main.elm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Main.elm b/src/Main.elm index d200821..4f2a228 100644 --- a/src/Main.elm +++ b/src/Main.elm @@ -102,6 +102,12 @@ view model = , p [ class "intro" ] [ text "May 15 and 16 in Oslo, Norway" ] + , p [ class "cfp" ] + [ text "Want to speak at Oslo Elm Days 2020?" + , br [] + , a [ href "https://forms.gle/T4UXj83Fs7jetR577" ] + [ text "Check out our Call for Presentations!" ] + ] , case model.submitStatus of Success _ -> p [] [ text "Thanks for subscribing!" ]