diff --git a/dmp-frontend/src/app/app.component.scss b/dmp-frontend/src/app/app.component.scss index 799c9da77..634a06f22 100644 --- a/dmp-frontend/src/app/app.component.scss +++ b/dmp-frontend/src/app/app.component.scss @@ -13,5 +13,5 @@ .sidebar-shadow { box-shadow: 0 4px 18px 0px rgba(0, 0, 0, 0.12), 0 7px 10px -5px rgba(0, 0, 0, 0.15); - z-index: 10000; + z-index: 100; } diff --git a/dmp-frontend/src/app/ui/about/about.component.html b/dmp-frontend/src/app/ui/about/about.component.html index f5a093b68..b96169314 100644 --- a/dmp-frontend/src/app/ui/about/about.component.html +++ b/dmp-frontend/src/app/ui/about/about.component.html @@ -1,10 +1,17 @@ -
+

{{ 'ABOUT.TITLE' | translate}}

+
+

OpenDMP is an online tool in support of automated processes to creating, managing, sharing and linking DMPs with research artifacts they correspond to. It is the joint effort of OpenAIRE and EUDAT to deliver an open platform for Data Management Planning that addresses FAIR and Open best practices and assumes no barriers for its use and adoption. It does so by applying common standards for machine-actionable DMPs as defined by the global research data community of RDA and by communicating and consulting with researchers, research communities and funders to better reflect on their needs. +

OpenDMP provides a flexible environment and an easy interface for users to navigate and use.

+
+
+ + +
diff --git a/dmp-frontend/src/app/ui/about/about.component.scss b/dmp-frontend/src/app/ui/about/about.component.scss index d5f374541..bffb488a2 100644 --- a/dmp-frontend/src/app/ui/about/about.component.scss +++ b/dmp-frontend/src/app/ui/about/about.component.scss @@ -1,8 +1,12 @@ -h1{ - text-align: center; +h1 { + text-align: center; } -img{ - height: 150px; - width: 100%; -} \ No newline at end of file +img { + height: 150px; + width: 100%; +} + +.about-component { + margin-top: 80px; +} diff --git a/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html b/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html index a5ecda48c..d5cc013fd 100644 --- a/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html +++ b/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html @@ -1,7 +1,7 @@

Welcome to OpenDMP

-

Lorem ipsum dolor sit amet concectetum lorem ipsum

+

Create, Link, Share Data Management Plans

diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index c29917b14..bf404b30f 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -866,7 +866,7 @@ } }, "ABOUT": { - "TITLE": "-Our Mission-", + "TITLE": "-About-", "MAIN-CONTENT": "Our goal is to make your research data FAIR, that is findable, accessible,interoperable and re-usable. These principles precede implementation choices and do not necessarily suggest any specific technology, standard, or implementation solution.", "CONTRIBUTORS": "Contributors", "WELCOME": "Welcome to OpenDMP",