From 92ece015bf23e0d078b8798e52d10a6cdfe7010c Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Mon, 5 Jul 2021 15:42:38 -0500 Subject: refactor to build using python --- templates/index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') 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 @@ + + + + + + blaise.zone + + + +

blaise.zone

+
+

+ Welcome to Blaise Thompson's personal website!
+ This page simply links to all of my public profiles & projects.
+ Thanks for stopping by! —Blaise (pronoun.is/he) +

+

professional

+

+ curriculum vitae
+ LinkedIn
+ ORCID
+ Google Scholar
+ Chemistry Electronics Shop
+

+

personal

+

+ agenda
+ blog
+ memories
+ Mastodon
+ Steam
+

+

development

+

+ GitHub
+ GitLab
+ PyPI
+ Read the Docs
+

+

projects

+

+ yaq
+ WrightTools
+ mechatronics
+

+{% include "footer.html" %} -- cgit v1.2.3