-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add developer support on contact page
- Loading branch information
1 parent
e9eef12
commit 176ad29
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 @@ | |
|
||
<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 %} |