aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/public/index.html b/public/index.html
index 53e9860..ed1fa27 100644
--- a/public/index.html
+++ b/public/index.html
@@ -2,35 +2,50 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<html>
<head>
- <meta charset="utf-8">
+ <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&amp;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>