minor fixes
This commit is contained in:
parent
676cf654e7
commit
f5d2fca682
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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">
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue