mirror of
https://github.com/safing/web
synced 2025-04-16 17:09:09 +00:00
Fix contact sub page
front page css interfered with the map icon
This commit is contained in:
parent
c24787bea0
commit
79d0e5215e
2 changed files with 38 additions and 40 deletions
|
@ -1,4 +1,4 @@
|
|||
content .map{
|
||||
content > .map{
|
||||
color: black;
|
||||
height: 55vh;
|
||||
display: grid;
|
||||
|
@ -68,4 +68,4 @@ content .map .m-r p{
|
|||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,56 +1,54 @@
|
|||
---
|
||||
layout: page
|
||||
layout: page_column
|
||||
title: Contact
|
||||
heading: Contact
|
||||
---
|
||||
<div class="ui container">
|
||||
<div class="contact-text">
|
||||
<h4>We'd like to hear from you: <span class="contact-email">@</span>.</h4>
|
||||
</div>
|
||||
|
||||
<div class="imprint">
|
||||
<div class="contact-text">
|
||||
<h4>We'd like to hear from you: <span class="contact-email">@</span>.</h4>
|
||||
</div>
|
||||
|
||||
<h4>Legal</h4>
|
||||
<div class="imprint">
|
||||
<h4>Legal</h4>
|
||||
|
||||
<p>
|
||||
Safing ICS Technologies GmbH<br>
|
||||
Wassergasse 16/18, 2500 Baden<br>
|
||||
<i class="map marker alternate icon"></i> Austria
|
||||
</p>
|
||||
<p>
|
||||
Safing ICS Technologies GmbH<br>
|
||||
Wassergasse 16/18, 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>
|
||||
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>
|
||||
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>
|
||||
<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>
|
||||
|
||||
<h4>License & Trademarks</h4>
|
||||
<h4>License & Trademarks</h4>
|
||||
|
||||
<p>
|
||||
This wesbite is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.<br>
|
||||
Parts of it were taken from https://www.mozilla.org/en-US/foundation/licensing/.
|
||||
</p>
|
||||
<p>
|
||||
This wesbite is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.<br>
|
||||
Parts of it were taken from https://www.mozilla.org/en-US/foundation/licensing/.
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The names "Safing", "Portmaster", "Gate17" and their logos are<br>
|
||||
trademarks owned by Safing ICS Technologies GmbH (Austria).
|
||||
</p>
|
||||
<p>
|
||||
The names "Safing", "Portmaster", "Gate17" and their logos are<br>
|
||||
trademarks owned by Safing ICS Technologies GmbH (Austria).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
Although our code is free, it is very important that we strictly enforce our trademark rights, in order to be able to protect our users against people who use the marks to commit fraud. This means that, while you have considerable freedom to redistribute and modify our software, there are tight restrictions on your ability to use our names and logos in ways which fall in the domain of trademark law, even when built into binaries that we provide.
|
||||
</p>
|
||||
<p>
|
||||
Although our code is free, it is very important that we strictly enforce our trademark rights, in order to be able to protect our users against people who use the marks to commit fraud. This means that, while you have considerable freedom to redistribute and modify our software, there are tight restrictions on your ability to use our names and logos in ways which fall in the domain of trademark law, even when built into binaries that we provide.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="contact-image" style="margin-bottom: -6px;">
|
||||
|
|
Loading…
Add table
Reference in a new issue