diff --git a/web/src/about.html b/web/src/about.html new file mode 100644 index 0000000..6b78fea --- /dev/null +++ b/web/src/about.html @@ -0,0 +1,58 @@ + + + + + EveryNasa + + + + + + + +

EveryNasa

+

Version

+

Automatic space wallpaper from Nasa

+

Copyright 2022 Redume

+

This program is licensed under the APACHE, version 2.

+

Исходный код доступен на GitHub

+

Contact

+
+
+
+ + + + + +
+
+
+ + + + + + \ No newline at end of file diff --git a/web/static/image/icons/everynasa.ico b/web/static/image/icons/everynasa.ico new file mode 100644 index 0000000..d526386 Binary files /dev/null and b/web/static/image/icons/everynasa.ico differ diff --git a/web/static/style/about.css b/web/static/style/about.css new file mode 100644 index 0000000..ac2a27f --- /dev/null +++ b/web/static/style/about.css @@ -0,0 +1,44 @@ +p { + font-family: sans-serif; +} + +#title { + font-size: 1.6em; + text-align: center; + margin-top: 1%; +} + +#banner { + display: block; + margin-right: auto; + margin-left: auto; + margin-top: 1%; +} + +#description, #dev { + font-size: 1.2em; + text-align: center; +} + +#contact-image { + display: flex; + justify-content: center; + align-items: center; + margin-top: -0.5%; +} + +#version { + font-size: 1em; + text-align: center; + margin-top: -0.5%; + color: #9FA4AF +} + +#license a, #github a { + color: #a596bd; +} + +#license, #github { + font-size: 1em; + text-align: center; +} \ No newline at end of file