Skip to content

Commit af0323a

Browse files
committed
logo & funding phrase
1 parent 03d08a8 commit af0323a

4 files changed

Lines changed: 18 additions & 5 deletions

File tree

docs/dist/img/EAONE.png

16.4 KB
Loading

docs/dist/img/EAONE_2.png

33.5 KB
Loading

docs/dist/style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
h1 {
22
font-family: "Helvetica Neue", sans-serif;
3-
font-weight: 500;
3+
font-weight: 700;
44
color: #1a75ae;
5-
text-align: center;
6-
margin-top: 20px;
5+
text-align: left;
6+
margin-top: 10px;
77
}
88

99
body {
@@ -22,4 +22,9 @@ th {
2222

2323
tfoot {
2424
display: table-row-group !important
25+
}
26+
27+
img {
28+
/* float:left; */
29+
vertical-align: middle;
2530
}

docs/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
</head>
1212

1313
<body>
14-
<h1>Argo Software Guidelines</h1>
15-
<br>
14+
<img src="dist/img/EAONE.png" style="float: left;" alt="EA One Logo" height="80">
15+
<h1 style="line-height:80px;">Argo Software Guidelines</h1>
1616
<table id="thistable" class="display order-column">
1717
<tfoot>
1818
<tr>
@@ -46,6 +46,14 @@ <h1>Argo Software Guidelines</h1>
4646

4747
</table>
4848
<br>
49+
<center>
50+
<span>
51+
This repository is developed within the framework of the Euro-Argo ONE project. <br>
52+
This project has received funding from the European Union’s Horizon 2020 research and innovation programme under project no 101188133. <br>
53+
Call HORIZON-INFRA-2024-DEV-03: Developing, consolidating and optimising the European research infrastructures landscape, maintaining global leadership.<br>
54+
</span>
55+
<img src="dist/img/EAONE_2.png" alt="Euro-Argo ONE Logo bottom" height="80"><br>
56+
</center>
4957
<script>
5058
fetch("guidelines_v3.json")
5159
.then(function (response) {

0 commit comments

Comments
 (0)