feat: 🎉 initial commit

This commit is contained in:
Sebin Nyshkim 2024-10-11 21:47:59 +02:00
commit b3003321c9
35 changed files with 9015 additions and 0 deletions

27
src/og-image.og.njk Normal file
View file

@ -0,0 +1,27 @@
<div
style="
width: 100vw;
height: 100vh;
padding: 64px;
display: flex;
flex-flow: row nowrap;
justify-content: flex-start;
align-items: center;
gap: 64px;
background-color: #0f172a;
color: #e2e8f0;
">
<div style="display: flex; flex: 0 0 256px">
<img
src="https://ref.sebin-nyshkim.net/sebin/assets/sebin-smug-icon-C3NF7g4H.png"
width="256"
height="256"
alt="Sebin"
style="border-radius: 100%; border: 8px solid currentColor" />
</div>
<div style="flex: 1 1 0; display: flex; flex-flow: column nowrap">
<h1 style="font-size: 72px">{{ title }}</h1>
<h2 style="margin-top: 64px; font-size: 30px; line-height: 36px">blog.sebin-nyshkim.net</h2>
</div>
</div>