-
Notifications
You must be signed in to change notification settings - Fork 63
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
1 parent
c419f06
commit f80cfa7
Showing
1 changed file
with
0 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -144,29 +144,6 @@ | |
|
||
<footer> | ||
<a href="https://github.com/SAP/infrabox" target="_blank" style="position: fixed; left: 5%"><img src="img/fa-git.svg" class="icon"/><span> GitHub</span></a> | ||
<a href="/docs" target="_blank" style="position: fixed; left: 50%; width: 250px; margin-left: -125px"><img src="img/fa-book.svg" class="icon"/><span> Documentation</span></a> | ||
|
||
<div class="popup" onclick="myFunction()" style="position: fixed; right: 5%"><img src="img/fa-envelope.svg" class="icon" /><span> Contact</span> | ||
<span class="popuptext" id="myPopup"> | ||
<address> | ||
<h1>Impressum</h1> | ||
<h2>Angaben gemäß § 5 TMG:</h2> | ||
<p>InfraBox UG (haftungsbeschränkt)<br /> Papa-Straße 23<br /> 68723 Schwetzingen</p> | ||
<h2>Vertreten durch:</h2> | ||
<p>Franziska Schilling</p> | ||
<h2>Kontakt:</h2><p> E-Mail: [email protected]</p> | ||
<h2>Registereintrag:</h2> <p>Eintragung im Handelsregister. <br /> Registergericht:Amtsgericht Mannheim <br /> Registernummer: HRB 728914</p> | ||
</address> | ||
</span> | ||
</div> | ||
<script> | ||
// When the user clicks on <div>, open the popup | ||
function myFunction() { | ||
var popup = document.getElementById("myPopup"); | ||
popup.classList.toggle("show"); | ||
} | ||
|
||
</script> | ||
</footer> | ||
|
||
</html> |