diff --git a/resources/share/legal/about.html b/resources/share/legal/about.html index b2c9c7452..4c4dbba62 100644 --- a/resources/share/legal/about.html +++ b/resources/share/legal/about.html @@ -3,39 +3,101 @@ -swift about +About swift -

About the project

- swift is an independent (private and non-commercial) software project creating open source software for flight simulation. -

Legal

- -

Data copyright (swift data)

- -

Other swift resources

- -

Credits

- +
+ + + + + + + + + + + + + + + + + + + + +
+ swift - the multiple simulator and OS pilot client. + We are an independent (private/non-commercial) software project creating open source software for flight simulation. + + +
+ Download swift: + + + Installation: + + + Documentation: + +
+ Support and contact: + + + swift testers: + + + swift developers: + +
+ swift model database: + + + Legal information: + + + Credits: + +
+
diff --git a/resources/share/legal/background.jpeg b/resources/share/legal/background.jpeg new file mode 100644 index 000000000..d5212c8d0 Binary files /dev/null and b/resources/share/legal/background.jpeg differ diff --git a/resources/share/legal/legal.html b/resources/share/legal/legal.html new file mode 100644 index 000000000..01faf1d82 --- /dev/null +++ b/resources/share/legal/legal.html @@ -0,0 +1,31 @@ + + + + + +swift legal information and copyright + + +

Legal

+ +

Data copyright (swift data)

+ +

Credits

+ + + diff --git a/resources/share/legal/style.css b/resources/share/legal/style.css index a928f2ac3..312819baa 100644 --- a/resources/share/legal/style.css +++ b/resources/share/legal/style.css @@ -44,4 +44,27 @@ td { th { text-align: left; background-color: lightgray; -} \ No newline at end of file +} + +div.swifttoc table { + border-spacing: 0.6em; + background-image: url(background.jpeg) ; + background-size: 100% auto; + border-radius: 15px; +} + +div.swifttoc th { + background: rgba(255, 255, 255, .75); + border: 2px solid gray; + border-radius: 15px; + padding: 1.0em; +} + +div.swifttoc td { + vertical-align: top; + width: 33.3%; + border: 2px solid gray; + border-radius: 25px; + padding: 1em; + background: rgba(255, 255, 255, .75); +}