-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.en.html
More file actions
47 lines (37 loc) · 2.29 KB
/
Copy pathhome.en.html
File metadata and controls
47 lines (37 loc) · 2.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
title: Tomasz Sułkowski - software engineer & drift driver
layout: default
permalink: /en/home/
lang: en
description: "Tomasz Sułkowski: .NET software engineer since 2005 and drift driver with a 519 HP BMW E46. Software contracts, drift sponsorship and events in Poland."
---
<div class="home">
<h1 class="page-heading home-title"><span class="home-title__accent">Code</span> and <span class="home-title__accent">Drive</span></h1>
<p>I am Tomasz Sułkowski: a .NET software engineer since 2005 and a drift driver since 2008. Both jobs need the same things: preparation, focus and a cool head.</p>
<h2 class="choose-heading">What brings you here?</h2>
{%- capture choose_left %}Twenty years of commercial software. .NET, backend systems and microservices for companies in Poland and Europe. I design systems that stay simple, tested and easy to hand over.{% endcapture -%}
{%- capture choose_center %}One person, two disciplines. On weekdays I build software. On weekends I drive a 519 HP BMW E46 sideways at drift events across Poland.{% endcapture -%}
{%- capture choose_right %}Regional drift champion 2024. Show driver at Warsaw Motor Show and Tuning Show Expo. Partners get a prepared car, a reliable driver and a clear report.{% endcapture -%}
{% include choose.html label_left="Developer" label_right="Driver" href_left="/en/developer/" href_right="/en/driver/" more="Read more..." alt_left="Tomasz Sułkowski in a suit - the software developer" alt_right="Tomasz Sułkowski in a racing suit and helmet - the drift driver" text_left=choose_left text_center=choose_center text_right=choose_right %}
<p>Looking for a software engineer or a motorsport partner? Both offers are on the <a href="/en/b2b/">B2B page</a>.</p>
<br>
<hr>
<ul class="post-list">
{%- for post in site.posts %}
{%- if post.lang == page.lang and post.public %}
<li>
<h2>
<a class="post-link" href="{{ post.url | relative_url }}">{{ post.title }}</a>
</h2>
<div class="post-meta">{% include post_date.html date=post.date lang=post.lang %}</div>
<div class="post-excerpt">
{{ post.excerpt }}
<p>
<a class="post-link" href="{{ post.url | relative_url }}">Read More »</a>
</p>
</div>
</li>
{%- endif %}
{%- endfor %}
</ul>
</div>