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
0399e1e4
Commit
0399e1e4
authored
Mar 02, 2018
by
Abinaya Sudhir
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
image s showing now
parent
663ea4ca
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.html
dist/index.html
+3
-3
Landing.purs
src/Landing.purs
+3
-3
No files found.
dist/index.html
View file @
0399e1e4
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
<link
href=
"css/login.min.css"
rel=
"stylesheet"
>
<link
href=
"css/login.min.css"
rel=
"stylesheet"
>
<link
href=
"css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"css/bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"css/lavish-bootstrap.css"
rel=
"stylesheet"
>
<link
href=
"css/lavish-bootstrap.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"
./dist/
css/menu.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"css/menu.css"
/>
<link
href=
"css/Login.css"
rel=
"stylesheet"
>
<link
href=
"css/Login.css"
rel=
"stylesheet"
>
</head>
</head>
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
<div
id=
"app"
></div>
<div
id=
"app"
></div>
<script
src=
"bundle.js"
></script>
<script
src=
"bundle.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"
></script>
<script
src=
"
../dist/
js/bootstrap.min.js"
></script>
<script
src=
"js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"
/dist/
lib/bootstrap/3.2.0/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"lib/bootstrap/3.2.0/bootstrap.min.js"
></script>
</body>
</body>
</html>
</html>
src/Landing.purs
View file @
0399e1e4
...
@@ -57,7 +57,7 @@ loginSpec = simpleSpec performAction render
...
@@ -57,7 +57,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/
images/logoSmall.png", title "Back to home." ]
[ img [ src "images/logoSmall.png", title "Back to home." ]
[]
[]
]
]
]
]
...
@@ -171,7 +171,7 @@ loginSpec = simpleSpec performAction render
...
@@ -171,7 +171,7 @@ loginSpec = simpleSpec performAction render
[
[
p [ className "right" ]
p [ className "right" ]
[ div [_id "logo-designed" ]
[ div [_id "logo-designed" ]
[ img [ src "
static/
images/logo.png", title "Logo designed by dacha and anoe" ]
[ img [ src "images/logo.png", title "Logo designed by dacha and anoe" ]
[]
[]
]
]
]
]
...
@@ -183,7 +183,7 @@ loginSpec = simpleSpec performAction render
...
@@ -183,7 +183,7 @@ loginSpec = simpleSpec performAction render
, div [className "container"]
, div [className "container"]
[ div [className "row"]
[ div [className "row"]
[ div [className "col-md-offset-5 col-md-6 content"]
[ div [className "col-md-offset-5 col-md-6 content"]
[ img [ src "
static/
images/Gargantextuel-212x300.jpg", title "Gargantextuel drawn by Cecile Meadel", _id "funnyimg"] []
[ img [ src "images/Gargantextuel-212x300.jpg", title "Gargantextuel drawn by Cecile Meadel", _id "funnyimg"] []
]
]
]
]
]
]
...
...
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