Production release March 2024 [EXPLORE] #35
|
@ -1,5 +1,5 @@
|
|||
<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">
|
||||
</div>
|
||||
<div class="uk-margin-left">
|
||||
|
@ -64,7 +64,7 @@
|
|||
height="50px" class="el-image" alt="OpenAIRE" loading="lazy">
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -208,7 +208,7 @@
|
|||
height="50px" class="el-image" alt="OpenAIRE" loading="lazy">
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -77,7 +77,7 @@ export let common: EnvProperties = {
|
|||
b2noteAPIURL: 'https://b2note.eudat.eu/',
|
||||
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
|
||||
enermapsURL: "https://lab.idiap.ch/enermaps",
|
||||
|
|
Loading…
Reference in New Issue