Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Grégoire Locqueville
purescript-gargantext
Commits
28ba42bb
Commit
28ba42bb
authored
Aug 30, 2017
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated and working code
parent
0d9310a0
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
3997 additions
and
5097 deletions
+3997
-5097
Login.css
dist/css/Login.css
+7
-3
bootstrap.css
dist/css/bootstrap.css
+3972
-5088
favicon.ico
dist/images/favicon.ico
+0
-0
index.html
index.html
+2
-1
Login.purs
src/Login.purs
+16
-5
No files found.
dist/css/Login.css
View file @
28ba42bb
...
@@ -6,12 +6,16 @@
...
@@ -6,12 +6,16 @@
}
}
.
logo-designed
{
#
logo-designed
{
border
:
15px
;
border
:
15px
;
}
}
.
logo-designed
img
{
#
logo-designed
img
{
width
:
100px
;
height
:
150px
;
height
:
150px
;
border
:
3px
solid
white
;
border
:
3px
solid
white
;
}
}
#funnyimg
{
border
:
2px
solid
black
;
}
dist/css/bootstrap.css
View file @
28ba42bb
This diff is collapsed.
Click to expand it.
dist/images/favicon.ico
0 → 100644
View file @
28ba42bb
2.19 KB
index.html
View file @
28ba42bb
...
@@ -3,8 +3,9 @@
...
@@ -3,8 +3,9 @@
<head>
<head>
<meta
charset=
"utf-8"
/>
<meta
charset=
"utf-8"
/>
<title>
CNRS GarganText
</title>
<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
rel=
"stylesheet"
type=
"text/css"
href=
"./dist/css/menu.css"
/>
<link
href=
"./dist/css/Login.css"
rel=
"stylesheet"
>
</head>
</head>
<body>
<body>
<div
id=
"app"
></div>
<div
id=
"app"
></div>
...
...
src/Login.purs
View file @
28ba42bb
...
@@ -54,7 +54,7 @@ loginSpec = simpleSpec performAction render
...
@@ -54,7 +54,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 "
/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
...
@@ -141,8 +141,8 @@ loginSpec = simpleSpec performAction render
, div [className "col-md-2 content"]
, div [className "col-md-2 content"]
[
[
p [ className "right" ]
p [ className "right" ]
[ div [
className
"logo-designed" ]
[ div [
_id
"logo-designed" ]
[ img [ src "
/static/img
/logo.png", title "Logo designed by dacha and anoe" ]
[ img [ src "
dist/images
/logo.png", title "Logo designed by dacha and anoe" ]
[]
[]
]
]
]
]
...
@@ -151,7 +151,13 @@ loginSpec = simpleSpec performAction render
...
@@ -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" ]
, div [ className "container" ]
...
@@ -185,7 +191,10 @@ loginSpec = simpleSpec performAction render
...
@@ -185,7 +191,10 @@ loginSpec = simpleSpec performAction render
]
]
]
]
]
]
, hr [] []
, div [className "container"]
[
hr [] []
, footer []
, footer []
[ p []
[ p []
[ text "Gargantext"
[ text "Gargantext"
...
@@ -203,4 +212,6 @@ loginSpec = simpleSpec performAction render
...
@@ -203,4 +212,6 @@ loginSpec = simpleSpec performAction render
, text "."
, text "."
]
]
]
]
]
]
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment