Skip to content

Commit

Permalink
Adding OpenSearch as a framework used by InvenioILS
Browse files Browse the repository at this point in the history
  • Loading branch information
psaiz authored and ntarocco committed Mar 19, 2024
1 parent 09c1bb1 commit 68f88df
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 7 deletions.
4 changes: 4 additions & 0 deletions assets/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ h2.section-title {
-webkit-box-shadow: -7px 10px 12px rgba(0, 0, 0, 0.175);
}

img.flavour {
max-width: 100%;
}

/* Welcome features section */

.welcome-features-col h2 {
Expand Down
Binary file removed assets/static/img/logo-elasticsearch.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion assets/static/img/logo-elasticsearch.svg

This file was deleted.

7 changes: 7 additions & 0 deletions assets/static/img/logo-opensearch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions templates/products/framework.html
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,10 @@ <h6>REST API</h6>
<h6 class="section-subtitle">Invenio's core is relying on some of the world's top open source products</h6>
<div class="row">
<div class="col-md-4">
<img class="flavour" src="{{ '/static/img/logo-elasticsearch.svg'|asseturl }}"/>
<h6>Elasticsearch</h6>
<img class="flavour" src="{{ '/static/img/logo-opensearch.svg'|asseturl }}"/>
<h6>OpenSearch</h6>
<p>
<a href="https://www.elastic.co/products/elasticsearch">Elasticsearch</a> is an extremely fast JSON-native distributed search engine supporting anything from full-text to geospatial queries.
<a href="https://opensearch.org/">OpenSearch</a> is an extremely fast JSON-native distributed search engine supporting anything from full-text to geospatial queries.
</p>
</div>
<div class="col-md-4">
Expand Down
6 changes: 3 additions & 3 deletions templates/products/ils.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,10 +147,10 @@ <h6>REST API</h6>
<h6 class="section-subtitle">InvenioILS relies on Invenio Framework's core which uses some of the world's top open source products</h6>
<div class="row">
<div class="col-md-6">
<img class="flavour" src="{{ '/static/img/logo-elasticsearch.svg'|asseturl }}"/>
<h6>Elasticsearch</h6>
<img class="flavour" src="{{ '/static/img/logo-opensearch.svg'|asseturl }}"/>
<h6>OpenSearch</h6>
<p>
<a href="https://www.elastic.co/products/elasticsearch">Elasticsearch</a> is an extremely fast JSON-native distributed search engine supporting anything from full-text to geospatial queries.
<a href="https://opensearch.org/">OpenSearch</a> is an extremely fast JSON-native distributed search engine supporting anything from full-text to geospatial queries.
</p>
</div>
<div class="col-md-6">
Expand Down

0 comments on commit 68f88df

Please sign in to comment.