type-theory/html/ProgressHeader.html
2024-07-27 22:20:41 -05:00

35 lines
770 B
HTML

<!DOCTYPE html>
<style>
@font-face {
font-family: Inter;
font-weight: normal;
src: url(https://mzhang.io/fonts/Inter-Regular.ttf) format(truetype);
}
@font-face {
font-family: Inter;
font-weight: bold;
src: url(https://mzhang.io/fonts/Inter-Bold.ttf) format(truetype);
}
body { font-family: "Inter", sans-serif; }
h3 { margin: 0; }
table { border-spacing: 0; }
a.cell { text-decoration: none; }
.cell {
display: flex;
flex-direction: column;
min-height: 48px;
gap: 2px;
align-items: center;
justify-content: center;
aspect-ratio: 1;
}
</style>
<h1>HoTT Book Progress</h1>
<p>
Last 7 days: <img src="https://wakapi.mzhang.io/api/badge/michael/interval:last_7_days/project:type-theory" />
</p>