Update actual content
This commit is contained in:
parent
1b0aab1713
commit
6b65befce2
|
@ -13,7 +13,6 @@ block content
|
||||||
h1.head-line
|
h1.head-line
|
||||||
| $
|
| $
|
||||||
span.typed Welcome to tlater.net!
|
span.typed Welcome to tlater.net!
|
||||||
h5.tag-line: em Your #1 site for useless time sinks
|
|
||||||
|
|
||||||
hr
|
hr
|
||||||
|
|
||||||
|
@ -22,55 +21,59 @@ block content
|
||||||
:markdown-it
|
:markdown-it
|
||||||
#### About Me
|
#### About Me
|
||||||
|
|
||||||
I am a 23 year old CS student currently studying in
|
Looks like you found my website. I suppose introductions are
|
||||||
Manchester, UK. Almost everything I do revolves around
|
in order.
|
||||||
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.
|
|
||||||
|
|
||||||
My Linux background ensures that most of my projects involve
|
My name's Tristan, I'm an avid Dutch-South African software
|
||||||
scripting languages like bash, lua or python, with the
|
consultant working in the UK. You probably either met me at an
|
||||||
occasional bit of pure C, and tools that are relevant to the
|
open source conference, a hackathon, a badminton session or at
|
||||||
open source community, such as git, but I also have experience
|
a roleplaying table.
|
||||||
with web development technologies such as PHP, SQL, NodeJS and
|
|
||||||
generic JavaScript.
|
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
|
.col-md-6
|
||||||
:markdown-it
|
:markdown-it
|
||||||
#### My Work
|
#### My Work
|
||||||
|
|
||||||
Besides the webpage you are looking at right now and its
|
I'm a software consultant working for
|
||||||
components, most of my side projects are accessible through my
|
[Codethink](https://www.codethink.co.uk) in Manchester,
|
||||||
[GitHub account](https://www.github.com/TLATER).
|
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
|
I've given a couple of talks on it, as well:
|
||||||
dotfiles](https://github.com/TLATER/dotfiles) which contain
|
|
||||||
several helper applications for emacs, Google Chrome, awesome
|
|
||||||
WM and others.
|
|
||||||
|
|
||||||
hr
|
- Build meetup 2017
|
||||||
|
- Build meetup 2018
|
||||||
|
- Build meetup 2019
|
||||||
|
|
||||||
.row
|
Outside of work for Codethink, I'm generally interested in
|
||||||
.col-md-6
|
things such as NixOS and other tools that assist maintaining
|
||||||
:markdown-it
|
Linux systems - mostly born out of my pursuit of the perfect
|
||||||
#### Contacting Me
|
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
|
I also just enjoy Programming, my core languages currently are
|
||||||
form](mail). I will usually respond within a day. If this is
|
Rust, Python, Lisp and JavaScript (including a number of
|
||||||
inconvenient for some reason, feel free to contact me through
|
frameworks and tools for these), although I have hopes to
|
||||||
GitHub.
|
eventually reduce these to just Rust ;)
|
||||||
|
|
||||||
.col-md-6
|
If you're interested in seeing these things for yourself,
|
||||||
:markdown-it
|
visit my [Gitlab](https://gitlab.com/tlater) and
|
||||||
#### This Website
|
[GitHub](https://github.com/tlater) pages.
|
||||||
|
|
||||||
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.
|
|
||||||
|
|
||||||
block footer
|
block footer
|
||||||
script(type="text/javascript" src="./index.js" defer)
|
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
|
#navbar.navbar-collapse.collapse
|
||||||
ul.navbar-nav.mr-auto
|
ul.navbar-nav.mr-auto
|
||||||
li.nav-item: a.nav-link(href="~/src/mail.pug") E-Mail
|
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
|
li.nav-item: a.nav-link(href="https://www.github.com/TLATER") GitHub
|
||||||
|
|
Reference in a new issue