🎨 elm-format

This commit is contained in:
Richard Feldman
2018-02-22 17:00:38 -05:00
parent 40c66a8a10
commit c8c89adc63
60 changed files with 4253 additions and 124 deletions

View File

@@ -21,18 +21,19 @@ main =
, span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
]
in
div [ class "content" ]
[ text "TODO put the contents of elmHubHeader here instead of this text!"
, ul [ class "results" ]
[ li []
[ span [ class "star-count" ]
[-- TODO display the number of stars here.
--
-- HINT: You'll need some parentheses to do this!
]
-- TODO use the model to put a link here that points to
-- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial
-- by prepending the "https://github.com/" part.
div [ class "content" ]
[ text "TODO put the contents of elmHubHeader here instead of this text!"
, ul [ class "results" ]
[ li []
[ span [ class "star-count" ]
[-- TODO display the number of stars here.
--
-- HINT: You'll need some parentheses to do this!
]
-- TODO use the model to put a link here that points to
-- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial
-- by prepending the "https://github.com/" part.
]
]
]