added alt to plip and fixed css footer
This commit is contained in:
parent
b1a18d1ee5
commit
ee129fd2f9
|
@ -68,8 +68,8 @@
|
|||
<div class="col-sm-6 col-md-3 item">
|
||||
<h3>Features</h3>
|
||||
<ul>
|
||||
<li><a href="{{ url_for('dock_upload') }}">Dock and Report (Manual)</a></li>
|
||||
<li><a href="{{ url_for('dock_upload_single') }}">Dock and Report (Automatic)</a></li>
|
||||
<li><a href="{{ url_for('dock_upload') }}">Dock (Manual)</a></li>
|
||||
<li><a href="{{ url_for('dock_upload_single') }}">Dock (Automatic)</a></li>
|
||||
<li><a href="{{ url_for('pubmed') }}">PubMed Search</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
@ -119,7 +119,7 @@ html {
|
|||
list-style: none;
|
||||
line-height: 1.6;
|
||||
font-size: 14px;
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.footer-dark ul a {
|
||||
|
@ -128,6 +128,10 @@ html {
|
|||
opacity: 0.6;
|
||||
}
|
||||
|
||||
.footer-dark ul li {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.footer-dark ul a:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
<br>
|
||||
This project would not have been possible without the following:
|
||||
<br><br>
|
||||
<h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" width=100vw /> PLIP</h2>
|
||||
<h2><img src="{{url_for('static',filename='assets/pliplogo.svg')}}" alt="Logo of PLIP" width=100vw /> PLIP</h2>
|
||||
|
||||
<ul>
|
||||
<li>PLIP is used for binding site analysis, interaction detection and visualisations.</li>
|
||||
|
|
Loading…
Reference in New Issue