Commit 7d330efa authored by Abinaya Sudhir's avatar Abinaya Sudhir

dist to static

parent b264d604
...@@ -57,7 +57,7 @@ loginSpec = simpleSpec performAction render ...@@ -57,7 +57,7 @@ loginSpec = simpleSpec performAction render
[ [
div [ className "navbar-inner" ] div [ className "navbar-inner" ]
[ a [ className "navbar-brand logoSmall", href "/" ] [ a [ className "navbar-brand logoSmall", href "/" ]
[ img [ src "dist/images/logoSmall.png", title "Back to home." ] [ img [ src "static/images/logoSmall.png", title "Back to home." ]
[] []
] ]
] ]
...@@ -143,7 +143,7 @@ loginSpec = simpleSpec performAction render ...@@ -143,7 +143,7 @@ loginSpec = simpleSpec performAction render
[ a [ className "btn btn-primary btn-lg",onClick \_ -> dispatch $ Submit , title "Click and test by yourself" ] [ a [ className "btn btn-primary btn-lg",onClick \_ -> dispatch $ Submit , title "Click and test by yourself" ]
[ span [ className "glyphicon glyphicon-hand-right" ] [ span [ className "glyphicon glyphicon-hand-right" ]
[] []
, text "Login" , text " Login $$$"
] ]
, a [ className "btn btn-warning btn-lg", href "https://iscpif.fr/services/applyforourservices/", target "blank", title "Fill the form to sign up" ] , a [ className "btn btn-warning btn-lg", href "https://iscpif.fr/services/applyforourservices/", target "blank", title "Fill the form to sign up" ]
[ span [ aria {hidden : true}, className "glyphicon glyphicon-hand-right" ] [ span [ aria {hidden : true}, className "glyphicon glyphicon-hand-right" ]
...@@ -166,7 +166,7 @@ loginSpec = simpleSpec performAction render ...@@ -166,7 +166,7 @@ loginSpec = simpleSpec performAction render
[ [
p [ className "right" ] p [ className "right" ]
[ div [_id "logo-designed" ] [ div [_id "logo-designed" ]
[ img [ src "dist/images/logo.png", title "Logo designed by dacha and anoe" ] [ img [ src "static/images/logo.png", title "Logo designed by dacha and anoe" ]
[] []
] ]
] ]
...@@ -178,7 +178,7 @@ loginSpec = simpleSpec performAction render ...@@ -178,7 +178,7 @@ loginSpec = simpleSpec performAction render
, div [className "container"] , div [className "container"]
[ div [className "row"] [ div [className "row"]
[ div [className "col-md-offset-5 col-md-6 content"] [ div [className "col-md-offset-5 col-md-6 content"]
[ img [ src "dist/images/Gargantextuel-212x300.jpg", title "Gargantextuel drawn by Cecile Meadel", _id "funnyimg"] [] [ img [ src "static/images/Gargantextuel-212x300.jpg", title "Gargantextuel drawn by Cecile Meadel", _id "funnyimg"] []
] ]
] ]
] ]
......
...@@ -97,8 +97,8 @@ renderSpec = simpleSpec performAction render ...@@ -97,8 +97,8 @@ renderSpec = simpleSpec performAction render
value "Wy52D2nor8kC1r1Y4GrsrSIxQ2eqW8UwkdiQQshMoRwobzU4uldknRUhP0j4WcEM" ] value "Wy52D2nor8kC1r1Y4GrsrSIxQ2eqW8UwkdiQQshMoRwobzU4uldknRUhP0j4WcEM" ]
[] []
, div [className "form-group"] , div [className "form-group"]
[ [ p [] [text state.errorMessage]
input [className "form-control", _id "id_username",maxLength "254", name "username", placeholder "username", _type "text",value state.username] [] , input [className "form-control", _id "id_username",maxLength "254", name "username", placeholder "username", _type "text",value state.username] []
] ]
, div [className "form-group"] , div [className "form-group"]
[ input [className "form-control", _id "id_password", name "password", placeholder "password", _type "password",value state.password] [] [ input [className "form-control", _id "id_password", name "password", placeholder "password", _type "password",value state.password] []
......
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