From b264d604018e774d511a33ffeffbe64fae9a0906 Mon Sep 17 00:00:00 2001 From: Abinaya Sudhir <abinaya@atomicits.com> Date: Mon, 27 Nov 2017 18:13:15 +0530 Subject: [PATCH] UI Fixed for Landing page --- index.html | 3 ++- src/Landing.purs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index f2495c4..ca61251 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,11 @@ <meta charset="utf-8"/> <title>CNRS GarganText</title> <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> + <link href="./dist/css/login.min.css" rel="stylesheet"> <link href="./dist/css/bootstrap.css" rel="stylesheet"> <link rel="stylesheet" type="text/css" href="./dist/css/menu.css"/> <link href="./dist/css/Login.css" rel="stylesheet"> - <link href="./dist/css/login.min.css" rel="stylesheet"> + </head> <body> <div id="app"></div> diff --git a/src/Landing.purs b/src/Landing.purs index 0c43e14..2dd9b92 100644 --- a/src/Landing.purs +++ b/src/Landing.purs @@ -140,7 +140,7 @@ loginSpec = simpleSpec performAction render , p [] [ text "A web platform to explore text-mining" ] , p [] - [ button [ 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" ] [] , text "Login" -- 2.21.0