Project

General

Profile

« Previous | Next » 

Revision 59685

[Graph | Trunk]: Change first section to gradient.

View differences:

app.component.html
1
<navbar *ngIf= "showMenu && header" [header]="header" portal="graph" [onlyTop]="false" [userMenu]="false"
2
        [user]="user" [userMenuItems]=userMenuItems [menuItems]=menuItems [properties]=properties></navbar>
3
<div class="custom-main-content">
1
<div class="graphApp">
2
  <navbar *ngIf="showMenu && header" [header]="header" portal="graph" [onlyTop]="false" [userMenu]="false"
3
          [user]="user" [userMenuItems]=userMenuItems [menuItems]=menuItems [properties]=properties></navbar>
4
  <div class="custom-main-content">
4 5
    <main>
5
        <router-outlet></router-outlet>
6
      <router-outlet></router-outlet>
6 7
    </main>
7
</div>
8
<bottom class="footer uk-visible@m"
9
        [showSocialButtons]="true" [showMenuItems]="true" [showOpenaire]="true"
10
        [darkBackground]="false" [centered]="true"></bottom>
11
<bottom class="footer uk-hidden@m"
12
        [showSocialButtons]="true" [showMenuItems]="true" [showOpenaire]="true"
13
        [darkBackground]="false" [centered]="true"></bottom>
14
<cookie-law position="bottom">
8
  </div>
9
  <bottom class="footer uk-visible@m"
10
          [showSocialButtons]="true" [showMenuItems]="true" [showOpenaire]="true"
11
          [darkBackground]="false" [centered]="true"></bottom>
12
  <bottom class="footer uk-hidden@m"
13
          [showSocialButtons]="true" [showMenuItems]="true" [showOpenaire]="true"
14
          [darkBackground]="false" [centered]="true"></bottom>
15
  <cookie-law position="bottom">
15 16
    OpenAIRE uses cookies in order to function properly.<br>
16
    Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing experience possible.
17
    By using the OpenAIRE portal you accept our use of cookies. <a href="//ec.europa.eu/ipg/basics/legal/cookies/index_en.htm" target="_blank"> Read more <span class="uk-icon">
18
    <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
17
    Cookies are small pieces of data that websites store in your browser to allow us to give you the best browsing
18
    experience possible.
19
    By using the OpenAIRE portal you accept our use of cookies. <a
20
      href="//ec.europa.eu/ipg/basics/legal/cookies/index_en.htm" target="_blank"> Read more <span class="uk-icon">
21
    <svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg" icon="chevron-right" ratio="1"><polyline
22
        fill="none" stroke="#000" stroke-width="1.03" points="7 4 13 10 7 16"></polyline></svg>
19 23
    </span></a>
20
</cookie-law>
21

  
24
  </cookie-law>
25
</div>

Also available in: Unified diff