Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CHARISM
Shelter Database
Commits
b1e9857d
Commit
b1e9857d
authored
Sep 05, 2016
by
Cédric Bonhomme
Browse files
Merge branch 'master' of
https://github.com/rodekruis/shelter-database
parents
f198d3c8
605c59de
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/web/templates/index.html
View file @
b1e9857d
...
...
@@ -67,15 +67,15 @@
</section>
<section
class=
"supported"
>
<h3>
supported by
</h3>
<
p
>
<img
alt=
""
src=
"
{{ url_for('static', filename = 'img/contributors_logo/LRC.svg') }}
"
height=
"80x"
/
>
<img
alt=
""
src=
"
{{ url_for('static', filename = 'img/contributors_logo/BRC_fl.jpg') }}
"
height=
"80"
/
>
<img
alt=
""
src=
"
{{ url_for('static', filename = 'img/contributors_logo/BRC_fr.jpg') }}
"
/
>
<img
alt=
""
src=
"
{{ url_for('static', filename = 'img/contributors_logo/Logo_IFRC.jpg') }}
"
/
>
<img
alt=
""
src=
"
{{ url_for('static', filename = 'img/contributors_logo/Logo_NLRC.jpg') }}
"
/
>
<img
alt=
""
src=
"
{{ url_for('static', filename = 'img/contributors_logo/LIST.svg') }}
"
height=
"80px"
/
>
</p
>
</section>
<
div
class=
"supporters"
>
<div
class=
"supporter"
style=
"background-image:url('
{{ url_for('static', filename = 'img/contributors_logo/LRC.svg') }}
');"
></div
>
<div
class=
"supporter"
style=
"background-image:url('
{{ url_for('static', filename = 'img/contributors_logo/BRC_fl.jpg') }}
');"
></div
>
<div
class=
"supporter"
style=
"background-image:url('
{{ url_for('static', filename = 'img/contributors_logo/BRC_fr.jpg') }}
');"
></div
>
<div
class=
"supporter"
style=
"background-image:url('
{{ url_for('static', filename = 'img/contributors_logo/Logo_IFRC.jpg') }}
');"
></div
>
<div
class=
"supporter"
style=
"background-image:url('
{{ url_for('static', filename = 'img/contributors_logo/Logo_NLRC.jpg') }}
');"
></div
>
<div
class=
"supporter"
style=
"background-image:url('
{{ url_for('static', filename = 'img/contributors_logo/LIST.svg') }}
');"
></div
>
</div
>
</section>
<script
type=
"text/javascript"
>
document
.
getElementById
(
"
searchinput
"
).
addEventListener
(
"
keyup
"
,
function
(
e
)
{
...
...
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