mirror of
https://github.com/safing/web
synced 2025-04-17 09:29:08 +00:00
Add Imprint
This commit is contained in:
parent
3877c18dd2
commit
4c8b9bff7a
3 changed files with 36 additions and 9 deletions
|
@ -7,7 +7,7 @@
|
|||
<a href="{{ site.community_hub_url }}"> Community Hub </a>
|
||||
</div>
|
||||
<div class="three wide center aligned column footer-column">
|
||||
<a href="/contact/">Contact</a>
|
||||
<a href="/contact/">Contact & Imprint</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- This gathers only minimal data for customer insights. Check out our privacy policy! -->
|
||||
|
|
|
@ -8,8 +8,13 @@
|
|||
|
||||
.contact-text {
|
||||
color: $color_tundora_approx;
|
||||
padding-top: 20px;
|
||||
padding-bottom: 40px;
|
||||
padding-bottom: 60px;
|
||||
line-height: 2;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.imprint {
|
||||
padding-top: 20px;
|
||||
padding-bottom: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -2,17 +2,39 @@
|
|||
layout: page
|
||||
title: Contact
|
||||
heading: Contact
|
||||
subheading: Contact us, we'd like to hear from you!
|
||||
exclude_community_snippet: true
|
||||
---
|
||||
<div class="ui container">
|
||||
<div class="contact-text">
|
||||
You can reach us at <span class="contact-email">@</span>.<br>
|
||||
The Safing ICS Technologies GmbH is the legal entity behind Safing and was founded in 2017
|
||||
<h4>We'd like to hear from you: <span class="contact-email">@</span>.</h4>
|
||||
</div>
|
||||
|
||||
<div class="imprint">
|
||||
|
||||
<h4>Imprint</h4>
|
||||
|
||||
<p>
|
||||
Safing ICS Technologies GmbH<br>
|
||||
Vöslauer Straße 99, 2500 Baden<br>
|
||||
<i class="map marker alternate icon"></i> Austria
|
||||
</p>
|
||||
|
||||
<p>
|
||||
VAT-Number: ATU71837747<br>
|
||||
Registered at the commercial registry<br>
|
||||
court in Wr. Neustadt with ID FN464654s
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Member of <a href="https://www.wko.at/">The Austrian Federal Economic Chamber</a>.<br>
|
||||
Bound by the <a href="https://www.ris.bka.gv.at/GeltendeFassung.wxe?Abfrage=Bundesnormen&Gesetzesnummer=10007517">Austrian Industrial Code</a>.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Customers may issue complaints directly at the addresses listed above,<br>
|
||||
or via the <a href="https://ec.europa.eu/odr">European Dispute Settlement Body</a>.
|
||||
</p>
|
||||
|
||||
<div class="padding-top-40">
|
||||
<i class="map marker alternate icon"></i>We are located in Austria.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue