Skip to content

Commit ba7c464

Browse files
committed
stylize submission form
1 parent 521f956 commit ba7c464

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

75.7 KB
Loading
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{% extends "biojupies/form.j2" %}
2+
3+
{% block head %}
4+
{{ super() }}
5+
{% endblock %}
6+
7+
{% block style %}
8+
{{ super() }}
9+
<style>
10+
h1 {
11+
text-align: center;
12+
margin: 25px
13+
}
14+
</style>
15+
{% endblock %}
16+
17+
{% block body %}
18+
<div class="row">
19+
<div class="col-sm-12">
20+
<div class="container">
21+
<h1><img src="../static/dgb_logo_small.png" style="width:75x;height:75px;margin:0px 10px;"/>Dr. Gene Budger 2 (DBG2)</h1>
22+
<p style="margin:15px; text-align:center;"> Submit a human gene symbol and explore drugs that maximally increase or decrease the mRNA expression of the input gene based on data from a collection of Connectivity Mapping resources</p>
23+
</div>
24+
</div>
25+
</div>
26+
{{ super() }}
27+
{% endblock %}

0 commit comments

Comments
 (0)