Skip to content

Commit

Permalink
Add link to CfP
Browse files Browse the repository at this point in the history
  • Loading branch information
ingara committed Dec 4, 2019
1 parent 27e28f5 commit 860a786
Showing 1 changed file with 6 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

0 comments on commit 860a786

Please sign in to comment.