diff options
author | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-06 18:23:10 +0100 |
---|---|---|
committer | Ethel Morgan <eth@ethulhu.co.uk> | 2020-07-06 18:23:10 +0100 |
commit | b1e6491f77421ae4623391a7f53af7f3e6c13f34 (patch) | |
tree | acc4ce7ae214b92dbf2c269c70e94b68dac1d640 /src/index.thrust | |
parent | 04be5845dbaa6f8dec45a80dbe199861608b96f2 (diff) |
import website from previous repo
Diffstat (limited to 'src/index.thrust')
-rw-r--r-- | src/index.thrust | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/index.thrust b/src/index.thrust new file mode 100644 index 0000000..cb8093b --- /dev/null +++ b/src/index.thrust @@ -0,0 +1,28 @@ +--- +last edited: 2019-11-29 +title: Eth Morgan +subtitle: abyss domain expert +--- +{% extends 'templates/base.html' %} +{% block body %} + <header> + <h1>{{ title }}</h1> + <p>{{ subtitle }}</p> + </header> + + <nav> + <ul> + <li><a href='/about'>About</a></li> + </ul> + <ul> + <li><a href='/projects'>Projects</a></li> + <li><a href='/writings'>Stories</a></li> + </ul> + <ul> + <li><a href='https://runic-labs.co.uk'>Consulting</a></li> + <li><a href='/resume'>Resume</a></li> + <li><a href='https://github.com/ethulhu'>Github</a></li> + <li><a href='/publications'>Publications</a></li> + </ul> + </nav> +{% endblock %} |