Skip to content

Commit af07575

Browse files
committed
"thanks" logos for Manchester/BioExcel/EU
1 parent b1c0eab commit af07575

File tree

2 files changed

+28
-4
lines changed

2 files changed

+28
-4
lines changed

src/main/resources/static/css/main.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,17 @@ body {
5656
margin-left: 10px;
5757
}
5858

59+
.logos {
60+
margin-top: 1em;
61+
}
62+
63+
.logos img {
64+
height: 3em;
65+
align: top;
66+
margin-left: 1em;
67+
margin-right: 1em;
68+
}
69+
5970
.graphControl {
6071
position: absolute;
6172
top: 10px;

src/main/resources/templates/fragments/footer.html

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,27 @@
3030
<div class="col-lg-12 muted text-center">
3131
<a href="https://github.com/common-workflow-language/cwlviewer" rel="noopener" target="_blank">CWL Viewer</a>
3232
&copy; 2016-2017 <a href="https://github.com/common-workflow-language/" rel="noopener" target="_blank">Common Workflow Language Project</a>
33-
and <a href="https://github.com/orgs/common-workflow-language/people" rel="noopener" target="_blank">contributors</a>,
34-
distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener" target="_blank">Apache license, version 2.0</a>
33+
and <a href="https://github.com/orgs/common-workflow-language/people" rel="noopener" target="_blank">contributors</a>.
34+
Distributed under <a href="https://www.apache.org/licenses/LICENSE-2.0" rel="noopener" target="_blank">Apache License, version 2.0</a>
35+
(required <a href="https://github.com/common-workflow-language/cwlviewer/blob/master/NOTICE.md" rel="noopener" target="_blank">attribution notices</a>)
3536
<br />
3637
<span th:if="${workflow != null}">
37-
<a th:href="@{${workflow.retrievedFrom.getURL(workflow.lastCommit)}}" href="#" rel="noopener" target="_blank">Shown workflow</a> has separate copyright and license
38+
<a th:href="@{${workflow.retrievedFrom.getURL(workflow.lastCommit)}}" href="#" rel="noopener" target="_blank">Shown workflow</a> has separate copyright and license.
3839
</span>
3940
</div>
4041
</div>
42+
<div class="row logos">
43+
<div class="col-lg-12 muted text-center">
44+
CWL Viewer development thanks to:
45+
<a href="http://www.esciencelab.org.uk/" rel="noopener" target="_blank"><img src="/img/manchester.svg"
46+
alt="The University of Manchester"
47+
title="eScienceLab, School of Computer Science, The University of Manchester" /></a>
48+
<a href="http://bioexcel.eu/" rel="noopener" target="_blank"><img src="/img/BioExcel_logo_cropped.svg"
49+
alt="BioExcel" title="BioExcel Center of Excellence for Computational Biomolecular Research" /></a>
50+
<a href="http://cordis.europa.eu/projects/675728" rel="noopener" target="_blank"><img src="/img/Flag_of_Europe.svg"
51+
alt="EU" title="European Commision grant 675728" /></a>
52+
</div>
53+
</div>
4154
</div>
4255
</body>
43-
</html>
56+
</html>

0 commit comments

Comments
 (0)