commit: 4b2dd329c2d6ee856cf1e9eec96506280c554931
parent af0ae92958398eaf49af4fa604f1afbf1232b360
Author: Matt Korostoff <MKorostoff@gmail.com>
Date: Sat, 30 May 2020 13:47:25 -0400
Link to about page; add authoring information
Diffstat:
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;