|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="" data-theme="light"> |
| 3 | + <head> |
| 4 | + <meta charset="utf-8"> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 6 | + <title></title> |
| 7 | + <link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96"> |
| 8 | + <link rel="icon" type="image/svg+xml" href="/favicon.svg"> |
| 9 | + <link rel="shortcut icon" href="/favicon.ico"> |
| 10 | + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> |
| 11 | + <meta name="description" content=""> |
| 12 | + <link rel="alternate" href="/feed/feed.xml" type="application/atom+xml" title=""> |
| 13 | + <link href="/css/prism.css" rel="stylesheet"> |
| 14 | + <link rel="stylesheet" href="/bundle.css"> |
| 15 | + <script src="https://kit.fontawesome.com/7991abe048.js" crossorigin="anonymous"></script> |
| 16 | + </head><body> |
| 17 | + <script type="module"> |
| 18 | + import mermaid from "/js/mermaid/mermaid.esm.mjs"; |
| 19 | + mermaid.initialize({ startOnLoad: true }); |
| 20 | + </script> |
| 21 | + </body> |
| 22 | + |
| 23 | + <body> |
| 24 | + <header> |
| 25 | + <div class="container flex-header"> |
| 26 | + <a href="/" target="_self"> |
| 27 | + <img src="/assets/images/logo.svg" alt="data-integration.dev Logo" id="logo"></a> |
| 28 | + <nav> |
| 29 | + <ul><li><a href="/">Home</a></li> |
| 30 | +<li><a href="/projects/">Projects</a></li> |
| 31 | +<li><a href="/approach/">Approach</a></li> |
| 32 | +<li><a href="/blog/">Blog</a></li> |
| 33 | +<li><a href="/contact/">Contact</a></li> |
| 34 | +<li><a href="/about/">About</a></li></ul> |
| 35 | + </nav> |
| 36 | + </div> |
| 37 | + </header> |
| 38 | + |
| 39 | + <main> |
| 40 | +<div class="container grid-container"> |
| 41 | + <aside id="sidebar" class="flex-container"> |
| 42 | + <div id="sidebar-picture"> |
| 43 | + <picture><source type="image/avif" srcset="/img/7Y2k0iyO4o-512.avif 512w"><source type="image/webp" srcset="/img/7Y2k0iyO4o-512.webp 512w"><source type="image/png" srcset="/img/7Y2k0iyO4o-512.png 512w"><img loading="lazy" decoding="async" src="/img/7Y2k0iyO4o-512.jpeg" alt="profile picture" class="roundedPhoto" width="512" height="512"></picture> |
| 44 | + </div> |
| 45 | + <div id="sidebar-content"> |
| 46 | + <section> |
| 47 | + <small><i>Freelance integration consultant living in Burgundy, France.</i></small> |
| 48 | + </section> |
| 49 | + |
| 50 | + <section> |
| 51 | + <i class="fa-brands fa-linkedin"></i> |
| 52 | + <small><a href="https://www.linkedin.com/in/adam-tetz/" target="_blank">in/adam-tetz</a> |
| 53 | + </small> |
| 54 | + <br> |
| 55 | + <i class="fa-brands fa-github"></i> |
| 56 | + <small><a href="https://github.com/atetz" target="_blank">atetz</a> |
| 57 | + </small> |
| 58 | + </section> |
| 59 | + </div> |
| 60 | + </aside> |
| 61 | + <div id="main"> |
| 62 | + <section> |
| 63 | + <h2>Beyond data</h2> |
| 64 | +<p>🌍 <strong>Adapting to La Vie Française</strong></p> |
| 65 | +<p>Having emigrated to France at the end of 2024, I'm adapting to living my life in Burgundy and currently learning French (A2 and counting!).</p> |
| 66 | +<p>⛰️ <strong>Outdoors</strong></p> |
| 67 | +<p>I love the outdoors! Whether it's Hiking, cycling, motoring or just walking <em>une promenade</em></p> |
| 68 | + |
| 69 | + </section> |
| 70 | + </div> |
| 71 | +</div> |
| 72 | +</main> |
| 73 | + |
| 74 | + <footer id="siteFooter"> |
| 75 | + <div class="container"> |
| 76 | + <small>© Adam Tetz 2026 </small> |
| 77 | + </div> |
| 78 | + </footer> |
| 79 | + </body> |
| 80 | +</html> |
0 commit comments