quartz/content/index.md
2025-11-14 22:35:54 +09:00

39 lines
795 B
Markdown

---
title: "Komeno"
---
<style>
.container {
display: flex;
flex-direction: column;
align-items: center;
margin: 0;
}
@media (min-width: 801px) {
.container {
justify-content: center;
min-height: 70vh;
}
}
@media (max-width: 800px) {
.container {
justify-content: space-evenly;
min-height: 40vh;
padding-top: 4vh;
padding-bottom: 4vh;
}
}
</style>
<div class="container" style="display: flex; flex-direction: column; align-items: center; text-align: center;">
<img src="media/index/icon.png" alt="icon" width="150" />
<div style="font-size: 24px; font-weight: bold; margin-top: 6px;">
Komeno
</div>
<p style="margin-top: 6px; max-width: 500px; padding: 0 15px;">
Software Engineer
</p>
</div>