first commit

This commit is contained in:
Alkim Ake Gozen 2026-05-23 11:59:45 +09:00
commit 8b790b7601
86 changed files with 6348 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="../colors_and_type.css">
<link rel="stylesheet" href="_card.css">
<style>
body { display:flex; align-items:center; padding: 40px; }
.lockup { display:flex; flex-direction:column; gap:24px; }
.big { transform: scale(2); transform-origin: left center; }
</style>
</head>
<body>
<div class="lockup">
<div class="big"><img src="../assets/akefin-wordmark.svg" alt="Akefin"></div>
<div class="legend">primary lockup · monospaced wordmark · pixel monogram</div>
</div>
</body></html>