Write about page, add contact page

This commit is contained in:
timvisee 2019-07-03 15:01:47 +02:00
parent 5d29e48300
commit 7f7dc0d0e6
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
4 changed files with 118 additions and 7 deletions

View File

@ -27,5 +27,6 @@ zenn_menu = [
{url = "$BASE_URL/projects/", name = "Projects"},
{url = "$BASE_URL/blog/", name = "Blog"},
{url = "$BASE_URL/about/", name = "About"},
{url = "$BASE_URL/contact/", name = "Contact"},
]
zenn_source = "https://gitlab.com/timvisee/timvisee.com/"

View File

@ -6,14 +6,99 @@ description = "About me"
zenn_hide_header_meta = true
+++
Open-source & free software enthusiast · Linux fanatic · Rust evangelist · Git master · Vim wizard
Hello there, I'm Tim!
I live in Holland 🇳🇱, and am currently in my twenties.
My everyday passion is to develop awesome high-quality software to make life
just that much better.
Self-educated software engineer started at 8 years old, always looking to expand my technical knowledge with challenging projects.
Drive to built reliable, secure, robust & high-performance software with the best technologies available to make the digital world a better place. Constantly searching for innovative solutions to develop software not just for robots, but also for humans.
See the [Me around the web](@/about.md#me-around-the-web) section below for a
more-complete overview, especially my Git profiles.
Interests: application back-end development, systems programming (Rust), automation, containerization (Docker), Linux
Experience: Java, web technologies (PHP, HTML, JavaScript), CI/CD, Python, Bash, C#, LaTeX, Windows and more
Here is my usual developer sales pitch, as posted on my [LinkedIn][linkedin]
profile:
## Sales pitch
- Open-source & free software enthusiast
- Linux fanatic
- Rust evangelist
- Git master
- Vim wizard
Self-educated software engineer started at 8 years old, always looking to expand
my technical knowledge with challenging projects.
Drive to built reliable, secure, robust & high-performance software with the
best technologies available to make the digital world a better place. Constantly
searching for innovative solutions to develop software not just for robots, but
also for humans.
#### Interests
- Application back-end development
- Systems programming (Rust)
- Automation, containerization (Docker)
- Linux
#### Experience
- Java
- Web technologies (PHP, HTML, JavaScript)
- CI/CD
- Python
- Bash
- C#
- LaTeX
- Windows
- _and much more_
## Me around the web
- [gitlab.com/timvisee](https://gitlab.com/timvisee)
- [github.com/timvisee](https://github.com/timvisee)
I prefer to make software I work on open-source, because I find it important to
allow anybody to modify, contribute, improve, inspect and verify it.
I also contribute to various other open projects as well.
All of it is available on my Git profiles:
- [GitHub][github]
- [GitLab][gitlab]
- [sr.ht][sr.ht]
As any developer, I use StackOverflow and alike for development and IT related
questions and answers:
- [StackOverflow][stackoverflow]
- [StackExchange][stackexchange]
I do my news reading and social activity through the following websites:
- [Reddit][reddit]
- [Hacker News][hackernews]
- [Lobsters][lobsters]
- [Mastodon][mastodon]
Here are some other noteworthy profiles of mine:
- [LinkedIn][linkedin]
- [Steam][steam]
- [Keybase][keybase]
To send me a message, please check out the [Contact](@/contact.md) page.
## Other things I like
Here are some other random things I like besides my usual development activity
which I didn't list above:
- Music, to listen to, usually while at work
- Deep house, House, Electronic, Techno and _related_
- DIY (Do it Yourself) projects of various sorts, just to be creative
- Gaming, [oh yes][steam-games]
- Scouting and other activities, outside, in-nature, such as camping or hiking
[github]: https://github.com/timvisee
[gitlab]: https://gitlab.com/timvisee
[sr.ht]: https://git.sr.ht/~timvisee
[stackoverflow]: https://stackoverflow.com/users/1000145
[stackexchange]: https://stackexchange.com/users/980236?tab=accounts
[reddit]: https://reddit.com/r/timvisee
[hackernews]: https://news.ycombinator.com/user?id=timvisee
[lobsters]: https://lobste.rs/u/timvisee/
[mastodon]: https://mastodon.social/@timvisee
[linkedin]: https://linkedin.com/in/timvisee
[steam]: https://steamcommunity.com/id/timvisee
[steam-games]: https://steamcommunity.com/id/timvisee/games/?tab=all
[keybase]: https://keybase.io/timvisee

23
content/contact.md Normal file
View File

@ -0,0 +1,23 @@
+++
title = "Contact me"
[extra]
zenn_hide_header_meta = true
+++
Here are some channels you can contact me through.
I speak English and Dutch, though I prefer English contacting me in any of these
languages is fine. Your best best is usually to send an email message.
| | |
| :----------- | :-------------------------------------- |
| **Email:** | [`3a4fb3964f@sinenomine.email`][mailto] |
| **Telegram:** | [`@timvisee`][telegram] |
_This email address is a guard for any spam I might start receiving in the
future. It may change once in a while. Any messages sent to it will arrive in my
primary inbox._
[mailto]: mailto:3a4fb3964f@sinenomine.email
[telegram]: https://t.me/timvisee

View File

@ -31,6 +31,8 @@
<a href="{{ get_url(path="@/blog/_index.md") | safe }}">Blog</a>
&nbsp;&middot;&nbsp;
<a href="{{ get_url(path="@/about.md") | safe }}">About</a>
&nbsp;&middot;&nbsp;
<a href="{{ get_url(path="@/contact.md") | safe }}">Contact</a>
</li>
</ul>
</div>