Commit aa31fbec authored by Alexandre Delanoë's avatar Alexandre Delanoë

[DESIGN] Centering logo.

parent 38c97777
...@@ -38,7 +38,7 @@ layoutLanding' hd = simpleSpec performAction render ...@@ -38,7 +38,7 @@ layoutLanding' hd = simpleSpec performAction render
render :: Render State {} Action render :: Render State {} Action
render dispatch _ state _ = render dispatch _ state _ =
[ div [ className "container1" ] [ jumboTitle hd false ] [ div [ className "container1" ] [ jumboTitle hd false ]
, div [ className "container1" ] [] -- put research here , div [ className "container1" ] [] -- TODO put research form
, div [ className "container1" ] [ blocksRandomText' hd ] , div [ className "container1" ] [ blocksRandomText' hd ]
] ]
------------------------------------------------------------------------ ------------------------------------------------------------------------
...@@ -77,8 +77,8 @@ docButton (Button b) = a [ className "btn btn-outline-primary btn-sm spacing-cla ...@@ -77,8 +77,8 @@ docButton (Button b) = a [ className "btn btn-outline-primary btn-sm spacing-cla
jumboTitle :: LandingData -> Boolean -> ReactElement jumboTitle :: LandingData -> Boolean -> ReactElement
jumboTitle (LandingData hd) b = div jumbo jumboTitle (LandingData hd) b = div jumbo
[ div [className "row" ] [ div [className "row" ]
[ div [ className "col-md-8 content"] [ div [ className "col-md-12 content"]
[ div [ className "left" ] [ div [ className "center" ]
[ div [_id "logo-designed" ] [ div [_id "logo-designed" ]
[ img [ src "images/logo.png" [ img [ src "images/logo.png"
, title hd.logoTitle , title hd.logoTitle
...@@ -86,13 +86,6 @@ jumboTitle (LandingData hd) b = div jumbo ...@@ -86,13 +86,6 @@ jumboTitle (LandingData hd) b = div jumbo
] ]
] ]
] ]
, div [ className "col-md-4 content"]
[ img [ src "images/Gargantextuel.jpg"
, _id "funnyimg"
, title hd.imageTitle
]
]
] ]
] ]
where where
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment