aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html
blob: 3a04e2a6a450e630d75e417232aa1601e3f8ada3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!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="https://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://www.researchgate.net/profile/Blaise-Thompson">ResearchGate</a><br>
  <a href="https://shops.chem.wisc.edu/">Chemistry Instrument Shop</a><br>
  </p>
  <h2>personal</h2>
  <p>
  <a href="https://agenda.blaise.zone">agenda</a></br>
  <a href="https://blog.blaise.zone">blog</a></br>
  <a href="https://memories.blaise.zone">memories</a></br>
  <a href="https://steamcommunity.com/id/saible/">Steam</a><br>
  <a href="https://search.macaulaylibrary.org/catalog?searchField=user&userId=USER2864763">Macaulay Library</a><br>
  <a href="https://www.openstreetmap.org/user/untzag">Open Street Map</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://git.blaise.zone">personal git</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" %}