minor fixes

This commit is contained in:
Diamantis Tziotzios 2019-09-05 14:49:41 +03:00
parent 676cf654e7
commit f5d2fca682
5 changed files with 24 additions and 13 deletions

View File

@ -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;
}

View File

@ -1,10 +1,17 @@
<div class="container">
<div class="container about-component">
<div class="row">
<div class="col-md-12">
<h1>{{ 'ABOUT.TITLE' | translate}}</h1>
</div>
</div>
<div class="row">
<div class="col-md-12">
<p>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.
<br /><br />OpenDMP provides a flexible environment and an easy interface for users to navigate and use.</p>
</div>
</div>
<!-- <div class="row">
<div class="col-md-12">
<h3>{{ 'ABOUT.MAIN-CONTENT'| translate}}</h3>
</div>
@ -13,8 +20,8 @@
<div class="col-md-12">
<h1>{{ 'ABOUT.CONTRIBUTORS'| translate}}</h1>
</div>
</div>
<div class="row d-flex justify-content-center">
</div> -->
<!-- <div class="row d-flex justify-content-center">
<div class="col-md-2">
<img src="/assets/images/logo_cite.png">
</div>
@ -22,5 +29,5 @@
<div class="col-md-2">
<img src="/assets/images/logo_cite.png">
</div>
</div>
</div> -->
</div>

View File

@ -1,8 +1,12 @@
h1{
text-align: center;
h1 {
text-align: center;
}
img{
height: 150px;
width: 100%;
}
img {
height: 150px;
width: 100%;
}
.about-component {
margin-top: 80px;
}

View File

@ -1,7 +1,7 @@
<div class="header-image">
<div class="header-text-container">
<h3>Welcome to OpenDMP</h3>
<h4>Lorem ipsum dolor sit amet concectetum lorem ipsum</h4>
<h4>Create, Link, Share Data Management Plans</h4>
</div>
</div>
<div class="explore-dmp-content">

View File

@ -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",