mirror of
https://github.com/skoelle/moonweb-site.git
synced 2026-09-18 01:10:25 +00:00
25 lines
622 B
Plaintext
25 lines
622 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>CV - Stefan Kölle</title>
|
|
</head>
|
|
<body>
|
|
<div id="container">
|
|
<div id="wrapper-content">
|
|
<div id="headline">
|
|
<div id="headline-text">
|
|
<h1>Stefan Kölle</h1>
|
|
Senior Software Developer & Software Architect
|
|
</div>
|
|
<div id="headline-photo">
|
|
<img src="../assets/stefan-koelle-foto.jpg" alt="Stefan Kölle">
|
|
</div>
|
|
</div>
|
|
{% include "cv-content.njk" %}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|