Project

General

Profile

1
<schema2jsonld [URL]="properties.baseLink"
2
               [logoURL]="properties.baseLink+'/assets/common-assets/logo-small-monitor.png'" type="home"
3
               name="OpenAIRE Monitor">
4
</schema2jsonld>
5
<div
6
     class="image-front-topbar uk-margin-large-top"
7
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}"
8
     tm-header-transparent="light" tm-header-transparent-placeholder="">
9
  <helper *ngIf="pageContents && pageContents['left'] && pageContents['left'].length > 0"
10
          [texts]="pageContents['left']"></helper>
11
</div>
12
<div class="uk-section-muted"
13
     uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
14
  <div class="uk-container uk-container-large">
15
    <other-portals [properties]="properties" portal="monitor"> </other-portals>
16
  </div>
17
</div>
(2-2/4)