[legal] Updated to new "about" home page

This commit is contained in:
Klaus Basan
2019-03-17 11:53:01 +01:00
committed by Mat Sutcliffe
parent 8c83020b92
commit ab2d3a272c
4 changed files with 149 additions and 33 deletions

View File

@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>swift legal information and copyright</title>
</head>
<body>
<h1>Legal</h1>
<ul>
<li>swift <a href="./software.html">software license</a>
<li>swift website <a href="./impressum.html">impressum</a>
<li>swift <a href="./copyright.html">contributor license agreement</a>
<li>swift <a href="./dataprotection.html">GDPR / DSGVO privacy / data protection policy</a>
<li>swift <a href="./privacy.html">privacy and cookie policy</a>
<li>We use Google Analytics, see the <a href="./privacy.html">privacy and cookie policy</a> for details.
<li>We use Google Maps, see the <a href="./privacy.html">privacy and cookie policy</a> for details.
<li>For online flights on VATSIM (external) please see <a href="https://www.vatsim.net/documents/privacy-policy" target="_blank">VATSIM's privacy policy</a>
</ul>
<h1>Data copyright (swift data)</h1>
<ul>
<li>swift <a href="./copyright.html">data copyright</a>
</ul>
<h1>Credits</h1>
<ul>
<li><a href="./3rdparty.html">Third-Party licenses used in the swift project</a>
<li><a href="./credits.html">Credits and a list of software components</a>, UI elements, support provided by others.
<li><a href="./credits.html">Icon libraries</a>
</ul>
</body>
</html>