This commit is contained in:
parent
1809eb4744
commit
7bd0280e3e
1 changed files with 42 additions and 2 deletions
44
index.html
44
index.html
|
@ -1,10 +1,50 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>thermokar.st</title>
|
||||
<style type="text/css">
|
||||
body{
|
||||
max-width: 35em;
|
||||
margin: 0 auto;
|
||||
line-height: 1.5;
|
||||
font-family: sans-serif;
|
||||
font-size: large;
|
||||
}
|
||||
</style>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
<body>
|
||||
<h1>thermokar.st</h1>
|
||||
<h1>
|
||||
<a href="https://thermokar.st">thermokar.st</a>
|
||||
</h1>
|
||||
<p>
|
||||
senior research software engineer in the
|
||||
<a href="https://github.com/caporaso-lab"><strong>@caporaso-lab</strong></a>,
|
||||
primarily working on <a href="https://github.com/qiime2"><strong>@qiime2</strong></a>
|
||||
</p>
|
||||
<h2>profiles</h2>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="https://github.com/thermokarst">https://github.com/thermokarst</a></li>
|
||||
<li><a href="https://gitlab.com/thermokarst">https://gitlab.com/thermokarst</a></li>
|
||||
<li><a href="https://forum.qiime2.org/u/thermokarst">https://forum.qiime2.org/u/thermokarst</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<h2>properties</h2>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="https://thermokar.st">https://thermokar.st</a></li>
|
||||
<ul>
|
||||
<li><a href="https://gpx.thermokar.st">https://gpx.thermokar.st</a></li>
|
||||
<li><a href="https://planner.thermokar.st">https://planner.thermokar.st</a></li>
|
||||
<li><a href="https://zettel.thermokar.st">https://zettel.thermokar.st</a></li>
|
||||
</ul>
|
||||
<li><a href="http://akdillon.net">http://akdillon.net</a></li>
|
||||
<ul>
|
||||
<li><a href="http://akindices.akdillon.net">http://akindices.akdillon.net</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue