diff --git a/dmp-frontend/src/app/ui/auth/login/login.component.html b/dmp-frontend/src/app/ui/auth/login/login.component.html index c3000c009..d59eb0c84 100644 --- a/dmp-frontend/src/app/ui/auth/login/login.component.html +++ b/dmp-frontend/src/app/ui/auth/login/login.component.html @@ -1,4 +1,84 @@
+ +
+
+

{{'GENERAL.TITLES.SIGN-IN' | translate}}

+
+
    +
  • +
    + + + +
    +
  • +
  • + +
  • +
  • +
    + +
    + +
  • +
+
+ +
+
+ + + + + + + - + --> + + + + - + --> + + \ No newline at end of file diff --git a/dmp-frontend/src/app/ui/auth/login/login.component.scss b/dmp-frontend/src/app/ui/auth/login/login.component.scss index 5d5f9402c..54769b1fc 100644 --- a/dmp-frontend/src/app/ui/auth/login/login.component.scss +++ b/dmp-frontend/src/app/ui/auth/login/login.component.scss @@ -1,10 +1,12 @@ .login-screen { margin-top: 70px; + // min-height: 517.44px; min-height: calc(100vh - 10px); } .login-card { - width: auto; + // width: auto; + width: 510.92px; margin-top: 0; } @@ -28,6 +30,20 @@ margin-top: 40px; } +.title { + text-align: center; + font: Bold 38px/82px Roboto; + height: 60px; + letter-spacing: -0.95px; + color: #23BCBA; + margin-bottom: 21px; +} + +.line { + border-top: 5px solid #23BCBA; + width: 116px; +} + .container { height: 100%; position: relative; @@ -106,7 +122,7 @@ .social-btns i { font-size: 2.5em; padding: 0.8em; - color: #fff; + // color: #fff; } .social-btns .col { @@ -270,15 +286,24 @@ span.zenodoIcon { width: fit-content; } -.login-logo { - background: url(img/open-dmp.png) no-repeat; - width: 273px; - height: 300px; - background-size: cover; +// .login-logo { +// background: url(img/open-dmp.png) no-repeat; +// width: 273px; +// height: 300px; +// background-size: cover; +// } + +.laptop-img { + background: url("../../../../assets/splash/assets/img/laptop.png") no-repeat; + width: 116px; + height: 139px; + position: relative; + top: 60px; + left: 245px; } .login-bg { - background: url(img/login_bg.png) no-repeat; + // background: url(img/login_bg.png) no-repeat; background-size: cover; } diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index 9a2775a24..cd9179861 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -126,7 +126,8 @@ "DATASET-PROFILES-CLONE": "New Clone of Dataset Description Template", "LANGUAGE-EDITOR": "Language Editor", "GUIDE-EDITOR": "User Guide Editor", - "LANGUAGE": "Language" + "LANGUAGE": "Language", + "SIGN-IN":"Sign in to account" }, "FILE-TYPES": { "PDF": "PDF", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index daa44f273..278a83fa2 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -125,7 +125,8 @@ "DATASET-PROFILES-CLONE": "Nueva copia de la plantilla de descripción del Dataset", "LANGUAGE-EDITOR": "Language Editor", "GUIDE-EDITOR": "User Guide Editor", - "LANGUAGE": "Language" + "LANGUAGE": "Language", + "SIGN-IN":"Sign in to account" }, "FILE-TYPES": { "PDF": "PDF", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 11fa6209a..0bdaa15a7 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -125,7 +125,8 @@ "DATASET-PROFILES-CLONE": "Νέα Κλωνοποίηση του template Περιγραφής Συνόλου Δεδομένων", "LANGUAGE-EDITOR": "Επεξεργασία γλώσσας", "GUIDE-EDITOR": "Επεξεργασία Οδηγού Χρήσης", - "LANGUAGE": "Γλώσσα" + "LANGUAGE": "Γλώσσα", + "SIGN-IN":"Sign in to account" }, "FILE-TYPES": { "PDF": "PDF",