Skip to content

Commit

Permalink
fixed footer
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricdcc committed Aug 22, 2023
1 parent 9a95485 commit dac60f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
17 changes: 5 additions & 12 deletions src/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,15 @@
<rocrate-preview-widget rocrate="./ro-crate-metadata.json" rocrate_name="{{title}}" version="{{version}}" ></rocrate-preview-widget>
<div class="footer" style="display: flex;flex-direction: row;justify-content: space-between;">
<p></p>
<p>Created by
<a href="https://github.com/vliz-be-opsci/rocrate-to-pages"> rocrate-to-pages </a>
from
<a href="https://open-science.vliz.be/" target="_blank">
<img src="https://open-science.vliz.be/img/VLIZ_LOGO.svg" alt="@vliz-be-opsci" class="footer_logo"/>
</a>
with data
<a href="https://github.com/{{title}}" target="_blank">
<img src="https://open-science.vliz.be/img/github-logo.svg" alt="data-location" class="footer_logo"/>
<p>Created by
<a href="https://github.com/vliz-be-opsci/rocrate-to-pages">rocrate-to-pages</a> from
<a href="https://open-science.vliz.be/" target="_blank" rel="noreferrer"><img src="https://open-science.vliz.be/img/VLIZ_LOGO.svg" alt="@vliz-be-opsci" class="footer_logo"/></a>with data
<a href="https://github.com/{{title}}" target="_blank" rel="noreferrer"><img src="https://open-science.vliz.be/img/github-logo.svg" alt="data-location" class="footer_logo"/>
</a>
</p>
<p>
as
<a href="./ro-crate-metadata.json">
<img src="https://open-science.vliz.be/img/rdf-logo.svg" alt="ro-crate-metadata.json" class="footer_logo"/>
</a>
<a href="./ro-crate-metadata.json" rel="noreferrer"><img src="https://open-science.vliz.be/img/rdf-logo.svg" alt="ro-crate-metadata.json" class="footer_logo"/></a>
</p>
</div>
</div>
Expand Down
13 changes: 5 additions & 8 deletions src/templates/overarching_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,17 @@ <h1>RO-Crate preview index for {{ title }}</h1>
<p>This index was made using the repo <code>{{config.RELEASE_versioning}}s</code></p>
<div class="footer" style="display: flex;flex-direction: row;justify-content: space-between;">
<p></p>
<p>Created by
<a href="https://github.com/vliz-be-opsci/rocrate-to-pages"> rocrate-to-pages </a>
from
<a href="https://open-science.vliz.be/" target="_blank">
<img src="https://open-science.vliz.be/img/VLIZ_LOGO.svg" alt="@vliz-be-opsci" class="footer_logo"/>
<p>Created by
<a href="https://github.com/vliz-be-opsci/rocrate-to-pages">rocrate-to-pages</a> from
<a href="https://open-science.vliz.be/" target="_blank" rel="noreferrer"><img src="https://open-science.vliz.be/img/VLIZ_LOGO.svg" alt="@vliz-be-opsci" class="footer_logo"/>
</a>
with data
<a href="https://github.com/{{title}}" target="_blank">
<img src="https://open-science.vliz.be/img/github-logo.svg" alt="data-location" class="footer_logo"/>
<a href="https://github.com/{{title}}" target="_blank" rel="noreferrer"><img src="https://open-science.vliz.be/img/github-logo.svg" alt="data-location" class="footer_logo"/>
</a>
</p>
<p>
as
<a href="./metadata.ttl">
<a href="./metadata.ttl" rel="noreferrer">
<img src="https://open-science.vliz.be/img/rdf-logo.svg" alt="metadata.ttl" class="footer_logo"/>
</a>
</p>
Expand Down

0 comments on commit dac60f8

Please sign in to comment.