2026-05-08 22:30:56 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
|
<title>David Madl</title>
|
|
|
|
|
<link rel="stylesheet" href="main.css">
|
2026-05-08 23:21:05 +02:00
|
|
|
|
|
|
|
|
<!-- Standard favicon -->
|
|
|
|
|
<link rel="icon" href="/favicon.ico" sizes="any">
|
|
|
|
|
|
|
|
|
|
<!-- SVG favicon -->
|
|
|
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
|
|
|
|
|
|
|
|
|
|
<!-- PNG favicons -->
|
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
|
|
|
|
|
|
|
|
<!-- Apple / iOS home screen icon -->
|
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
|
|
|
|
|
|
|
|
<!-- Web app manifest -->
|
|
|
|
|
<link rel="manifest" href="/site.webmanifest">
|
|
|
|
|
|
|
|
|
|
<!-- Optional browser UI color -->
|
|
|
|
|
<meta name="theme-color" content="#ffffff">
|
2026-05-08 22:30:56 +02:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
2026-05-08 15:28:22 +02:00
|
|
|
<div class="blocks">
|
|
|
|
|
<div class="block">
|
|
|
|
|
<h2>Optimizing software</h2>
|
2026-05-08 16:13:39 +02:00
|
|
|
<p>Runtime performance measurement and optimization.</p>
|
2026-05-08 15:28:57 +02:00
|
|
|
<ul>
|
2026-05-08 16:13:39 +02:00
|
|
|
<li>Webapps</li>
|
|
|
|
|
<li>Simulations</li>
|
|
|
|
|
<li>Search</li>
|
2026-05-08 15:28:57 +02:00
|
|
|
</ul>
|
2026-05-08 15:28:22 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="block">
|
|
|
|
|
<h2>Feasibility studies</h2>
|
2026-05-08 16:13:39 +02:00
|
|
|
<p>ML models and electrical prototypes.</p>
|
2026-05-08 15:28:57 +02:00
|
|
|
<ul>
|
2026-05-08 16:13:39 +02:00
|
|
|
<li>Indoor positioning</li>
|
|
|
|
|
<li>Medical predictions</li>
|
|
|
|
|
<!--<li>Robot dynamics</li>-->
|
2026-05-08 15:28:57 +02:00
|
|
|
</ul>
|
2026-05-08 15:28:22 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="block">
|
|
|
|
|
<h2>Designing software</h2>
|
2026-05-08 16:13:39 +02:00
|
|
|
<p>Software architecture and configuration.</p>
|
2026-05-08 15:28:57 +02:00
|
|
|
<ul>
|
2026-05-08 16:13:39 +02:00
|
|
|
<li>Tax data management</li>
|
|
|
|
|
<li>Health data management</li>
|
2026-05-08 15:28:57 +02:00
|
|
|
</ul>
|
2026-05-08 15:28:22 +02:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2026-05-08 22:28:16 +02:00
|
|
|
<div class="cta">
|
|
|
|
|
<div class="cta-content">
|
|
|
|
|
<h2>Need results?</h2>
|
2026-05-08 23:21:05 +02:00
|
|
|
<p><svg style="height: 1.5em; vertical-align: -0.4em;" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><!--!Font Awesome Free v7.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M125.4 128C91.5 128 64 155.5 64 189.4C64 190.3 64 191.1 64.1 192L64 192L64 448C64 483.3 92.7 512 128 512L512 512C547.3 512 576 483.3 576 448L576 192L575.9 192C575.9 191.1 576 190.3 576 189.4C576 155.5 548.5 128 514.6 128L125.4 128zM528 256.3L528 448C528 456.8 520.8 464 512 464L128 464C119.2 464 112 456.8 112 448L112 256.3L266.8 373.7C298.2 397.6 341.7 397.6 373.2 373.7L528 256.3zM112 189.4C112 182 118 176 125.4 176L514.6 176C522 176 528 182 528 189.4C528 193.6 526 197.6 522.7 200.1L344.2 335.5C329.9 346.3 310.1 346.3 295.8 335.5L117.3 200.1C114 197.6 112 193.6 112 189.4z"/></svg> <a href="mailto:hello@hexopt.com">hello@hexopt.com</a></p>
|
2026-05-08 22:28:16 +02:00
|
|
|
</div>
|
2026-05-08 15:28:22 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="footer">
|
2026-05-08 22:28:16 +02:00
|
|
|
<p>© 2026 David Madl</p>
|
2026-05-08 22:30:56 +02:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|