diff options
author | Blaise Thompson <blaise@untzag.com> | 2018-06-11 22:09:04 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2018-06-11 22:09:04 -0500 |
commit | 639bcd5d9d0caa2eb1725fdb4c3c49486f327c31 (patch) | |
tree | 313b8f5f9df7f0b2a088e22374f2db27dbc9ae4e /public | |
parent | 74a7529cd023b51ecf2f3a8eea18eed0310bb723 (diff) |
2018-06-11 22:09
Diffstat (limited to 'public')
-rw-r--r-- | public/index.html | 69 |
1 files changed, 29 insertions, 40 deletions
diff --git a/public/index.html b/public/index.html index 274c4e7..b80674b 100644 --- a/public/index.html +++ b/public/index.html @@ -1,43 +1,32 @@ <!DOCTYPE html> <html> - <head> - <meta charset="utf-8"> - <title>blaise.zone</title> - <link rel="stylesheet" href="style.css"> - </head> - <body> - <h1>blaise.zone</h1> - - 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>) - - <h2>professional</h2> - <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> - - <h2>personal</h2> - <a href="https://mastodon.social/@untzag">Mastodon</a><br> - <a href="https://steamcommunity.com/id/saible/">Steam</a><br> - - <h2>development</h2> - <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> - <a href="https://stackexchange.com/users/3410439/untzag">Stack Exchange</a><br> - - <h2>projects</h2> - <a href="http://wright.tools">WrightTools</a><br> - <a href="https://wright.chem.wisc.edu">Wright Group</a><br> - <a href="https://github.com/wright-group/yaq">yaq</a><br> - <a href="https://github.com/untzag/tidy_headers">tidy_headers</a><br> - <a href="https://github.com/untzag/gitsieve">gitsieve</a><br> - <a href="https://github.com/wright-group/wrightsim">WrightSim</a><br> - - </body> +<head> + <meta name="generator" content="HTML Tidy for HTML5 for Linux version 5.2.0"> + <meta charset="utf-8"> + <title>blaise.zone</title> + <link rel="stylesheet" href="style.css"> +</head> +<body> + <h1>blaise.zone</h1>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>) + <h2>professional</h2><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> + <h2>personal</h2><a href="https://mastodon.social/@untzag">Mastodon</a><br> + <a href="https://steamcommunity.com/id/saible/">Steam</a><br> + <h2>development</h2><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> + <a href="https://stackexchange.com/users/3410439/untzag">Stack Exchange</a><br> + <h2>projects</h2><a href="http://wright.tools">WrightTools</a><br> + <a href="https://wright.chem.wisc.edu">Wright Group</a><br> + <a href="https://github.com/wright-group/yaq">yaq</a><br> + <a href="https://github.com/untzag/tidy_headers">tidy_headers</a><br> + <a href="https://github.com/untzag/gitsieve">gitsieve</a><br> + <a href="https://github.com/wright-group/wrightsim">WrightSim</a><br> +</body> </html> |