aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
new file mode 100644
index 0000000..c27acac
--- /dev/null
+++ b/templates/index.html
@@ -0,0 +1,46 @@
+<!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&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>
+{% include "footer.html" %}