Update actual content
This commit is contained in:
parent
1b0aab1713
commit
6b65befce2
|
@ -13,7 +13,6 @@ block content
|
|||
h1.head-line
|
||||
| $
|
||||
span.typed Welcome to tlater.net!
|
||||
h5.tag-line: em Your #1 site for useless time sinks
|
||||
|
||||
hr
|
||||
|
||||
|
@ -22,55 +21,59 @@ block content
|
|||
:markdown-it
|
||||
#### About Me
|
||||
|
||||
I am a 23 year old CS student currently studying in
|
||||
Manchester, UK. Almost everything I do revolves around
|
||||
computers, so when I am not working on them I spend my time
|
||||
optimizing the way I work on them. As a consequence, I use
|
||||
Linux regularly, and love to help others in the various
|
||||
communities revolving around the OS.
|
||||
Looks like you found my website. I suppose introductions are
|
||||
in order.
|
||||
|
||||
My Linux background ensures that most of my projects involve
|
||||
scripting languages like bash, lua or python, with the
|
||||
occasional bit of pure C, and tools that are relevant to the
|
||||
open source community, such as git, but I also have experience
|
||||
with web development technologies such as PHP, SQL, NodeJS and
|
||||
generic JavaScript.
|
||||
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.
|
||||
|
||||
If not, well, this is also a great place to "meet" me. Have a
|
||||
nosey!
|
||||
|
||||
#### This Website
|
||||
|
||||
There is not a whole lot here at the moment.
|
||||
|
||||
You may find the following interesting though:
|
||||
|
||||
- A [little web app](./music_sample.pug) showing off what
|
||||
WebGL can do in combination with the JavaScript Audio
|
||||
interface.
|
||||
|
||||
.col-md-6
|
||||
:markdown-it
|
||||
#### My Work
|
||||
|
||||
Besides the webpage you are looking at right now and its
|
||||
components, most of my side projects are accessible through my
|
||||
[GitHub account](https://www.github.com/TLATER).
|
||||
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 am particularly proud of my [Linux
|
||||
dotfiles](https://github.com/TLATER/dotfiles) which contain
|
||||
several helper applications for emacs, Google Chrome, awesome
|
||||
WM and others.
|
||||
I've given a couple of talks on it, as well:
|
||||
|
||||
hr
|
||||
- Build meetup 2017
|
||||
- Build meetup 2018
|
||||
- Build meetup 2019
|
||||
|
||||
.row
|
||||
.col-md-6
|
||||
:markdown-it
|
||||
#### Contacting Me
|
||||
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)).
|
||||
|
||||
The best way to contact me is probably through the [e-mail
|
||||
form](mail). I will usually respond within a day. If this is
|
||||
inconvenient for some reason, feel free to contact me through
|
||||
GitHub.
|
||||
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 ;)
|
||||
|
||||
.col-md-6
|
||||
:markdown-it
|
||||
#### This Website
|
||||
|
||||
There is not a whole lot here at the moment. I am planning on adding
|
||||
several of my JavaScript toys, but few of them are ready to show off.
|
||||
|
||||
You may find the following interesting though:
|
||||
|
||||
- A [little web app](./music_sample.pug) showing off what Webgl can do in combination with the JavaScript Audio interface.
|
||||
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
|
||||
script(type="text/javascript" src="./index.js" defer)
|
||||
|
|
|
@ -14,4 +14,5 @@ nav.navbar.navbar-expand-lg.navbar-dark.bg-dark
|
|||
#navbar.navbar-collapse.collapse
|
||||
ul.navbar-nav.mr-auto
|
||||
li.nav-item: a.nav-link(href="~/src/mail.pug") E-Mail
|
||||
li.nav-item: a.nav-link(href="https://www.gitlab.com/tlater") GitLab
|
||||
li.nav-item: a.nav-link(href="https://www.github.com/TLATER") GitHub
|
||||
|
|
Reference in a new issue