From 1981e20be62b9b2e3047ac7f86ea0ef0e2b07cbf Mon Sep 17 00:00:00 2001 From: Joel Purra Date: Mon, 12 Jun 2023 01:08:44 +0200 Subject: [PATCH] Improve footers, update copyright years --- README.md | 9 +++++---- public/index.html | 6 +++--- public/resources/style/main.css | 12 +++++++----- 3 files changed, 15 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 770af0c..cf4ae26 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@

+ The rainbow flag fly-the-rainbow-flag.com

@@ -10,10 +11,10 @@ - [Project page](https://joelpurra.com/projects/fly-the-rainbow-flag.com/) - [Source code](https://github.com/joelpurra/fly-the-rainbow-flag.com) -Show your support by adding the rainbow flag to your photos! -- fly the rainbow flag! +Show your support by adding the rainbow flag to your photos — fly the rainbow flag! -## License +--- -The rainbow flag Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, [Joel Purra](https://joelpurra.com/). All rights reserved. +The rainbow flag Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, [Joel Purra](https://joelpurra.com/). All rights reserved. Released under the [GNU Affero General Public License 3.0 (AGPL-3.0)](https://en.wikipedia.org/wiki/Affero_General_Public_License). -When using the [fly-the-rainbow-flag.com source code](https://github.com/joelpurra/fly-the-rainbow-flag.com), comply to the [GNU Affero General Public License 3.0 (AGPL-3.0)](https://en.wikipedia.org/wiki/Affero_General_Public_License). Please see the LICENSE file for details. +The rainbow flag is public domain. Background photo by Ludovic Bertron, CC-BY 2.0. Your photo belongs to you, and is only displayed to you. By uploading your photo to the service you assert that you have the right to do so, and give your consent to fly-the-rainbow-flag.com to temporarily store it, add the flag, and send it back to you. diff --git a/public/index.html b/public/index.html index c962a51..91dd5f4 100644 --- a/public/index.html +++ b/public/index.html @@ -79,15 +79,15 @@


- When the rainbow flag is in place, just save the photo and use it where you please. Enjoy! + When the rainbow flag is in place, just save the photo and use it wherever you please. Enjoy!

diff --git a/public/resources/style/main.css b/public/resources/style/main.css index 3334980..02dfec0 100644 --- a/public/resources/style/main.css +++ b/public/resources/style/main.css @@ -104,6 +104,13 @@ footer { background-color: #eaeaea; padding-top: 5em; padding-bottom: 5em; + font-size: 0.5em; + opacity: 0.5; +} + +footer:hover, +footer:focus-within { + opacity: 1; } footer img { @@ -111,11 +118,6 @@ footer img { vertical-align: middle; } -small { - font-size: 0.5em; - color: grey; -} - abbr { border-bottom: 1px dotted grey; cursor: help;