Adds new assets

This commit is contained in:
apapachristou 2020-09-09 17:56:20 +03:00
parent efaebe8574
commit 56cf5a7552
41 changed files with 60 additions and 30 deletions

View File

@ -1,24 +1,24 @@
<!-- custom add: isStepUnique -->
<div *ngIf="currentTourStep && !isOrbShowing">
<div class="guided-tour-user-input-mask" (click)="backdropClick($event)"></div>
<div class="guided-tour-spotlight-overlay"
[style.top.px]="overlayTop"
<div class="guided-tour-spotlight-overlay"
[style.top.px]="overlayTop"
[style.left.px]="overlayLeft"
[style.height.px]="currentTourStep.isStepUnique ? overlayWidth : overlayHeight"
[style.height.px]="currentTourStep.isStepUnique ? overlayWidth : overlayHeight"
[style.width.px]="overlayWidth">
</div>
</div>
<div *ngIf="currentTourStep && !isOrbShowing">
<div #tourStep *ngIf="currentTourStep"
class="tour-step tour-{{ currentTourStep.orientation }}"
<div #tourStep *ngIf="currentTourStep"
class="tour-step tour-{{ currentTourStep.orientation }}"
[ngClass]="{ 'page-tour-step': !currentTourStep.selector }"
[style.top.px]="(currentTourStep.selector && selectedElementRect ? topPosition : null)"
[style.left.px]="(currentTourStep.selector && selectedElementRect ? leftPosition : null)"
[style.width.px]="(currentTourStep.selector && selectedElementRect ? calculatedTourStepWidth : null)"
[style.transform]="(currentTourStep.selector && selectedElementRect ? transform : null)">
<div *ngIf="currentTourStep.selector" class="tour-arrow"></div>
<div class="tour-block d-flex">
<div class="col-11">
<div class="row tour-block d-flex">
<div class="col p-0">
<h3 class="tour-title" *ngIf="currentTourStep.title && currentTourStep.selector">
{{currentTourStep.title}}
</h3>
@ -36,7 +36,10 @@
</button>
</div>
</div>
<div class="argos-present-img col-2"></div>
<div class="col-auto p-0 d-flex align-items-end">
<img src="../../../assets/splash/assets/img/2_Sign_in/Png/Sign In - Copy.png" width="190px" height="210px">
<!-- <div class="argos-present-img"></div> -->
</div>
</div>
</div>
</div>
</div>

View File

