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
142
Issues
142
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
53880aea
Commit
53880aea
authored
Aug 30, 2017
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bootstrap fonts Added
parent
28ba42bb
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
291 additions
and
3 deletions
+291
-3
glyphicons-halflings-regular.eot
dist/fonts/bootstrap/glyphicons-halflings-regular.eot
+0
-0
glyphicons-halflings-regular.svg
dist/fonts/bootstrap/glyphicons-halflings-regular.svg
+288
-0
glyphicons-halflings-regular.ttf
dist/fonts/bootstrap/glyphicons-halflings-regular.ttf
+0
-0
glyphicons-halflings-regular.woff
dist/fonts/bootstrap/glyphicons-halflings-regular.woff
+0
-0
glyphicons-halflings-regular.woff2
dist/fonts/bootstrap/glyphicons-halflings-regular.woff2
+0
-0
Login.purs
src/Login.purs
+3
-3
No files found.
dist/fonts/bootstrap/glyphicons-halflings-regular.eot
0 → 100644
View file @
53880aea
File added
dist/fonts/bootstrap/glyphicons-halflings-regular.svg
0 → 100644
View file @
53880aea
This source diff could not be displayed because it is too large. You can
view the blob
instead.
dist/fonts/bootstrap/glyphicons-halflings-regular.ttf
0 → 100644
View file @
53880aea
File added
dist/fonts/bootstrap/glyphicons-halflings-regular.woff
0 → 100644
View file @
53880aea
File added
dist/fonts/bootstrap/glyphicons-halflings-regular.woff2
0 → 100644
View file @
53880aea
File added
src/Login.purs
View file @
53880aea
...
...
@@ -117,7 +117,7 @@ loginSpec = simpleSpec performAction render
[ text "A web platform to explore text-mining" ]
, p []
[ a [ className "btn btn-primary btn-lg", href "/projects", title "Click and test by yourself" ]
[ span [
aria {hidden : true},
className "glyphicon glyphicon-hand-right" ]
[ span [ className "glyphicon glyphicon-hand-right" ]
[]
, text "Log in"
]
...
...
@@ -198,12 +198,12 @@ loginSpec = simpleSpec performAction render
, footer []
[ p []
[ text "Gargantext"
, span [
aria {hidden : true},
className "glyphicon glyphicon-registration-mark" ]
, span [className "glyphicon glyphicon-registration-mark" ]
[]
, text ", version 3.0.6.9.4,"
, a [ href "http://www.cnrs.fr", target "blank", title "Institution that enables this project." ]
[ text "Copyrights"
, span [
aria {hidden : true},
className "glyphicon glyphicon-copyright-mark" ]
, span [ className "glyphicon glyphicon-copyright-mark" ]
[]
, text "CNRS 2017"
]
...
...
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