Mercurial Hosting > go2
diff src/about.html @ 0:0e911cd3fd2a
add content
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 02 Apr 2023 10:30:03 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/about.html Sun Apr 02 10:30:03 2023 -0600 @@ -0,0 +1,24 @@ +<!doctype html> +<html> + <head> + <style> + a { + text-decoration: none; + } + a:hover { + text-decoration: underline; + } + </style> + </head> + <body> + <h2>About this website</h2> + + <p>I am <a href="https://www.linkmystyle.com/fschmidt">fschmidt</a>. I had linked to the old "Milt's Go Page" but recently discovered that it is down. Someone sent me an archive of the site, so I am hosting that. The source code is <a href="https://hg.reactionary.software/repo/go2/">here</a>.</p> + + <p>My main interest in this website is in the idea of using Go to teach children to think. I am not interested in Go for adults. I was highly rated in Chess as a child and only learned the basics of Go later. But on my first exposure to Go, I immediately recognized it as a better game than Chess. I am interested in teaching Go to children in religious communities, either mosques or churches.</p> + + <hr> + + <p>Click Here To Return To <a href="index.html">Milt's Go Page</a></p> + </body> +</html>