diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/public/index.html b/public/index.html deleted file mode 100644 index ed1fa27..0000000 --- a/public/index.html +++ /dev/null @@ -1,51 +0,0 @@ -<!DOCTYPE html> -<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> -<html> -<head> - <meta charset="utf-8" name="viewport" content="width=80ch"> - <title>blaise.zone</title> - <link rel="stylesheet" href="style.css"> -</head> -<body> - <h1>blaise.zone</h1> - <hr> - <p> - Welcome to Blaise Thompson's personal website!<br> - This page simply links to all of my public profiles & projects.<br> - Thanks for stopping by! —Blaise (<a href="http://pronoun.is/he">pronoun.is/he</a>) - </p> - <h2>professional</h2> - <p> - <a href="http://cv.blaise.zone"><i>curriculum vitae</i></a><br> - <a href="https://www.linkedin.com/in/untzag/">LinkedIn</a><br> - <a href="https://orcid.org/0000-0002-3845-824X">ORCID</a><br> - <a href="https://scholar.google.com/citations?user=mvbHkywAAAAJ&hl=en">Google Scholar</a><br> - <a href="https://shops.chem.wisc.edu/electronics/">Chemistry Electronics Shop</a><br> - </p> - <h2>personal</h2> - <p> - <a href="http://agenda.blaise.zone">agenda</a></br> - <a href="http://blog.blaise.zone">blog</a></br> - <a href="http://memories.blaise.zone">memories</a></br> - <a href="https://mastodon.social/@untzag">Mastodon</a><br> - <a href="https://steamcommunity.com/id/saible/">Steam</a><br> - </p> - <h2>development</h2> - <p> - <a href="https://github.com/untzag">GitHub</a><br> - <a href="https://gitlab.com/untzag">GitLab</a><br> - <a href="https://pypi.org/user/untzag/">PyPI</a><br> - <a href="https://readthedocs.org/profiles/untzag/">Read the Docs</a><br> - </p> - <h2>projects</h2> - <p> - <a href="https://yaq.fyi/">yaq</a><br> - <a href="http://wright.tools/">WrightTools</a><br> - <a href="http://mechatronics.blaise.zone/">mechatronics</a><br> - </p> - <hr> - <p> - <a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright - </p> -</body> -</html> |