Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions src/server/templates/components/footer.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,22 @@
</a>
</div>
<!-- Middle column - Made with love -->
<div class="flex justify-center items-center">
<div class="flex flex-col justify-center items-center">
<div class="flex items-center">
made with ❤️ by
<a href="https://bsky.app/profile/yasbaltrine.bsky.social"
<a href="https://x.com/romdot2"
target="_blank"
rel="noopener noreferrer"
class="ml-1 hover:underline">@rom2</a>
</div>
<div class="flex items-center mt-1">
Check out my
<a href="https://pad.ws"
target="_blank"
rel="noopener noreferrer"
referrerpolicy="origin"
class="ml-1 hover:underline">latest project</a>
</div>
</div>
<!-- Right column - Discord -->
<div class="flex justify-end">
Expand Down
Loading