Commit 28ba42bb authored by Abinaya Sudhir's avatar Abinaya Sudhir

Updated and working code

parent 0d9310a0
......@@ -6,12 +6,16 @@
}
.logo-designed {
#logo-designed {
border:15px;
}
.logo-designed img {
width: 100px;
#logo-designed img {
height:150px;
border:3px solid white;
}
#funnyimg {
border:2px solid black;
}
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -3,8 +3,9 @@
<head>
<meta charset="utf-8"/>
<title>CNRS GarganText</title>
<link href="./dist/css/bootstrap.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">
</head>
<body>
<div id="app"></div>
......
......@@ -54,7 +54,7 @@ loginSpec = simpleSpec performAction render
[
div [ className "navbar-inner" ]
[ a [ className "navbar-brand logoSmall", href "/" ]
[ img [ src "/static/img/logoSmall.png", title "Back to home." ]
[ img [ src "dist/images/logoSmall.png", title "Back to home." ]
[]
]
]
......@@ -141,8 +141,8 @@ loginSpec = simpleSpec performAction render
, div [className "col-md-2 content"]
[
p [ className "right" ]
[ div [className "logo-designed" ]
[ img [ src "/static/img/logo.png", title "Logo designed by dacha and anoe" ]
[ div [_id "logo-designed" ]
[ img [ src "dist/images/logo.png", title "Logo designed by dacha and anoe" ]
[]
]
]
......@@ -151,7 +151,13 @@ loginSpec = simpleSpec performAction render
]
]
, div [className "container"]
[ div [className "row"]
[ 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"] []
]
]
]
, div [ className "container" ]
......@@ -185,7 +191,10 @@ loginSpec = simpleSpec performAction render
]
]
]
, hr [] []
, div [className "container"]
[
hr [] []
, footer []
[ p []
[ text "Gargantext"
......@@ -203,4 +212,6 @@ loginSpec = simpleSpec performAction render
, text "."
]
]
]
]
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