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
50b551fd
Commit
50b551fd
authored
Feb 03, 2015
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] Adding sponsors to about page.
parent
5cbf6f38
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
7 deletions
+10
-7
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
No files found.
gargantext_web/team.py
View file @
50b551fd
...
...
@@ -35,9 +35,12 @@ def get_sponsors():
'''
sponsors
=
[
{
'name'
:
'Mines ParisTech'
,
'website'
:
'http://mines-paristech.fr'
,
'picture'
:
'mines.png'
},
{
'name'
:
'Institut Pasteur'
,
'website'
:
'http://www.pasteur.fr'
,
'picture'
:
'pasteur.png'
},
{
'name'
:
'Forccast'
,
'website'
:
'http://forccast.hypotheses.org/'
,
'picture'
:
'forccast.png'
},
{
'name'
:
'Mines ParisTech'
,
'website'
:
'http://mines-paristech.fr'
,
'picture'
:
'mines.png'
,
'funds'
:
''
},
{
'name'
:
'Institut Pasteur'
,
'website'
:
'http://www.pasteur.fr'
,
'picture'
:
'pasteur.png'
,
'funds'
:
''
},
{
'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
]
...
...
static/img/sponsors/ademe.png
0 → 100644
View file @
50b551fd
12.4 KB
static/img/sponsors/ehess.png
0 → 100644
View file @
50b551fd
67.6 KB
templates/about.html
View file @
50b551fd
...
...
@@ -152,18 +152,18 @@
<h2
class=
"panel-title"
>
<center>
<h2>
Sponsors
</h2>
</center>
<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
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>
{% for sponsor in sponsors %}
<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>
{% endfor %}
</center>
</div>
</div>
</div>
...
...
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