Commit 53880aea authored by Abinaya Sudhir's avatar Abinaya Sudhir

Bootstrap fonts Added

parent 28ba42bb
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -117,7 +117,7 @@ loginSpec = simpleSpec performAction render ...@@ -117,7 +117,7 @@ loginSpec = simpleSpec performAction render
[ text "A web platform to explore text-mining" ] [ text "A web platform to explore text-mining" ]
, p [] , p []
[ a [ className "btn btn-primary btn-lg", href "/projects", title "Click and test by yourself" ] [ a [ className "btn btn-primary btn-lg", href "/projects", title "Click and test by yourself" ]
[ span [ aria {hidden : true}, className "glyphicon glyphicon-hand-right" ] [ span [ className "glyphicon glyphicon-hand-right" ]
[] []
, text "Log in" , text "Log in"
] ]
...@@ -198,12 +198,12 @@ loginSpec = simpleSpec performAction render ...@@ -198,12 +198,12 @@ loginSpec = simpleSpec performAction render
, footer [] , footer []
[ p [] [ p []
[ text "Gargantext" [ text "Gargantext"
, span [ aria {hidden : true}, className "glyphicon glyphicon-registration-mark" ] , span [className "glyphicon glyphicon-registration-mark" ]
[] []
, text ", version 3.0.6.9.4," , text ", version 3.0.6.9.4,"
, a [ href "http://www.cnrs.fr", target "blank", title "Institution that enables this project." ] , a [ href "http://www.cnrs.fr", target "blank", title "Institution that enables this project." ]
[ text "Copyrights" [ text "Copyrights"
, span [ aria {hidden : true}, className "glyphicon glyphicon-copyright-mark" ] , span [ className "glyphicon glyphicon-copyright-mark" ]
[] []
, text "CNRS 2017" , text "CNRS 2017"
] ]
......
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