Skip to content

Commit

Permalink
Merge pull request #81 from FAIRdom/phil-branch
Browse files Browse the repository at this point in the history
Centered image class (on FAIRDOM-SEEK image)
  • Loading branch information
stuzart authored Jun 21, 2024
2 parents 56839b9 + 8460a03 commit 99fc5ec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion _sass/_custom_classes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,13 @@ main .form-control::placeholder {
}
main .form-control::-ms-input-placeholder { /* Edge 12-18 */
color: $primary;
}
}

/* ----- included image using ETT code ----- */

figure.screenshot {
/* centered image */
margin-left: auto;
margin-right: auto;
max-width: 70%;
}
4 changes: 2 additions & 2 deletions pages/fairdom_platform/fairdomseek.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is a mature web-based resource for organising,
sharing and publishing heterogeneous scientific research datasets, models or simulations, protocols, workflows, samples, publications and other research outcomes.
It preserves associations between them, along with information about the people and organisations.

{% include image.html file="fairdom-seek.png" alt="FAIRDOM-SEEK" max-width='20em' click=true %}
{% include image.html file="fairdom-seek.png" alt="FAIRDOM-SEEK" click=true class='screenshot' %}

The platform enables the building of Project Hubs where investigators can store, share, access, connect and interact with digital objects generated from their research,
and use them in their own analyses.
Expand All @@ -28,4 +28,4 @@ You can also easily install your own instance of FAIRDOM-SEEK on Ubuntu or other
installed using Docker. For more information see [Getting FAIRDOM-SEEK](https://docs.seek4science.org/get-seek.html).

If you wish to contribute to FAIRDOM-SEEK, either through providing code, requesting features or updating the documentation, then please
visit [Contributing](https://docs.seek4science.org/contributing.html).
visit [Contributing](https://docs.seek4science.org/contributing.html).

0 comments on commit 99fc5ec

Please sign in to comment.