-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(elm): Separate models (#218)
- Loading branch information
Showing
46 changed files
with
693 additions
and
777 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
module Auth.Constants exposing (..) | ||
|
||
|
||
loginFormMsg : String | ||
loginFormMsg = | ||
"Don't have an account? Click here to register." | ||
|
||
|
||
registerFormMsg : String | ||
registerFormMsg = | ||
"Already have an account? Click here to login." | ||
|
||
|
||
authPageRightColumnContent : List String | ||
authPageRightColumnContent = | ||
[ "Aion is an e-learning platform written in Elixir and Elm based on real-time gameplay." | ||
, "It's basically an erudite quiz with over 4000 questions." | ||
, "Challenge your friends, gather points and climb up the rankings." | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
module Constants exposing (..) | ||
|
||
|
||
footerContent : List String | ||
footerContent = | ||
[ "JPKS jest projektem niekomercyjnym, stworzonym ku nauce oraz uciesze uczniów i wszystkich osób lubiących tego typu rozrywki." | ||
, "Autorem oryginalnego pomysłu (PKS = Projekt-Klient-Serwer, napisanego w ANSI C) jest Marek Lipert, zaś cały projekt był zgłoszony w programie Diversity firmy Motorola." | ||
, "Jeśli właściciel praw autorskich do jakiegoś materiału nie wyraża zgody na jego wykorzystanie, prosimy o kontakt z autorem quizu (Andrzej Dyrek na fb)." | ||
] |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.