32 lines
629 B
HTML
32 lines
629 B
HTML
|
<!doctype html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8">
|
|||
|
<title>Work</title>
|
|||
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<nav>
|
|||
|
|
|||
|
<a href="/" >Home</a>
|
|||
|
|
|||
|
<a href="/about.html" >About</a>
|
|||
|
|
|||
|
<a href="/education.html" >Education</a>
|
|||
|
|
|||
|
<a href="/work.html" class="current">Work</a>
|
|||
|
|
|||
|
</nav>
|
|||
|
|
|||
|
<h1 id="work">Work</h1>
|
|||
|
|
|||
|
<p>This page tells you about my past and current work:</p>
|
|||
|
|
|||
|
<p>Waitrose: October 2019 – August 2021
|
|||
|
Lumen: September 2021 – March 2022
|
|||
|
DIS Consulting IT Ltd: March 2022 – November 2023
|
|||
|
Jenoptik: January 2024 – Current</p>
|
|||
|
|
|||
|
</body>
|
|||
|
</html>
|