[Trunk|Connect]: Add new images
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@56272 d315682c-612b-4755-9ff5-7f18f6832af3
|
@ -181,7 +181,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-margin-large-top home-background uk-background-norepeat uk-background-cover">
|
<div class="uk-margin-large-top home-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
||||||
<div class="uk-container uk-container-large">
|
<div class="uk-container uk-container-large">
|
||||||
<gif-slider [gifs]="gifs" [link]="true" [linkTitle]="'learn more'" [route]="'/about'">
|
<gif-slider [gifs]="gifs" [link]="true" [linkTitle]="'learn more'" [route]="'/about'">
|
||||||
</gif-slider>
|
</gif-slider>
|
||||||
|
@ -219,11 +219,11 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<helper div="connect-test"></helper>
|
<helper div="connect-test"></helper>
|
||||||
<div class="contact-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
<div class="contact-banner uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
||||||
<div class="uk-container uk-container-large uk-section">
|
<div class="uk-container uk-container-large uk-section">
|
||||||
<div class="uk-flex uk-flex-middle uk-padding uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
|
<div class="uk-flex uk-flex-middle uk-padding uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
|
||||||
<div class="uk-text-center">
|
<div class="uk-text-center">
|
||||||
<img width="237" height="250" src="../../assets/contact/2.png">
|
<img width="237" height="250" src="../../assets/contact/1.png">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h1>Let us Help you Develop a Collaborative Science Gateway. It is fast. It is reliable.</h1>
|
<h1>Let us Help you Develop a Collaborative Science Gateway. It is fast. It is reliable.</h1>
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
<div *ngIf="showLoading" class="uk-margin-large">
|
<div class="contact-background image-front-topbar uk-section-large uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color" uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent="light" tm-header-transparent-placeholder="">
|
||||||
<div class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert"><span class="loading-gif uk-align-center" ></span></div>
|
|
||||||
</div>
|
|
||||||
<div *ngIf="!showLoading" class="image-front-topbar home-background uk-section-large uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color" uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent="light">
|
|
||||||
<div style=" min-height: 350px;" class="uk-section uk-padding-remove-bottom uk-flex uk-flex-middle">
|
<div style=" min-height: 350px;" class="uk-section uk-padding-remove-bottom uk-flex uk-flex-middle">
|
||||||
<div class="uk-align-center">
|
<div class="uk-align-center">
|
||||||
<div class="uk-container uk-container-large">
|
<div *ngIf="showLoading" class="uk-margin-large">
|
||||||
|
<div class="uk-animation-fade uk-margin-top uk-width-1-1" role="alert"><span class="loading-gif uk-align-center" ></span></div>
|
||||||
|
</div>
|
||||||
|
<div *ngIf="!showLoading" class="uk-container uk-container-large">
|
||||||
<div class="uk-grid-divider" uk-grid>
|
<div class="uk-grid-divider" uk-grid>
|
||||||
<div class="uk-width-1-2@m uk-width-1-1@s">
|
<div class="uk-width-1-2@m uk-width-1-1@s">
|
||||||
<h4 class="uk-margin-auto uk-h4 uk-text-bold">Contact us and create your community profile</h4>
|
<h4 class="uk-margin-auto uk-h4 uk-text-bold">Contact us and create your community profile</h4>
|
||||||
|
|
|
@ -10,7 +10,7 @@ import {FAQ} from "../openaireLibrary/utils/entities/FAQ";
|
||||||
template: `
|
template: `
|
||||||
<div class="image-front-topbar" uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent="light" tm-header-transparent-placeholder="">
|
<div class="image-front-topbar" uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent="light" tm-header-transparent-placeholder="">
|
||||||
<div style=" min-height: calc(7.89999px + 60vh);"
|
<div style=" min-height: calc(7.89999px + 60vh);"
|
||||||
class="uk-padding-remove-bottom cloud-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color" >
|
class="uk-padding-remove-bottom about-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color" >
|
||||||
<div class="uk-section uk-margin-large-top">
|
<div class="uk-section uk-margin-large-top">
|
||||||
<div class="uk-container uk-container-large">
|
<div class="uk-container uk-container-large">
|
||||||
<div class="uk-margin-large-top" uk-grid>
|
<div class="uk-margin-large-top" uk-grid>
|
||||||
|
@ -65,12 +65,12 @@ import {FAQ} from "../openaireLibrary/utils/entities/FAQ";
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-section">
|
<div class="cloud-abstract uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
||||||
<div class="uk-container uk-container-large">
|
<div class="uk-container uk-container-large">
|
||||||
<gif-slider [gifs]="gifs"></gif-slider>
|
<gif-slider [gifs]="gifs"></gif-slider>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="contact-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
<div class="contact-banner uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
||||||
<div class="uk-container uk-container-large uk-section">
|
<div class="uk-container uk-container-large uk-section">
|
||||||
<div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
|
<div class="uk-flex uk-flex-middle uk-child-width-1-1@s uk-child-width-1-2@m" uk-grid>
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -8,7 +8,7 @@ import {EnvProperties} from '../../openaireLibrary/utils/properties/env
|
||||||
selector: 'learn-in-depth',
|
selector: 'learn-in-depth',
|
||||||
template: `
|
template: `
|
||||||
<div class="image-front-topbar uk-section-overlap uk-position-relative uk-preserve-color" uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent="light" tm-header-transparent-placeholder="">
|
<div class="image-front-topbar uk-section-overlap uk-position-relative uk-preserve-color" uk-scrollspy="{"target":"[uk-scrollspy-class]","cls":"uk-animation-fade","delay":false}" tm-header-transparent="light" tm-header-transparent-placeholder="">
|
||||||
<div class="cloud1-background uk-background-norepeat uk-background-cover uk-section uk-padding-remove-bottom" >
|
<div class="cloud-background uk-background-norepeat uk-background-cover uk-section uk-padding-remove-bottom" >
|
||||||
<div class="uk-container uk-container-large uk-section">
|
<div class="uk-container uk-container-large uk-section">
|
||||||
<div uk-grid>
|
<div uk-grid>
|
||||||
<div class="uk-margin-large-top uk-width-3-4@m uk-width-1-1@s">
|
<div class="uk-margin-large-top uk-width-3-4@m uk-width-1-1@s">
|
||||||
|
@ -162,13 +162,13 @@ import {EnvProperties} from '../../openaireLibrary/utils/properties/env
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="contact-background uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
<div class="contact-banner uk-background-norepeat uk-background-cover uk-section-secondary uk-section-overlap uk-position-relative uk-preserve-color">
|
||||||
<div class="uk-container uk-container-large uk-section">
|
<div class="uk-container uk-container-large uk-section">
|
||||||
<div class="uk-flex uk-flex-middle uk-padding uk-child-width-1-1@s" uk-grid>
|
<div class="uk-flex uk-flex-middle uk-padding uk-child-width-1-1@s" uk-grid>
|
||||||
|
|
||||||
<div class="uk-width-1-3@m">
|
<div class="uk-width-1-3@m">
|
||||||
<div class="uk-margin-left">
|
<div class="uk-margin-left">
|
||||||
<img width="330" height="250" src="../../assets/contact/3.png">
|
<img width="330" height="250" src="../../assets/contact/2.png">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="uk-padding-remove-vertical uk-padding-large uk-margin-large-left uk-width-3-5@m">
|
<div class="uk-padding-remove-vertical uk-padding-large uk-margin-large-left uk-width-3-5@m">
|
||||||
|
|
Before Width: | Height: | Size: 268 KiB After Width: | Height: | Size: 15 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 18 KiB |
Before Width: | Height: | Size: 409 KiB After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 3.6 MiB After Width: | Height: | Size: 63 KiB |
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 257 KiB |
After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 897 KiB After Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 170 KiB |
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 191 KiB After Width: | Height: | Size: 57 KiB |
|
@ -50,28 +50,37 @@
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact-banner {
|
||||||
|
background-color: #CFDEF1;
|
||||||
|
}
|
||||||
|
|
||||||
.contact-background {
|
.contact-background {
|
||||||
background-image: url("./contact/background.png") !important;
|
background-image: url("./contact/background.png") !important;
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.banner-background {
|
.about-background {
|
||||||
background-image: url("./banner/background.png") !important;
|
background-image: url("./about/background.png") !important;
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
.cloud-background {
|
.cloud-background {
|
||||||
background-image: url("./cloud/background.png") !important;
|
background-image: url("./cloud/background.png") !important;
|
||||||
background-color: rgb(255, 255, 255);
|
|
||||||
}
|
|
||||||
|
|
||||||
.cloud1-background {
|
|
||||||
background-image: url("./cloud/1.png") !important;
|
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cloud-abstract {
|
||||||
|
background-image: url("./cloud/abstract.png") !important;
|
||||||
|
background-color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
|
||||||
|
.banner-background {
|
||||||
|
background-image: url("banner/background.png") !important;
|
||||||
|
background-color: rgb(255, 255, 255);
|
||||||
|
}
|
||||||
|
|
||||||
.home-background {
|
.home-background {
|
||||||
background-image: url("home/background.jpg") !important;
|
background-image: url("home/background.png") !important;
|
||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -239,4 +248,4 @@ div:not(.connect_App) bottom .uk-totop{
|
||||||
.img-sketch {
|
.img-sketch {
|
||||||
height:20%;
|
height:20%;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
Before Width: | Height: | Size: 661 KiB After Width: | Height: | Size: 233 KiB |
Before Width: | Height: | Size: 834 KiB After Width: | Height: | Size: 87 KiB |
Before Width: | Height: | Size: 953 KiB After Width: | Height: | Size: 85 KiB |
Before Width: | Height: | Size: 948 KiB |
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 27 KiB |
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 210 KiB After Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 54 KiB |
Before Width: | Height: | Size: 699 KiB |
After Width: | Height: | Size: 94 KiB |
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 181 KiB |