30 lines
587 B
HTML
30 lines
587 B
HTML
{{ template "head.html" .}}
|
|
|
|
<div style='height: 44px; width: 100%;'></div>
|
|
|
|
<div
|
|
style="
|
|
display: flex;
|
|
align-items: baseline;
|
|
width: 100%;
|
|
justify-content: left;
|
|
padding-left: 12px;
|
|
"
|
|
>
|
|
<h1 style='word-wrap: break-word; hyphens: auto;'>
|
|
{{ .Title }}
|
|
</h1>
|
|
<p>{{ .Desc }}</p>
|
|
</div>
|
|
|
|
<img src="/public/img/spatial.svg" width="100%" />
|
|
|
|
<div style='height: 12px; width: 100%;'></div>
|
|
|
|
<h2>spatial computing</h2>
|
|
<p>signed unbounded 3d space</p>
|
|
|
|
<h2>paper computing</h2>
|
|
<p>unsigned bounded 2d space</p>
|
|
|
|
<div style='height: 128px; width: 100%;'></div>
|