Skip to content

Commit 291bc9b

Browse files
NFC-135 Update EU funding logo
Signed-off-by: Sander Kondratjev <sander.kondratjev@nortal.com>
1 parent 4ac66e8 commit 291bc9b

File tree

7 files changed

+4
-791
lines changed

7 files changed

+4
-791
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# web-eid-authtoken-validation-java
22

3-
![European Regional Development Fund](https://github.com/open-eid/DigiDoc4-Client/blob/master/client/images/EL_Regionaalarengu_Fond.png)
3+
<img src="example/src/main/resources/static/img/eu-fund-flags.jpg" width="300" alt="European Regional Development Fund">
44

55
*web-eid-authtoken-validation-java* is a Java library for issuing challenge nonces and validating Web eID authentication tokens during secure authentication with electronic ID (eID) smart cards in web applications.
66

example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web eID Spring Boot example
22

3-
![European Regional Development Fund](https://github.com/open-eid/DigiDoc4-Client/blob/master/client/images/EL_Regionaalarengu_Fond.png)
3+
<img src="src/main/resources/static/img/eu-fund-flags.jpg" width="300" alt="European Regional Development Fund">
44

55
This project is an example Spring Boot web application that shows how to implement strong authentication
66
and digital signing with electronic ID smart cards using Web eID.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ body {
6565
}
6666

6767
.eu-logo-fixed img {
68-
height: 86px;
68+
height: 120px;
6969
}
7070

7171
/* Remove blue focus outline from accordion buttons */
73.7 KB
Loading
24.6 KB
Loading

example/src/main/resources/static/img/eu-fund-flags.svg

Lines changed: 0 additions & 787 deletions
This file was deleted.

example/src/main/resources/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ <h4 class="accordion-header" id="headingDocumentationMobile">
483483
</div>
484484

485485
<div class="eu-logo-fixed" onmouseout="this.style.display = 'none'">
486-
<img src="/img/eu-fund-flags.svg" alt="EU fund flags" />
486+
<img src="/img/eu-fund-flags.png" alt="EU fund flags" />
487487
</div>
488488

489489
<script src="/js/bootstrap.bundle.min.js"></script>

0 commit comments

Comments
 (0)