zoeys.computer/lib/zoeyscomputer_web/controllers/page_html/home.html.heex

10 lines
460 B
Text
Raw Normal View History

2024-10-21 19:20:35 -04:00
<div class="container p-4 flex justify-center align-middle">
<div class="border border-ctp-overlay0 rounded-md p-4 flex-col flex items-center">
<h1 class="font-bold text-ctp-mauve">zoey</h1>
<p class="text-ctp-text"><i>Software Engineer 🏳️‍⚧️</i></p>
<p class="max-w-96 text-center mt-4 text-ctp-overlay2">
Currently cooking this up, stay tuned... in the meantime, you can monitor my server's resources.
2024-10-20 23:25:59 -04:00
</p>
</div>
</div>