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
140
Issues
140
List
Board
Labels
Milestones
Merge Requests
4
Merge Requests
4
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
gargantext
purescript-gargantext
Commits
aa31fbec
Commit
aa31fbec
authored
May 09, 2019
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DESIGN] Centering logo.
parent
38c97777
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
10 deletions
+3
-10
Specs.purs
src/Gargantext/Pages/Home/Specs.purs
+3
-10
No files found.
src/Gargantext/Pages/Home/Specs.purs
View file @
aa31fbec
...
@@ -38,7 +38,7 @@ layoutLanding' hd = simpleSpec performAction render
...
@@ -38,7 +38,7 @@ layoutLanding' hd = simpleSpec performAction render
render :: Render State {} Action
render :: Render State {} Action
render dispatch _ state _ =
render dispatch _ state _ =
[ div [ className "container1" ] [ jumboTitle hd false ]
[ div [ className "container1" ] [ jumboTitle hd false ]
, div [ className "container1" ] [] --
put research here
, div [ className "container1" ] [] --
TODO put research form
, div [ className "container1" ] [ blocksRandomText' hd ]
, div [ className "container1" ] [ blocksRandomText' hd ]
]
]
------------------------------------------------------------------------
------------------------------------------------------------------------
...
@@ -77,8 +77,8 @@ docButton (Button b) = a [ className "btn btn-outline-primary btn-sm spacing-cla
...
@@ -77,8 +77,8 @@ docButton (Button b) = a [ className "btn btn-outline-primary btn-sm spacing-cla
jumboTitle :: LandingData -> Boolean -> ReactElement
jumboTitle :: LandingData -> Boolean -> ReactElement
jumboTitle (LandingData hd) b = div jumbo
jumboTitle (LandingData hd) b = div jumbo
[ div [className "row" ]
[ div [className "row" ]
[ div [ className "col-md-
8
content"]
[ div [ className "col-md-
12
content"]
[ div [ className "
left
" ]
[ div [ className "
center
" ]
[ div [_id "logo-designed" ]
[ div [_id "logo-designed" ]
[ img [ src "images/logo.png"
[ img [ src "images/logo.png"
, title hd.logoTitle
, title hd.logoTitle
...
@@ -86,13 +86,6 @@ jumboTitle (LandingData hd) b = div jumbo
...
@@ -86,13 +86,6 @@ jumboTitle (LandingData hd) b = div jumbo
]
]
]
]
]
]
, div [ className "col-md-4 content"]
[ img [ src "images/Gargantextuel.jpg"
, _id "funnyimg"
, title hd.imageTitle
]
]
]
]
]
]
where
where
...
...
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