Skip to content

Commit

Permalink
Add developer support on contact page
Browse files Browse the repository at this point in the history
  • Loading branch information
florealcab committed Feb 21, 2018
1 parent e9eef12 commit 176ad29
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/dgenies/static/images/contact.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 15 additions & 3 deletions src/dgenies/templates/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -20,7 +19,20 @@

<h1>Contact us</h1>

<h2>User support</h2>

<p>Please send a mail to <a href="mailto:[email protected]?subject=[dgenies-support] ">[email protected]</a>.</p>
<p><em>Important:</em> please keep <strong>[dgenies-support]</strong> tag at the beginning of the subject of the mail. Otherwise, the response delay will be increased.</p>

<h2>Developer support</h2>

<p>For any development support, including:</p>

<ul>
<li>Bug report</li>
<li>Feature request</li>
<li>...</li>
</ul>
<p>please submit an issue to our <a href="https://github.com/genotoul-bioinfo/dgenies/issues" target="_blank">github repository</a>.</p>

{% endblock %}

0 comments on commit 176ad29

Please sign in to comment.