Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
humanities
gargantext
Commits
6040d5f2
Commit
6040d5f2
authored
Feb 03, 2015
by
Administrator
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'unstable' into testing
parents
fbb78727
472f1bd1
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
+12
-8
team.py
gargantext_web/team.py
+6
-3
ademe.png
static/img/sponsors/ademe.png
+0
-0
ehess.png
static/img/sponsors/ehess.png
+0
-0
about.html
templates/about.html
+4
-4
menu.html
templates/menu.html
+2
-1
No files found.
gargantext_web/team.py
View file @
6040d5f2
...
@@ -35,9 +35,12 @@ def get_sponsors():
...
@@ -35,9 +35,12 @@ def get_sponsors():
'''
'''
sponsors
=
[
sponsors
=
[
{
'name'
:
'Mines ParisTech'
,
'website'
:
'http://mines-paristech.fr'
,
'picture'
:
'mines.png'
},
{
'name'
:
'Mines ParisTech'
,
'website'
:
'http://mines-paristech.fr'
,
'picture'
:
'mines.png'
,
'funds'
:
''
},
{
'name'
:
'Institut Pasteur'
,
'website'
:
'http://www.pasteur.fr'
,
'picture'
:
'pasteur.png'
},
{
'name'
:
'Institut Pasteur'
,
'website'
:
'http://www.pasteur.fr'
,
'picture'
:
'pasteur.png'
,
'funds'
:
''
},
{
'name'
:
'Forccast'
,
'website'
:
'http://forccast.hypotheses.org/'
,
'picture'
:
'forccast.png'
},
{
'name'
:
'Forccast'
,
'website'
:
'http://forccast.hypotheses.org/'
,
'picture'
:
'forccast.png'
,
'funds'
:
''
},
{
'name'
:
'ADEME'
,
'website'
:
'http://www.ademe.fr'
,
'picture'
:
'ademe.png'
,
'funds'
:
''
},
{
'name'
:
'EHESS'
,
'website'
:
'http://www.ehess.fr'
,
'picture'
:
'ehess.png'
,
'funds'
:
''
},
#{ 'name' : '', 'website' : '', 'picture' : '', 'funds':''},
# copy paste the line above and write your informations please
# copy paste the line above and write your informations please
]
]
...
...
static/img/sponsors/ademe.png
0 → 100644
View file @
6040d5f2
12.4 KB
static/img/sponsors/ehess.png
0 → 100644
View file @
6040d5f2
67.6 KB
templates/about.html
View file @
6040d5f2
...
@@ -152,18 +152,18 @@
...
@@ -152,18 +152,18 @@
<h2
class=
"panel-title"
>
<h2
class=
"panel-title"
>
<center>
<center>
<h2>
Sponsors
</h2>
<h2>
Sponsors
</h2>
</center>
<a
href=
"http://www.cnrs.fr"
target=
"_blank"
>
<a
href=
"http://www.cnrs.fr"
target=
"_blank"
>
<img
src=
"{% static "
img
/
sponsors
/
cnrs
.
png
"%}"
alt=
"CNRS"
style=
"
100px; height:15
0px"
>
<img
src=
"{% static "
img
/
sponsors
/
cnrs
.
png
"%}"
alt=
"CNRS"
style=
"
height:10
0px"
>
</a>
</a>
<a
href=
"http://www.iscpif.fr"
target=
"_blank"
>
<a
href=
"http://www.iscpif.fr"
target=
"_blank"
>
<img
src=
"{% static "
img
/
sponsors
/
iscpif
.
svg
"%}"
style=
"
100px; height:15
0px"
>
<img
src=
"{% static "
img
/
sponsors
/
iscpif
.
svg
"%}"
style=
"
height:10
0px"
>
</a>
</a>
{% for sponsor in sponsors %}
{% for sponsor in sponsors %}
<a
href=
"{{ sponsor.website }}"
target=
"_blank"
>
<a
href=
"{{ sponsor.website }}"
target=
"_blank"
>
<img
src=
"{% static "
img
/
sponsors
/"%}{{
sponsor
.
picture
}}"
style=
"
100px; height:15
0px"
>
<img
src=
"{% static "
img
/
sponsors
/"%}{{
sponsor
.
picture
}}"
style=
"
height:10
0px"
>
</a>
</a>
{% endfor %}
{% endfor %}
</center>
</div>
</div>
</div>
</div>
</div>
</div>
...
...
templates/menu.html
View file @
6040d5f2
...
@@ -66,7 +66,8 @@
...
@@ -66,7 +66,8 @@
<hr>
<hr>
<footer>
<footer>
<p>
Gargantext, version 1.0.6, Copyrights CNRS {{ date.year }}.
</p>
<p>
Gargantext, version 1.0.6,
<a
href=
"http://www.cnrs.fr"
target=
"blank"
>
Copyrights CNRS {{ date.year }}
</a>
,
<a
href=
"http://www.gnu.org/licenses/agpl-3.0.html"
target=
"blank"
>
Licence aGPLCV3
</a>
.
</p>
</footer>
</footer>
...
...
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