co-branding.html & styles.css & section.css: #8333 - Updated splash page - added section "Accessing to ARGOS / OpenDMP source code".

This commit is contained in:
Konstantina Galouni 2023-05-30 13:21:30 +03:00
parent 22dc9647f3
commit 4bac942059
3 changed files with 25 additions and 4 deletions

View File

@ -205,7 +205,7 @@ section.benefits {
opacity: 0.81;
}
.co-branding p, .user-guide p, .media-kit p {
.user-guide p, .media-kit p {
text-align: left;
font-family: 'Roboto', sans-serif;
font-weight: 400;

View File

@ -52,7 +52,7 @@ textarea {
opacity: 1;
}
p {
p, ul {
text-align: left;
font-family: 'Roboto', sans-serif;
font-weight: 300;

View File

@ -76,7 +76,7 @@
<div class="title-3">Download ARGOS</div>
</div>
<div class="col">
<p>Open to all to suggest new features and to actively contribute to Argos development via pull
<p class="pt-3">Open to all to suggest new features and to actively contribute to Argos development via pull
requests of code in
<a href="https://code-repo.d4science.org/MaDgiK-CITE/argos" target="_blank">
Gitea
@ -85,11 +85,32 @@
<br>Note that this page is under development.
</p>
</div>
<div class="col d-flex justify-content-center mt-5 pt-5 mb-5 pb-5">
<div class="col d-flex justify-content-center mt-5 mb-5 pb-5">
<a href="https://code-repo.d4science.org/MaDgiK-CITE/argos">
<button class="normal-btn">Download argos</button>
</a>
</div>
<div class="col pt-5 pb-3">
<div class="title-3">Accessing to ARGOS / OpenDMP source code</div>
</div>
<p class="col pt-3">
OpenDMP is the software empowering the ARGOS service. The core of the system is licensed as Free Open-Source Software under the MIT license. You may access the code of OpenDMP under our Gitea repository.
</p>
<p class="col pt-2">
You may modify, use and distribute the software under the terms of the aforementioned license.
</p>
<p class="col pt-2">
Please note that:
</p>
<ul>
<li>no support is provided for OpenDMP code editing and maintenance.</li>
<li>no support is guaranteed for deployment, maintenance and operation of OpenDMP instances. Support in this area may be provided on a best effort policy, to the degree this may improve documentation / knowledge basis for other adopters of the system.</li>
</ul>
<p class="col pt-2">
In case you fix a bug or provide a significant feature that you wish to see being incorporated and supported in future OpenDMP releases, feel free to perform a pull request to our repository. Pull requests will be handled on a best effort policy and according to Argos / OpenDMP roadmap priorities.
</p>
</div>
</section>
<!-- Footer-->