diff --git a/website/dist/about/index.html b/website/dist/about/index.html index 460db8c..1d75687 100644 --- a/website/dist/about/index.html +++ b/website/dist/about/index.html @@ -23,6 +23,17 @@ Additionally, since it is basically a "conventional" website, you can use your own domain and customize everything to your liking. As the whole project is open source, you may as well add or remove some features, if you know how to do it.

+

License

+

This project is licensed under the GNU General Public License Version 3 or later.
+ This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details.

diff --git a/website/dist/css/footerstyle.css b/website/dist/css/footerstyle.css index 498a8e3..81d3a61 100644 --- a/website/dist/css/footerstyle.css +++ b/website/dist/css/footerstyle.css @@ -5,4 +5,9 @@ align-items: center; justify-content: center; flex-direction: column; +} + +.tinytext { + font-size: 75%; + color: gray; } \ No newline at end of file diff --git a/website/dist/footer.html b/website/dist/footer.html index bcb5906..15c2a47 100644 --- a/website/dist/footer.html +++ b/website/dist/footer.html @@ -11,6 +11,7 @@ \ No newline at end of file