65 lines
2.3 KiB
HTML
65 lines
2.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
|
|
<meta property="og:title" content="WebGPU | Andras Schmelczer" />
|
|
<meta property="og:description" content="Discover my projects." />
|
|
<meta property="og:url" content="https://schmelczer.dev" />
|
|
|
|
<meta property="og:image:width" content="1920" />
|
|
<meta property="og:image:height" content="1920" />
|
|
<meta property="og:image" content="https://schmelczer.dev/og-image.jpg" />
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
|
|
<link rel="icon" href="favicon.ico" type="image/x-icon" />
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
|
|
<meta
|
|
name="description"
|
|
content="I'm Andras Schmelczer, and this is my portfolio. Discover some of my projects. I'm passionate about solving challenging problems and designing large-scale systems, especially in the context of machine learning."
|
|
/>
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width,initial-scale=1,viewport-fit=cover"
|
|
/>
|
|
<meta name="theme-color" content="#b7455e" />
|
|
|
|
<title>WebGPU | Andras Schmelczer</title>
|
|
|
|
<link inline inline-asset="index.css" inline-asset-delete />
|
|
</head>
|
|
<body>
|
|
<main class="canvas-container">
|
|
<canvas></canvas>
|
|
|
|
<section class="errors-container">
|
|
<noscript>JavaScript is required for this website.</noscript>
|
|
</section>
|
|
|
|
<div class="counters"><pre></pre></div>
|
|
</main>
|
|
|
|
<aside>
|
|
<nav class="buttons">
|
|
<button class="info"></button>
|
|
<button class="maximize-full-screen"></button>
|
|
<button class="minimize-full-screen"></button>
|
|
<button class="settings"></button>
|
|
<button class="restart"></button>
|
|
</nav>
|
|
|
|
<main class="pages hidden info-page">
|
|
<h1>Title</h1>
|
|
<p>
|
|
Lorem ipsum dolor sit amet consectetur adipisicing elit. Eaque itaque
|
|
perspiciatis nesciunt, molestiae officiis dignissimos porro! Provident totam sit
|
|
enim, dolores dicta possimus ex assumenda earum, ea tempore, aut quidem?
|
|
</p>
|
|
</main>
|
|
|
|
<main class="pages hidden settings-page"></main>
|
|
</aside>
|
|
<script inline inline-asset="index.js" inline-asset-delete></script>
|
|
</body>
|
|
</html>
|