Commit b264d604 authored by Abinaya Sudhir's avatar Abinaya Sudhir

UI Fixed for Landing page

parent 8f4cb3e0
...@@ -4,10 +4,11 @@ ...@@ -4,10 +4,11 @@
<meta charset="utf-8"/> <meta charset="utf-8"/>
<title>CNRS GarganText</title> <title>CNRS GarganText</title>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"> <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 href="./dist/css/bootstrap.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./dist/css/menu.css"/> <link rel="stylesheet" type="text/css" href="./dist/css/menu.css"/>
<link href="./dist/css/Login.css" rel="stylesheet"> <link href="./dist/css/Login.css" rel="stylesheet">
<link href="./dist/css/login.min.css" rel="stylesheet">
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
...@@ -140,7 +140,7 @@ loginSpec = simpleSpec performAction render ...@@ -140,7 +140,7 @@ loginSpec = simpleSpec performAction render
, p [] , p []
[ text "A web platform to explore text-mining" ] [ text "A web platform to explore text-mining" ]
, p [] , 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" ] [ span [ className "glyphicon glyphicon-hand-right" ]
[] []
, text "Login" , text "Login"
......
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