Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ib-steffen committed May 21, 2018
1 parent c419f06 commit f80cfa7
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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&auml;&szlig; &sect; 5 TMG:</h2>
<p>InfraBox UG (haftungsbeschr&auml;nkt)<br /> Papa-Stra&szlig;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>

0 comments on commit f80cfa7

Please sign in to comment.