* wip

* wip2

* trying to trigger netflify preview

* prepared files for htmz

* ready for styling

* fix nav?

* htmz nav2

* fix nav

* custom built css

* bring back logo
This commit is contained in:
Łukasz Skotarek 2024-05-26 19:37:09 +02:00 committed by GitHub
parent 860208814a
commit 0d59c44240
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 308 additions and 26500 deletions

126
cv.html
View file

@ -1,67 +1,61 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dreat - Music & Code</title>
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.6/build/pure-min.css" integrity="sha384-Uu6IeWbM+gzNVXJcM9XV3SohHtmWE+3VGi496jvgX1jyvDTXfdK+rfZc8C1Aehk5" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="manifest" href="manifest.json">
</head>
<body>
<div id="tab-panel" role="tabpanel">
<div class="header">
<h1>Resume - software</h1>
</div>
<div id="layout">
<div id="menu">
<div class="pure-menu">
<a class="pure-menu-heading" href="index.html">
<img alt="logo" src="./images/logo.png" width="80%"/>
</a>
<ul class="pure-menu-list">
<li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>
<li class="pure-menu-item"><a href="projects.html" class="pure-menu-link">Projects</a></li>
<li class="pure-menu-item"><a href="about_me.html" class="pure-menu-link">About me</a></li>
<li class="pure-menu-item"><a href="about_website.html" class="pure-menu-link">About website</a></li>
<li class="pure-menu-item"><a href="cv.html" class="pure-menu-link">Resume</a></li>
<li class="pure-menu-item"><a href="https://blog.dreat.info" class="pure-menu-link">Blog</a></li>
</ul>
</div>
</div>
<div id="main">
<div class="header">
<h1>Resume - software</h1>
</div>
<div class="content">
<div class="font-i-want">
<h4>2022-2023 - Hawku</h4>
<p>Working mainly in Phoenix LiveView, doing all that needs to be done. Turns out I'm a code quality/software engineering nerd</p>
<p><i>main tech: Elixir, Phoenix LiveView (apparently that's different)</i>¯\_(ツ)_/¯</p>
<h4>2019-2022 - BlockFi</h4>
<p>Started out as a software engineer, grown to be a tech lead. As a tech lead I was responsible for project from it's concept to deploy to prod. I've been in a few teams before that, writing both core and marketing related code.</p>
<p><i>main tech: Elixir</i></p>
<h4>2018-2022 - Freelance</h4>
<p>Not a regular thing, most notably written frontend in Elm for recycling machine and helped one cool company with Elixir.</p>
<p>Finished for now, but maybe will do some in the future.</p>
<p><i>main tech: Elm&Elixir</i></p>
<h4>2018-2019 - Lyreco (formerly Staples Solutions)</h4>
<p>I was helping to maintain, develop and improve internal legacy system and make users happy.</p>
<p><i>main tech: C#</i></p>
<h4>2017-2018 - Iver (formerly DGC Software)</h4>
<p>I got there just in time to make an impact on creating new system. Afterwards I worked on complete rewrite of a legacy system, which was successfully delivered</p>
<p><i>main tech: C#</i></p>
<h4>2014-2017 - Volue (formerly Powel)</h4>
<p>I was working in a number of projects, greenfield, ongoing and legacy, mostly integration projects. This is where my journey began.</p>
<p><i>main tech: C#</i></p>
</div>
</div>
</div>
</div>
</body>
</html>
<div class="content">
<div class="font-i-want">
<h4>2024- Multiverse (contracting via Diffco)</h4>
<p>
Elixir work, mostly backend, with progressively more LiveView. Learning a bit of the SRE related topics as I go.
</p>
<p>
<i>main tech: Elixir, DataDog</i>
</p>
<h4>2022-2023 - Hawku</h4>
<p>
Working mainly in Phoenix LiveView, doing all that needs to be
done. Turns out I'm a code quality/software engineering nerd
</p>
<p>
<i>main tech: Elixir, Phoenix LiveView (apparently that's
different)</i>¯\_(ツ)_/¯
</p>
<h4>2019-2022 - BlockFi</h4>
<p>
Started out as a software engineer, grown to be a tech lead. As a
tech lead I was responsible for project from it's concept to
deploy to prod. I've been in a few teams before that, writing both
core and marketing related code.
</p>
<p><i>main tech: Elixir</i></p>
<h4>2018-2022 - Freelance</h4>
<p>
Not a regular thing, most notably written frontend in Elm for
recycling machine and helped one cool company with Elixir.
</p>
<p>Finished for now, but maybe will do some in the future.</p>
<p><i>main tech: Elm&Elixir</i></p>
<h4>2018-2019 - Lyreco (formerly Staples Solutions)</h4>
<p>
I was helping to maintain, develop and improve internal legacy
system and make users happy.
</p>
<p><i>main tech: C#</i></p>
<h4>2017-2018 - Iver (formerly DGC Software)</h4>
<p>
I got there just in time to make an impact on creating new system.
Afterwards I worked on complete rewrite of a legacy system, which
was successfully delivered
</p>
<p><i>main tech: C#</i></p>
<h4>2014-2017 - Volue (formerly Powel)</h4>
<p>
I was working in a number of projects, greenfield, ongoing and
legacy, mostly integration projects. This is where my journey
began.
</p>
<p><i>main tech: C#</i></p>
</div>
</div>
</div>