refs #651, legal pages structure (pages need legal texts)

This commit is contained in:
Klaus Basan
2016-09-10 19:15:42 +02:00
committed by Roland Winklmeier
parent a4d70fc8bd
commit 68eb5a9282
8 changed files with 438 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="style.css">
<title>swift about</title>
</head>
<body>
<h1>About the project</h1>
swift is an independent software project ......
<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="cla.html">contributor license agreement</a>
<li>swift <a href="privacy.html">Privacy and cookie policy</a>
</ul>
<h1>Data copyright</h1>
<ul>
<li>swift <a href="./data.html">data copyright</a>
</ul>
<h1>Other swift resources</h1>
<ul>
<li>swift <a target="_parent" href="http://swift-project.org/">Blog</a>
</ul>
<h1>Credits</h1>
<ul>
<li><a href="./credits.html">Here a list</a> of software components, UI elements, support provided by others.
</ul>
</body>
</html>