-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
15 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|