Introduced generated stateE15Enum and stateFdaEnum TypeScript types for both private and public API models. Updated HomeLayout to use a new CSS module for layout styling, and adjusted navbar centering logic. Commented out reset.css in index.html and made minor CSS cleanups.
31 lines
1.4 KiB
HTML
31 lines
1.4 KiB
HTML
<!doctype html>
|
||
<html lang="en">
|
||
<head>
|
||
<!--<link rel="stylesheet" href="reset.css">-->
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
||
<title>Vontor.cz – Creative Tech & Design Portfolio</title>
|
||
|
||
<meta name="description" content="Vontor.cz showcases creative technology, design engineering, drone visuals, web applications, and self‑hosted infrastructure by Bruno Vontor." />
|
||
<meta name="theme-color" content="#031D44" />
|
||
<meta property="og:title" content="Vontor.cz – Creative Tech & Design" />
|
||
<meta property="og:description" content="Full‑stack development, infrastructure, automation, and visual technology projects." />
|
||
<meta property="og:type" content="website" />
|
||
<meta property="og:url" content="https://vontor.cz" />
|
||
|
||
<meta property="og:image" content="/portfolio/perlica.png" />
|
||
|
||
<meta name="twitter:card" content="summary_large_image" />
|
||
<meta name="twitter:title" content="Vontor.cz – Creative Tech & Design" />
|
||
<meta name="twitter:description" content="Engineering + design portfolio: backend, frontend, infrastructure, drone and automation." />
|
||
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.tsx"></script>
|
||
</body>
|
||
</html>
|