Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
62 lines
1.5 KiB
HTML
62 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
@font-face {
|
|
font-family: 'ChunkFive';
|
|
src: url('file:///home/fox/git/java-topology/whitepaper/fonts/chunkfive.otf') format('opentype');
|
|
}
|
|
* { box-sizing: border-box; margin: 0; padding: 0; }
|
|
body { margin: 0; padding: 0; }
|
|
.letterhead {
|
|
width: 100%;
|
|
padding: 4mm 20mm 3mm 20mm;
|
|
border-bottom: 1px solid #e8e8e8;
|
|
display: flex;
|
|
align-items: baseline;
|
|
justify-content: space-between;
|
|
background: white;
|
|
}
|
|
.lh-brand {
|
|
font-family: 'ChunkFive', 'Rockwell', Georgia, serif;
|
|
font-size: 11pt;
|
|
font-weight: normal;
|
|
color: #333333;
|
|
letter-spacing: -0.01em;
|
|
}
|
|
.lh-brand .dot { color: #88bb88; }
|
|
.lh-right {
|
|
display: flex;
|
|
align-items: baseline;
|
|
gap: 8mm;
|
|
}
|
|
.lh-tagline {
|
|
font-family: 'Helvetica Neue', Helvetica, sans-serif;
|
|
font-size: 7pt;
|
|
color: #aaaaaa;
|
|
letter-spacing: 0.04em;
|
|
}
|
|
.lh-internal {
|
|
font-family: 'Helvetica Neue', Helvetica, sans-serif;
|
|
font-size: 6.5pt;
|
|
font-weight: 700;
|
|
letter-spacing: 0.18em;
|
|
text-transform: uppercase;
|
|
color: #cc8844;
|
|
border: 1px solid #e8c090;
|
|
padding: 1px 4px;
|
|
border-radius: 2px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="letterhead">
|
|
<div class="lh-brand">undefect<span class="dot">.</span></div>
|
|
<div class="lh-right">
|
|
<span class="lh-tagline">algorithmic defect research · all ecosystems</span>
|
|
<span class="lh-internal">Internal</span>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|