@ -90,12 +90,12 @@ ngx-guided-tour {
// transform: translateX(-50%);
// left: 50%;
/*custom add*/
transform: scale(2);
left: 494px;
transform: scale(2);
left: 494px;
}
/*custom add*/
margin-top: 20px;
margin-left: 10px;
margin-left: 10px;
}
&.tour-bottom-right, &.tour-top-right {
@ -153,7 +153,7 @@ ngx-guided-tour {
/*custom add*/
font-weight: lighter !important;
font-size: 16px !important;
padding: 28px 74px 0px 65px;
padding: 28px 5px 0px 65px;
overflow: auto;
text-align: left;
color: #212121;
@ -171,7 +171,7 @@ ngx-guided-tour {
.tour-buttons {
overflow: hidden; // clearfix
padding: 10px 70px 30px 65px; /*custom add*/
padding: 10px 70px 30px 65px; /*custom add*/
button.link-button {
padding-left: 0;
@ -195,7 +195,7 @@ ngx-guided-tour {
// padding-left: 0;
border-left: 0;
/*custom add*/
/*custom add*/
padding: 0;
float: right;
width: 133px;
@ -214,7 +214,7 @@ ngx-guided-tour {
// padding-left: 10px;
// padding-right: 10px;
/*custom add*/
/*custom add*/
float: left;
padding: 10px 0px;;
width: 101px;
@ -234,7 +234,7 @@ ngx-guided-tour {
/*custom add*/
.argos-present-img {
background: url("../../../assets/splash/assets/img/argos\ present.png") no-repeat;
background: url("../../../assets/splash/assets/img/2_Sign_in/Svg/Sign\ In.svg") no-repeat;
min-width: 176px;
height: 220px;
position: relative;

View File

@ -234,7 +234,7 @@ span.facebookIcon {
span.twitterIcon {
background: url("../../../../assets/images/argos-login/NoPath\ -\ Copy\ \(5\).png") no-repeat;
}
span.googleIcon, span.facebookIcon, span.twitterIcon {
@ -318,8 +318,9 @@ span.zenodoIcon {
// }
.laptop-img {
background: url("../../../../assets/splash/assets/img/laptop.png") no-repeat;
width: 116px;
// background: url("../../../../assets/splash/assets/img/laptop.png") no-repeat;
background: url("../../../../assets/splash/assets/img/1_Main/Png/Who\ \ \ Benefits\ Small.png") no-repeat;
width: 164px;
height: 200px;
position: relative;
top: -140px;

View File

@ -13,7 +13,8 @@
</p>
<div class="d-flex">
<button type="button" class="col-auto align-self-center normal-btn" (click)="openNewDmpDialog()">{{'DASHBOARD.START-YOUR-FIRST-DMP' | translate}}</button>
<img class="col-auto ml-auto laptop-img" src="../../../assets/splash/assets/img/laptop.png" width="116" height="139">
<!-- <img class="col-auto ml-auto laptop-img" src="../../../assets/splash/assets/img/laptop.png" width="116" height="139"> -->
<img class="col-auto ml-auto laptop-img">
</div>
</div>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 395 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 205 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 457 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 482 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 158 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 183 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 196 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 185 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 277 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 241 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.0 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.8 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 471 KiB

After

Width:  |  Height:  |  Size: 471 KiB

View File

Before

Width:  |  Height:  |  Size: 240 KiB

After

Width:  |  Height:  |  Size: 240 KiB

View File

Before

Width:  |  Height:  |  Size: 287 KiB

After

Width:  |  Height:  |  Size: 287 KiB

View File

Before

Width:  |  Height:  |  Size: 483 KiB

After

Width:  |  Height:  |  Size: 483 KiB

View File

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

View File

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 109 KiB

View File

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 178 KiB

View File

Before

Width:  |  Height:  |  Size: 106 KiB

After

Width:  |  Height:  |  Size: 106 KiB

View File

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

View File

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 103 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

@ -88,7 +88,8 @@
</div>
</div>
<div class="col-auto ml-auto">
<img src="assets/img/1.png" width="363" height="330">
<!-- <img src="assets/img/1.png" width="363" height="330"> -->
<img src="assets/img/1_Main/Png/Plan and follow your data.png" width="363" height="445">
</div>
</div>
</div>
@ -128,7 +129,9 @@
<div class="row features-layout">
<div class="col">
<div class="row feature-img">
<div class="col-auto"><img src="assets/img/Asset 15.svg" width="84" height="107"></div>
<!-- <div class="col-auto"><img src="assets/img/Asset 15.svg" width="84" height="107"></div> -->
<!-- <div class="col-auto"><img src="assets/img/1_Main/Png/Produce DMP outputs.png" width="84" height="107"></div> -->
<div class="col-auto"><img src="assets/img/1_Main/Svg/Asset 77.svg" width="84" height="107"></div>
</div>
<div class="row justify-content-center">
<div class="feature-subtitle">Produce DMP outputs</div>
@ -142,7 +145,9 @@
</div>
<div class="col">
<div class="row feature-img">
<img src="assets/img/Asset 14.svg" width="84" height="107">
<!-- <img src="assets/img/Asset 14.svg" width="84" height="107"> -->
<!-- <img src="assets/img/1_Main/Png/Update DMPs.png" width="84" height="107"> -->
<img src="assets/img/1_Main/Svg/Asset 76.svg" width="84" height="107">
</div>
<div class="row justify-content-center">
<div class="feature-subtitle">Update DMPs</div>
@ -158,7 +163,9 @@
<div class="row features-layout">
<div class="col">
<div class="row feature-img">
<img src="assets/img/Asset 12.svg" width="84" height="107">
<!-- <img src="assets/img/Asset 12.svg" width="84" height="107"> -->
<!-- <img src="assets/img/1_Main/Png/Re-use datasets _ templates.png" width="84" height="107"> -->
<img src="assets/img/1_Main/Svg/Asset 75.svg" width="84" height="107">
</div>
<div class="row justify-content-center">
<div class="feature-subtitle">Re-use datasets & templates</div>
@ -172,7 +179,9 @@
</div>
<div class="col">
<div class="row feature-img">
<img src="assets/img/Asset 10.svg" width="84" height="107">
<!-- <img src="assets/img/Asset 10.svg" width="84" height="107"> -->
<!-- <img src="assets/img/1_Main/Png/Import and Export DMPs.png" width="84" height="107"> -->
<img src="assets/img/1_Main/Svg/Asset 74.svg" width="84" height="107">
</div>
<div class="row justify-content-center">
<div class="feature-subtitle">Import and Export DMPs</div>
@ -188,7 +197,9 @@
<div class="row features-layout">
<div class="col">
<div class="row feature-img">
<img src="assets/img/Asset 11.svg" width="84" height="107">
<!-- <img src="assets/img/Asset 11.svg" width="84" height="107"> -->
<!-- <img src="assets/img/1_Main/Png/Customise dataset descriptions.png" width="84" height="107"> -->
<img src="assets/img/1_Main/Svg/Asset 73.svg" width="84" height="107">
</div>
<div class="row justify-content-center">
<div class="feature-subtitle">Customise dataset descriptions</div>
@ -202,7 +213,9 @@
</div>
<div class="col">
<div class="row feature-img">
<img src="assets/img/Asset 13.svg" width="84" height="107">
<!-- <img src="assets/img/Asset 13.svg" width="84" height="107"> -->
<!-- <img src="assets/img/1_Main/Png/Connect with OpenAIRE _ EOSC.png" width="84" height="107"> -->
<img src="assets/img/1_Main/Svg/Asset 72.svg" width="84" height="107">
</div>
<div class="row justify-content-center">
<div class="feature-subtitle">Connect with OpenAIRE & EOSC</div>
@ -228,7 +241,8 @@
<div class="col">
<div class="row justify-content-center">
<div class="col-auto">
<img src="assets/img/2 - Copy.png" width="116" height="139">
<!-- <img src="assets/img/2 - Copy.png" width="116" height="139"> -->
<img src="assets/img/1_Main/Png/Who Benefits copy.png" width="119" height="139">
</div>
</div>
</div>
@ -315,7 +329,8 @@
<div class="container">
<div class="row justify-content-around">
<div class="col-auto">
<img class="mirror" src="assets/img/3.png" width="311" height="309">
<!-- <img class="mirror" src="assets/img/1_Main_PreviousVersion/Png/3.png" width="311" height="309"> -->
<img class="mirror" src="assets/img/1_Main/Png/co-branding-m.png" width="311" height="360">
</div>
<div class="col-auto">
<div class="row">