[develop | DONE | CHANGED] change footer text

This commit is contained in:
Alex Martzios 2024-02-20 13:38:31 +02:00
parent 35323bd744
commit af6174c5de
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
<ng-template #grant> <ng-template #grant>
<div class="uk-margin-small-top"> <div>
<img style="max-width: 42px;" [src]="assetsPath + 'common/commission.jpg'" alt="flag black white low" width="50px" loading="lazy"> <img style="max-width: 42px;" [src]="assetsPath + 'common/commission.jpg'" alt="flag black white low" width="50px" loading="lazy">
</div> </div>
<div class="uk-margin-left"> <div class="uk-margin-left">
@ -64,7 +64,7 @@
height="50px" class="el-image" alt="OpenAIRE" loading="lazy"> height="50px" class="el-image" alt="OpenAIRE" loading="lazy">
</div> </div>
<div *ngIf="showCommision" class="uk-width-expand"> <div *ngIf="showCommision" class="uk-width-expand">
<div class="uk-flex uk-flex-top uk-flex-center"> <div class="uk-flex uk-flex-middle uk-flex-center uk-margin-small-top">
<ng-container *ngTemplateOutlet="grant"></ng-container> <ng-container *ngTemplateOutlet="grant"></ng-container>
</div> </div>
</div> </div>
@ -208,7 +208,7 @@
height="50px" class="el-image" alt="OpenAIRE" loading="lazy"> height="50px" class="el-image" alt="OpenAIRE" loading="lazy">
</div> </div>
<div *ngIf="showCommision" class="uk-width-expand"> <div *ngIf="showCommision" class="uk-width-expand">
<div class="uk-flex uk-flex-top uk-flex-center"> <div class="uk-flex uk-flex-middle uk-flex-center uk-margin-small-top">
<ng-container *ngTemplateOutlet="grant"></ng-container> <ng-container *ngTemplateOutlet="grant"></ng-container>
</div> </div>
</div> </div>

View File

@ -77,7 +77,7 @@ export let common: EnvProperties = {
b2noteAPIURL: 'https://b2note.eudat.eu/', b2noteAPIURL: 'https://b2note.eudat.eu/',
myOrcidLinksPage: "/my-orcid-links", myOrcidLinksPage: "/my-orcid-links",
footerGrantText: "OpenAIRE has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreements No. 777541 and 101017452", footerGrantText: "OpenAIRE has received funding from <a href='https://www.openaire.eu/projects' target='_blank'>a series of EU funded projects</a>.",
//connect //connect
enermapsURL: "https://lab.idiap.ch/enermaps", enermapsURL: "https://lab.idiap.ch/enermaps",