diff --git a/README.md b/README.md index 28c9875..ca92977 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,25 @@ This is the source code for the website [queerscriptors.org](https://queerscriptors.org). It uses [lektor](https://getlektor.com) -It is available from: +It is available from: - [lab.encryptionin.space](https://lab.encryptionin.space/Queerscriptors/Queerscriptors.org) (canonical) - [github](https://github.com/queerscriptors/queerscriptors.org) - [gitlab](https://gitlab.com/queerscriptors/queerscriptors.org) I am attempting to create this website without JavaScript. + +--- + +Licensing, or what is a website? +This website contains no JavaScript and has essentially no code made by myself, therefore it isn't a program, the GPL or similar licenses do not seem applicable, of course I am not a lawyer. + +I wish to use CC-BY 4.0 where applicable, or a similar license for anything it isn't applicable to. If you know anything about licensing and think this should be made better please reach to me + +Do note: + - Not all images are made by us and are therefore, © their respective owners + - The "source code" of this website includes things made by others: + - The template is "Grayscale" by Start Bootstrap, licensed under MIT + - lektor-i18n is licensed under GPL-3.0 + - lektor-scss is licensed under MIT + - The CSS is based on Bootstrap (licensed under MIT), with modifications by Start Bootstrap (Also licensed under MIT), and my own changes are therefore also MIT + - The fonts: ForkAwesome is licensed under SIL OFL 1.1. Nunito is licensed under the SIL OFL 1.1. Varela Round is licensed under SIL OFL 1.1. diff --git a/assets/css/styles.css b/assets/css/styles.css index 6ed50b0..e91270f 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1,5 +1,10 @@ @charset "UTF-8"; /*! +* Queerscriptors.org - Queerscriptors (https://queerscriptors.org) +* Copyright 2021-2022 Queerscriptors +* Licensed under MIT +*/ +/*! * Start Bootstrap - Grayscale v7.0.3 (https://startbootstrap.com/theme/grayscale) * Copyright 2013-2021 Start Bootstrap * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-grayscale/blob/master/LICENSE)