Project

General

Profile

« Previous | Next » 

Revision 52164

Layout changes for home page - new images - delete old | add preparedeploy script

View differences:

modules/uoa-services-portal/trunk/portal-4cli-lib/prepareDeploy.sh
1
cp explore-production-properties.json src/assets/env-properties.json;
2
rm -rf src/assets/common-assets/.svn/;
3
rm -rf src/app/openaireLibrary/.svn/;
4
npm run build:dynamic;
5
rm -rf src node_modules  .idea/ connect-production-properties.json installOpenaireLib.sh;
6
echo 'Ready!';
7
echo 'Now copy dist to the server!'
0 8

  
modules/uoa-services-portal/trunk/portal-4cli-lib/src/app/app.component.ts
31 31
              <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>
32 32
              </span></a>
33 33
          </cookie-law>
34
           <bottom *ngIf= "isClient"></bottom>
34
           <bottom *ngIf= "isClient" [menuItems]=bottomMenuItems></bottom>
35 35

  
36 36
`
37 37

  
38 38
})
39 39
export class AppComponent {
40 40
   isClient:boolean = false;
41
   clientLoad = 0;
41 42

  
42

  
43 43
   userMenuItems:MenuItem[] =  [ new MenuItem("","My profile","","",false,[],[],{}),
44 44
  new MenuItem("","My claims","","/myclaims",false,[],["/myclaims"],{}),
45 45
  new MenuItem("","Manage all claims","","/claims",true,[],["/claims"],{})]
......
72 72
    new MenuItem("","Browse all","","/search/find/dataproviders",false,["datasource"],["/search/find/dataproviders"],{})]
73 73
    }
74 74
];
75

  
75
bottomMenuItems =[
76
                new MenuItem("","About","https://beta.openaire.eu/project-factsheets","",false,[],[],{}),
77
                new MenuItem("","News - Events","https://beta.openaire.eu/news-events","",false,[],[],{}),
78
                new MenuItem("","Blog","https://blogs.openaire.eu/","",false,[],[],{}),
79
                new MenuItem("","Contact us","https://beta.openaire.eu/contact-us","",false,[],[],{})
80
              ];
76 81
  feedbackmail:string
77 82
   properties:EnvProperties;
78 83
   constructor(  private  route: ActivatedRoute, private propertiesService:EnvironmentSpecificService) {
......
95 100
                 this.propertiesService.setEnvProperties(es);
96 101
                 this.properties = this.propertiesService.envSpecific;
97 102
                 this.feedbackmail = this.properties.feedbackmail;
103
                 console.log(this.properties.loginUrl);
98 104
             }, error => {
99 105
               console.log("App couldn't fetch properties");
100 106
                 console.log(error);
modules/uoa-services-portal/trunk/portal-4cli-lib/src/app/home/home.component.html
1 1

  
2 2

  
3 3
<div class="image-front-topbar  uk-section-default uk-position-relative" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}" tm-header-transparent="light">
4
<div
5
 class="mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-bottom-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: 20">
4
  <div uk-height-viewport="offset-top: true;offset-bottom: 20" style="box-sizing: border-box; min-height: calc(-77.8333px + 100vh);" class="mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-bottom-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle uk-background-fixed">
5
<!--div class="mainPageSearchForm uk-background-norepeat uk-background-cover uk-background-bottom-center uk-section uk-padding-remove-bottom uk-flex uk-flex-middle" uk-height-viewport="offset-top: true;offset-bottom: 20"-->
6 6
<div class="uk-position-cover" style="background-color: rgba(255, 255, 255, 0.37);"></div>
7 7
 <div class="uk-width-1-1">
8 8
    <div class="uk-position-relative">
......
19 19
       <div class="uk-container uk-container-large uk-margin-medium explore-numbers">
20 20
          <div class="search_box_bg uk-grid uk-grid-stack" uk-grid="">
21 21
             <div class="uk-width-1-1@m uk-first-column">
22
               <h1 id="page#7" class="uk-margin uk-margin-remove-bottom uk-width-xxlarge uk-margin-auto uk-text-center uk-h2 uk-text-primary uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="font-weight: 600 !important;">
23
                 <span *ngIf="showPublications && publicationsSize" >{{publicationsSize.number}} {{publicationsSize.size}} publications - </span>
24
                  <span *ngIf="showDatasets && datasetsSize">{{datasetsSize.number}} {{datasetsSize.size}} research data - </span>
25
                  <span *ngIf="showDataProviders && datasourcesSize" >{{datasourcesSize.number}} {{datasourcesSize.size}} data sources - </span>
26
                  <span  *ngIf="showProjects && fundersSize">{{fundersSize.number}} {{fundersSize.size}} funders</span>
27
                  6900 data sources - 15 funders
22
               <h1 id="page#7" class="firstPageNumbers uk-margin uk-margin-remove-bottom uk-width-xxlarge uk-margin-auto uk-text-center uk-h2 uk-text-primary uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="font-weight: 600 !important;">
23
                 <span *ngIf="showPublications && publicationsSize" >{{publicationsSize.number}} {{publicationsSize.size}} publications{{((showDatasets && datasetsSize)?",":"")}} </span>
24
                  <span *ngIf="showDatasets && datasetsSize">{{datasetsSize.number}} {{datasetsSize.size}} research data  </span>
25
                  <span *ngIf="showDataProviders && datasourcesSize" > from {{datasourcesSize.number}} {{datasourcesSize.size}} content providers</span>
26
                  <span  *ngIf="showProjects && fundersSize"> {{((showDataProviders && datasourcesSize)?" and ":" from ")}} {{fundersSize.number}} {{fundersSize.size}} funders</span>
28 27
               </h1>
29
               <h2 *ngIf = "showPublications || showDatasets || showProjects || showDataProviders" id="page#8" class="uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-h2 uk-text-primary uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="font-weight: normal !important;color: #4E81A2 !important;">
30
               ... linked together
28
               <h2 *ngIf = "showPublications || showDatasets || showProjects || showDataProviders" id="page#8" class="uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-h2 uk-text-primary uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" >
29
               ... linked together for an integrated research search
31 30
              </h2>
32 31

  
33 32

  
......
38 37
 </div>
39 38
</div>
40 39
</div>
41
<div class="uk-section-muted uk-section uk-section-small uk-flex uk-flex-middle" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top-medium&quot;,&quot;delay&quot;:false}" uk-height-viewport="offset-top: true" style="box-sizing: border-box; min-height: 100vh; height: 100vh;" style="background-color: #1F5A88 !important;">
40

  
41
<div class="uk-section-muted uk-section uk-section-small uk-flex uk-flex-middle" style="background-color: rgb(34, 32, 127); box-sizing: border-box; min-height: 100vh;" uk-height-viewport="offset-top: true" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-slide-top-medium&quot;,&quot;delay&quot;:false}">
42 42
   <div class="uk-width-1-1">
43 43
      <div class="uk-container">
44 44
         <div class="uk-margin-small uk-grid uk-grid-stack" uk-grid="">
......
46 46
               <h6 id="page#12" class="uk-margin uk-text-center uk-h4 uk-text-muted uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
47 47
                 Learn more on OpenAIRE discovery and sharing services
48 48
               </h6>
49
               <hr class="uk-width-small uk-margin-auto uk-divider-small uk-text-center uk-scrollspy-inview uk-animation-slide-top-medium" uk-scrollspy-class="" style="">
50 49
            </div>
51 50
         </div>
52 51
         <div class="uk-container uk-container-large uk-margin-large">
......
57 56
                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
58 57
                           <a routerLinkActive="uk-link" routerLink="/search/find"  class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="&lt;h4 class='uk-margin-remove'&gt;Explore &lt;/h4&gt;&lt;div&gt;Search for publications-data-software and other research artefacts. See how these are linked together and how they are linked to funding and organizations.&lt;/div&gt;
59 58
                              &lt;p&gt;View statistics on projects and institutions.&lt;/p&gt;"></a>
60
                           <div class="uk-card-media-top"><img src="assets/explrore.jpg" sizes="(min-width: 711px) 711px, 100vw" class="el-image" alt="" width="711"></div>
59
                           <div class="uk-card-media-top">
60
                             <img src="assets/explore.svg"   alt="Explore"></div>
61 61
                           <div class="uk-card-body">
62
                              <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
62
                              <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom" style="color: #f25f30">
63 63
                                 Explore
64 64
                              </h3>
65 65
                              <div class="el-meta uk-margin uk-text-meta">Discover linked open research</div>
......
78 78
                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
79 79
                           <a routerLinkActive="uk-link" routerLink="/participate/deposit-publications"  class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="&lt;h4 class='uk-margin-remove'&gt;Share&lt;/h4&gt;&lt;div class=&quot;uk-margin-bottom&quot;&gt;Select an OpenAIRE compatible repository (2.0 +) so that your research is linked to your funding information.&lt;/div&gt;
80 80
                              &lt;div&gt;Use &lt;a href=&quot;http://www.zenodo.org&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;ZENODO&lt;/a&gt;, a catch-all repository hosted by CERN to deposit all your research results (publications, data, software, etc.)&lt;/div&gt;"></a>
81
                           <div class="uk-card-media-top"><img src="assets/open.jpg"  sizes="(min-width: 1090px) 1090px, 100vw" class="el-image" alt="" width="1090"></div>
81
                           <div class="uk-card-media-top">
82
                             <img src="assets/share.svg"  alt="Share"  ></div>
82 83
                           <div class="uk-card-body">
83
                              <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
84
                              <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom" style="color:#22207F">
84 85
                                 Share
85 86
                              </h3>
86 87
                              <div class="el-meta uk-margin uk-text-meta">Deposit in a repository of your choice</div>
......
95 96
                        <div uk-scrollspy-class="" class="el-item uk-card uk-card-default uk-card-hover uk-scrollspy-inview uk-animation-slide-top-medium" style="">
96 97
                           <a  routerLinkActive="uk-link" routerLink="/participate/claim"  class="el-link uk-position-cover uk-position-z-index uk-margin-remove-adjacent" data-caption="&lt;h4 class='uk-margin-remove'&gt;Link&lt;/h4&gt;&lt;div class=&quot;uk-margin-bottom&quot;&gt;If you don't find your research results in OpenAIRE, don't worry!&lt;/div&gt;
97 98
                              &lt;div&gt;Use our &lt;strong&gt;LINK OUT service&lt;/strong&gt;, that reaches out to many external sources via APIs, to connect your research results and &lt;em&gt;claim&lt;/em&gt; them to your project.&lt;/div&gt;"></a>
98
                           <div class="uk-card-media-top"><img src="assets/link.jpg"  sizes="(min-width: 693px) 693px, 100vw" class="el-image" alt="" width="693"></div>
99
                           <div class="uk-card-media-top">
100
                             <img src="assets/link.svg"   alt="Link" ></div>
99 101
                           <div class="uk-card-body">
100
                              <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom">
102
                              <h3 class="el-title uk-margin uk-h2 uk-margin-remove-adjacent uk-margin-remove-bottom" style="color:#4687E6">
101 103
                                 Link
102 104
                              </h3>
103 105
                              <div class="el-meta uk-margin uk-text-meta">Connect all your research</div>
......
245 247
         <div class="uk-width-expand@m uk-grid-item-match">
246 248

  
247 249

  
248
            <div class="uk-tile-secondary uk-tile uk-tile-xsmall" style="background-color: #4E81A2 !important;">
250
            <div class="uk-tile-secondary uk-tile uk-tile-xsmall" style="background-color: #3870DF !important;">
249 251
             <h4 class="uk-margin-remove-top uk-h4">
250 252
                Our data policies
251 253
             </h4>
......
276 278
   </div>
277 279
</div>
278 280
<div class="uk-section-default" uk-scrollspy="{&quot;target&quot;:&quot;[uk-scrollspy-class]&quot;,&quot;cls&quot;:&quot;uk-animation-fade&quot;,&quot;delay&quot;:false}">
279
   <div style="background-image: url('assets/sky_bw3.png');" class="uk-background-norepeat uk-background-cover uk-background-center-center uk-background-fixed uk-section uk-section-small">
280
      <div class="uk-container">
281
  <div class="mainPageBottomInfo uk-background-norepeat uk-background-cover uk-background-center-center uk-section uk-section-small ">
282
    <div class="uk-container">
281 283
         <div class="uk-grid-divider uk-margin-remove-vertical uk-grid" uk-grid="">
282 284
            <div class="uk-width-expand@m uk-width-1-2@s uk-dark uk-first-column">
283 285
               <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
284 286
                  A content provider?
285 287
               </h4>
286
               <div class="custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
288
               <div class=" uk-text-primary custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
287 289
                  Join OpenAIRE, use our tools and make your content more visible around the world.
288 290
               </div>
289 291
               <div id="page#37" class=" uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
290
                  <a class="providelink el-content  uk-button uk-button-default uk-button-small" href="https://provide.openaire.eu" target="_blank" style="">
292
                  <a class="providelink el-content  uk-button uk-button-default uk-button-small" href="https://beta.provide.openaire.eu" target="_blank" style="">
291 293
                  OpenAIRE.PROVIDE
292 294
                  </a>
293 295
               </div>
......
296 298
               <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
297 299
                  A research manager?
298 300
               </h4>
299
               <div class="custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
301
               <div class="uk-text-primary custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
300 302
                  Use our monitoring services and easily track all relevant research results.
301 303
               </div>
302 304
               <div id="page#41" class=" uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
......
309 311
               <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
310 312
                  A research community?
311 313
               </h4>
312
               <div class="custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
314
               <div class="uk-text-primary custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
313 315
                  Use a trusted partner to share, link, disseminate and monitor your research.
314 316
               </div>
315 317
               <div id="page#45" class="  uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
316
                  <a class="connectlink el-content uk-button uk-button-default uk-button-small" href="https://connect.openaire.eu" target="_blank">
318
                  <a class="connectlink el-content uk-button uk-button-default uk-button-small" href="https://beta.connect.openaire.eu" target="_blank">
317 319
                  OpenAIRE.CONNECT
318 320
                  </a>
319 321
               </div>
......
322 324
               <h4 class="uk-margin-medium uk-text-center uk-h4 uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
323 325
                  A developer?
324 326
               </h4>
325
               <div id="page#48" class="custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
326
                  Get access to OpenAIRE data and capitalize on on Europe's open linked research.
327
               <div id="page#48" class="uk-text-primary custom-uk-text-light uk-margin-medium uk-width-xlarge uk-margin-auto uk-text-center uk-text-lead uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
328
                  Get access to OpenAIRE data and capitalize on Europe's open linked research.
327 329
               </div>
328 330
               <div id="page#49" class="  uk-margin-medium uk-text-center uk-scrollspy-inview uk-animation-fade" uk-scrollspy-class="" style="">
329 331
                  <a class="developlink el-content uk-button uk-button-default uk-button-small" href="https://develop.openaire.eu" target="_blank">
modules/uoa-services-portal/trunk/portal-4cli-lib/src/assets/share.svg
1
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="-10 -10 128	128" >
2

  
3
 <g>
4
  <title>background</title>
5
  <rect fill="none" id="canvas_background" height="402" width="582" y="-1" x="-1"/>
6
 </g>
7
 <g transform="scale(0.2)">
8
  <title fill="#22207f">Layer 1</title>
9
  <path id="svg_1" fill="#22207f" d="m389.502014,349.355988c-20.15799,-0.096985 -40.235016,8.214996 -54.42099,22.531006c-9.13501,9.053009 -15.801025,20.510986 -19.432007,32.84201l-157.630005,-99.900024c11.184998,-13.621979 17.542999,-31.181 17.445999,-48.819977c0.097,-17.641022 -6.262009,-35.216019 -17.438004,-48.837021l157.621979,-99.93399c3.615021,12.346001 10.279999,23.804993 19.415009,32.858994c14.201996,14.315002 34.264008,22.626999 54.438019,22.529999c20.156982,0.113007 40.233978,-8.214996 54.419983,-22.529999c14.332001,-14.185997 22.658997,-34.262993 22.546997,-54.420998c0.112,-20.173996 -8.214996,-40.235008 -22.528992,-54.436996c-14.203003,-14.315001 -34.265015,-22.643001 -54.437988,-22.530011c-20.15802,-0.113 -40.235016,8.215001 -54.421021,22.530011c-14.332001,14.187 -22.643982,34.263 -22.546997,54.419991c-0.015991,2.970001 0.209991,5.922997 0.549011,8.876999l-163.722015,103.789993c-13.887985,-12.280991 -32.302994,-19.382996 -50.853989,-19.285995c-20.166,-0.113998 -40.234005,8.214005 -54.429005,22.530014c-14.323999,14.186996 -22.643,34.263 -22.546,54.421997c-0.105,20.172989 8.215,40.232986 22.546,54.435989c14.186001,14.315002 34.255001,22.628021 54.421001,22.529999c18.552002,0.098022 36.958,-7.003998 50.846001,-19.269989l163.739014,103.773987c-0.33902,2.937012 -0.564026,5.890015 -0.549011,8.859009c-0.112,20.15802 8.214996,40.235016 22.529999,54.421997c14.201996,14.315002 34.264008,22.643005 54.437988,22.546021c20.157013,0.096985 40.234009,-8.214996 54.420013,-22.546021c14.332001,-14.186981 22.658997,-34.247986 22.546997,-54.421997c0.112,-20.156982 -8.214996,-40.234009 -22.528992,-54.419983c-14.205017,-14.329987 -34.266022,-22.640991 -54.438995,-22.545013zm-45.851013,-309.545986c11.990997,-12.073002 28.822998,-19.061001 45.851013,-18.980001c17.026001,-0.080999 33.858978,6.907 45.85199,18.996c12.087006,11.991001 19.074982,28.825001 18.994995,45.851002c0.079987,17.026001 -6.90799,33.860001 -18.994995,45.851013c-11.992004,12.071991 -28.825012,19.060989 -45.85199,18.978989c-17.027008,0.081009 -33.859009,-6.90799 -45.851013,-18.995987c-12.088989,-11.991005 -19.076996,-28.824005 -18.996002,-45.851013c-0.080994,-17.010002 6.90799,-33.859005 18.996002,-45.850002zm-199.294006,262.049007c-12,12.071014 -28.833008,19.059998 -45.859001,18.979004c-17.026001,0.079987 -33.860001,-6.90799 -45.851002,-18.994995c-12.088001,-11.992004 -19.068001,-28.824005 -18.996002,-45.851013c-0.072998,-17.026993 6.915001,-33.860001 18.996002,-45.85199c11.999996,-12.072006 28.832996,-19.059998 45.858997,-18.979004c17.026001,-0.080994 33.860008,6.906998 45.851006,18.994995c12.087997,11.990997 19.068008,28.824005 18.988007,45.85199c0.080994,17.027008 -6.906998,33.860016 -18.988007,45.851013zm290.997009,170.315979c-11.992004,12.088013 -28.825012,19.061005 -45.85199,18.996002c-17.027008,0.063995 -33.859009,-6.924011 -45.851013,-18.996002c-12.088989,-11.990997 -19.076996,-28.824005 -18.996002,-45.85199c-0.080994,-17.026001 6.907013,-33.858032 18.996002,-45.85202c11.990997,-12.086975 28.822998,-19.059998 45.851013,-18.994995c17.026001,-0.063995 33.858978,6.90799 45.85199,18.994995c12.087006,11.993011 19.074982,28.825012 18.994995,45.85202c0.079987,17.028015 -6.908997,33.860992 -18.994995,45.85199z"/>
10
 </g>
11
</svg>
modules/uoa-services-portal/trunk/portal-4cli-lib/src/assets/env-properties.json
1 1
{
2 2
  "enablePiwikTrack" : false,
3 3
  "enableHelper" : true,
4
  "useCache" : false,
4
  "useCache" : true,
5 5
  "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",
6 6
  "framesAPIURL" : "https://beta.openaire.eu/stats3/",
7 7
  "statisticsAPIURL" : "http://vatopedi.di.uoa.gr:8080/stats/",
......
34 34
  "piwikBaseUrl" :"https://analytics.openaire.eu/piwik.php?idsite=",
35 35
  "piwikSiteId" : "6",
36 36

  
37
  "loginUrl" :"http://rudie.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/openid_connect_login",
37
  "loginUrl" :"http://scoobydoo.di.uoa.gr:8080/dnet-openaire-users-1.0.0-SNAPSHOT/openid_connect_login",
38 38

  
39 39
  "logoutUrl" :"https://aai.openaire.eu/proxy/saml2/idp/SingleLogoutService.php?ReturnTo=",
40 40

  
modules/uoa-services-portal/trunk/portal-4cli-lib/src/assets/link.svg
1
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="-10 -10 128	128" >
2

  
3
 <g>
4
  <title>background</title>
5
  <rect fill="none" id="canvas_background" height="506" width="514" y="-1" x="-1"/>
6
 </g>
7
 <g transform="scale(0.2)">
8
  <title fill="#4586e3">Layer 1</title>
9
  <path id="svg_2" fill="#4586e3" d="m109.224998,189.647003c-6.667999,1.401001 -13.102997,3.880997 -18.974998,7.268997c-11.786003,6.746002 -21.269997,17.003998 -27.572998,28.785995c-12.703003,23.656998 -12.599003,53.306 0.238998,76.901001c6.388,11.735992 15.947998,21.933014 27.792,28.584015c5.891998,3.342987 12.351997,5.776978 19.036003,7.10199c6.699997,1.493988 13.718994,1.263 19.645996,1.263l74.332001,0l37.164993,0l18.582001,0c5.990997,0.122986 13.45401,-0.200012 19.860016,-2.002991c26.837982,-6.775024 46.451996,-30.725006 51.550995,-56.769012c5.513,-26.014999 -2.188019,-54.923996 -21.786011,-73.713989l-8.016998,8.348007c16.479004,15.725983 23.257019,40.599991 18.46701,63.008987c-4.358002,22.393982 -21.192993,42.463013 -43.07901,47.915009c-5.574982,1.477997 -10.619995,1.738983 -16.996002,1.645996l-18.582001,0l-37.164993,0l-74.332001,0c-6.437996,0 -11.917,0.184998 -17.368996,-1.029999c-5.464005,-1.07901 -10.762001,-3.065002 -15.633003,-5.837006c-9.788002,-5.5 -17.873001,-14.048004 -23.309998,-24.041992c-10.962002,-20.022003 -11.055004,-45.820999 -0.200005,-65.904999c5.363998,-10.042007 13.388,-18.636002 23.133003,-24.227005c4.854996,-2.802994 10.133995,-4.820999 15.585999,-5.960999c5.486,-1.248001 10.862,-1.154999 17.311996,-1.123993l74.333008,0l0,-11.56601l-74.333008,0c-5.918999,-0.046005 -13.033997,-0.170013 -19.683998,1.354996z"/>
10
  <path id="svg_3" fill="#4586e3" d="m426.90799,317.143005c-8.777985,6.606018 -19.451996,10.488007 -30.333984,10.796997l-72.303009,0.045013l0,11.566986l72.672974,-0.04599c13.300018,-0.369995 26.376007,-5.175995 36.89502,-13.09201c10.574005,-7.901001 18.690002,-18.729004 23.765991,-30.72699c10.165009,-24.011017 8.162994,-52.735001 -5.944977,-74.883011c-6.962006,-11.042999 -16.94101,-20.361008 -28.901001,-26.106003c-5.960999,-2.863998 -12.383026,-4.882004 -18.96701,-5.774994c-3.25,-0.492004 -6.715027,-0.630997 -9.84201,-0.630997l-9.056,0l-72.488007,0l-36.248993,0l-18.112,0c-5.760986,-0.124008 -13.091995,0.153992 -19.352997,1.785995c-26.287003,6.222992 -45.841995,29.048004 -51.75,54.229004c-6.268005,25.197998 -0.022003,53.459991 17.75499,72.973999l8.563004,-7.778015c-15,-16.386993 -20.498993,-40.768982 -15.078003,-62.452988c5.067001,-21.624008 21.796997,-40.737 43.229004,-45.712997c5.475006,-1.355011 10.335007,-1.570007 16.634003,-1.479004l18.112,0l36.248993,0l72.488007,0l9.056,0c2.911011,0.015991 5.497986,0.108002 8.225006,0.522995c5.390991,0.723999 10.643005,2.372009 15.556,4.744003c9.855988,4.727997 18.251007,12.505997 24.164978,21.886002c12.014008,18.712997 13.769012,43.694992 5.059021,64.16301c-4.336975,10.242981 -11.235992,19.390991 -20.046997,25.968994z"/>
11
  <path id="svg_4" fill="#4586e3" d="m372.626007,462.179993c-34.438995,20.007996 -74.18399,30.587982 -114.019989,30.541992c-39.836014,0.04599 -79.584015,-10.533997 -114.022003,-30.541992c-32.938004,-19.006012 -60.891006,-46.436005 -80.786015,-78.855988c0.373005,-0.338013 0.805004,-0.601013 1.155003,-0.95401c4.396996,-4.343994 6.958,-10.550018 6.926994,-16.72702c0.030006,-6.189972 -2.537994,-12.398987 -6.937996,-16.741974c-4.355,-4.390015 -10.550003,-6.946014 -16.742001,-6.915009c-6.184002,-0.031006 -12.379002,2.524994 -16.733002,6.931c-4.396999,4.359009 -6.957998,10.549988 -6.924,16.742004c-0.026999,6.174988 2.534,12.382996 6.938002,16.72699c4.354998,4.403992 10.553999,6.959991 16.738001,6.931c1.778999,0 3.542,-0.263 5.274998,-0.662994c20.91901,34.362 50.445004,63.424988 85.298008,83.539001c36.174988,21.02301 77.998993,32.15799 119.813004,32.097992c41.81601,0.045013 83.639984,-11.074005 119.817993,-32.097992c36.225006,-20.899017 66.796997,-51.427002 87.835999,-87.588989l-9.996002,-5.823029c-20.022003,34.421021 -49.153992,63.500031 -83.636993,83.399017zm-324.410007,-84.431c-6.468998,0.169006 -12.274998,-5.638 -12.102001,-12.106018c-0.181,-6.453979 5.625,-12.259979 12.094002,-12.090973c6.460999,-0.184998 12.278999,5.621002 12.105,12.090973c0.173,6.468018 -5.632999,12.275024 -12.097,12.106018z"/>
12
  <path id="svg_5" fill="#4586e3" d="m484.524994,135.447998c-4.356995,-4.403992 -10.550018,-6.960999 -16.73999,-6.931c-1.048004,-0.015991 -2.095001,0.169998 -3.143005,0.30899c-20.962006,-35.023987 -50.863983,-64.625992 -86.218994,-85.03299c-36.177002,-21.007999 -78.001007,-32.143999 -119.817017,-32.081999c-41.815002,-0.062 -83.638992,11.059 -119.813004,32.081999c-36.236008,20.916 -66.80899,51.441002 -87.835995,87.589005l9.996002,5.821991c20.021999,-34.422997 49.146999,-63.500992 83.632,-83.399994c34.438004,-19.991001 74.186005,-30.572001 114.022003,-30.526001c39.835999,-0.046 79.580994,10.535 114.019989,30.542c33.121002,19.112999 61.213013,46.744003 81.136017,79.396004c-0.947021,0.692001 -1.887024,1.401001 -2.710022,2.231995c-4.39798,4.344009 -6.954987,10.550995 -6.923981,16.727005c-0.031006,6.190994 2.524994,12.382996 6.923981,16.740997c4.350006,4.389999 10.557007,6.962006 16.733002,6.931c6.190002,0.031006 12.382996,-2.524994 16.740021,-6.931c4.405975,-4.358002 6.961975,-10.550003 6.932983,-16.740997c0.028015,-6.17601 -2.526978,-12.382996 -6.93399,-16.727005zm-16.73999,28.832001c-6.460999,0.169998 -12.269012,-5.636993 -12.091003,-12.104996c-0.178009,-6.469009 5.630005,-12.275009 12.091003,-12.091003c6.468994,-0.169006 12.274994,5.621994 12.105988,12.091003c0.170013,6.468994 -5.636993,12.274994 -12.105988,12.104996z"/>
13
 </g>
14
</svg>
modules/uoa-services-portal/trunk/portal-4cli-lib/src/assets/explore.svg
1
<?xml version="1.0" ?><!DOCTYPE svg  PUBLIC '-//W3C//DTD SVG 1.1//EN'  'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'><svg enable-background="new 0 0 128 128" height="128px" id="Clear" version="1.1" viewBox="0 0 128 128" width="128px" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g id="Keywords_research"><path d="M94,61.8   c4.5-8.7,3.1-19.6-4.2-26.8c-9-9-23.5-9-32.5,0s-9,23.5,0,32.5c7.1,7.1,17.6,8.6,26.2,4.5l3.2-1.2" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M49.5,85.2L29,105.7   c-2.7,2.7-7.2,2.7-9.9,0l0,0c-2.7-2.7-2.7-7.2,0-9.9l20.5-20.5c1.6-1.6,4.1-1.6,5.7,0l4.2,4.2C51.1,81.1,51.1,83.6,49.5,85.2z" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M99.9,67.7   c7.5-12,6-27.9-4.4-38.3c-12.1-12.1-31.7-12.1-43.8,0C40.5,40.5,39.6,58,49,70.2l-4.5,4.5" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M50.1,80.3l4.5-4.5   c10.2,7.9,24.1,8.5,34.9,2l3.9-2.7" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M98.3,85.9l0.7,0.7   c2.7,2.7,7.2,2.7,9.9,0l0,0c2.7-2.7,2.7-7.2,0-9.9l-9-9l-12-12c1.6-5.3,0.3-11.4-4.2-15.5C78.1,35,69.1,35,63.5,40.2   c-6.4,5.8-6.5,15.7-0.5,21.7c4.1,4.1,9.9,5.3,15,3.7l3.2,3.2" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><line fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" x1="91.9" x2="93.9" y1="79.5" y2="81.5"/><line fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2" x1="85.9" x2="87.5" y1="73.5" y2="75.1"/><path d="M87.5,75.1l3.2-1.4   c1.7-0.7,3.3,1,2.6,2.6l-1.4,3.2" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M81.1,68.7l3.2-1.4   c1.7-0.7,3.3,1,2.6,2.6l-1,3.5" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><path d="M93.9,81.5l3.2-1.4   c1.7-0.7,3.3,1,2.6,2.6l-1.4,3.2" fill="none" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/><circle cx="73.5" cy="51.3" fill="none" r="4" stroke="#D53B23" stroke-linecap="round" stroke-miterlimit="10" stroke-width="2"/></g></svg>
modules/uoa-services-portal/trunk/portal-4cli-lib/src/assets/explore-custom.css
1 1

  
2 2
.tm-toolbar .uk-subnav-line .custom-explore-li {
3 3
   display: block;
4
  background:#Fb6e50 !important; color:#fff !important;
4
  background:#D03C0D !important;
5
  color:#fff !important;
5 6

  
6 7
}
7

  
8 8
.custom-explore-toolbar   ul.uk-subnav.uk-subnav-line{
9 9
  background-color: #f25f30 !important;
10 10
  }
......
15 15

  
16 16
  .custom-explore-toolbar{
17 17
    border-top-color:#f25f30 !important;
18
  }    
18
  }
19 19
.mainPageSearchForm{
20
  background-image: url("./explore_1.jpg"); background-color: rgb(255, 255, 255); box-sizing: border-box; min-height: calc(100vh - 412.767px);
20
  background-image: linear-gradient(rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('home.jpg');
21

  
21 22
}
22
.explore-numbers h2, .explore-numbers div{
23
  color: #f25f30 !important;
24
  font-weight: 500 !important;
23
.firstPageNumbers{
24
  font-weight: 600 !important;
25
  color: #D03C0D !important;
25 26
}
26 27

  
27
.explore-numbers h2{
28
  font-size: 36px !important;
28
.explore-numbers h2, .explore-numbers div {
29
    font-weight: normal !important;
30
    color: #444 !important;
31
    font-style: italic !important;
29 32
}
30 33

  
34
.explore-numbers h2 {
35
    font-size: 22px !important;
36
}
31 37
.developlink{
32 38
  text-transform: none !important;
33 39
  color: #fff !important;
34
  background: #d13f96;
40
  background: #d13f96 !important;
35 41
  font-weight: 600;
36 42
}
37 43
.providelink{
......
50 56
  font-weight: 600;
51 57
  color: #fff !important;
52 58
}
59
.mainPageBottomInfo{
60
  background: linear-gradient( rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.5)), url('home.jpg');
61
  background-attachment: scroll, scroll;
62
  background-size: auto auto, auto auto;
63
  background-size: cover;
64
  background-attachment: fixed;
65
  box-sizing: border-box;
66
  min-height: calc(100vh - 412.767px);
67
}

Also available in: Unified diff