mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-19 03:45:30 +08:00
refs #651, legal pages structure (pages need legal texts)
This commit is contained in:
committed by
Roland Winklmeier
parent
a4d70fc8bd
commit
68eb5a9282
32
resources/share/shared/legal/about.html
Normal file
32
resources/share/shared/legal/about.html
Normal 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>
|
||||
Reference in New Issue
Block a user