diff --git a/src/dgenies/static/images/contact.svg b/src/dgenies/static/images/contact.svg index 1ceb2a5..77bffa5 100644 --- a/src/dgenies/static/images/contact.svg +++ b/src/dgenies/static/images/contact.svg @@ -40,7 +40,7 @@ id="namedview18" showgrid="false" inkscape:zoom="7.375" - inkscape:cx="-10.779661" + inkscape:cx="-37.559322" inkscape:cy="16" inkscape:window-x="58" inkscape:window-y="0" @@ -64,12 +64,12 @@ + style="fill:#f4f4f4;fill-opacity:1"> Layer 1 + style="fill:#f4f4f4;fill-opacity:1" /> diff --git a/src/dgenies/templates/contact.html b/src/dgenies/templates/contact.html index cb8a48e..c0522a9 100644 --- a/src/dgenies/templates/contact.html +++ b/src/dgenies/templates/contact.html @@ -7,9 +7,8 @@ font-weight: bold; } #body-container { - background: url("{{ url_for('static', filename='images/contact.svg') }}") no-repeat 0 25px; - background-size: 300px 300px; - height: 350px !important; + background: url("{{ url_for('static', filename='images/contact.svg') }}") no-repeat 0 30px; + background-size: 200px 200px; } h1 { margin-bottom: 50px !important; @@ -20,7 +19,20 @@

Contact us

+

User support

+

Please send a mail to support.bioinfo.genotoul@inra.fr.

Important: please keep [dgenies-support] tag at the beginning of the subject of the mail. Otherwise, the response delay will be increased.

+

Developer support

+ +

For any development support, including:

+ + +

please submit an issue to our github repository.

+ {% endblock %} \ No newline at end of file