Skip to content

Commit

Permalink
hosting update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Mar 4, 2025
1 parent 48b7ad8 commit 2d29ed5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
12 changes: 5 additions & 7 deletions assets/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ img.flavour {
.instances-section p {
text-align: justify;
}
.instances-section ul{
.instances-section ul {
text-align: left;
}

Expand Down Expand Up @@ -903,7 +903,7 @@ i.large-icon {
}
.hosting-section img {
max-height: 6em;
max-width: 9em;
max-width: 100%;
margin-bottom: 40px;
}
/* about */
Expand Down Expand Up @@ -1035,14 +1035,12 @@ h2 {
height: auto;
margin: 0 0 20px 0;
}
@media only screen and (min-device-width: 993px),
only screen and (min-width: 993px) {
@media only screen and (min-device-width: 993px), only screen and (min-width: 993px) {
.flex-center-vertically {
flex-direction: column;
}
}
@media only screen and (max-device-width: 992px),
only screen and (max-width: 993px) {
@media only screen and (max-device-width: 992px), only screen and (max-width: 993px) {
.flex-center-vertically {
flex-direction: row;
}
Expand Down Expand Up @@ -1164,7 +1162,7 @@ article img {
.post-content h3 {
font-size: 1.2em;
}
/* better feature image cropping */
/* better feature image cropping */
.blog-list-item-content img {
width: 100%;
height: 100%;
Expand Down
Binary file added assets/static/img/logo-ubiquity repositories.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 10 additions & 2 deletions templates/support.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,21 @@ <h6><i class="fa fa-github"></i> <a href="{{ '/events/'|url }}">Events & Trainin
<div class="container">
<span class="section-title">Looking for cloud hosting and/or commercial support?</span>
<div class="row">
<div class="col-md-6 centered">
<div class="col-md-4 centered">
<a href="https://cottagelabs.com"><img src="{{ '/static/img/logo-cottagelabs.png'|asseturl }}"></a>
</div>
<div class="col-md-6">
<div class="col-md-8">
<p><a href="https://cottagelabs.com">Cottage Labs</a> is a partnership of data experts who can help you understand and utilise your data more effectively. They provide custom development and integration services on Invenio to meet your needs.</p>
</div>
</div>
<div class="row">
<div class="col-md-4 centered">
<a href="https://ubiquitypress.com"><img src="{{ '/static/img/logo-ubiquity repositories.png'|asseturl }}"></a>
</div>
<div class="col-md-8">
<p><a href="https://ubiquity.pub/repositories/">Ubiquity Repositories</a> offers cloud-hosted InvenioRDM with no contractual lock-in. Suitable for both large and small institutions, they provide high-quality hosting of research, teaching materials and collections. Performance and scalability are guaranteed.</p>
</div>
</div>
<div class="row">
<p class="small text-muted text-center">Providing commercial InvenioRDM services? <a href="mailto:[email protected]">Contact us</a> to be shown here.</p>
</div>
Expand Down

0 comments on commit 2d29ed5

Please sign in to comment.