Skip to content

Commit

Permalink
Merge pull request #17 from dextermontero/develop
Browse files Browse the repository at this point in the history
Change Kanban status to complete
  • Loading branch information
dextermontero authored Jan 6, 2024
2 parents 67dde24 + e0f80be commit 1f09f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3 class="text-xl text-white font-bold"><span class="text-red-700">[Ongoing] </
<div class="relative w-full rounded-md">
<img src="./assets/projects/kanban/dashboard.png" class="h-96 w-full">
<div class="absolute bottom-0 left-0 right-0 px-4 py-4 bg-gray-800 opacity-80 hover:opacity-100 transition duration-300">
<h3 class="text-xl text-white font-bold"><span class="text-red-700">[Ongoing] </span>Kanban Board</h3>
<h3 class="text-xl text-white font-bold">Kanban Board</h3>
<p class="mt-0 text-md text-blue-300">Personal Project</p>
<p class="mt-2 text-sm text-gray-300">Laravel | Tailwindcss | Ajax | Javascript | PostgreSQL</p>
</div>
Expand Down

0 comments on commit 1f09f71

Please sign in to comment.