Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
eurhisfirm
dfih-ui
Commits
acb58329
Commit
acb58329
authored
Oct 04, 2018
by
Emmanuel Raviart
Browse files
Rename D-FIH to DFIH.
parent
4590ce54
Changes
8
Hide whitespace changes
Inline
Side-by-side
LICENSE.md
View file @
acb58329
# D
-
FIH-UI
# DFIH-UI
_User interface for the "Données financières historiques (D
-
FIH)" project_
_User interface for the "Données financières historiques (DFIH)" project_
By: Emmanuel Raviart
<mailto:emmanuel@raviart.com>
Copyright (C) 2018 École d’économie de Paris (PSE)
https://gitlab.huma-num.fr/eurhisfirm/d
-
fih-ui
https://gitlab.huma-num.fr/eurhisfirm/dfih-ui
> D
-
FIH-UI is free software; you can redistribute it and/or modify
> DFIH-UI is free software; you can redistribute it and/or modify
> it under the terms of the GNU Affero General Public License as
> published by the Free Software Foundation, either version 3 of the
> License, or (at your option) any later version.
>
> D
-
FIH-UI is distributed in the hope that it will be useful,
> DFIH-UI is distributed in the hope that it will be useful,
> but WITHOUT ANY WARRANTY; without even the implied warranty of
> MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
> GNU Affero General Public License for more details.
...
...
README.md
View file @
acb58329
# D
-
FIH-UI
# DFIH-UI
_User interface for the "Données financières historiques (D
-
FIH)" project_
_User interface for the "Données financières historiques (DFIH)" project_
## Installation
...
...
assets/d
-
fih-logo-150x74.png
→
assets/dfih-logo-150x74.png
View file @
acb58329
File moved
assets/manifest.json
View file @
acb58329
...
...
@@ -15,8 +15,8 @@
}
],
"lang"
:
"fr"
,
"name"
:
"D
-
FIH"
,
"short_name"
:
"D
-
FIH"
,
"name"
:
"DFIH"
,
"short_name"
:
"DFIH"
,
"start_url"
:
"/?utm_source=homescreen"
,
"theme_color"
:
"#aa1e1e"
}
components/Nav.html
View file @
acb58329
<nav
class=
"bg-dark fixed-top navbar navbar-dark navbar-expand-lg"
>
<a
class=
"navbar-brand"
href=
"/"
rel=
"prefetch"
>
<img
alt=
""
height=
"37"
src=
"/d
-
fih-logo-150x74.png"
width=
"75"
>
<img
alt=
""
height=
"37"
src=
"/dfih-logo-150x74.png"
width=
"75"
>
{config.title}
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarSupportedContent"
aria-controls=
"navbarSupportedContent"
aria-expanded=
"false"
aria-label=
"Basculer l'affichage de la navigation"
>
...
...
package-lock.json
View file @
acb58329
{
"name"
:
"d
-
fih-ui"
,
"name"
:
"dfih-ui"
,
"version"
:
"0.0.1"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
...
...
package.json
View file @
acb58329
{
"name"
:
"d
-
fih-ui"
,
"name"
:
"dfih-ui"
,
"description"
:
"TODO"
,
"version"
:
"0.0.1"
,
"license"
:
"AGPL-3.0-or-later"
,
"repository"
:
"https://framagit.org/eurhisfirm/d
-
fih-ui.git"
,
"repository"
:
"https://framagit.org/eurhisfirm/dfih-ui.git"
,
"scripts"
:
{
"dev"
:
"sapper dev"
,
"build"
:
"sapper build"
,
...
...
routes/index.html
View file @
acb58329
...
...
@@ -4,7 +4,7 @@
<main
class=
"container"
>
<div
class=
"jumbotron"
>
<h1
class=
"display-4"
>
D
-
FIH
</h1>
<h1
class=
"display-4"
>
DFIH
</h1>
<p
class=
"lead"
>
A comprehensive database on the French stock markets since 1796
</p>
<a
class=
"btn btn-lg btn-primary"
href=
"/about"
rel=
"prefetch"
role=
"button"
>
Learn more
</a>
</div>
...
...
Write
Preview
Supports
Markdown
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