logo

1-pixel-wealth

Source code for <https://mkorostoff.github.io/1-pixel-wealth/>: Wealth shown to scale
commit: fe9a147de2868aacdb1f6ee349762798f9e34bcb
parent af0ae92958398eaf49af4fa604f1afbf1232b360
Author: Matt Korostoff <mkorostoff@gmail.com>
Date:   Sat, 30 May 2020 13:50:20 -0400

Merge pull request #38 from MKorostoff/dev

Release 1.2

Diffstat:

MREADME.md36+++++++++++++-----------------------
Mindex.html1+
Mmain.css10++++++++++
3 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/README.md b/README.md @@ -6,29 +6,19 @@ Source code for https://mkorostoff.github.io/1-pixel-wealth/ This page has been translated by volunteers into seven languages that I know of. I am not directly involved with any of these translations, and I don't speak any of these languages, so I can't promise they are accurate. If you'd like to create a translation, see [instructions here](https://github.com/MKorostoff/1-pixel-wealth/issues/8#issuecomment-622964168). Once you've finished, provide a link in the [issue queue](https://github.com/MKorostoff/1-pixel-wealth/issues/new) and I'll update this readme. -## Spanish/Español: -- https://cjbarroso.com/1-pixel-wealth -- https://jhoon.github.io/1-pixel-wealth/es -- https://hmijail.github.io/1-pixel-wealth/es -- https://jsandovalc.github.io/1-pixel-wealth - -## Portuguese/Português: -- https://flpms.github.io/1-pixel-wealth - -## German/Deutsch -- https://eattherichtextformat.github.io/1-pixel-wealth/de/ - -## Russian/русский: -- https://aensidhe.ru/1-pixel-wealth/ - -## Romanian/Română: -- https://andreicristianpetcu.github.io/1-pixel-wealth - -## Chinese/中文: -- https://doodledu.github.io/1-pixel-wealth - -## Czech/čeština -- https://kerray.github.io/1-pixel-bohatstvi +- [Spanish/Español 1](https://cjbarroso.com/1-pixel-wealth) +- [Spanish/Español 2](https://jhoon.github.io/1-pixel-wealth/es) +- [Spanish/Español 3](https://hmijail.github.io/1-pixel-wealth/es) +- [Spanish/Español 4](https://jsandovalc.github.io/1-pixel-wealth) +- [Portuguese/Português](https://flpms.github.io/1-pixel-wealth) +- [German/Deutsch](https://eattherichtextformat.github.io/1-pixel-wealth/de/) +- [Russian/русский](https://aensidhe.ru/1-pixel-wealth/) +- [Romanian/Română](https://andreicristianpetcu.github.io/1-pixel-wealth) +- [Chinese/中文](https://doodledu.github.io/1-pixel-wealth) +- [Czech/čeština](https://kerray.github.io/1-pixel-bohatstvi) + +# About the Author +One pixel wealth was created by [Matt Korostoff](https://mkorostoff.github.io/) # Against Malaria diff --git a/index.html b/index.html @@ -633,6 +633,7 @@ </div> </div> </div> + <a class="about-this" target="_blank" href="https://github.com/MKorostoff/1-pixel-wealth/blob/master/README.md">About this page</a> </div> <script type="text/javascript" src="main.js?version=1.1"></script> diff --git a/main.css b/main.css @@ -41,6 +41,16 @@ h1 { animation-direction: forward; animation-duration: 3s; } +.about-this { + position: absolute; + color: #00000050; + bottom: 25px; + left: 50%; + font-size: 12px; + display: block; + font-style: italic; + transform: translate(-50%, 0); +} @media (max-width: 450px) { .scroll-this-way { right: -35vw;