Skip to content

Commit

Permalink
Add link to CfP (#1)
Browse files Browse the repository at this point in the history
Add link to CfP
  • Loading branch information
ingara authored Dec 11, 2019
2 parents bc36b0d + 860a786 commit 7398fc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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!" ]
Expand Down
1 change: 1 addition & 0 deletions src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ body {
box-sizing: border-box;

font-size: 17px;
line-height: 1.4;
color: var(--color-lightBlue);

display: flex;
Expand Down

0 comments on commit 7398fc8

Please sign in to comment.