Skip to content

Commit

Permalink
Improve footers, update copyright years
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jun 17, 2023
1 parent b19430c commit 1981e20
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 5 additions & 4 deletions README.md
Expand Up @@ -3,17 +3,18 @@
</p>

<h1 align="center">
<img src="./public/resources/image/icon-64x64.png" alt="The rainbow flag" width="48" height="32" valign="middle" />
<a href="https://fly-the-rainbow-flag.com/">fly-the-rainbow-flag.com</a>
</h1>

- [The website](https://fly-the-rainbow-flag.com/)
- [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 &mdash; fly the rainbow flag!

## License
---

<a href="https://fly-the-rainbow-flag.com/"><img src="./public/resources/image/icon-16x16.png" alt="The rainbow flag" /></a> Copyright &copy; 2015, 2016, 2017, 2018, 2019, 2020, 2021, [Joel Purra](https://joelpurra.com/). All rights reserved.
<a href="https://fly-the-rainbow-flag.com/"><img src="./public/resources/image/icon-64x64.png" alt="The rainbow flag" width="24" height="16" valign="middle" /></a> Copyright &copy; 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.
<a href="https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT_movement)">The rainbow flag is public domain.</a> <a href="https://en.wikipedia.org/wiki/File:Rainbow_flag_and_blue_skies.jpg">Background photo by Ludovic Bertron, <nobr>CC-BY 2.0</nobr>.</a> 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 <nobr>fly-the-rainbow-flag.com</nobr> to temporarily store it, add the flag, and send it back to you.
6 changes: 3 additions & 3 deletions public/index.html
Expand Up @@ -79,15 +79,15 @@ <h3>
</div>
<hr />
<p>
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!
</p>
</section>
<footer>
<p>
<img src="/resources/image/icon-64x64.png" />&nbsp;<a href="https://fly-the-rainbow-flag.com/">Fly&nbsp;the&nbsp;rainbow&nbsp;flag!</a> &copy;&nbsp;2015, 2016, 2017, 2018, 2019, 2020,&nbsp;2021 <a href="https://joelpurra.com/">Joel&nbsp;Purra</a>. <a href="https://github.com/joelpurra/fly-the-rainbow-flag.com">Released</a> under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 License</a>.
<img src="/resources/image/icon-64x64.png" />&nbsp;<a href="https://fly-the-rainbow-flag.com/">Fly&nbsp;the&nbsp;rainbow&nbsp;flag!</a> &copy;&nbsp;2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, <a href="https://joelpurra.com/">Joel&nbsp;Purra</a>. <a href="https://github.com/joelpurra/fly-the-rainbow-flag.com">Released</a> under the <a href="https://www.gnu.org/licenses/agpl-3.0.html">AGPL-3.0 License</a>.
</p>
<p>
<small><a href="https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT_movement)">The rainbow flag is public domain.</a> Your photos belong to you, but by uploading them to the service you give your consent to <nobr>fly-the-rainbow-flag.com</nobr> to store and manipulate them. <a href="https://en.wikipedia.org/wiki/File:Rainbow_flag_and_blue_skies.jpg">Background photo by Ludovic&nbsp;Bertron, <nobr>CC-BY 2.0</nobr>.</a></small>
<a href="https://en.wikipedia.org/wiki/Rainbow_flag_(LGBT_movement)">The rainbow flag is public domain.</a> <a href="https://en.wikipedia.org/wiki/File:Rainbow_flag_and_blue_skies.jpg">Background photo by Ludovic&nbsp;Bertron, <nobr>CC-BY 2.0</nobr>.</a> 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 <nobr>fly-the-rainbow-flag.com</nobr> to temporarily store it, add the flag, and send it back to you.
</p>
</footer>
<script src="/resources/javascript/main.js"></script>
Expand Down
12 changes: 7 additions & 5 deletions public/resources/style/main.css
Expand Up @@ -104,18 +104,20 @@ 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 {
max-width: 32px;
vertical-align: middle;
}

small {
font-size: 0.5em;
color: grey;
}

abbr {
border-bottom: 1px dotted grey;
cursor: help;
Expand Down

0 comments on commit 1981e20

Please sign in to comment.