Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
adnjoo committed Oct 22, 2024
1 parent 03741a7 commit 3445b75
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions app/views/layouts/_footer.html.erb
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<footer class="bg-black text-white p-5">
<div class="max-w-6xl flex justify-between w-full mx-auto items-center">
<p class="text-xl font-bold">&copy; 2024 <%= APP_NAME %>. All rights reserved.</p>
<div class="flex space-x-4 items-center">
<a href="<%= blog_path %>" class="text-white hover:underline font-bold text-xl">Blog</a>
<a href="<%= pricing_path %>" class="text-white hover:underline font-bold text-xl">Pricing</a>
<a href="<%= GITHUB_LINK %>" target="_blank" class="text-white hover:underline font-bold text-xl flex items-center space-x-2">
Open
</a>
<a href="<%= X_LINK %>" target="_blank" class="text-white hover:underline font-bold text-xl">
X
</a>
<div class="max-w-6xl mx-auto w-full">
<div class="flex flex-col md:flex-row justify-between items-center space-y-4 md:space-y-0">
<p class="text-center md:text-left text-xl font-bold">&copy; 2024 <%= APP_NAME %>. All rights reserved.</p>
<div class="flex space-x-4 items-center justify-center md:justify-end">
<a href="<%= blog_path %>" class="text-white hover:underline font-bold text-xl">Blog</a>
<a href="<%= pricing_path %>" class="text-white hover:underline font-bold text-xl">Pricing</a>
<a href="<%= GITHUB_LINK %>" target="_blank" class="text-white hover:underline font-bold text-xl flex items-center space-x-2">
Open
</a>
<a href="<%= X_LINK %>" target="_blank" class="text-white hover:underline font-bold text-xl">X</a>
</div>
</div>
</div>
</footer>

0 comments on commit 3445b75

Please sign in to comment.