This repository has been archived on 2022-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
tlaternet-templates/src/index.pug

80 lines
2.4 KiB
Plaintext
Raw Normal View History

extends ./lib/pug/base
2018-04-04 21:05:31 +01:00
block stylesheets
style.
.no-js .head-line .typed {
visibility: visible;
}
.head-line .typed {
visibility: hidden;
}
block content
h1.head-line
| $ 
span.typed Welcome to tlater.net!
2018-04-04 21:05:31 +01:00
hr
.row
.col-md-6
:markdown-it
#### About Me
2020-02-23 06:37:06 +00:00
Looks like you found my website. I suppose introductions are
in order.
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
My name's Tristan, I'm an avid Dutch-South African software
consultant working in the UK. You probably either met me at an
open source conference, a hackathon, a badminton session or at
a roleplaying table.
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
If not, well, this is also a great place to "meet" me. Have a
nosey!
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
#### This Website
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
There is not a whole lot here at the moment.
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
You may find the following interesting though:
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
- A [little web app](./music_sample.pug) showing off what
WebGL can do in combination with the JavaScript Audio
interface.
2018-04-04 21:05:31 +01:00
.col-md-6
:markdown-it
2020-02-23 06:37:06 +00:00
#### My Work
2018-04-04 21:05:31 +01:00
2020-02-23 06:37:06 +00:00
I'm a software consultant working for
[Codethink](https://www.codethink.co.uk) in Manchester,
UK. Our specializaiton is open source software, so this has
allowed me to directly contribute to a number of open source
projects, notably
[BuildStream](https://www.gitlab.com/buildstream/buildstream),
an integration tool for large software stacks.
I've given a couple of talks on it, as well:
- Build meetup 2017
- Build meetup 2018
- Build meetup 2019
Outside of work for Codethink, I'm generally interested in
things such as NixOS and other tools that assist maintaining
Linux systems - mostly born out of my pursuit of the perfect
Linux desktop (feel free to have a browse through my
[dotfiles](https://github.com/tlater/dotfiles)).
I also just enjoy Programming, my core languages currently are
Rust, Python, Lisp and JavaScript (including a number of
frameworks and tools for these), although I have hopes to
eventually reduce these to just Rust ;)
If you're interested in seeing these things for yourself,
visit my [Gitlab](https://gitlab.com/tlater) and
[GitHub](https://github.com/tlater) pages.
block footer
2020-02-29 15:51:28 +00:00
script(type="text/javascript" src="./index.ts" defer)