Revise part1
This commit is contained in:
@@ -15,8 +15,7 @@ model =
|
|||||||
|
|
||||||
elmHubHeader =
|
elmHubHeader =
|
||||||
header []
|
header []
|
||||||
[ -- TODO wrap the following text in an <h1>
|
[ h1 [] [ text "ElmHub" ]
|
||||||
text "ElmHub"
|
|
||||||
, span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
|
, span [ class "tagline" ] [ text "Like GitHub, but for Elm things." ]
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -29,6 +28,7 @@ view model =
|
|||||||
[ span [ class "star-count" ] [{- TODO display the number of stars -}]
|
[ span [ class "star-count" ] [{- TODO display the number of stars -}]
|
||||||
-- TODO use the model to put a link here that points to
|
-- TODO use the model to put a link here that points to
|
||||||
-- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial
|
-- https://github.com/TheSeamau5/elm-checkerboardgrid-tutorial
|
||||||
|
-- by prepending the "https://github.com/" part.
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user