diff --git a/_sass/_custom_classes.scss b/_sass/_custom_classes.scss index ed0fd46..bc52bc0 100644 --- a/_sass/_custom_classes.scss +++ b/_sass/_custom_classes.scss @@ -137,4 +137,13 @@ main .form-control::placeholder { } main .form-control::-ms-input-placeholder { /* Edge 12-18 */ color: $primary; -} \ No newline at end of file +} + +/* ----- included image using ETT code ----- */ + +figure.screenshot { + /* centered image */ + margin-left: auto; + margin-right: auto; + max-width: 70%; +} diff --git a/pages/fairdom_platform/fairdomseek.md b/pages/fairdom_platform/fairdomseek.md index d4f00a1..3f5ef08 100644 --- a/pages/fairdom_platform/fairdomseek.md +++ b/pages/fairdom_platform/fairdomseek.md @@ -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. @@ -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). \ No newline at end of file +visit [Contributing](https://docs.seek4science.org/contributing.html).