Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions _docs/imprint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
permalink: /docs/imprint
title: Imprint
---

# Published by:

eProsima,

Plaza de la Encina 10-11 Nucleo 4 2ª Planta,

28760 Tres Cantos,

Madrid, Spain.

E-mail: info@eprosima.com

Telephone: +34 918043448

Represented by the CEO:
Jaime Martin Losa.

# Edited by:

OFERA Consortium members:

* eProsima.
* Robert Bosch GmbH.
* ŁUKASIEWICZ - Instytut PIAP.
* FIWARE Foundation.

# Disclaimer

The editors made an effort to ensure that the content of this web site is kept up to date, keeping it accurate and complete.
Nevertheless, errors can be present.
The editors and publisher(s) do not give any warranty in terms of the accuracy or completeness of material on this web site and disclaim all liability for loss or damage incurred derived from the use of content obtained from this web.

The publisher neither the editors can assume any liability for the content of external pages. The owner of those external pages, in the case, is the sole responsible for their content.

Registered trademarks and copyrighted text and images are not (generally) indicated as such on this web site content.
The absence of such indications in no way implies that these names, images or text belong to the public domain, their original ownership is keeped untouched.
5 changes: 3 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
<footer class="footer">
<div class="container">

<p class="text-center">
<a href="/privacy">privacy</a> | <a href="/docs/imprint">imprint</a>
</p>
<p class="text-center">
{{ site.title }} {{ site.time | date: '%Y' }} |
Powered by <a href="https://github.com/aksakalli/jekyll-doc-theme">Jekyll Doc Theme</a>
</p>
<!-- <p class="text-muted">Place sticky footer content here.</p> -->
</div>
</footer>
1 change: 1 addition & 0 deletions _sass/bootswatch/custom/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ $font-size-h3: ceil(($font-size-base * 1.25)) !default; // ~18px
$font-size-h4: ceil(($font-size-base * 1.15)) !default; // ~16px
$font-size-h5: $font-size-base !default;
$font-size-h6: ceil(($font-size-base * 0.85)) !default; // ~12px
$footer-height: auto !default;
2 changes: 1 addition & 1 deletion css/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ body {
position: absolute;
bottom: 0;
width: 100%;
height: 46px;
height: $footer-height;
padding-top: 10px;
background-color: $gray-lighter;
color: $gray-dark;
Expand Down